Difference between revisions of "MediaWiki:Common.css"
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | #toc { float: right; margin-left: | + | #toc { float: right; margin-left: 25px; } |
+ | |||
+ | ol { | ||
+ | list-style-type: decimal; | ||
+ | } | ||
+ | ol li > ol { | ||
+ | list-style-type: lower-alpha; | ||
+ | } | ||
+ | ol li > ol li > ol { | ||
+ | list-style-type: lower-roman; | ||
+ | } | ||
+ | |||
+ | 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; | ||
+ | } | ||
+ | |||
+ | span.sa-advlight { | ||
+ | background-color: #70ad47 !important; | ||
+ | } | ||
+ | |||
+ | .sa-warntable tr td:first-child span { | ||
+ | background-color: #e46c0a; | ||
+ | color: #c00000; | ||
+ | display: inline-block; | ||
+ | padding: 5px; | ||
+ | margin: 5px; | ||
+ | width: 85px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | table.sa-figparttable tr td { | ||
+ | padding-right: 20px; | ||
+ | } | ||
+ | |||
+ | .sa-infobox { | ||
+ | border: 1px solid #a2a9b1; | ||
+ | background-color: #f8f9fa; | ||
+ | } | ||
+ | |||
+ | .sa-infotable tr td:first-child { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .sa-section { | ||
+ | font-size: 200%; | ||
+ | } |
Latest revision as of 02:51, 4 August 2021
#toc { float: right; margin-left: 25px; } ol { list-style-type: decimal; } ol li > ol { list-style-type: lower-alpha; } ol li > ol li > ol { list-style-type: lower-roman; } 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; } span.sa-advlight { background-color: #70ad47 !important; } .sa-warntable tr td:first-child span { background-color: #e46c0a; color: #c00000; display: inline-block; padding: 5px; margin: 5px; width: 85px; text-align: center; } table.sa-figparttable tr td { padding-right: 20px; } .sa-infobox { border: 1px solid #a2a9b1; background-color: #f8f9fa; } .sa-infotable tr td:first-child { font-weight: bold; } .sa-section { font-size: 200%; }