160 lines
2.2 KiB
CSS
Executable File
160 lines
2.2 KiB
CSS
Executable File
body {
|
|
font-size: 13px;
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
line-height:17px;
|
|
}
|
|
|
|
code, pre {
|
|
background-color:#eee;
|
|
}
|
|
|
|
|
|
a {
|
|
color : #00008B;
|
|
}
|
|
|
|
a:hover {
|
|
background-color:#eee;
|
|
}
|
|
|
|
a.logo:hover {
|
|
background-color:#fff;
|
|
}
|
|
|
|
a:visited {
|
|
color : Purple;
|
|
}
|
|
|
|
.logo { margin-right:5px;}
|
|
|
|
h1 {
|
|
font-size: 20px;
|
|
margin: 2px 0 15px 0;
|
|
}
|
|
|
|
|
|
h1 a { display:none; }
|
|
|
|
h2 {
|
|
text-align: left;
|
|
font-size: 30px;
|
|
border-bottom: 1px solid #ccc;
|
|
margin: 0;
|
|
font-family:Courier;
|
|
padding-bottom:6px;
|
|
padding-top:100px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 14px;
|
|
margin: 5px 2px -10px 8px;
|
|
font-family:Georgia;
|
|
padding-bottom:3px;
|
|
|
|
}
|
|
|
|
h3.news {
|
|
color:#999;
|
|
text-align:right;
|
|
}
|
|
|
|
hr {
|
|
border: 1px solid Silver;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
table {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
p {
|
|
margin: 10px 0 10px 8px;
|
|
}
|
|
|
|
ul {
|
|
margin-left: 26px;
|
|
padding-left : 0px;
|
|
}
|
|
|
|
li {
|
|
margin-bottom:20px
|
|
}
|
|
|
|
.screen {
|
|
margin: 10px 5px 5px 5px;
|
|
}
|
|
|
|
.warning {
|
|
border: 2px solid #CD5C5C;
|
|
padding: 3px;
|
|
margin: 10px 0 10px 8px;
|
|
}
|
|
|
|
#flags {
|
|
margin: 5px 0 5px 0;
|
|
float: right;
|
|
}
|
|
|
|
#footer {
|
|
border-top: 1px solid #ccc;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#page {
|
|
margin: 10px auto 5px auto;
|
|
width: 750px;
|
|
}
|
|
|
|
#menu {
|
|
float: left;
|
|
width: 256px;
|
|
text-align: right;
|
|
padding: 0 10px 0 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#content {
|
|
margin: 0 0 0 0px;
|
|
padding: 5px;
|
|
}
|
|
|
|
#download, #download h3 {
|
|
text-align: center;
|
|
color: white;
|
|
font-size:150%;
|
|
text-decoration:none;
|
|
padding-top:30px;
|
|
}
|
|
|
|
#download h3 {
|
|
padding-top: 0px;
|
|
margin-top: 6px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
a#download, a#download:link, a#download:visited {
|
|
display:block;
|
|
margin: 20px 0px 10px 20px;
|
|
height: 50px;
|
|
-webkit-border-radius: 8px;
|
|
-moz-border-radius: 8px;
|
|
border-radius: 8px;
|
|
border: 1px solid #3B9877;
|
|
color:#fff;
|
|
overflow:visible;
|
|
background:#6ECBAB;
|
|
background: -moz-linear-gradient(top, #6ECBAB 0%, #3B9877 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ECBAB), color-stop(100%,#3B9877));
|
|
background: linear-gradient(top, #6ECBAB 0%, #3B9877 100%);
|
|
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ECBAB', endColorstr='#3B9877',GradientType=0 );
|
|
}
|
|
|
|
a#download:hover {
|
|
background:#3B9877;
|
|
text-decoration: none;
|
|
border: 1px solid #666;
|
|
}
|