MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Encyclopaedia Albernica
Lector (Diskussion | Beiträge) |
Lector (Diskussion | Beiträge) |
||
Zeile 9: | Zeile 9: | ||
#column-one { | #column-one { | ||
− | padding-top: | + | padding-top: 160px; |
position: relative; | position: relative; | ||
} | } | ||
Zeile 24: | Zeile 24: | ||
body { | body { | ||
font: x-small sans-serif; | font: x-small sans-serif; | ||
− | background: #DCD6CA url(/ | + | background: #DCD6CA url(/images/headbg2.jpg) 0 0 no-repeat; |
color: black; | color: black; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
} | } |
Version vom 2. Juni 2009, 22:37 Uhr
/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */ /* Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } #column-one { padding-top: 160px; position: relative; } #globalWrapper { font-size: 127%; max-width: 1024px; min-width: 760px; margin-left: auto; margin-right: auto; padding: 0; } body { font: x-small sans-serif; background: #DCD6CA url(/images/headbg2.jpg) 0 0 no-repeat; color: black; margin: 0; padding: 0; }