Difference between revisions of "MediaWiki:Common.css"

From Virtuverse Wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
/* Tables */
 
/* Tables */
 
.vvwiki-table table, th, td {
 
.vvwiki-table table, th, td {
   border: 1px groove white;
+
   border: 1px solid white;
   padding: 3px;
+
   padding: 5px;
 
}
 
}
 
.vvwiki-table th { background-color: #000; }
 
.vvwiki-table th { background-color: #000; }

Revision as of 06:23, 6 August 2019

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

/* Heading */
#mw-head { background-color: #000; color: #fff; border-width: 0px; }
#mw-page-base { height: 4.5em !important; }
#firstHeading { color: #fff; }
h2, h3 { color: #fff !important; }
#p-personal a { color: #4DFF93; }
#p-personal a:visited { color: #C9FFD8; }

/* Top Tabs */
#ca-talk { display:none !important; }
#ca-view { display:none !important; }
#ca-history > span, #ca-unwatch > span, #ca-edit > span { background-color: #000; color: white; }
#ca-history a, #ca-unwatch a, #ca-edit a { color: #4DFF93; }
#ca-history a:visited, #ca-unwatch a:visited, #ca-edit a:visited { color: #C9FFD8; }
#p-cactions-label > span { color: #fff; }
#p-namespaces { 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-image: url('http://virtuverse.wiki/wikibg.png'); }
#content { background-color: #36393f; color: #fff; }
.thumbinner { background-color: #000 !important; }
.mw-headline h3 { color: #fff; }
#content a { color: #4DFF93; }
#content a:visited { color: #C9FFD8; }
#catlinks { background-color: #000; }

/* Tables */
.vvwiki-table table, th, td {
   border: 1px solid white;
   padding: 5px;
}
.vvwiki-table th { background-color: #000; }

/* Images */
.gallerytext {
   color: #4DFF93;
   background-color: #000;
}

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

/* Hide Edit */
.mw-editsection { display:none!important; }