MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 31: | Zeile 31: | ||
border-bottom: 1px solid #6f93a7;*/ | border-bottom: 1px solid #6f93a7;*/ | ||
background: url(http://192.168.30.4/trampeltier_wiki/images/8/8d/Navigationsbalken129x25.jpg); | background: url(http://192.168.30.4/trampeltier_wiki/images/8/8d/Navigationsbalken129x25.jpg); | ||
− | -moz-border-radius:4px; | + | /*-moz-border-radius:4px;*/ |
color: #000; | color: #000; | ||
text-decoration: none; | text-decoration: none; | ||
− | width: | + | width: 95%; |
} | } |
Version vom 20. Januar 2012, 11:04 Uhr
/*Background*/ body { background:#d4edfc; } #mw-head { background:#d4edfc; } div#content .noprint { background:#f0f5de; margin-top:50px; padding:50px 25px 50px 25px; } /*Rahmen Inhaltsverzeichnis*/ #toc, .toc {background:#d4edfc; border:6px outset #d4edfc; -moz-border-radius:4px; } /*Navigation*//*-moz-linear-gradient(top, #d4edfc, #90bacc)*/ div#mw-panel div.portal div.body ul li a { display: block; padding: 5px 5px 5px 5px; /*border-left: 16px solid #6f93a7; border-right: 5px solid #6f93a7; border-top: 1px solid #6f93a7; border-bottom: 1px solid #6f93a7;*/ background: url(http://192.168.30.4/trampeltier_wiki/images/8/8d/Navigationsbalken129x25.jpg); /*-moz-border-radius:4px;*/ color: #000; text-decoration: none; width: 95%; } div#mw-panel div.portal div.body ul li a:hover { background: -moz-linear-gradient(top, #90bacc, #6f98a6); color:#FFF; } table.wikitable { background:#d9e6b1; font:left; text-align:center; -moz-border-radius:4px; }