82 lines
813 B
CSS
82 lines
813 B
CSS
html, body {
|
|
background:
|
|
#FFAE00;
|
|
}
|
|
|
|
.NewsBox{
|
|
width:
|
|
100%;
|
|
}
|
|
|
|
.NewsBox img{
|
|
float:
|
|
left;
|
|
}
|
|
|
|
.NewsBox :after{
|
|
clear:
|
|
both;
|
|
}
|
|
|
|
.Inhaltsverzeichnis{
|
|
border:3px solid #000000;
|
|
}
|
|
|
|
.Inhaltsverzeichnis div{
|
|
background-color:
|
|
#FF8100;
|
|
border:
|
|
3px outset #000000;
|
|
margin:
|
|
5px;
|
|
padding:
|
|
5px;
|
|
font-variant:
|
|
small-caps;
|
|
font-size:
|
|
larger;
|
|
font-weight:
|
|
bolder;
|
|
}
|
|
|
|
.Inhaltsverzeichnis div a{
|
|
font-variant:
|
|
small-caps;
|
|
font-size:
|
|
large;
|
|
font-weight:
|
|
bold;
|
|
text-decoration:
|
|
none;
|
|
color:
|
|
#000000;
|
|
}
|
|
|
|
.Inhaltsverzeichnis div a:hover{
|
|
font-variant:
|
|
small-caps;
|
|
font-size:
|
|
large;
|
|
font-weight:
|
|
bold;
|
|
text-decoration:
|
|
none;
|
|
color:
|
|
#993300;
|
|
}
|
|
|
|
.counter {
|
|
background:
|
|
#FFAE00;
|
|
border:
|
|
1px solid #000000;
|
|
margin:
|
|
0px;
|
|
padding:
|
|
10px;
|
|
}
|
|
|
|
a img{
|
|
border:
|
|
none;
|
|
} |