MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Encyclopaedia Albernica
Lector (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte MediaWiki:Common.css bearbeiten.: /* Kleinschrei...“) |
|||
(20 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 7: | Zeile 7: | ||
text-transform: none; | text-transform: none; | ||
} | } | ||
− | + | ||
− | # | + | #column-one { |
+ | padding-top: 160px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | font-size: 127%; | ||
+ | /*max-width: 1024px;*/ | ||
+ | min-width: 760px; | ||
+ | margin-top: 40px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font: x-small sans-serif; | ||
+ | background: #DBD5C9 url(images/headbg3.jpg) 0 0 no-repeat; | ||
+ | color: black; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | div#content { | ||
+ | margin-right:1em; | ||
+ | } |
Aktuelle Version vom 6. Dezember 2014, 23:19 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-top: 40px; margin-left: auto; margin-right: auto; padding: 0; } body { font: x-small sans-serif; background: #DBD5C9 url(images/headbg3.jpg) 0 0 no-repeat; color: black; margin: 0; padding: 0; } div#content { margin-right:1em; }