Difference between revisions of "MediaWiki:Common.css"
Line 16: | Line 16: | ||
text-decoration:none; | text-decoration:none; | ||
color: #272e65; | color: #272e65; | ||
+ | } | ||
+ | |||
+ | li.selected { | ||
+ | background-color: #ff0000; | ||
+ | font-weight: bold; | ||
} | } |
Revision as of 13:56, 12 February 2015
/* CSS placed here will be applied to all skins */ span.mp-beginnersLink a { font-family: inherit; font-size: 1em; /* IE doesn't like inherit here */ font-weight: bold; font-style: italic; text-decoration:none; color: #272e65; } span.mp-productsLink a { font-family: inherit; font-size: 1.5em; /* IE doesn't like inherit here */ font-weight: bold; font-style: italic; text-decoration:none; color: #272e65; } li.selected { background-color: #ff0000; font-weight: bold; }