MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Archiv
Herwig (Diskussion | Beiträge) |
Herwig (Diskussion | Beiträge) |
||
Zeile 30: | Zeile 30: | ||
} | } | ||
− | + | div.infoCol1{ | |
background-color: #bcc9b5; | background-color: #bcc9b5; | ||
margin-bottom:10px; | margin-bottom:10px; | ||
+ | } | ||
+ | div.infoCol2{ | ||
+ | background-color: #f5ceac; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | div.infoCol3{ | ||
+ | background-color:#b8b69d; | ||
+ | margin-bottom:10px; | ||
} | } |
Version vom 23. Juli 2018, 18:44 Uhr
body{
background: #f1ebdd;
font-size: 1.8em;
font-family: "Neuton",serif;
color: #28271f;
/* padding-top:0px; */
}
/* Header Hauptseite */
div#header_top{
display:none;
}
body.page-Hauptseite div#header_top {
background-image: url(/jaeger/images/portrait.jpg);
background-repeat: no-repeat;
background-position: 17% 0;
height: 300px;
display: block;
background-color: #d9826e;
}
body.page-Hauptseite div#header_top h1 {
margin-left: 30%;
font-family: 'Rock Salt',cursive;
font-size: 40pt;
color: #f1ebdd;
padding-top: 95px;
margin-top: 0px;
}
div.infoCol1{
background-color: #bcc9b5;
margin-bottom:10px;
}
div.infoCol2{
background-color: #f5ceac;
margin-bottom:10px;
}
div.infoCol3{
background-color:#b8b69d;
margin-bottom:10px;
}