MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Arma Wiki
Zeile 1: | Zeile 1: | ||
− | + | table .mp-upper | |
+ | { | ||
+ | width:100%; | ||
+ | margin:4px 0 0 0; | ||
+ | background:none; | ||
+ | border-spacing:0px; | ||
+ | } | ||
+ | |||
+ | td .MainPageBG | ||
+ | { | ||
+ | width:50%; | ||
+ | border: 1px solid #cef2e0; | ||
+ | background:#f5fffa; | ||
+ | vertical-align:top; | ||
+ | color:#000; | ||
+ | } | ||
− | . | + | table .mp-left |
{ | { | ||
− | + | width:100%; | |
− | + | vertical-align:top; | |
− | + | background:#f5fffa; | |
} | } | ||
− | h2 | + | h2 .mp-tfa-h2 |
{ | { | ||
− | font-size: | + | margin:3px; |
− | font-weight: bold; | + | background:#cef2e0; |
− | + | font-family:inherit; | |
− | color: | + | font-size:120%; |
+ | font-weight:bold; | ||
+ | border:1px solid #a3bfb1; | ||
+ | text-align:left; | ||
+ | color:#000; | ||
+ | padding:0.2em 0.4em; | ||
} | } | ||
Version vom 4. August 2014, 11:25 Uhr
table .mp-upper { width:100%; margin:4px 0 0 0; background:none; border-spacing:0px; } td .MainPageBG { width:50%; border: 1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000; } table .mp-left { width:100%; vertical-align:top; background:#f5fffa; } h2 .mp-tfa-h2 { margin:3px; background:#cef2e0; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em; } #mainpage-welcome #toc { display: none; } .page-Hauptseite h1.firstHeading { display: none; }