MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zuendi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Zuendi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 28: | Zeile 28: | ||
} | } | ||
#mw-panel | @media only screen and (max-width: 600px) { | ||
.vector-menu-portal { | |||
margin: 0; | |||
} | |||
.vector-menu-portal .vector-menu-content { | |||
margin-left: 0.25em; | |||
} | |||
} | |||
#mw-panel .vector-menu-content .CategoryTreeTag { | |||
font-size: 0.75em; | font-size: 0.75em; | ||
line-height: 1.125em; | line-height: 1.125em; | ||
margin: 0 0 0 1.25em; | |||
} | |||
#mw-panel .vector-menu-content .CategoryTreeSection { | |||
direction: ltr; | |||
} | |||
#mw-panel .vector-menu-content .CategoryTreeItem { | |||
padding: 0.25em 0; | |||
} | |||
#mw-panel .vector-menu-content .CategoryTreeChildren .CategoryTreeItem { | |||
font-style: italic; | |||
} | } | ||
Aktuelle Version vom 18. April 2022, 03:25 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Pad Google AdSense box in portlet in sidebar */ #p-googleadsense .pBody { padding-top: 1px; text-align: center; } html, body { margin: auto; position: relative; width: 1280px; } div#mw-head { left: 0; width:1280px; } .mw-body { margin-left: 160px; } div#mw-panel { /* width: 170px; */ left: -8px; /* default -25px */ } @media only screen and (max-width: 600px) { .vector-menu-portal { margin: 0; } .vector-menu-portal .vector-menu-content { margin-left: 0.25em; } } #mw-panel .vector-menu-content .CategoryTreeTag { font-size: 0.75em; line-height: 1.125em; margin: 0 0 0 1.25em; } #mw-panel .vector-menu-content .CategoryTreeSection { direction: ltr; } #mw-panel .vector-menu-content .CategoryTreeItem { padding: 0.25em 0; } #mw-panel .vector-menu-content .CategoryTreeChildren .CategoryTreeItem { font-style: italic; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { padding: 8px; } #p-logo { left: 1.5em; float: right; } div.vectorTabs { height: 2.55em; } #left-navigation { margin-left: 10em; #p-personal { position: relative; }