Modèle:Note/styles.css

De Disposition de clavier bépo
< Modèle:Note
Révision datée du 28 avril 2023 à 21:14 par Cyxae (discussion | contributions) (transfert des propriétés css from html to dedicated stylesheet)
.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;*/
    float: left;
    padding: 0.2em 0.5em 0 0.3em;
}