MediaWiki:Monobook.css: Unterschied zwischen den Versionen

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:hover { text-decoration: none; }


#navbar
#navbar
{   
{   
position:absolute; z-index:1; border:none; background:none;
position:absolute; z-index:1; border:none; background:none;
right:12px; top:0.3em; float:right; margin:0.0em;
right:12px; top:0.3em; float:right; margin:0.0em;
padding:0.0em; line-height:1.5em; text-align:right; text-indent:0;
padding:0.0em; line-height:1.5em; text-align:right; text-indent:0;
font-size:85%; text-transform:none; white-space:normal;
font-size:85%; text-transform:none; white-space:normal;
}
}

Version vom 21. November 2005, 00:49 Uhr

 a:link { text-decoration: none; }
 a:hover { text-decoration: none; }

 #navbar
 {  
 position:absolute; z-index:1; border:none; background:none;
 right:12px; top:0.3em; float:right; margin:0.0em;
 padding:0.0em; line-height:1.5em; text-align:right; text-indent:0;
 font-size:85%; text-transform:none; white-space:normal;
 }