MediaWiki:Common.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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

Revision as of 16:44, 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_forest.jpg');
  max-width: 679px;
  max-height: 279px;
  color: #ffd57a;
}