X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/66571fed22bc10b114e2be831f58c271feda7a92..2e8e16efd4920499d1c890d16ed5a722e986c506:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index d5871039..e2d70e37 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -676,9 +676,52 @@ div[x-node] > .uwaga { color: black; } -/* XXX */ + +.htmlview .lista[data-wlf-typ="alfa"] +{ + list-style-type: lower-alpha; +} + +.htmlview .lista[data-wlf-typ="slowniczek"] +{ + list-style-type: none; +} .htmlview span.punkt { display: list-item; - list-style: bullet; -} \ No newline at end of file + 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; +} + +.htmlview .link { + color: #990066; +}