MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus KIF
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 20: Zeile 20:
  body {
  body {
   background: #f9f9f9 url( ) 0 0 repeat;
   background: #f9f9f9 url( ) 0 0 repeat;
}
/*
== plusminus ==
*/
.mw-plusminus-pos {
  color: green;
}
.mw-plusminus-neg {
  color: red;
  }
  }

Version vom 4. April 2007, 13:19 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;
 }