Difference between revisions of "MediaWiki:Common.css"

From Disc Golf Valley User Guide
Jump to: navigation, search
Line 9: Line 9:
 
   font-size: 18px;
 
   font-size: 18px;
 
   text-align: center;
 
   text-align: center;
 +
  color: blue;
 
}
 
}
  
Line 15: Line 16:
 
   font-size: 12px;
 
   font-size: 12px;
 
   text-align: center;
 
   text-align: center;
 +
  color: green;
 
}
 
}

Revision as of 00:19, 20 January 2021

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

.tocnumber {
  display: none;
}


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


.disc_attr (
  font-size: 12px;
  text-align: center;
  color: green;
}