MediaWiki:Pivot.css
From The Wild Tangents
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
body {
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background:#273340;
}
#main-section {
background: #0a472c;
}
html {
background: #181f26;
}
#sidebar {
background:#0a472c;
border: 3px ridge tan;
}
#mw-page-title-main {
background: #252570;
color: #ffffff;
text-align: center;
}
#mw-page-title-main span {
vertical-align: middle;
}
#sidebar a {
color: #ffffff;
}
#p-cactions {
padding-left: 2vw;
padding-right: 3vw;
background-image: url("/images/e/ef/Graph_Paper.png");
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.65) inset;
}
.mw-editsection {
opacity: .2;
}
.tab-bar {
background: #052f1d;
padding-bottom: 2.5em;
border: 3px ridge tan;
}
#sidebar label {
background: #252570;
border: 3px ridge tan;
}
#tagline {
display: none;
}