MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/***** infobox *****/
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
background-color: #CCCCFF;
margin-bottom: 8px;
}
.infobox-image {
text-align: center;
}
.infobox-table {
border-spacing: 0px;
margin-top: 1em;
width: 400px;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
border-right: 1px solid #999;
padding-right: 8px;
}
.infobox-table td {
vertical-align: top;
border-left: 1px solid #999;
padding-left: 8px;
}
/***** dark background image *****/
#mw-page-base {
background: unset;
margin-left: 1900px;
}
body {
background-image: url('https://wiki.grave.place/w/images/d/d1/Background_Full.png');
background-size: cover;
background-repeat: no-repeat;
background-color: #311a3e;
}
#left-navigation { background-color: #bababa }
#right-navigation { background-color: #bababa }
.vector-menu a span { color: #add48e; }
.vector-menu a:visited span { color: #759656; }
.vector-menu li { background-image: unset; }
.vector-menu li.selected { background-color: #d3d3d3; }
.vector-menu-tabs.vector-menu-tabs li.selected a span { color: black; }
.vector-menu-tabs.vector-menu-tabs li.selected a:visited span { color: black; }
.vector-menu.vector-menu.vector-menu-tabs a span { color: #156B1E; }
.vector-menu.vector-menu.vector-menu-tabs a:visited span { color: #0f4d16; }
.vector-menu.vector-menu-dropdown li { background-color: #bababa; }
.vector-menu.vector-menu-dropdown .vector-menu-heading-label { color: #177521; }
.vector-menu.vector-menu-dropdown a span { color: #177521; }
.vector-menu.vector-menu-dropdown a:visited span { color: #1e4d1e; }
.vector-menu-heading-label { color: white; }
.mw-echo-notifications-badge { filter: invert(69%); }
.mw-body { background-color: lightgray; }
.mw-footer li { color: white; }
.mw-footer a { color: #add48e; }
.mw-footer a:visited { color: #759656; }