MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Wiki der Helden-Software
Zur Navigation springen Zur Suche springen
Geran (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Maik (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
#p-cactions ul li a {
#p-cactions ul li a {
text-transform: none;
text-transform: none;
         background: #FDFFCF;
         background: #F6F9B4;
}
}
/* Seitenhintergrund ersetzen */
/* Seitenhintergrund ersetzen */
body { background: #F6F9B4; }
body { background: #F6F9B4; }


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


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

Version vom 18. Februar 2007, 11:14 Uhr

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

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

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

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