Difference between revisions of "MediaWiki:Common.css"

From Virtuverse Wiki
Jump to navigation Jump to search
Line 26: Line 26:
 
body { background-color: #36393f; background-image: url('https://virtuverse.io/images/bg2.png'); color: #fff; }
 
body { background-color: #36393f; background-image: url('https://virtuverse.io/images/bg2.png'); color: #fff; }
 
#content { background-color: #36393f; color: #fff; }
 
#content { background-color: #36393f; color: #fff; }
.mw-headline { color: #fff; }
+
.mw-headline h3 { color: #fff; }
 
.thumb { background-color: #000 !important; }
 
.thumb { background-color: #000 !important; }
 
#content a { color: #4DFF93; }
 
#content a { color: #4DFF93; }

Revision as of 23:38, 4 August 2019

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

/* Heading */
#mw-head { background-color: #000; color: #fff; }
#firstHeading { color: #fff; }
h2 { color: #fff; }

/* Top Tabs */
#ca-talk { display:none !important; }
#ca-view { display:none !important; }

/* Left navigation */
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li{
   color: white;
   font-size: 1.0em;
}
div#mw-panel div.portal div.body a {
   color: #4DFF93;
}
div#mw-panel div.portal div.body a:visited {
   color: #C9FFD8;
}

/* Body */
body { background-color: #36393f; background-image: url('https://virtuverse.io/images/bg2.png'); color: #fff; }
#content { background-color: #36393f; color: #fff; }
.mw-headline h3 { color: #fff; }
.thumb { background-color: #000 !important; }
#content a { color: #4DFF93; }
#content a:visited { color: #C9FFD8; }

/* Footer */
body #footer-info-lastmod { color: #fff; }
#footer-poweredbyico { display: none; }
#footer-places a { color: #4DFF93; }
#footer-places a:visited { color: #C9FFD8; }