Difference between revisions of "MediaWiki:Common.css"
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
+ | .tocnumber { | ||
+ | display: none; | ||
+ | } | ||
− | . | + | |
− | font-size: | + | .stars_16px { |
+ | font-size: 16px; | ||
+ | text-align: center; | ||
} | } | ||
− | . | + | |
− | font-size: | + | .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; | ||
} | } |
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; }