Template:Stylish/styles.css

From Bonkipedia
< Template:Stylish
Revision as of 18:05, 12 November 2022 by ManfredoDo (talk | contribs) (1 revision imported: Template documentation pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.column-demo{
	float:left;
}
.column-demo td:nth-child(2n) {
    background-color: red;
}
.mw-redirect {
     color: gray;   
}
.zebra {
	float:right;
}
.zebra tr:nth-child(odd) {
    background-color: #eee;
}
.zebra tr:nth-child(even) {
    background-color: #abc;
}
/*Fixed table header demo*/
#scrolltable { margin-top: 20px; height: 200px; overflow: auto; }
#scrolltable th div { position: absolute; margin-top: -30px; }