MediaWiki:Common.css: Różnice pomiędzy wersjami
m |
|||
| Linia 4: | Linia 4: | ||
ol.references > li:target { background-color: #e0d79d; } | ol.references > li:target { background-color: #e0d79d; } | ||
sup.reference:target { background-color: #e0d79d; } | sup.reference:target { background-color: #e0d79d; } | ||
| + | |||
| + | /* Give wikitables blue headings */ | ||
| + | .wikitable th, .wikitable td.hl3, .wikitable th.hl3 { | ||
| + | background-color: #8da7d6; | ||
| + | } | ||
| + | .wikitable td.hl1, .wikitable th.hl1 { | ||
| + | background: #c5d8fc; | ||
| + | } | ||
| + | .wikitable td.hl2, .wikitable th.hl2 { | ||
| + | background: #a7c1f2; | ||
| + | } | ||
Wersja z 20:33, 26 gru 2011
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references > li:target { background-color: #e0d79d; }
sup.reference:target { background-color: #e0d79d; }
/* Give wikitables blue headings */
.wikitable th, .wikitable td.hl3, .wikitable th.hl3 {
background-color: #8da7d6;
}
.wikitable td.hl1, .wikitable th.hl1 {
background: #c5d8fc;
}
.wikitable td.hl2, .wikitable th.hl2 {
background: #a7c1f2;
}