Difference between revisions of "MediaWiki:Common.css"

From OMORI Wiki
Jump to navigation Jump to search
(hardcoded)
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 */
/* 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 00:21, 3 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;
}