1 /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
8 font-family: "Georgia", "Times New Roman", serif;
23 text-decoration: none;
58 /* ======================== */
59 /* = Footnotes and themes = */
60 /* ======================== */
61 .htmlview .theme-begin {
62 border-left: 0.1em solid #DDDDDD;
77 .htmlview #footnotes div {
81 .htmlview #footnotes p {
86 .htmlview blockquote {
101 padding: 0.25em 0.7em;
105 .htmlview .anchor:hover, .htmlview .anchor:active {
107 background-color: #CCC;
110 /* =================== */
111 /* = Custom elements = */
112 /* =================== */
113 .htmlview .autor_utwor {
117 margin-bottom: 0.25em;
120 .htmlview .dzielo_nadrzedne {
124 margin-bottom: -0.25em;
127 .htmlview .podtytul {
134 .htmlview .didaskalia {
136 margin: 0.5em 0 0 1.5em;
144 margin: 1.5em 0 0 auto;
147 .htmlview .kwestia .strofa {
151 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
162 .htmlview p.motto_podpis {
167 .htmlview div.fragment {
168 border-bottom: 0.1em solid #999;
169 padding-bottom: 1.5em;
172 .htmlview div.nota p,
173 .htmlview div.dedykacja p {
178 .htmlview br.sekcja_swiatlo {
180 /* visibility: hidden; */
183 .htmlview hr.separator_linia {
186 border-bottom: 0.1em solid #000;
189 .htmlview p.sekcja_asterysk {
195 .htmlview div.lista_osob ol {
197 padding: 0 0 0 1.5em;
200 .htmlview p.miejsce_czas {
205 .htmlview .slowo_obce,
206 .htmlview .tytul_dziela,
207 .htmlview .didaskalia {
211 .htmlview .wyroznienie {
212 letter-spacing: 0.1em;
217 font-variant: small-caps;
220 .htmlview .parse-warning {
228 .htmlview .annotation {
229 vertical-align: super;
230 text-decoration: none;
235 text-decoration: none;
238 /* .htmlview .annotation:before {
242 .htmlview span.annotation:before {
243 content: "[" counter(main) "]";
244 counter-increment: main;
247 .htmlview *[wl2o\:editable] {
248 background-color: pink;
251 .htmlview *[wl2o\:editable] *[wl2o\:editable] {
252 background-color: red;
256 .htmlview .annotation:hover {
257 background-color: #dfdfdf;
260 .parse-warning .message {