MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Archiv
Herwig (Diskussion | Beiträge) K |
Herwig (Diskussion | Beiträge) K |
||
Zeile 25: | Zeile 25: | ||
clear:both; | clear:both; | ||
margin-top;10px; | margin-top;10px; | ||
+ | } | ||
+ | |||
+ | .bottom { | ||
+ | background-image: skins/common/grau.png; | ||
} | } |
Version vom 14. November 2015, 12:59 Uhr
body{
background: #f6f3e5;
font-size: 1.8em;
font-family: "Neuton",serif;
color: #4b3321;
/* padding-top:0px; */
}
#asside1, #asside2, #asside3 {
width: 30%;
border: 1px solid #225588;
float: left;
padding:5px;
margin-top:100px;
}
#asside2 {
margin: 0 5%;
}
#hilfe{
border: 1px solid #225588;
padding:5px;
clear:both;
margin-top;10px;
}
.bottom {
background-image: skins/common/grau.png;
}