MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Tag: Reverted
Line 37: Line 37:
.up5 {margin-top: -0.5em; }
.up5 {margin-top: -0.5em; }
.nums {counter-reset: ordered;}
.nums {counter-reset: ordered;}
.nums p::before, .nums li::before {counter-increment: ordered; content:counter(ordered); vertical-align: super; font-size: .7em;  }
.nums ::before, .nums li::before {counter-increment: ordered; content:counter(ordered); vertical-align: super; font-size: .7em;  }
.nums blockquote::before, .nums .references li::before { display: none; }
.nums blockquote::before, .nums .references li::before { display: none; }
.numsoff p::before, .numsoff li::before {display: none;}
.numsoff ::before /*, .numsoff li::before */ {display: none;}
/* .notoc {display: none;} */
/* .notoc {display: none;} */
.thin { width: 210px; }
.thin { width: 210px; }