MediaWiki:Common.css: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
#mw-page-base {background-image: linear-gradient(to bottom,#3B3A53 50%,#58577C 100%);}
#mw-page-base {background-image: linear-gradient(to bottom,#3B3A53 50%,#58577C 100%);}


/* Sidebar link colors */
/* Sidebar Link 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 {color: #dbe0e8; text-decoration: none;}
Line 29: Line 29:
}
}


/* Header text */
/* Header Text */


.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3 {
   color: #fff;
   color: #fff;
   font-family: Arial;
   font-family: Arial;
}
/* Table of Contents */
.toc, .mw-warning, .toccolours {
  background-color: #75749d;
}
}

Revision as of 01:38, 13 May 2021

/* The main body stuff */

body {
  background-color: #58577C;
}

/* 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,#3B3A53 50%,#58577C 100%);}

/* Sidebar Link 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;}

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

.mw-body {
  background-color: #66658a;
  color: #fff;
}

/* Header Text */

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

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