MediaWiki:Common.css
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 25: | Zeile 25: | ||
#column-one { | #column-one { | ||
padding-top: 15em; | 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; | ||
} | } |
Version vom 19:29, 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: 70%; 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; }