Difference between revisions of "MediaWiki:Common.css"
Line 10: | Line 10: | ||
text-align: center; | text-align: center; | ||
color: blue; | color: blue; | ||
+ | } | ||
+ | |||
+ | |||
+ | .stars-big { | ||
+ | font-size: 18px; | ||
+ | text-align: center; | ||
+ | color: red; | ||
} | } | ||
Revision as of 08:18, 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: 18px; text-align: center; color: red; } .stars-small { font-size: 14px; text-align: center; color: green; }