MediaWiki:Common.css: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:


.mw-body {
.mw-body {
   background-color: #66658a;
   background-color: #58577d;
   color: #fff;
   color: #fff;
   border: 1px solid #1d1c31;
   border: 1px solid #1d1c31;

Revision as of 02:07, 13 May 2021

/* The main body stuff */

body {
  background-color: #444362;
}

/* Link colors */

a {color: #dbe0e8; text-decoration: none;}
a:hover {color: #dbe0e8; text-decoration: none;}
a:visited {color: #dbe0e8; text-decoration: none;}
a:active {color: #dbe0e8; text-decoration: none;}

/* Top of the page that has the gradient... */
#mw-page-base {background-image: linear-gradient(to bottom,#302f40 50%,#444362 100%);}

/* Sidebar Colors */

.portal .body li a, .vector-menu-portal .body li a {color: #dbe0e8; text-decoration: none;}
.portal .body li a, .vector-menu-portal .body li a:hover {color: #dbe0e8; text-decoration: none;}
.portal .body li a, .vector-menu-portal .body li a:visited {color: #dbe0e8; text-decoration: none;}
.portal .body li a, .vector-menu-portal .body li a:active {color: white; text-decoration: none;}

.portal h3, .vector-menu-portal h3 {
  color: #ccc7e3;
}

/* The actual inner body of the wiki pages, where the content is. */

.mw-body {
  background-color: #58577d;
  color: #fff;
  border: 1px solid #1d1c31;
}

/* Header Text */

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3 {
  color: #fff;
  font-family: Arial;
}

.mw-body-content h2 {
  background-image: linear-gradient(to right,rgb(94,48,8,0.13) 70%,transparent);
  padding: 3.5px;
}

/* Table of Contents */
.toc, .mw-warning, .toccolours {
  background-color: #75749d;
}

.toctogglelabel {
  color: #cdccd7;
}

/* Wikitables */

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border: 1px solid #19406c;
}

.wikitable > tr > th, .wikitable > * > tr > th {
  background-color: #3f5c95;
  color: #fff;
}

.wikitable > * > tr > td {
  background-color: #6d88bb;
  color: #fff;
}

/* Vector Tabs */

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
  background-color: linear-gradient(to bottom,rgba(167,215,249,0) 0,#000 100%);
}