MediaWiki:Vector.css

From Game Detectives Wiki
Revision as of 17:08, 15 June 2016 by Imnotgoats (talk | contribs)
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 affect users of the Vector skin */  

body{
  background-color: #616161;
  background-image: url("http://i.imgur.com/323RLD2.png");
}

div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
  color: #ffffff;
}

div#mw-panel div.portal h3{
  color: #b02e2e;
  text-shadow: 1px 1px #000000;
  font-weight: bold;
}

a{
  color: #ffffff;
}

/*div#mw-head{
  background-color: transparent;
background-image: url("http://i.imgur.com/323RLD2.png");
}*/

.mw-body{
  background-color: #cfcfcf;
  margin-right: 30px; 
  border-top-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-right-color: #767676;
}

#right-navigation{
  margin-right: 30px;
}

#p-personal a, #p-personal a.new{
  color: #ffffff;
}

.mw-patrollink{
  color: #b02e2e;
}

.mw-editsection a{
  color: #b02e2e;
}

#mw-content-text a{
  color: #b02e2e;
  font-weight: bold;
}

#mw-content-text a.new{
  color: #b02e2e;
  font-weight: normal;
}

.subpages a{
  color: #b02e2e;
}

div.mw-warning-with-logexcerpt{
  border-left-color: #b02e2e;
  border-top-color: #b02e2e;
  border-right-color: #b02e2e;
  border-bottom-color: #b02e2e;
}



h3#p-cactions-label{
  background-color: #cfcfcf;
}

#p-cactions-label h3 a{
  outline: none;
}

div.vectorTabs span a{
  color: #b02e2e;
}

h1, h2, h3{
  font-family: sans-serif !important;
}


#mw-page-base{
  background-color: transparent;
  background-image: url("http://i.imgur.com/323RLD2.png");
}