Difference between revisions of "MediaWiki:Common.css"
From Kerbal Space Program Wiki
Line 17: | Line 17: | ||
display:block; | display:block; | ||
text-align:center; | text-align:center; | ||
+ | } | ||
+ | |||
+ | /* Sysops */ | ||
+ | .mw-userlink[title="User:UmbralRaptor"], | ||
+ | a.trusted, .bur, .adm, .mod { | ||
+ | color:#0000ff !important; | ||
+ | } | ||
+ | |||
+ | /* Bots */ | ||
+ | a[class="mw-userlink"][title="User:RoboJeb"], | ||
+ | .robot, .bot { | ||
+ | color:#FE48AA; | ||
+ | } | ||
+ | |||
+ | /* Squad */ | ||
+ | a[class="mw-userlink"][title="User:N3X15"], | ||
+ | .squad { | ||
+ | font-weight: bold !important; | ||
+ | background-color: orange !important; | ||
+ | margin: 0 2px 0 2px; | ||
+ | padding: 0 3px 0 2px; | ||
} | } |
Revision as of 21:41, 5 October 2012
/* CSS placed here will be applied to all skins */ div.mp-box, .fmbox { background: #F6F6F6; padding: 1em; border: 1px solid #ccc; margin:0.25em; } /* Planetary stuff! */ .mp-planetnav{ background:#000; margin:0.25em; } .mp-planetnav a { color:white; font-weight:bold; display:block; text-align:center; } /* Sysops */ .mw-userlink[title="User:UmbralRaptor"], a.trusted, .bur, .adm, .mod { color:#0000ff !important; } /* Bots */ a[class="mw-userlink"][title="User:RoboJeb"], .robot, .bot { color:#FE48AA; } /* Squad */ a[class="mw-userlink"][title="User:N3X15"], .squad { font-weight: bold !important; background-color: orange !important; margin: 0 2px 0 2px; padding: 0 3px 0 2px; }