Difference between revisions of "MediaWiki:Common.css"
Line 20: | Line 20: | ||
border-radius: 5px; | border-radius: 5px; | ||
width: 125px; | width: 125px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .sa-warntable tr td:first-child span { | ||
+ | background-color: #e46c0a; | ||
+ | color: #c00000; | ||
+ | display: inline-block; | ||
+ | padding: 5px; | ||
+ | margin: 5px; | ||
+ | width: 75px; | ||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 22:13, 4 June 2020
#toc { float: right; margin-left: 25px; } span.sa-mbutton { background-color: #005588; color: white; display: inline-block; padding: 5px; margin: 5px; border-radius: 5px; width: 125px; text-align: center; } .sa-buttontable tr td:first-child span { background-color: #005588; color: white; display: inline-block; padding: 5px; margin: 5px; border-radius: 5px; width: 125px; text-align: center; } .sa-warntable tr td:first-child span { background-color: #e46c0a; color: #c00000; display: inline-block; padding: 5px; margin: 5px; width: 75px; text-align: center; }