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

From NRSCCA
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
margin: 12px;
margin: 12px;
padding: 12px;
padding: 12px;
width: 60%;
width: 200px;
border: 4px solid #f00;
border: 4px solid #f00;
background-color: #ffc;
background-color: #ffc;

Revision as of 13:34, 1 March 2023

.message-cleanup {
clear: both;
margin: 12px;
padding: 12px;
width: 200px;
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;
}