Template:Cleanup/cleanup-style.css: Difference between revisions

From NRSCCA
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
Line 14: Line 14:


.message-cleanup {
.message-cleanup {
margin: 12px;
width: 75%;
width: 75%;
border: 2px solid #f00;
border: 2px solid #f00;
background-color: #0f0;
background-color: #0f0;
}
}

Revision as of 13:12, 1 March 2023

.message-header {
font-family: sans;
font-size: 1.5em;
}

.message-text-header {
font-weight: bold;
}

.message-text {
font-family: sans;
font-size:.75em;
}

.message-cleanup {
margin: 12px;
width: 75%;
border: 2px solid #f00;
background-color: #0f0;
}