Template:Msgbox/styles.css: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Xtex changed the content model of the page Template:Msgbox/styles.css from "wikitext" to "Sanitized CSS"
Tag: content model change
mNo edit summary
Line 7: Line 7:
margin: 0.5em auto;
margin: 0.5em auto;
padding: 0.3em 0.6em;
padding: 0.3em 0.6em;
border-left: 8px solid #36e;
border-top: 8px solid #36e;
background-color: #f8f9fa;
background-color: #f8f9fa;
}
}
Line 32: Line 32:
.msgbox.msgbox-notice {
.msgbox.msgbox-notice {
background-color: #f8f9fa;
background-color: #f8f9fa;
border-left-color: #36e;
border-color: #36e;
}
}


Line 38: Line 38:
.msgbox.msgbox-warning {
.msgbox.msgbox-warning {
background-color: #fcc;
background-color: #fcc;
border-left-color: #e44;
border-color: #e44;
}
}


Line 44: Line 44:
.msgbox.msgbox-status {
.msgbox.msgbox-status {
background-color: #cfc;
background-color: #cfc;
border-left-color: #5d5;
border-color: #5d5;
}
}