MediaWiki:Vector.css

From State of Affairs Wiki
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body {
background-image: url("//images.shoutwiki.com/stateofaffairs/4/48/StripesBackground.jpg");
}

a {
color: red;
}

a:visited {
color: red;
}

#mw-page-base {
background: transparent;
}

div#content {
background: rgba(0,0,0,0.8);
color: white;
border: none;
}

h1,h2,h3,h4,h5 {
color: white;
}

.editOptions {
background: transparent;
}

/* Tabs */
div.vectorTabs {
background-image: none;
}

div.vectorTabs ul li {
background: rgba(0,0,0,0.8);
color: white;
}

div.vectorTabs li a, div.vectorTabs li a:visited {
color: white;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: white;
font-weight: bold;
}

div.vectorTabs li.selected {
background: rgba(0,0,0,0.8);
}

div.vectorTabs span {
background: transparent;
}

#mw-panel.collapsible-nav .portal {
background: none;
}

div#mw-head div.vectorMenu h3 {
background: rgba(0,0,0,0.8);
}
div.vectorMenu h3 span {
color: white;
}

div#simpleSearch {
background: #3C3B6E;
}
div#simpleSearch input {
background: #3C3B6E;
color: white;
}

/* Personal Tools */
#p-personal {
background: rgba(0,0,0,0.8);
padding: 1px 8px 2px 1px;
}

#p-personal a {
color: red;
}

#p-personal ul {
padding-left: 0;
}

/* Sidebar */
div#mw-panel div.portal {
background: rgba(0,0,0,0.8);
}
div#mw-panel div.portal div.body ul li a {
color: red;
}
div#mw-panel div.portal div.body ul li a:visited {
color: red;
}

div#p-ShoutWiki_messages hr {
display: none;
}

/* Footer */
div#footer ul li {
color: #000;
}