1 /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
5 font-family: "Georgia", "Times New Roman", serif;
13 .htmlview[data-tag-names-visible] {
18 .htmlview[data-tag-names-visible] *[x-editable]:not(*[x-common])::before {
22 content: attr(x-node);
31 vertical-align: super;
32 background-color:#add8e6;
37 -webkit-border-radius: 4px;
40 .htmlview *[x-node = 'RDF'] {
58 text-decoration: none;
62 text-decoration: none;
97 .htmlview #footnotes div {
101 .htmlview #footnotes p {
106 .htmlview blockquote {
121 padding: 0.25em 0.7em;
125 .htmlview .anchor:hover, .htmlview .anchor:active {
127 background-color: #CCC;
130 /* =================== */
131 /* = Custom elements = */
132 /* =================== */
133 .htmlview .autor_utwor {
137 margin-bottom: 0.25em;
140 .htmlview .dzielo_nadrzedne {
144 .htmlview .podtytul {
148 .htmlview .didaskalia {
150 margin: 0.5em 0 0 1.5em;
158 margin: 1.5em 0 0.5em auto;
162 .htmlview .strofa .wers_wciety, .htmlview .strofa .wers_wciety[data-wlf-typ =
167 .htmlview .strofa .wers_wciety[data-wlf-typ =
172 .htmlview .strofa .wers_wciety[data-wlf-typ =
177 .htmlview .strofa .wers_wciety[data-wlf-typ =
182 .htmlview .strofa .wers_wciety[data-wlf-typ =
187 .htmlview .strofa .wers_wciety[data-wlf-typ =
194 not(.strofa) > *[x-verse]::after {
195 content: "Ten wers znajduje się poza strofą.";
199 border: 1px solid black;
200 -moz-border-radius: 10px;
201 -webkit-border-radius: 10px;
204 vertical-align: super;
207 .htmlview .kwestia .strofa {
211 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
222 .htmlview p.motto_podpis {
227 .htmlview div.fragment {
228 border-bottom: 0.1em solid #999;
229 padding-bottom: 1.5em;
232 .htmlview div.nota p, .htmlview div.dedykacja p {
237 .htmlview br.sekcja_swiatlo {
239 /* visibility: hidden; */
242 .htmlview hr.separator_linia {
245 border-bottom: 0.1em solid #000;
248 .htmlview p.sekcja_asterysk {
254 .htmlview div.lista_osob ol {
256 padding: 0 0 0 1.5em;
259 .htmlview p.miejsce_czas {
263 .htmlview .mat, .htmlview .slowo_obce, .htmlview .tytul_dziela, .htmlview .didaskalia {
267 .htmlview .wyroznienie {
268 letter-spacing: 0.1em;
273 font-variant: small-caps;
276 .htmlview .parse-warning {
283 .parse-warning .message {
290 background-color: #96e0e4;
291 border: 1px solid black;
292 -moz-border-radius: 10px;
293 -webkit-border-radius: 10px;
313 .htmlview .uwaga:hover {
318 /* ======================== */
319 /* = Footnotes and themes = */
320 /* ======================== */
321 .htmlview .begin, .htmlview .end {
326 /* position: absolute; */
334 font-variant: normal;
335 text-decoration: none;
336 background-color: #fff;
337 /* border: 1px solid gray;
342 -moz-user-select: -moz-none;
343 -webkit-user-select: none;
349 .htmlview .motyw[x-editable] {
350 border-left: 4px solid #DDD;
351 padding: 0.2em 0.2em 0.2em 0.5em;
358 /* Znaczniki w tekście */
359 .htmlview .annotation {
360 vertical-align: super;
361 text-decoration: none;
362 /* font-size: 10px; */
365 .htmlview .annotation:before {
366 content: "[" counter(main) "]";
367 counter-increment: main;
370 .htmlview .annotation:hover {
371 background-color: #96e0e4;
373 *.htmlview *.annotation-inline-box {
380 .htmlview .annotation-inline-box > span[x-annotation-box] {
393 -moz-border-radius: 10px;
394 -webkit-border-radius: 10px;
396 text-decoration: none;
401 * Przypisy na końcu utworu (aktualnie nieuzywane)
403 .htmlview .annotations-block {
404 counter-reset: secondary;
407 .htmlview .annotations-block .annotation-body {
413 .htmlview .annotations-block .annotation-backref {
421 .htmlview .annotations-block .annotation-backref:before {
422 content: "[" counter(secondary) "]";
423 counter-increment: secondary;
429 .htmlview *[x-editable] {
433 border: 1px solid #FFF;
436 /* focused editable element */
437 .htmlview *[x-editable]:hover {
441 .htmlview *[x-editable][x-open] {
445 .edit-button, .delete-button, .accept-button {
452 /* margin: 4px 0 2px 0;*/
453 padding: 5px 5px 2px 5px;
455 background-color: #FAFAFA;
460 border: 1px solid #DDD;
468 .edit-button:hover, .edit-button:active, .delete-button:hover, .delete-button:active, .accept-button:hover, .accept-button:active {
470 background-color: #999;
482 .default-menu:hover {
487 .htmlview *[x-annotation-box] > .default-menu {
491 .htmlview *[x-editable][x-open] > .default-menu {
495 .htmlview *[x-editable][x-open] *[x-annotation-box] > .default-menu {
499 .htmlview *[x-editable] > .edit-menu {
503 .htmlview *[x-editable] *[x-annotation-box] > .edit-menu {
507 .htmlview *[x-editable][x-open] > .edit-menu {
511 .htmlview *[x-editable][x-open] *[x-annotation-box] > .edit-menu {
517 background-color: gray;
523 .html-editarea textarea {
532 /* background-color: ivory;*/
535 .htmlview .out-of-flow-text {
537 font-face: monospace;
538 border: 2px solid red !important;
539 white-space: pre-line;
542 .htmlview .out-of-flow-text::before {
543 content: "Tekst w tej ramce nie jest otagowany!";
544 background-color: #ff6c6c;
548 border: 1px solid black;
549 -moz-border-radius: 10px;
550 -webkit-border-radius: 10px;
561 background-color: yellow;
564 border: 1px solid orange;