94 lines
4.5 KiB
CSS
94 lines
4.5 KiB
CSS
/*Grundformatierung des Body*/
|
||
body
|
||
{
|
||
text-align : center;
|
||
font-weight : normal;
|
||
color : #FF5F00;
|
||
margin-top : 0px;
|
||
margin-left : 0px;
|
||
background-color : #000000;
|
||
background-attachment: fixed;
|
||
background-image : url(bw.jpg);
|
||
background-position : center top;
|
||
background-repeat : no-repeat;
|
||
SCROLLBAR-BASE-COLOR : #00003F;
|
||
SCROLLBAR-ARROW-COLOR : #FF5F00;
|
||
scrollbar-track-color : #000000;
|
||
scrollbar-face-color : #00003F;
|
||
scrollbar-highlight-color : #0060FF;
|
||
scrollbar-3dlight-color : #0060FF;
|
||
scrollbar-darkshadow-color: #00003F;
|
||
scrollbar-shadow-color : #00003F;
|
||
font-size : 11px;
|
||
font-family : Tahoma;
|
||
}
|
||
|
||
/*Grundformatierung der Rahmentabelle und Spalten*/
|
||
table, table td, table td table
|
||
{
|
||
text-align : left;
|
||
font-size : 11px;
|
||
font-weight : normal;
|
||
font-family : Tahoma;
|
||
color : #FF5F00;
|
||
background-color : transparent;
|
||
border : 0px #0060FF ridge;
|
||
}
|
||
|
||
/*Abstand der inneren Tabellen zueinander*/
|
||
table td
|
||
{
|
||
padding-left : 10px;
|
||
padding-right : 3px;
|
||
}
|
||
|
||
/*Formatierung der Spaltn mit Textinhalt*/
|
||
table td table td
|
||
{
|
||
font-size : 11px;
|
||
font-weight : normal;
|
||
font-family : Tahoma;
|
||
color : #FF5F00;
|
||
background-color : #00003F;
|
||
border : 1px #0060FF ridge;
|
||
padding-left : 3px;
|
||
padding-right : 3px;
|
||
}
|
||
|
||
/*Formatierung der Spaltn mit Textinhalt - hervorgehoben*/
|
||
table td table td b, table td b
|
||
{
|
||
font-weight : bold;
|
||
color : #FF9F00;
|
||
}
|
||
|
||
/*mittlere ܢerschriften*/
|
||
h4
|
||
{
|
||
font-size : 15px;
|
||
font-weight : bold;
|
||
font-family : Tahoma;
|
||
color : #FF3F00;
|
||
}
|
||
|
||
/*Haupt ܢerschrift*/
|
||
h3
|
||
{
|
||
font-size : 20px;
|
||
font-weight : normal;
|
||
font-family : Tahoma;
|
||
color : #FF5F00;
|
||
}
|
||
|
||
/*Speedsimlink*/
|
||
a, a.s, a.t
|
||
{
|
||
color : #FF0000;
|
||
text-decoration : none;
|
||
font-weight : bold;
|
||
}
|
||
|
||
a:hover
|
||
{
|
||
color : #FF5F00;
|
||
} |