Difference between revisions of "MediaWiki:Common.css"

From SMT: Dx2 Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by the same user not shown)
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;
 
 
}
 
}

Latest revision as of 06:31, 8 April 2020

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