Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 10:33, 21 January 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_12pxl {
  font-size: 12px;
  text-align: center;
}