Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
VVWikiAdmin (talk | contribs) |
VVWikiAdmin (talk | contribs) |
||
Line 53: | Line 53: | ||
} | } | ||
.mw-datatable > table, th, td { | .mw-datatable > table, th, td { | ||
− | background-color: # | + | background-color: #36393f !important; |
border: 1px solid white; | border: 1px solid white; | ||
} | } |
Revision as of 13:34, 22 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; } h1, h2, h3 { color: #fff !important; } #p-personal a { color: #4DFF93; } #p-personal a:visited { color: #C9FFD8; } /*Hiding stuff On Home Page*/ body.page-Home.action-view h1.firstHeading, body.page-Home.action-submit h1.firstHeading { display: none; } body.page-Home .mw-redirectedfrom { display:none !important; } body.page-Home .toc { display:none !important; } /* Top Tabs */ #ca-talk { display:none !important; } #ca-view { display:none !important; } #ca-viewsource { 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('https://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 { font-size:13px; border: 1px solid white; padding: 2px; } .mw-datatable > table, th, td { background-color: #36393f !important; border: 1px solid white; } .vvwiki-table th { cursor: pointer; background-color: #36393f; } .vvwiki-table th:hover { background-color: #36393f; } .vvwiki-small-links { font-size:12px; } .section-html { border-radius: 5px; padding: 5px; } #filetoc { background-color: black; } /* TOC */ #toc { background-color: #000; } .tocnumber { color: white; } .toctogglelabel { color:#4DFF93; } /* Images */ .gallerytext { color: #4DFF93; background-color: #000; } /* Loading icon */ .vvwiki-loader { border: 5px solid #f3f3f3; border-top: 5px solid #4DFF93; border-radius: 50%; width: 40px; height: 40px; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } /* Creature Form Info */ #creature-form-info { padding: 5px; width: 50%; border: 3px dotted green; background: black; } /* Footer */ #footer-info-lastmod { background-color: #fff; } #footer-poweredbyico { display: none; } #footer-places a { color: #4DFF93; } #footer-places a:visited { color: #C9FFD8; } .mw-prefs-button { background-color: #36393f; } /* Button */ .vvwiki-btn { background-color: #4DFF93; font-color: #fff; font-size: 15px; padding: 5px 12px; border: none; cursor: pointer; border-radius: 4px; text-align: center; } .vvwiki-btn:hover { background-color: #C9FFD8; } .vvwiki-btn:disabled { background-color: #36393f; } /* Others */ .oo-ui-buttonElement-button { background-color: black !important; color: #4DFF93 !important; } .oo-ui-inline-help { color: orange !important; } .oo-ui-optionWidget { background-color: #4DFF93 !important; } /* increase Vector sidebar width*/ div#mw-panel { width: 12em; } div#p-Ads div.body {margin: 0em !important; } div#footer, #mw-head-base, div#content { margin-left: 12em; } #left-navigation { margin-left: 12em; }