If you want an account, contact Ziggy via Discord: @ziggymoncher_. Read BonziPEDIA:Requesting accounts for more details.
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 19: | Line 19: | ||
.hiddentext { | .hiddentext { | ||
display: none; | 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; | |||
} | } |
Revision as of 22:11, 26 February 2024
/* CSS placed here will be applied to all skins */ /* Special usernames for bureaucrats and admins. */ /* Bureaucrats (red name): */ a[href="/index.php/User:Fune"], a[href="/index.php/User:SeamusIsANigger"] { color: red; font-weight: bold; } /* Admins (purple name): */ a[href="/index.php/User:Ziggy"] { color: purple; 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; }