MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus BIT inklusiv Wiki und Test-Case-Datenbank
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen: →increase sidebar width: #column-content { margin-left: -15em; } #colum…“) |
Admin (Diskussion | Beiträge) |
||
| Zeile 2: | Zeile 2: | ||
/* increase sidebar width */ | /* increase sidebar width */ | ||
| − | #column-content { margin-left: - | + | #column-content { margin-left: -16em; } |
| − | #column-content #content { margin-left: | + | #column-content #content { margin-left: 16em; } |
| − | #p-logo a, #p-logo a:hover { width: | + | #p-logo a, #p-logo a:hover { width: 16em; } |
| − | #p-cactions { left: | + | #p-cactions { left: 15.5em; } |
| − | .portlet { width: | + | .portlet { width: 15em; } |
| − | div#column-content { margin-left: - | + | div#column-content { margin-left: -15em; } |
| − | div#content { margin-left: | + | div#content { margin-left: 15em; } |
Aktuelle Version vom 20. Oktober 2016, 20:52 Uhr
/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */
/* increase sidebar width */
#column-content { margin-left: -16em; }
#column-content #content { margin-left: 16em; }
#p-logo a, #p-logo a:hover { width: 16em; }
#p-cactions { left: 15.5em; }
.portlet { width: 15em; }
div#column-content { margin-left: -15em; }
div#content { margin-left: 15em; }