Added “noxlab” and “noxreas” classes

This commit is contained in:
pezcurrel 2022-12-01 17:44:38 +01:00
parent 304e93d0ca
commit 988cb959fe

View file

@ -47,7 +47,7 @@ img {
vertical-align: top;
width: 300px;
}
.idesc, .inote, .istat {
.idesc, .inote, .istat, .noxreas {
width: 100%;
max-height: 205px;
overflow: auto;
@ -66,27 +66,34 @@ img {
width: 360px;
height: 148px;
}
.idesc p, .inote p {
.idesc p, .inote p, .noxreas p {
margin: 0;
padding: 0;
}
.idesc ul, .idesc ol, .inote ul, .inote ol {
.idesc ul, .idesc ol, .inote ul, .inote ol, .noxreas ul, .noxreas ol {
margin: 0;
}
.noxreas {
border-color: darkred;
}
.ilab, .idlab, .iblack, .iwarn, .igood, .ivgood, .ibad {
.ilab, .idlab, .noxlab, .iblack, .iwarn, .igood, .ivgood, .ibad {
display: inline;
border-radius: 3px;
background-color: #dbdee3;
color: white;
padding: 0 6px 0 6px;
}
.idlab {
.idlab, .noxlab {
margin-top: 2px;
display: inline-block;
color: black;
border-radius: 3px 3px 0 0;
}
.noxlab {
color: white;
background-color: darkred;
}
.ilab {
color: black;
}