MediaWiki:Common.css: Difference between revisions

From Songs of Syx Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
a:visited {color: #dbe0e8; text-decoration: none;}
a:visited {color: #dbe0e8; text-decoration: none;}
a:active {color: #dbe0e8; text-decoration: none;}
a:active {color: #dbe0e8; text-decoration: none;}
/* Top of the page that has the gradient... */
#mw-base-page {background-image: linear-gradient(to bottom,#000 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 19: Line 21:
.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:visited {color: #dbe0e8; text-decoration: none;}
.portal .body li a, .vector-menu-portal .body li a:active {color: white; text-decoration: none;}
.portal .body li a, .vector-menu-portal .body li a:active {color: white; text-decoration: none;}
div#mw-panel div.portal div.body ul li a {color: #dbe0e8; text-decoration: none;}
div#mw-panel div.portal div.body ul li a:hover {color: #dbe0e8; text-decoration: none;}
div#mw-panel div.portal div.body ul li a:visited {color: #dbe0e8; text-decoration: none;}
div#mw-panel div.portal div.body ul li a:active {color: white; text-decoration: none;}

Revision as of 01:18, 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-base-page {background-image: linear-gradient(to bottom,#000 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;}