Difference between revisions of "MediaWiki:Common.css"

From Disc Golf Valley User Guide
Jump to: navigation, search
 
Line 20: Line 20:
  
 
.stars_12px {
 
.stars_12px {
 +
  font-size: 12px;
 +
  text-align: center;
 +
}
 +
 +
 +
.ai_tourney_12px {
 +
  font-weight: normal;
 
   font-size: 12px;
 
   font-size: 12px;
 
   text-align: center;
 
   text-align: center;
 
}
 
}

Latest revision as of 06:31, 14 February 2021

/* CSS placed here will be applied to all skins */

.tocnumber {
  display: none;
}


.stars_16px {
  font-size: 16px;
  text-align: center;
}


.stars_24px {
  font-size: 24px;
  text-align: center;
  color: gold;
}


.stars_12px {
  font-size: 12px;
  text-align: center;
}


.ai_tourney_12px {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}