X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/dad2926396c3d80ad59421afab6b0d819c288cf8..dd0db2db471a6bb8e08ca74c683fbde6b35144a9:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 3255d751..e8fab4d3 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -37,7 +37,7 @@ -webkit-border-radius: 4px; } */ -.htmlview *[x-node = 'RDF'] { +.htmlview *[x-node = 'RDF'][x-ns = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'] { display: none; } @@ -675,3 +675,64 @@ div[x-node] > .uwaga { border:0; 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"] +{ + list-style-type: disc; +} + +.htmlview span.lista[data-wlf-typ="slowniczek"] +{ + list-style-type: none; +} + +.htmlview span.punkt { + display: list-item; + list-style-position: inside; +} + +.htmlview span.aktywnosc span.opis { + font-style: italic; +} +.htmlview span.aktywnosc span.wskazowki { + font-style: italic; + color: #202020; +} + +.htmlview .pomoce, .htmlview .czas, .htmlview .forma { + display: block; +} +.htmlview .pomoce:before { content: "Pomoce: "; } +.htmlview .czas:before { content: "Czas: "; } +.htmlview .czas:after { content: " min"; } +.htmlview .forma:before { content: "Forma:"; } + +.htmlview .aktywnosc { + display: block; + border: 1px dotted #996600; +} + +.htmlview .definiendum { + font-weight: bold; + display: block; +} + +.htmlview .definiens { + padding-left: 50px; +} +