MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Moosmutzel (Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf alle Skins aus: →Pad Google AdSense box in portlet in sidebar: #p-googleadsense .pBody { padding-top: 5px; t…“) |
Zuendi (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(240 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
/* Pad Google AdSense box in portlet in sidebar */ | /* Pad Google AdSense box in portlet in sidebar */ | ||
#p-googleadsense .pBody { | #p-googleadsense .pBody { | ||
padding-top: | padding-top: 1px; | ||
text-align: center; | 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; | |||
} | } |
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; }