MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Fahrradmonteur
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common…“)
 
Zeile 2: Zeile 2:
 
#content, #footer { margin-left: 11em; }
 
#content, #footer { margin-left: 11em; }
 
#left-navigation  { left: 11em; }
 
#left-navigation  { left: 11em; }
 +
 +
/* keep nested list fonts from continually decreasing in size with each nesting */
 +
#mw-panel div.portal div.body ul li {
 +
        font-size: small !important;
 +
}
 +
 +
/* Allow popup submenus to overflow the sidebar area */
 +
#mw-panel div.portal div.body ul li {
 +
        overflow: visible !important;
 +
}
 +
 +
 +
 +
/* minor adjustments to the sidebar area for the Vector skin */
 +
.menuSidebar ul div {
 +
        top: -1px !important; /* vertical offset of submenus */
 +
}
 +
 +
.menuSidebar ul {
 +
width: 8em; /* width of main menu */
 +
}

Version vom 4. Dezember 2012, 13:40 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
#content, #footer { margin-left: 11em; }
#left-navigation  { left: 11em; }

/* keep nested list fonts from continually decreasing in size with each nesting */
#mw-panel div.portal div.body ul li {
        font-size: small !important;
}

/* Allow popup submenus to overflow the sidebar area */
#mw-panel div.portal div.body ul li {
        overflow: visible !important;
}



/* minor adjustments to the sidebar area for the Vector skin */
.menuSidebar ul div { 
        top: -1px !important; /* vertical offset of submenus */
}

.menuSidebar ul {
 width: 8em; /* width of main menu */
}