MediaWiki:Common.css: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
spoiler text |
No edit summary |
||
| Line 15: | Line 15: | ||
} | } | ||
.spoiler:hover { | .spoiler:hover { | ||
background: # | background: #eee; | ||
} | } | ||
Revision as of 17:48, 20 March 2020
/* CSS placed here will be applied to all skins */
ol {
counter-reset: listNum;
list-style-type: none;
}
ol > li:before {
counter-increment: listNum;
content: counters(listNum, ".") ".";
}
.spoiler {
color: #888;
background: #888;
}
.spoiler:hover {
background: #eee;
}
/* status styles */
.stat-ok {
background-color: #44ff44;
}
.stat-busy {
background-color: #ffff44;
}
blockquote {
font-family: serif;
border: 1px solid grey;
padding: 1em;
}
