ACC SHELL
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
body {
margin: 0;
padding: 0;
background-color: black;
}
#flashcontent {
width: 100%;
margin: 0 auto;
color: white;
}
.right {
float: right;
}
#noflash {
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
font-size: 95%;
color: silver;
padding: 10px;
}
#noflash h1, #noflash h2, #noflash h3, #noflash h4 {
color: white;
}
#noflash #banner * {
margin: 0;
padding: 0;
text-align: center;
}
#noflash #banner {
font-size: smaller;
border: 1px solid silver;
padding: 2px;
margin: 2px;
}
#noflash a {
color: white;
text-decoration: none;
}
#noflash a:hover {
text-decoration: underline;
}
#noflash h1 {
background-image: url('img/logo.png');
width: 181px;
height: 65px;
}
#noflash #header h1 a {
display: block;
}
#noflash #header h1 a span {
visibility: hidden;
}
#noflash #body h1 a:hover {
text-decoration: none;
}
#noflash #body table {
width: 100%;
}
#noflash #footer {
font-size: smaller;
}
#noflash #footer a {
color: silver;
}
#noflash #footer a:hover {
color: white;
text-decoration: none;
}
#noflash #footer #box {
background-color: #610520;
padding: 2px;
margin-right: 5px;
}
ACC SHELL 2018