MediaWiki:Common.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
Line 7: Line 7:
   color: #ffd57a;
   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 -------- **/

Revision as of 14:18, 20 June 2024

/* 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 -------- **/