Benutzer:Stefanb/monobook.css: Unterschied zwischen den Versionen

Aus X-Lexikon
Zur Navigation springenZur Suche springen
(k)
(k)
Zeile 5: Zeile 5:


table.wikitable th {
table.wikitable th {
     color: black;
     background-color: #171717;
}
}


table.filehistory th {
table.filehistory th {
     color: black;
     background-color: #171717;
}
}


h4.mw-specialpagesgroup {
h4.mw-specialpagesgroup {
color: black;
        background-color: #171717;
}
 
abbr, acronym, .explain {
color: #fff;
}
}

Version vom 5. Februar 2011, 00:03 Uhr

table.wikitable {
    background: #272727;
    color: #FEFEFE;
}

table.wikitable th {
    background-color: #171717;
}

table.filehistory th {
    background-color: #171717;
}

h4.mw-specialpagesgroup {
        background-color: #171717;
}

abbr, acronym, .explain {
	color: #fff;
}