forked from public/bol
d5a5990faa
Ajout des macros Amélioration des cartons dans le chat avec gestion des succès/échecs/échecs critiques. Support des carrières dans les dialogues de tests d'attibuts et d'aptitudes.
27 lines
414 B
Plaintext
27 lines
414 B
Plaintext
.message-header {
|
|
h2.damage{
|
|
color: @colorDamage;
|
|
font-weight: bold;
|
|
}
|
|
h2.critical{
|
|
color: @colorCritical;
|
|
font-weight: bold;
|
|
}
|
|
h2.fumble{
|
|
color: @colorFumble;
|
|
font-weight: bold;
|
|
}
|
|
h2.success{
|
|
color: @colorSuccess;
|
|
font-weight: bold;
|
|
}
|
|
h2.failure{
|
|
color: @colorFailure;
|
|
font-weight: bold;
|
|
}
|
|
h2.roll{
|
|
color: @colorRoll;
|
|
font-weight: bold;
|
|
}
|
|
}
|