MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
| Zeile 5: | Zeile 5: | ||
} | } | ||
| − | #p-logo a { background: url(http:// | + | #p-logo a { background: url(http://jsug.fsinf.at/images/d/db/JSUG-logo_draft1.png) 35% 50% no-repeat !important; } |
/* lefthand box header */ | /* lefthand box header */ | ||
Version vom 25. November 2008, 20:26 Uhr
<pre><nowiki>
body {
background-color: white;
background: none;
}
#p-logo a { background: url(http://jsug.fsinf.at/images/d/db/JSUG-logo_draft1.png) 35% 50% no-repeat !important; }
/* 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;
background-color: transparent;
}
#footer {
visibility:hidden;
}
</nowiki></pre>