MediaWiki:Common.css

From FHX Wiki
Revision as of 14:18, 20 June 2024 by B4ttl3m4st3r (talk | contribs)

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.
/* CSS placed here will be applied to all skins */

.ext_background1 {
  background-image: url('https://cdn.fhxrestoration.com/todo/images/backgrounds/mainbg_portal.jpg');
  max-width: 679px;
  max-height: 279px;
  color: #ffd57a;
}

/** -------- Main Page -------- **/

.mainpage-background-wrapper {
  overflow-x: hidden;
  background:
    url('https://cdn.fhxrestoration.com/todo/images/backgrounds/mainbg_portal.jpg') top +50px left -30px/auto 600px no-repeat, 
    url('https://cdn.fhxrestoration.com/todo/images/backgrounds/mainbg_portal.jpg') bottom +0px right -375px/auto 600px no-repeat,
    #FFF
}

.mainpage-banner > p {
  font-family: EasonPro, Helvetica, Arial, sans-serif;
  font-size: 1.8375em;
  text-align: center
}

.mainpage-banner > p > span {
  position: relative;
  bottom: 2px
}

.mainpage-banner,
.mainpage-cell,
#editcopylink {
  background: rgba(255, 255, 255, 0.85)
}

/** -------- Other -------- **/