MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
>Moosmutzel Keine Bearbeitungszusammenfassung |
Zuendi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (11 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 20: | Zeile 20: | ||
.mw-body { | .mw-body { | ||
/* margin-left: 160px; */ | |||
} | } | ||
div#mw-panel { | div#mw-panel { | ||
/* width: 170px; */ | /* width: 170px; */ | ||
left: -25px | 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 { | table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | ||
Aktuelle Version vom 24. Juli 2025, 17:42 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;
}