MediaWiki:Common.css

From Outlaw Troopers Wiki
Revision as of 10:39, 15 February 2023 by Root (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
    color: white;
    background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://play.outlawtroopers.io/images/ccBG.png") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a{
    color: #00ffff !important;
}

#content{
    background-color: #00000022;
    color: #ffffff;
}

#bodyContent{
    background-color: #00000022;
    color: #ffffff;
}

#mw-head-base{
    background-color: #00000022;
    color: #ffffff;
}