Template:Cleanup/cleanup-style.css: Difference between revisions
Jump to navigation
Jump to search
(Smcenhill changed the content model of the page Template:Cleanup/cleanup-style.css from "wikitext" to "Sanitized CSS": CSS for Template:Cleanup) Tag: content model change |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.message-cleanup { | |||
clear: both; | |||
margin: 24px auto; | |||
padding: 12px; | |||
width: 80%; | |||
border: 4px solid #f00; | |||
background-color: #ffc; | |||
} | |||
.message-header { | .message-header { | ||
font-family: sans; | font-family: sans-serif; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
font-weight: bold; | |||
} | } | ||
.message-text-header { | .message-text-header { | ||
font-family: sans-serif; | |||
font-size:1em; | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.message-text { | .message-text { | ||
font-family: sans; | font-family: sans-serif; | ||
font-size: | font-size:1em; | ||
} | } |
Latest revision as of 13:36, 1 March 2023
.message-cleanup { clear: both; margin: 24px auto; padding: 12px; width: 80%; border: 4px solid #f00; background-color: #ffc; } .message-header { font-family: sans-serif; font-size: 1.5em; font-weight: bold; } .message-text-header { font-family: sans-serif; font-size:1em; font-weight: bold; } .message-text { font-family: sans-serif; font-size:1em; }