MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus KIF
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 33: Zeile 33:
   color: red;
   color: red;
  }
  }
/*
== languagelink ==
*/
#languagelink { 
  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;
}

Version vom 19. Mai 2007, 19:21 Uhr

 /** Kleinschreibung nicht erzwingen */
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }

 /* Navigation höher setzen */
 #p-logo,
 #p-logo a,
 #p-logo a:hover {
    height: 135px;
 }
 
 #column-one { padding-top: 135px; }

 /* background image */ 
 
 body {
   background: #f9f9f9 url( ) 0 0 repeat;
 }

 /*
== plusminus ==
 */

 .mw-plusminus-pos {
   color: green;
 }
 
 .mw-plusminus-neg {
   color: red;
 }

 /*
== languagelink ==
 */

#languagelink {  
   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;
}