MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für Benutzer der MonoBook-Benutzeroberfläche geladen: →increase sidebar width: #column-content { margin-left: -15em; } #colum…“) |
|||
| Zeile 2: | Zeile 2: | ||
/* increase sidebar width */ | /* increase sidebar width */ | ||
| − | #column-content { margin-left: - | + | #column-content { margin-left: -20em; } |
| − | #column-content #content { margin-left: | + | #column-content #content { margin-left: 20em; } |
| − | #p-logo a, #p-logo a:hover { width: | + | #p-logo a, #p-logo a:hover { width: 20em; } |
| − | #p-cactions { left: | + | #p-cactions { left: 19.5em; } |
| − | .portlet { width: | + | .portlet { width: 19em; } |
| − | div#column-content { margin-left: - | + | div#column-content { margin-left: -19em; } |
| − | div#content { margin-left: | + | div#content { margin-left: 19em; } |
Version vom 18. Februar 2016, 13:24 Uhr
/* Das folgende CSS wird für Benutzer der MonoBook-Benutzeroberfläche geladen */
/* increase sidebar width */
#column-content { margin-left: -20em; }
#column-content #content { margin-left: 20em; }
#p-logo a, #p-logo a:hover { width: 20em; }
#p-cactions { left: 19.5em; }
.portlet { width: 19em; }
div#column-content { margin-left: -19em; }
div#content { margin-left: 19em; }