1 /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
6 font-family: "Georgia", "Times New Roman", serif;
12 .htmlview *[x-node='RDF'] {
31 text-decoration: none;
35 text-decoration: none;
70 .htmlview #footnotes div {
74 .htmlview #footnotes p {
79 .htmlview blockquote {
94 padding: 0.25em 0.7em;
98 .htmlview .anchor:hover, .htmlview .anchor:active {
100 background-color: #CCC;
103 /* =================== */
104 /* = Custom elements = */
105 /* =================== */
106 .htmlview .autor_utwor {
110 margin-bottom: 0.25em;
113 .htmlview .dzielo_nadrzedne {
117 margin-bottom: -0.25em;
120 .htmlview .podtytul {
127 .htmlview .didaskalia {
129 margin: 0.5em 0 0 1.5em;
137 margin: 1.5em 0 0 auto;
141 .htmlview .strofa .wers_wciety, .htmlview .strofa .wers_wciety[data-wlf-typ='1'] {
145 .htmlview .strofa .wers_wciety[data-wlf-typ='2'] {
149 .htmlview .strofa .wers_wciety[data-wlf-typ='3'] {
153 .htmlview .strofa .wers_wciety[data-wlf-typ='4'] {
157 .htmlview .strofa .wers_wciety[data-wlf-typ='5'] {
161 .htmlview .strofa .wers_wciety[data-wlf-typ='6'] {
166 .htmlview *:not(.strofa) > *[x-verse]::after {
167 content: "Ten wers znajduje się poza strofą.";
171 border: 1px solid black;
172 -moz-border-radius: 10px;
173 -webkit-border-radius: 10px;
176 vertical-align: super;
180 .htmlview .kwestia .strofa {
184 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
195 .htmlview p.motto_podpis {
200 .htmlview div.fragment {
201 border-bottom: 0.1em solid #999;
202 padding-bottom: 1.5em;
205 .htmlview div.nota p,
206 .htmlview div.dedykacja p {
211 .htmlview br.sekcja_swiatlo {
213 /* visibility: hidden; */
216 .htmlview hr.separator_linia {
219 border-bottom: 0.1em solid #000;
222 .htmlview p.sekcja_asterysk {
228 .htmlview div.lista_osob ol {
230 padding: 0 0 0 1.5em;
233 .htmlview p.miejsce_czas {
238 .htmlview .slowo_obce,
239 .htmlview .tytul_dziela,
240 .htmlview .didaskalia {
244 .htmlview .wyroznienie {
245 letter-spacing: 0.1em;
250 font-variant: small-caps;
253 .htmlview .parse-warning {
260 .parse-warning .message {
268 background-color: #96e0e4;
269 border: 1px solid black;
270 -moz-border-radius: 10px;
271 -webkit-border-radius: 10px;
291 .htmlview .uwaga:hover {
297 /* ======================== */
298 /* = Footnotes and themes = */
299 /* ======================== */
301 .htmlview .begin, .htmlview .end {
306 /* position: absolute; */
317 font-variant: normal;
318 text-decoration: none;
321 background-color: #fff;
323 /* border: 1px solid gray;
328 -moz-user-select: -moz-none;
329 -webkit-user-select: none;
335 .htmlview .motyw[x-editable] {
336 border-left: 4px solid #DDD;
337 padding: 0.2em 0.2em 0.2em 0.5em;
345 /* Znaczniki w tekście */
346 .htmlview .annotation {
347 vertical-align: super;
348 text-decoration: none;
349 /* font-size: 10px; */
352 .htmlview .annotation:before {
353 content: "[" counter(main) "]";
354 counter-increment: main;
357 .htmlview .annotation:hover {
358 background-color: #96e0e4;
361 *.htmlview *.annotation-inline-box {
368 .htmlview .annotation-inline-box > span[x-annotation-box]
385 -moz-border-radius: 10px;
386 -webkit-border-radius: 10px;
390 text-decoration: none;
397 * Przypisy na końcu utworu (aktualnie nieuzywane)
399 .htmlview .annotations-block {
400 counter-reset: secondary;
403 .htmlview .annotations-block .annotation-body {
409 .htmlview .annotations-block .annotation-backref {
418 .htmlview .annotations-block .annotation-backref:before {
419 content: "[" counter(secondary) "]";
420 counter-increment: secondary;
427 .htmlview *[x-editable] {
431 border: 1px solid #FFF;
434 /* focused editable element */
435 .htmlview *[x-editable]:hover
440 .htmlview *[x-editable][x-open]
445 .edit-button, .delete-button, .accept-button {
453 /* margin: 4px 0 2px 0;*/
454 padding: 5px 5px 2px 5px;
456 background-color: #FAFAFA;
461 */ border: 1px solid #DDD;
469 .edit-button:hover, .edit-button:active, .delete-button:hover, .delete-button:active, .accept-button:hover, .accept-button:active {
471 background-color: #999;
483 .default-menu:hover {
488 .htmlview *[x-annotation-box] > .default-menu {
492 .htmlview *[x-editable][x-open] > .default-menu {
495 .htmlview *[x-editable][x-open] *[x-annotation-box] > .default-menu {
499 .htmlview *[x-editable] > .edit-menu {
502 .htmlview *[x-editable] *[x-annotation-box] > .edit-menu {
506 .htmlview *[x-editable][x-open] > .edit-menu {
509 .htmlview *[x-editable][x-open] *[x-annotation-box] > .edit-menu {
515 background-color: gray;
522 .html-editarea textarea
535 /* background-color: ivory;*/
538 .htmlview .out-of-flow-text {
540 font-face: monospace;
541 border: 2px solid red !important;
542 white-space: pre-line;
545 .htmlview .out-of-flow-text::before {
546 content: "Tekst w tej ramce nie jest otagowany!";
547 background-color: #ff6c6c;
552 border: 1px solid black;
553 -moz-border-radius: 10px;
554 -webkit-border-radius: 10px;
567 background-color: yellow;
570 border: 1px solid orange;