MediaWiki:Vector.css

From RAJ INFO
Revision as of 16:50, 27 May 2016 by Raj (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.
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');

body, H1, H2, H3, H4, .firstHeading, #firstHeading {
      font-family: 'Titillium Web', sans-serif !important;

}
.firstHeading, #firstHeading {
      font-size: 130% !important;
}
H1 {
      font-size: 120% !important;
}
H2 {
      font-size: 110% !important;
}
H3 {
      font-size: 100% !important;
}
H4 {
      font-size: 90% !important;
}

.mw-head, #mw-head {
      background-color:#012A2F;
}
.portal {
      font-size: 100% !important;
      font-weight: bold !important;
}

.vectorTabs, #ca-nstab-mediawiki {
    border-radius: 8px 8px 0px 0px !important;
    width: 50px !important;
    background-color:#012A2F !important;
    

}