X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/dd0db2db471a6bb8e08ca74c683fbde6b35144a9..dd84c95ada6ae106a819b278d542adf0ccc72f21:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index e8fab4d3..8c381063 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -676,27 +676,13 @@ div[x-node] > .uwaga { color: black; } -/* XXX */ -body { - counter-reset: listanum; -} -.htmlview span.lista[data-wlf-typ="num"] +.htmlview .lista[data-wlf-typ="alfa"] { - list-style-type: none; - list-style-position: inside; -} -.htmlview span.lista[data-wlf-typ="num"] .punkt:before { - counter-increment:listanum; - content: counter(listanum) ". "; + list-style-type: lower-alpha; } -.htmlview span.lista[data-wlf-typ="punk"] -{ - list-style-type: disc; -} - -.htmlview span.lista[data-wlf-typ="slowniczek"] +.htmlview .lista[data-wlf-typ="slowniczek"] { list-style-type: none; } @@ -724,7 +710,6 @@ body { .htmlview .aktywnosc { display: block; - border: 1px dotted #996600; } .htmlview .definiendum { @@ -736,3 +721,10 @@ body { padding-left: 50px; } +.htmlview .link { + color: #990066; +} + +.htmlview .kol div { + position: relative; +}