Difference between revisions of "MediaWiki:Common.css"

From Disc Golf Valley User Guide
Jump to: navigation, search
Line 7: Line 7:
  
 
.stars {
 
.stars {
   font-size: 18px;
+
   font-size: 24px;
 
   text-align: center;
 
   text-align: center;
  color: blue;
 
 
}
 
}
  
  
 
.disc-attr {
 
.disc-attr {
   font-size: 12px;
+
   font-size: 18px;
 
   text-align: center;
 
   text-align: center;
  color: green;
 
 
}
 
}

Revision as of 00:28, 20 January 2021

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

.tocnumber {
  display: none;
}


.stars {
  font-size: 24px;
  text-align: center;
}


.disc-attr {
  font-size: 18px;
  text-align: center;
}