+
+.htmlview .parse-warning {
+ display: block;
+ font-size: 10pt;
+ background: #C0C0C0;
+ margin: 1em;
+}
+
+/* Przypisy */
+.htmlview .annotation {
+ vertical-align: super;
+ text-decoration: none;
+ font-size: 0.66em;
+}
+
+.htmlview a:hover {
+ text-decoration: none;
+}
+
+/* .htmlview .annotation:before {
+ content: "[\2217]";
+} */
+
+.htmlview span.annotation:before {
+ content: "[" counter(main) "]";
+ counter-increment: main;
+}
+
+/* .htmlview *[wl2o\:editable] {
+ background-color: pink;
+}
+
+.htmlview *[wl2o\:editable] *[wl2o\:editable] {
+ background-color: red;
+} */
+
+
+.htmlview .annotation:hover {
+ background-color: #dfdfdf;
+}
+
+.parse-warning .message {
+ color: purple;
+ font-weight: bold;
+}