AEOS/themes/defaut/styles.css
2026-08-26 17:23:29 +02:00

86 lines
No EOL
2.2 KiB
CSS
Executable file

* {margin:0; padding:0;}
body,html
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #666;
}
#Header
{
overflow: hidden;
margin-bottom: 15px;
border-bottom: 5px solid #D8D8D8;
background: #3cbae3; /* Old browsers */
background: -moz-linear-gradient(top, #3cbae3 0%, #1389cb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cbae3), color-stop(100%,#1389cb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3cbae3 0%,#1389cb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3cbae3 0%,#1389cb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3cbae3 0%,#1389cb 100%); /* IE10+ */
background: linear-gradient(to bottom, #3cbae3 0%,#1389cb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cbae3', endColorstr='#1389cb',GradientType=0 ); /* IE6-9 */
}
#Header h1{width: 960px; color: #fff; font-weight: normal; margin: 30px auto 5px auto;}
#Header p {width: 960px; color: #fff; margin: 5px auto 15px auto;}
ul.Menu
{
width: 960px;
margin: 0 auto;
list-style-type: none;
background: rgba(255, 255, 255, 0.3);
overflow: hidden;
}
ul.Menu li a
{
color: #fff;
text-decoration: none;
padding: 10px;
display: block;
}
ul.Menu li{float: left;margin-right: 5px;}
ul.Menu li a:hover{color: #4b537a;}
#Corps
{
width: 960px;
margin: 0 auto 0;
margin-bottom: 30px;
overflow: hidden;
}
#Footer{clear: both; text-align: center;}
#Footer a {color:#33AFDE; text-decoration:none;}
#DeadZone
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.5;
opacity:.50;
filter: alpha(opacity=50);
overflow:hidden;
}
#LifeZone
{
position: absolute;
top: 25%;
left: 50%;
width: 350px;
height: 295px;
padding: 16px;
border: 3px solid #1367BB;
background-color: white;
z-index:1002;
margin:0 0 0 -175px;
}
#LifeZone h1 {font-size:23px; color:#1367BB; margin:0 0 30px 0;}
#LifeZone p {text-align:center; line-height:14px;}
#LifeZone img {margin:0 0 20px 0;}
#LifeZone a {color:#1367BB; text-decoration:none;}