Modèle:Note/styles.css
.note {
background: #CBD9F5;
border: 1px solid #1A48A3;
color: #2D3A52;
font-size: 1em;
font-weight: bold;
line-height: 1.5em;
min-height: 3em;
margin: 0.3em 0;
padding: 0 1em;
text-align: left;
}
.note-attention {
background: #F1D0D4;
border: 1px solid #D94B4B;
color: #382D2E;
}
.note-img {
display: none;
}