Difference between revisions of "MediaWiki:Common.css"

From Disc Golf Valley User Guide
Jump to: navigation, search
Line 6: Line 6:
  
  
.stars-norm {
+
.stars_norm {
 
   font-size: 16px;
 
   font-size: 16px;
 
   text-align: center;
 
   text-align: center;
Line 12: Line 12:
  
  
.stars-big {
+
.stars_big {
 
   font-size: 24px;
 
   font-size: 24px;
 
   text-align: center;
 
   text-align: center;
Line 19: Line 19:
  
  
.stars-small {
+
.stars_small {
 
   font-size: 12px;
 
   font-size: 12px;
 
   text-align: center;
 
   text-align: center;
 
}
 
}

Revision as of 06:28, 21 January 2021

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

.tocnumber {
  display: none;
}


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


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


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