Difference between revisions of "MediaWiki:Common.css"
(11 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
− | . | + | .stars_16px { |
font-size: 16px; | font-size: 16px; | ||
text-align: center; | text-align: center; | ||
Line 12: | Line 12: | ||
− | . | + | .stars_24px { |
+ | font-size: 24px; | ||
+ | text-align: center; | ||
+ | color: gold; | ||
+ | } | ||
+ | |||
+ | |||
+ | .stars_12px { | ||
+ | font-size: 12px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | .ai_tourney_12px { | ||
+ | font-weight: normal; | ||
font-size: 12px; | font-size: 12px; | ||
text-align: center; | text-align: center; | ||
} | } |
Latest revision as of 06:31, 14 February 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_12px { font-size: 12px; text-align: center; } .ai_tourney_12px { font-weight: normal; font-size: 12px; text-align: center; }