Template:Notice/styles.css: Difference between revisions
From Splatoon Fanon
Trig Jegman (talk | contribs) Created page with "table.notice { font-size: 90%; text-align: center; min-width: 250px; max-width: 500px; width: 95%; padding: 0.2em; margin: 15px auto 0; clear: both; } .notice + .notice, .content-table-wrapper + .content-table-wrapper .notice { margin-top: 2px !important; } table.notice th { padding-left: 1em; padding-right: 1em; } table.notice .mw-collapsible-toggle { font-weight: bold; } body:not(.mobile) table.notice .mw-collapsible-toggle-collapsed { margin-left: 10px..." |
Trig Jegman (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
text-align: center; | text-align: center; | ||
min-width: 250px; | min-width: 250px; | ||
max-width: | max-width: 650px; | ||
width: 95%; | width: 95%; | ||
padding: 0.2em; | padding: 0.2em; |
Latest revision as of 03:33, 3 July 2025
table.notice { font-size: 90%; text-align: center; min-width: 250px; max-width: 650px; width: 95%; padding: 0.2em; margin: 15px auto 0; clear: both; } .notice + .notice, .content-table-wrapper + .content-table-wrapper .notice { margin-top: 2px !important; } table.notice th { padding-left: 1em; padding-right: 1em; } table.notice .mw-collapsible-toggle { font-weight: bold; } body:not(.mobile) table.notice .mw-collapsible-toggle-collapsed { margin-left: 10px; } body:not(.mobile) .notice.mw-made-collapsible:not(.mw-collapsed) > tbody > tr:first-of-type > th { padding-left: 4.4em; } @media print { .notice { display: none; } }