MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Harvestopia
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
body { background:grey; }
 
body { background:grey; }
  
table, #toc, .toc {background:red;}
+
table, #toc, .toc {background:purple;}
  
 
.toclevel-1,tocsection-1 {
 
.toclevel-1,tocsection-1 {

Version vom 13. Dezember 2011, 17:44 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/* Hintergrund des Inhaltsbereichs und der Tabs rosa färben */
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }


body { background:grey; }

table, #toc, .toc {background:purple;}

.toclevel-1,tocsection-1 {
background:Purple;
}


h3, .editsection {
color:grey;
}