You are viewing an old version of this page. Return to the latest version.
styles.css
-
- Last edited 5 years ago by MLR
-
-
- No status information
< Template:Box Note
Revision as of 08:44, 30 October 2019 by Mlink-rodrigue (talk | contribs)
/* Infoboxes*/
.infobox {
padding: 10px;
margin: 2em 0;
}
#content #bodyContent div.infobox p {
padding: 0 !important;
margin: 0 !important;
}
.boxlabel {
font-weight:bold;
padding-right:0.5em;
}
.notification-note {
border-left: solid 4px #3498db;
}
.notification-tip {
border-left: solid 4px #f2c412;
}
.notification-warning {
border-left: solid 4px #c23c2b;
}
.notification-example {
border-left: solid 4px #00b241;
}