Last edited 3 years ago
by Anna Lionetti

styles.css

/* Infoboxes*/
.notebox {
	padding: 10px 10px 2px;
	margin: 2em 0 1em 0;
	display: block;
}
.notebox p {
margin:0 0 8px 0;	
}
.boxlabel { 
font-weight:bold;
}
.notification-note {
border-left: solid 4px #3498db;
background:#d9edf7;
}
.notification-tip {
border-left: solid 4px #f2c412;
background:#FFF5C9;
}
.notification-warning {
border-left: solid 4px #c23c2b;
background: #f2dede
}
.notification-important {
border-left: solid 4px #ffa406;
background: #fedb9c;
}
.notification-example {
border-left: solid 4px #00b241;
background: #dff0d8;
}
.notification-emptybox {
background:#ffd67f; 
}
.notification-emptybox .boxlabel {
display:none;
}