89 lines
2.1 KiB
CSS
89 lines
2.1 KiB
CSS
|
/* Scrollbar Color and HR */
|
||
|
body
|
||
|
{
|
||
|
background-image: url(_img/bg.gif);
|
||
|
margin-left: 0px;
|
||
|
margin-top: 0px;
|
||
|
margin-right: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
|
||
|
font-family: Verdana;
|
||
|
font-size: 11px;
|
||
|
font-style: normal;
|
||
|
font-variant: normal;
|
||
|
font-weight: normal;
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
.nav_box
|
||
|
{
|
||
|
border-style: dashed dashed dashed dashed;
|
||
|
border-color: Black;
|
||
|
border: 1px dashed Black;
|
||
|
background-color: #FFB2B2;
|
||
|
font-size : 13px;
|
||
|
}
|
||
|
|
||
|
.msg_box
|
||
|
{
|
||
|
border-style: dashed dashed dashed dashed;
|
||
|
border-color: Black;
|
||
|
border: 1px dashed Black;
|
||
|
background-color: #FFE9B2;
|
||
|
font-size : 13px;
|
||
|
}
|
||
|
|
||
|
.uw_box
|
||
|
{
|
||
|
border-style: dashed dashed dashed dashed;
|
||
|
border-color: Black;
|
||
|
border: 1px dashed Black;
|
||
|
font-size : 13px;
|
||
|
}
|
||
|
|
||
|
.kfz_trennung
|
||
|
{
|
||
|
border-color: Black;
|
||
|
border: 1px Black;
|
||
|
border-right-style: dotted;
|
||
|
}
|
||
|
|
||
|
/* Link Properties */
|
||
|
a { text-decoration: none; font-size: 12px; color: red; font-family: Arial; font-style: normal; font-weight: normal; }
|
||
|
a:link { text-decoration: none; font-size: 12px; color: red; font-family: Arial; font-style: normal; font-weight: normal; }
|
||
|
a:visited { text-decoration: none; font-size: 12px; color: red; font-family: Arial; font-style: normal; font-weight: normal; }
|
||
|
a:active { text-decoration: none; font-size: 12px; color: red; font-family: Arial; font-style: normal; font-weight: normal; }
|
||
|
a:hover { text-decoration: underline; font-size: 12px; color: red; font-family: Arial; font-style: normal; font-weight: normal; }
|
||
|
|
||
|
/* Form elements */
|
||
|
button
|
||
|
{
|
||
|
color : red;
|
||
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
||
|
font-size : 12px;
|
||
|
background-color: #FFEA6E;
|
||
|
border: 1px none;
|
||
|
border-style: solid solid solid solid;
|
||
|
}
|
||
|
|
||
|
textarea, select
|
||
|
{
|
||
|
color : red;
|
||
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
||
|
font-size : 12px;
|
||
|
background-color: #FFEA6E;
|
||
|
border: 1px none;
|
||
|
border-style: dashed dashed dashed dashed;
|
||
|
}
|
||
|
|
||
|
input
|
||
|
{
|
||
|
color : red;
|
||
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
||
|
font-size : 12px;
|
||
|
background-color: #FFEA6E;
|
||
|
border: 1px none;
|
||
|
border-style: dashed dashed dashed dashed;
|
||
|
}
|
||
|
|