MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus DynPG-Wiki
K |
|||
| Zeile 2: | Zeile 2: | ||
.main_div { | .main_div { | ||
| − | background-color:# | + | background-color:#F9F9F9; |
| + | |||
| + | } | ||
| + | |||
| + | .main_title { | ||
| + | font-size:125%; font-weight:bold; background-color:#EAEAEA; padding-left:.5em; | ||
| + | } | ||
| + | |||
| + | #welcome { | ||
| + | margin-left:15px; margin-right:15px; margin-bottom:15px; padding-left:7pt; padding-right:7pt; | ||
} | } | ||
Version vom 17. September 2011, 10:59 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
.main_div {
background-color:#F9F9F9;
}
.main_title {
font-size:125%; font-weight:bold; background-color:#EAEAEA; padding-left:.5em;
}
#welcome {
margin-left:15px; margin-right:15px; margin-bottom:15px; padding-left:7pt; padding-right:7pt;
}