Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(hardcoded) |
|||
Line 1: | Line 1: | ||
/* Staff colors */ | /* Staff colors */ | ||
.mw-userlink[title="User:Gilbert"], | .mw-userlink[title="User:Gilbert"], | ||
Line 20: | Line 10: | ||
/* Bold all userlinks */ | /* Bold all userlinks */ | ||
.mw-userlink { | .mw-userlink { | ||
font-weight: bold; | |||
} | |||
li#pt-userpage { | |||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 23:21, 2 February 2021
/* Staff colors */ .mw-userlink[title="User:Gilbert"], li#pt-userpage a[href="/User:Gilbert"], .mw-userlink[title="User:Boba"], li#pt-userpage a[href="/User:Boba"], a.trusted, .bur, .adm, .mod, .loc, .helpUser { color:#FF7AD7 !important; } /* Bold all userlinks */ .mw-userlink { font-weight: bold; } li#pt-userpage { font-weight: bold; }