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

From SECApedia
Revision as of 17:24, 21 June 2026 by Tether (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}