Difference between revisions of "User:Makanyane/twc.css"
From TWC Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
/*blank*/ | /*blank*/ | ||
table.info-notice { | table.info-notice { | ||
− | background | + | background: #e5e0df; |
padding: 5px; | padding: 5px; | ||
border: 2px solid grey; | border: 2px solid grey; | ||
Line 8: | Line 8: | ||
} | } | ||
table.mild-notice { | table.mild-notice { | ||
− | background | + | background: #0000FF; |
padding: 5px; | padding: 5px; | ||
border: 2px solid grey; | border: 2px solid grey; | ||
Line 15: | Line 15: | ||
} | } | ||
table.strong-notice { | table.strong-notice { | ||
− | background | + | background: #FF3D3D; |
padding: 5px; | padding: 5px; | ||
border: none; | border: none; |
Revision as of 02:09, 19 May 2019
/*blank*/ table.info-notice { background: #e5e0df; padding: 5px; border: 2px solid grey; color: black; margin: 5px 0px; } table.mild-notice { background: #0000FF; padding: 5px; border: 2px solid grey; color: black; margin: 5px 0px; } table.strong-notice { background: #FF3D3D; padding: 5px; border: none; color: white; margin: 5px 0px; }