color: black;
}
-/* XXX */
-body {
- counter-reset: listanum;
-}
-
-.htmlview span.lista[data-wlf-typ="num"]
-{
- list-style-type: none;
- list-style-position: inside;
-}
-.htmlview span.lista[data-wlf-typ="num"] .punkt:before {
- counter-increment:listanum;
- content: counter(listanum) ". ";
-}
-.htmlview span.lista[data-wlf-typ="punk"]
+.htmlview .lista[data-wlf-typ="alfa"]
{
- list-style-type: disc;
+ list-style-type: lower-alpha;
}
-.htmlview span.lista[data-wlf-typ="slowniczek"]
+.htmlview .lista[data-wlf-typ="slowniczek"]
{
list-style-type: none;
}
.htmlview .aktywnosc {
display: block;
- border: 1px dotted #996600;
}
.htmlview .definiendum {
padding-left: 50px;
}
+.htmlview .link {
+ color: #990066;
+}