account creation will be re-enabled sometime soon i promis
MediaWiki:Common.css: Difference between revisions
From BonziPEDIA, the Official BonziWORLD Encyclopedia of varied quality.
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/* Special usernames for bureaucrats and admins. */ | /* Special usernames for bureaucrats and admins. */ | ||
/* | /* Fune: */ | ||
a[href="/User:Fune"] | a[href="/User:Fune"] { | ||
color: red; | |||
font-weight: bold; | |||
} | |||
/* SIAN: */ | |||
a[href="/User:SeamusIsANigger"] { | a[href="/User:SeamusIsANigger"] { | ||
color: | color: gold; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* | |||
/* Ziggy: */ | |||
a[href="/User:Ziggy"] { | a[href="/User:Ziggy"] { | ||
color: purple; | color: purple; |
Revision as of 20:23, 16 March 2024
/* CSS placed here will be applied to all skins */ /* Special usernames for bureaucrats and admins. */ /* Fune: */ a[href="/User:Fune"] { color: red; font-weight: bold; } /* SIAN: */ a[href="/User:SeamusIsANigger"] { color: gold; font-weight: bold; } /* Ziggy: */ a[href="/User:Ziggy"] { color: purple; font-weight: bold; } /* [REDACTED] */ a[href="/CIA"] { text-shadow: 0px 0px 4px rgba(0, 214, 21, 1); color: black; font-weight: bold; } /* CSS from ED required for cycle sequences to work. */ .hiddentext { display: none; } .showhidetext { color: #0645ad; cursor: pointer; } .showhidetext, .collapsibletoggle { -khtml-user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .showhidetext:hover { text-decoration: underline; } .showhidetext:active { color: #faa700; } /* Some more CSS for navboxes */ .mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) { font-weight: normal; padding-right: 0.2em; padding-left: 0.2em; } tr:nth-child(odd) .navbox-list { background-color: #f7f7f7; } .navbox + .navbox, .navbox + .navbox-styles + .navbox { margin-top: -1px !important; } #siteSub { display: block; }