You are viewing an old version of this page. Return to the latest version.
Version of 15:15, 29 October 2019 by MLR
styles.css
-
- Last edited 5 years ago by MLR
-
-
- No status information
< Template:Box Note
Revision as of 15: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...")
/* 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;
}