MediaWiki:Common.css
Aus Wiki1
(Unterschied zwischen Versionen)
(Der Versionsvergleich bezieht 24 dazwischenliegende Versionen mit ein.) | |||
Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
.keineNummer .tocnumber { display: none; } | .keineNummer .tocnumber { display: none; } | ||
- | + | ||
+ | #column-content { | ||
+ | margin: 0 0 0.6em -12.2em; | ||
+ | } | ||
+ | |||
+ | #p-cactions { | ||
+ | position: absolute; | ||
+ | border: none; | ||
+ | top: 1.5em; | ||
+ | left: 14.8em; | ||
+ | margin: 0; | ||
+ | white-space: nowrap; | ||
+ | width: 72.6%; | ||
+ | line-height: 1.1em; | ||
+ | overflow: visible; | ||
+ | background: none; | ||
+ | border-collapse: collapse; | ||
+ | padding-left: 1em; | ||
+ | list-style: none; | ||
+ | font-size: 95%; | ||
+ | } | ||
+ | |||
+ | #column-one { | ||
+ | padding-top: 15em; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | margin: 2.8em 0 0 15em; | ||
+ | width: 70%; | ||
+ | padding: 0 1em 1.5em 1em; | ||
+ | background: white; | ||
+ | color: black; | ||
+ | border: 1px solid #aaa; | ||
+ | // border-right: none; | ||
+ | line-height: 1.5em; | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } |
Aktuelle Version vom 19:37, 19. Jan. 2021
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ .keineNummer .tocnumber { display: none; } #column-content { margin: 0 0 0.6em -12.2em; } #p-cactions { position: absolute; border: none; top: 1.5em; left: 14.8em; margin: 0; white-space: nowrap; width: 72.6%; line-height: 1.1em; overflow: visible; background: none; border-collapse: collapse; padding-left: 1em; list-style: none; font-size: 95%; } #column-one { padding-top: 15em; } #content { margin: 2.8em 0 0 15em; width: 70%; padding: 0 1em 1.5em 1em; background: white; color: black; border: 1px solid #aaa; // border-right: none; line-height: 1.5em; position: relative; z-index: 2; }