MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
changed hot bills id to class |
css for more hot bills |
||
Line 17: | Line 17: | ||
.hot-bills ul { | .hot-bills ul { | ||
list-style-image: url(http://www.alecexposed.org/w/images/e/ec/Red-check.png); | list-style-image: url(http://www.alecexposed.org/w/images/e/ec/Red-check.png); | ||
} | |||
.more-hot-bills { | |||
background:#fff url(http://www.alecexposed.org/wiki/File:Big-red-check.png) top left no-repeat; | |||
} | } |
Revision as of 18:12, 23 June 2011
/* CSS placed here will be applied to all skins */ .red a:link, .red a:hover, .red a:visited, .red a:active { color: #CC0000; text-decoration: none; } .black a:link, .black a:hover, .black a:visited, .black a:active { color: #000000; text-decoration: none; } .sitenotice-img { background:#fff url('/images/b/bd/Business_money.jpg') no-repeat top right; } .hot-bills ul { list-style-image: url(http://www.alecexposed.org/w/images/e/ec/Red-check.png); } .more-hot-bills { background:#fff url(http://www.alecexposed.org/wiki/File:Big-red-check.png) top left no-repeat; }