MediaWiki:Common.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
Line 2: Line 2:


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

Revision as of 16:54, 14 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;
}