MediaWiki:Common.css
Aus Ubuntu-Forum Wiki
(Unterschied zwischen Versionen)
Zero77 (Diskussion | Beiträge) |
Zero77 (Diskussion | Beiträge) |
||
Zeile 53: | Zeile 53: | ||
/* Portalseite */ | /* Portalseite */ | ||
- | .hp { font-size: 150% !important; } | + | .hp { font-size: 150% !important; border-bottom: 1px solid #AAAAAA !important; } |
.links { | .links { | ||
- | width: 49% !important; float: left; | + | width: 49% !important; |
+ | float: left; | ||
+ | padding-left: 0.5em !important; | ||
border: 1px solid #AAAAAA !important; | border: 1px solid #AAAAAA !important; | ||
} | } |
Version vom 2. Januar 2011, 18:01 Uhr
/* Seitenaufbau */ body { background-color: #efe4c2; } pre { font-size: 1.2em; border: 1px dashed #AAAAAA; } fieldset { border: 1px solid #efe4c2 } textarea { background-color:#FFFFDD; } a img { margin: 5px; } #content { min-height: 600px; } .kommentar, .kommentar th { color: #AAAAAA; font-size: 0.9em; } div.defloat { clear: both; } /* Code-Tags */ code { font-size: 1.2em !important; font-family: courier, monospace !important; background-color:#FFFFDD; } .wikitable code { font-size: 1.1em !important; background: none !important; } /* Foren-Links als intern kennzeichnen */ a[href^="http://www.ubuntu-forum.de"] { background: none !important; padding-right: 0px !important; } a[href^="http://ubuntu-forum.de"] { background: none !important; padding-right: 0px !important; } a[href^="http://www.ubuntuforum.de"] { background: none !important; padding-right: 0px !important; } a[href^="http://ubuntuforum.de"] { background: none !important; padding-right: 0px !important; } /* Ueberschriften */ h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid #AAAAAA; font-weight: bold; } /* Tabellen */ .wikitable { border: 1px solid #AAAAAA !important; border-collapse: collapse; width: 100%; } .wikitable tfoot { text-align: right; } .wikitable th, .wikitable td { vertical-align: top; padding: 3px; border: 1px solid #AAAAAA; } .wikitable th { background-color: #F9F9F9 !important; border-bottom: 1px solid #AAAAAA;} .wikitable td { background-color: #FFFFFF !important; } .wikitable code { font-size: 1.1em !important; background: none !important; } /* GeShi */ .mw-geshi { font-size: 1.2em; border: 1px dashed #AAAAAA; background-color: #F9F9F9; padding: 0.5em; } /* InputBox */ .createbox { border: 1px solid #009900; padding: 0.5em; } .createboxButton { margin-top: 0.5em; } .createboxInput { border: 1px solid #009900; } /* Portalseite */ .hp { font-size: 150% !important; border-bottom: 1px solid #AAAAAA !important; } .links { width: 49% !important; float: left; padding-left: 0.5em !important; border: 1px solid #AAAAAA !important; } .rechts { width: 49% !important; float: right; border: 1px solid #AAAAAA !important; }