MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Archiv
Herwig (Diskussion | Beiträge) K |
Herwig (Diskussion | Beiträge) K |
||
Zeile 1: | Zeile 1: | ||
body{ | body{ | ||
background: #f1ebdd; | background: #f1ebdd; | ||
− | |||
font-size: 1.8em; | font-size: 1.8em; | ||
font-family: "Neuton",serif; | font-family: "Neuton",serif; | ||
Zeile 8: | Zeile 7: | ||
} | } | ||
+ | #wiki-outer-body{ | ||
+ | background-image:bg.jpg; height: 20em; width: 30em; | ||
+ | } | ||
#hilfe{ | #hilfe{ | ||
border: 1px solid #225588; | border: 1px solid #225588; |
Version vom 14. November 2015, 16:15 Uhr
body{
background: #f1ebdd;
font-size: 1.8em;
font-family: "Neuton",serif;
color: #28271f;
/* padding-top:0px; */
}
#wiki-outer-body{
background-image:bg.jpg; height: 20em; width: 30em;
}
#hilfe{
border: 1px solid #225588;
padding:5px;
clear:both;
margin-top:250px;
}
.navbar-inverse{
background-color:#d9826e ; /*#edab70;*/
border-color:#d9826e ; /*#edab70;*/
}
.bottom {
background-color: #8c8a75;
}
body.page-Hauptseite {
padding-top:0px;
}
body.page-Hauptseite #asside1, body.page-Hauptseite #asside2, body.page-Hauptseite #asside3 {
width: 30%;
float: left;
padding:5px;
min-height:200px;
}
body.page-Hauptseite #asside1 {
background-color:#f5ceac;
}
body.page-Hauptseite #asside2 {
margin: 0 5%;
background-color:#bcc9b5;
}
body.page-Hauptseite #asside3 {
background-color:#b8b69d;
}