Deprecated: Use of MediaWiki\Parser\Parser::$extTemplateStylesCache was deprecated in MediaWiki 1.42. [Called from MediaWiki\Extension\TemplateStyles\Hooks::onParserFirstCallInit in /var/www/html/extensions/TemplateStyles/includes/Hooks.php at line 216] in /var/www/html/includes/debug/MWDebug.php on line 372
MediaWiki:Common.css: Difference between revisions - CrabCraft Wiki Jump to content

📢 Please make sure to read our Style Guide before editing. For questions, suggestions, or technical issues, please contact Noah. ✖

MediaWiki:Common.css: Difference between revisions

From CrabCraft Wiki
Changes links from blue to orange
 
Orange background
Line 1: Line 1:
/* Default (light mode) */
body {
  background-color: #fff4e6; /* pastel orange */
  color: #1a1a1a;            /* dark text for contrast */
}
#content,
.mw-page-container,
.vector-pinned-container {
  background-color: #fffaf5; /* ultra-light pastel orange */
}
a,
a,
a:visited {
a:visited {
   color: #d35400 !important;
   color: #ec622c !important;
}
}


a:hover,
a:hover,
a:active {
a:active {
   color: #e67e22 !important; /* a slightly lighter orange for hover effect */
   color: #ec622c !important;
}
}

Revision as of 18:54, 21 June 2025

/* Default (light mode) */
body {
  background-color: #fff4e6; /* pastel orange */
  color: #1a1a1a;            /* dark text for contrast */
}

#content,
.mw-page-container,
.vector-pinned-container {
  background-color: #fffaf5; /* ultra-light pastel orange */
}

a,
a:visited {
  color: #ec622c !important;
}

a:hover,
a:active {
  color: #ec622c !important;
}