<style>
#iconpic {
background-image: url(Ashtray_03.gif);
background-repeat: no-repeat;
background-attachment: sticky;
background-position: top 50px right 80px;
padding: 100px;
}
#screen {
background-repeat: no-repeat;
background-attachment: sticky;
background-position: top right;
}
#bezel {
position: fixed;
width:100%;
height:100%;
top:0;
left: 0;
pointer-events: none;
}
#scan {
position: fixed;
opacity: 0.7;
width:100%;
height:100%;
top:0;
left: 0;
pointer-events: none;
}
#writing {
color: #FFCC00;
padding:50px;
font-family:Courier New;
font-size: 20px;
text-shadow: 1px 1px 2px black, 0 0 1em #FFB000, 0 0 0.2em #FFB000;
}
#navibox {
color: #FFCC00;
font-family:Courier New;
font-size: 20px;
text-shadow: 1px 1px 2px black, 0 0 1em #FFB000, 0 0 0.2em #FFB000;
padding-top: 00px;
background-color: #3C393C;
border:none;
border-bottom: 1px double; #FFB000;
border-left: 2px dashed; #FFB000;
}
.blink {
animation: blinker 3s ease-in-out infinite;
}
@keyframes blinker {
50% {
opacity: 0.3;
}
}
audio {
padding:150px;"
}
body {
background-color:#3C393C;
}
</style>