}
/* błędne wersy */
-.htmlview *:
-not(.strofa) > *[x-verse]::after {
+.htmlview *:not(.strofa) > *[x-verse]::after {
content: "Ten wers znajduje się poza strofą.";
display: inline;
background: red;
font-style: italic;
}
+.htmlview div.ramka {
+ border: 1px darkgray solid;
+}
+
.htmlview .nota_red {
background-color: #eee;
border: 1px solid #888;
background-color: #ffcccc;
}
.htmlview .pe .annotation:hover {
- background-color: #96e0e4;*/
+ background-color: #96e0e4;
}
*.htmlview *.annotation-inline-box {
position: static;