Difference between revisions of "MediaWiki:Common.css"

From SMT: Dx2 Wiki
Jump to: navigation, search
m
m
 
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: repeat;
 
  background-position: center center;
 
}
 
 
body > * {
 
  opacity: 0.95;
 
}
 
 
#mw-panel {
 
  background: rgba(255,255,255,0.75);
 
 
}
 
}

Latest revision as of 02:31, 8 April 2020

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