MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
   background: none;
 
   background: none;
 
}
 
}
 +
 +
#p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; }
  
 
/* lefthand box header */
 
/* lefthand box header */

Version vom 25. November 2008, 20:25 Uhr

<pre><nowiki> 
body {
  background-color: white;
  background: none;
}

#p-logo a { background: url(http://en.wikipedia.org/upload/wiki.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>