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; | ||
+ | f1ebdd | ||
font-size: 1.8em; | font-size: 1.8em; | ||
font-family: "Neuton",serif; | font-family: "Neuton",serif; | ||
Zeile 16: | Zeile 17: | ||
.navbar-inverse{ | .navbar-inverse{ | ||
background-color:#edab70; | background-color:#edab70; | ||
− | border-color:#edab70; | + | border-color:#d9826e /*#edab70;*/ |
} | } | ||
.bottom { | .bottom { |
Version vom 14. November 2015, 15:41 Uhr
body{
background: #f1ebdd;
f1ebdd
font-size: 1.8em;
font-family: "Neuton",serif;
color: #28271f;
/* padding-top:0px; */
}
#hilfe{
border: 1px solid #225588;
padding:5px;
clear:both;
margin-top;10px;
}
.navbar-inverse{
background-color:#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;
}
body.page-Hauptseite #asside1 {
background-color:#f5ceac;
}
body.page-Hauptseite #asside2 {
margin: 0 5%;
background-color:#bcc9b5;
}
body.page-Hauptseite #asside3 {
background-color:#b8b69d;
}