Welcome to SECApedia! Please check out our rules, manual of style aswell as some info on the site.
The site is currently in a "grace period" where only users can edit articles so that we can set things up in peace. This should end within a few days or so. Soyoyuki (talk) 14:22, 21 June 2026 (UTC)
CURRENT MISSION: Update, uncensor and (if needed) rewrite all the imported pages from SNCApedia.
Additionally, please remove all unnecessary discussion pages, for example those with outdated info.
MediaWiki:Common.css: Difference between revisions
From SECApedia
Jump to navigationJump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 34: | Line 34: | ||
a[href=""] { | a[href=""] { | ||
color: #578CA9 !important; | color: #578CA9 !important; | ||
} | } | ||
Latest revision as of 17:24, 21 June 2026
/* DO NOT MODIFY THIS UNLESS YOU ARE A SYSOP, CHUD. */
/* CSS placed here will be applied to all skins */
/* -------------------- User Colors -------------------- */
/* We will use this somehow */
/* a[href="/index.php/User:SNCApedia"], */
/* a[href="/index.php/User:Test"] { */
/* font-weight:bold; */
/* color:#FFFFFF !important; */
/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
/* } */
/* bureaucrat user color */
a[href="/index.php/User:Soyoyuki"],
a[href="/index.php/User:Tether"] {
color: red !important;
font-weight: bold;
}
/* sysop user color */
a[href=""] {
color: purple !important;
font-weight: bold;
}
/* approver user color */
a[href=""] {
color: #9a52a4 !important;
}
/* bot user color */
a[href=""] {
color: #578CA9 !important;
}