Difference between revisions of "MediaWiki:Common.css"

From Heroes Assemble MUSH
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {background: red}
+
body {background: #02213F}
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
  
#mw-page-base {background: green}
+
.toccolours {
/* changes the background color behind the top half of the logo and at top of each page */
+
    background-color: #081f3f;
 +
    color: #f1d34e;
 +
}
 +
 
 +
#.mw-body-content a:link { font-weight: bold; color: #e7ea12; } /* normal unvisited links */
 +
#.mw-body-content a:link:visited { color: #f5f4bf; } /* visited links */

Latest revision as of 08:09, 8 March 2020

/* CSS placed here will be applied to all skins */

body {background: #02213F}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

.toccolours {
    background-color: #081f3f;
    color: #f1d34e;
}

#.mw-body-content a:link { font-weight: bold; color: #e7ea12; } /* normal unvisited links */
#.mw-body-content a:link:visited { color: #f5f4bf; } /* visited links */