MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Zeile 4: | Zeile 4: | ||
} | } | ||
+ | /* lefthand box header */ | ||
+ | #p-navigation h5, | ||
+ | #p-search h5, | ||
+ | #p-tb h5 { | ||
+ | font-weight: bold | ||
+ | } | ||
+ | |||
+ | /* lefthand box border */ | ||
#p-navigation div, | #p-navigation div, | ||
#p-search div, | #p-search div, |
Version vom 25. November 2008, 18:15 Uhr
<pre><nowiki> body { background-color:white; } /* lefthand box header */ #p-navigation h5, #p-search h5, #p-tb h5 { font-weight: bold } /* lefthand box border */ #p-navigation div, #p-search div, #p-tb div { border-width: 0px; } </nowiki></pre>