Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(temp, seeing how they do it) |
Tags: Replaced Undo |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | |||
/* body.mediawiki, body.mediawiki #mw-page-base { | |||
background: url(/images/d/d9/Test.png); | |||
background-position: center; | |||
background-attachment: fixed; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
} */ | |||
/* Staff colors */ | |||
.mw-userlink[title="User:Gilbert"], | |||
.mw-userlink[title="User:Boba"], | |||
/* | |||
.mw-userlink[title="User: | |||
.mw-userlink[title="User: | |||
a.trusted, .bur, .adm, .mod, .loc, .helpUser { | a.trusted, .bur, .adm, .mod, .loc, .helpUser { | ||
color:# | color:#FF7AD7 !important; | ||
} | } | ||
/* Bold all userlinks */ | |||
.mw-userlink { | .mw-userlink { | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 23:53, 31 January 2021
/* CSS placed here will be applied to all skins */ /* body.mediawiki, body.mediawiki #mw-page-base { background: url(/images/d/d9/Test.png); background-position: center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } */ /* Staff colors */ .mw-userlink[title="User:Gilbert"], .mw-userlink[title="User:Boba"], a.trusted, .bur, .adm, .mod, .loc, .helpUser { color:#FF7AD7 !important; } /* Bold all userlinks */ .mw-userlink { font-weight: bold; }