MediaWiki:Nostalgia.css: Unterschied zwischen den Versionen

Aus Wiki der Helden-Software
Wechseln zu: Navigation, Suche
(Farbe vereinheitlicht)
Zeile 8: Zeile 8:
 
}
 
}
 
/* Seitenhintergrund ersetzen */
 
/* Seitenhintergrund ersetzen */
body { background: #F6F9B4; }
+
body { background: #FDFFCF; }
  
 
#content, #bodyContent table {background: #FDFFCF;}
 
#content, #bodyContent table {background: #FDFFCF;}
Zeile 14: Zeile 14:
 
#p-cactions li.selected a {background-color: #FDFFCF;  }
 
#p-cactions li.selected a {background-color: #FDFFCF;  }
 
#p-cactions li a:hover {background-color: #FDFFCF;  }
 
#p-cactions li a:hover {background-color: #FDFFCF;  }
.portlet h5 {background: #F6F9B4;}
+
.portlet h5 {background: #FDFFCF;}
  
 
#catlinks {background: #FDFFCF;}
 
#catlinks {background: #FDFFCF;}
#bodyContent .thumb {background: #F6F9B4; border-color:#FDFFCF}
+
#bodyContent .thumb {background: #FDFFCF; border-color:#FDFFCF}

Version vom 18. Februar 2007, 11:35 Uhr

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,

#p-cactions ul li a {
	text-transform: none;
        background: #FDFFCF;
}
/* Seitenhintergrund ersetzen */
body { background: #FDFFCF; }

#content, #bodyContent table {background: #FDFFCF;}
.pBody {background: #FDFFCF;}
#p-cactions li.selected a {background-color: #FDFFCF;  }
#p-cactions li a:hover {background-color: #FDFFCF;  }
.portlet h5 {background: #FDFFCF;}

#catlinks {background: #FDFFCF;}
#bodyContent .thumb {background: #FDFFCF; border-color:#FDFFCF}