styles.css

< Template:Box Note
Revision as of 16:15, 29 October 2019 by Mlink-rodrigue (talk | contribs) (Created page with "Infoboxes: .infobox { padding: 1px 1.5em; margin: 2em 0; } #content #bodyContent .infobox p { padding: 0; margin: 0; } .boxlabel { font-weight:bold; padding-right:0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Infoboxes*/
.infobox {
	padding: 1px 1.5em;
	margin: 2em 0;
}
#content #bodyContent .infobox p {
	padding: 0;
	margin: 0;
}
.boxlabel {	
	font-weight:bold;
	padding-right:0.5em;
}

.note {
border-left: solid 4px #3498db;
}
.tip {
border-left: solid 4px #f2c412;
}
.warning {
border-left: solid 4px #c23c2b;
}

Attachments

Discussions