MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Arma Wiki
(21 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | #mp-topbanner | ||
+ | { | ||
+ | //width:100%; | ||
+ | background:#f9f9f9; | ||
+ | margin:1.2em 0 6px 0; | ||
+ | border:1px solid #ddd; | ||
+ | } | ||
+ | |||
#mp-upper | #mp-upper | ||
{ | { | ||
Zeile 9: | Zeile 17: | ||
td.MainPageBG | td.MainPageBG | ||
{ | { | ||
− | width: | + | width:33%; |
− | border: 1px solid # | + | border: 1px solid #D5D0D0; |
− | background:#f5fffa; | + | //background:#f5fffa; |
vertical-align:top; | vertical-align:top; | ||
color:#000; | color:#000; | ||
Zeile 20: | Zeile 28: | ||
width:100%; | width:100%; | ||
vertical-align:top; | vertical-align:top; | ||
− | background:#f5fffa; | + | //background:#f5fffa; |
} | } | ||
Zeile 26: | Zeile 34: | ||
{ | { | ||
margin:3px; | margin:3px; | ||
− | background:#cef2e0; | + | //background:#cef2e0; |
font-family:inherit; | font-family:inherit; | ||
font-size:120% !important; | font-size:120% !important; | ||
font-weight:bold; | font-weight:bold; | ||
− | border:1px solid #a3bfb1; | + | //border:1px solid #a3bfb1; |
text-align:left; | text-align:left; | ||
color:#000; | color:#000; | ||
Zeile 41: | Zeile 49: | ||
} | } | ||
− | #mainpage #toc | + | #mainpage #toc, |
+ | div.css_tmplt_page #toc | ||
{ | { | ||
display:none; | display:none; | ||
+ | } | ||
+ | |||
+ | h2.css_tmplt_section_h2 | ||
+ | { | ||
+ | margin:3px; | ||
+ | background:#cef2e0; | ||
+ | font-family:inherit; | ||
+ | font-weight:bold; | ||
+ | border:1px solid #a3bfb1; | ||
+ | text-align:left; | ||
+ | color:#000; | ||
+ | padding:0.2em 0.4em !important; | ||
+ | } | ||
+ | |||
+ | td.css_tmplt_td_left | ||
+ | { | ||
+ | font-family:inherit; | ||
+ | font-weight:bold; | ||
+ | font-size:10pt !important; | ||
+ | width:100px; | ||
+ | } | ||
+ | |||
+ | td.css_tmplt_td_right | ||
+ | { | ||
+ | font-family:inherit; | ||
+ | font-size:10pt !important; | ||
} | } |
Aktuelle Version vom 5. August 2014, 14:22 Uhr
#mp-topbanner { //width:100%; background:#f9f9f9; margin:1.2em 0 6px 0; border:1px solid #ddd; } #mp-upper { width:100%; margin:4px 0 0 0; background:none; border-spacing:0px; } td.MainPageBG { width:33%; border: 1px solid #D5D0D0; //background:#f5fffa; vertical-align:top; color:#000; } #mp-left { width:100%; vertical-align:top; //background:#f5fffa; } h2.mp-tfa-h2 { margin:3px; //background:#cef2e0; font-family:inherit; font-size:120% !important; font-weight:bold; //border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em !important; } .page-Hauptseite h1.firstHeading { display:none; } #mainpage #toc, div.css_tmplt_page #toc { display:none; } h2.css_tmplt_section_h2 { margin:3px; background:#cef2e0; font-family:inherit; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em !important; } td.css_tmplt_td_left { font-family:inherit; font-weight:bold; font-size:10pt !important; width:100px; } td.css_tmplt_td_right { font-family:inherit; font-size:10pt !important; }