Übernahme des redesign2018-Zweiges

This commit is contained in:
marko
2018-06-30 11:20:39 +02:00
parent f3bce58dbb
commit 09fc579fd8
34 changed files with 2956 additions and 200 deletions

View File

@@ -0,0 +1,82 @@
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;
}