Difference between revisions of "MediaWiki:Common.css"

From Disc Golf Valley User Guide
Jump to: navigation, search
Line 14: Line 14:
  
 
.stars-big {
 
.stars-big {
   font-size: 18px;
+
   font-size: 22px;
 
   text-align: center;
 
   text-align: center;
 
   color: red;
 
   color: red;

Revision as of 08:19, 20 January 2021

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

.tocnumber {
  display: none;
}


.stars-norm {
  font-size: 16px;
  text-align: center;
  color: blue;
}


.stars-big {
  font-size: 22px;
  text-align: center;
  color: red;
}


.stars-small {
  font-size: 14px;
  text-align: center;
  color: green;
}