MediaWiki:Common.css

From Camarilla Wiki
Revision as of 00:27, 3 May 2018 by BDH-015 (talk | contribs)
Jump to: navigation, 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: 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.
/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
font-family: 'Poppins', sans-serif;

background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: repeat;
background-attachment: fixed;
}
.portal {
font-family: Poppins', sans-serif;
text-transform: uppercase;
}
#content {
font-family: Poppins', sans-serif;
background-color: #ede7e9;
}
.portal a:link {
color: #993333;
text-decoration: none;
}
.portal a:visited {
color: #663300;
text-decoration: none;
}
.portal a:active {
color: #999999;
text-decoration: none;
}
.portal a:hover {
text-decoration: underline;
}

div#content h1, div#content h2 {font-family: 'Poppins', sans-serif;}
/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
  background: none !important;
}
#content {
  background: none !important;
}

div.vectorTabs {
  background: transparent;
  font-size: 110%;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  background: transparent;
  border: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  background: transparent;
  border: none;
}

div.vectorMenu h5 a {
  border: none;
  background: transparent;

}