Difference between revisions of "MediaWiki:Common.css"

From SMT: Dx2 Wiki
Jump to: navigation, search
Line 2: Line 2:
 
.skill > span {
 
.skill > span {
 
     font-size: 0.875em !important;
 
     font-size: 0.875em !important;
 +
}
 +
 +
body {
 +
  background-image: url(/resources/assets/2xdback.jpg);
 +
  background-repeat: no-repeat;
 +
  background-position: center center;
 +
}
 +
 +
body > * {
 +
  opacity: 0.95;
 
}
 
}

Revision as of 03:36, 1 April 2020

/* CSS placed here will be applied to all skins */
.skill > span {
    font-size: 0.875em !important;
}

body {
  background-image: url(/resources/assets/2xdback.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

body > * {
  opacity: 0.95;
}