MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
css for twitter widget |
css for red hyperlinks |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .red-check 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); | ||
} | } | ||
Line 17: | Line 17: | ||
text-align: left; | text-align: left; | ||
margin: auto; | margin: auto; | ||
} | |||
.red a, .red:hover, .red:link, .red:active, .red:visited { | |||
color:#FF0000; | |||
} | } |
Revision as of 20:52, 24 June 2011
/* CSS placed here will be applied to all skins */ .red-check ul { list-style-image: url(http://www.alecexposed.org/w/images/e/ec/Red-check.png); } .more-hot-bills { background-image: url(http://www.alecexposed.org/w/images/0/0c/Big-red-check-trans.png); background-repeat: no-repeat; background-position: center; } .twtr-widget { text-align: center; } .twtr-doc { text-align: left; margin: auto; } .red a, .red:hover, .red:link, .red:active, .red:visited { color:#FF0000; }