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 {
111 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
112 white-space: pre-wrap; /* css-3 */
113 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
114 white-space: -pre-wrap; /* Opera 4-6 */
115 white-space: -o-pre-wrap; /* Opera 7 */ /*
117 word-wrap: break-word; /* Internet Explorer 5.5+ */
131 padding: 0.25em 0.7em;
135 .htmlview .anchor:hover, .htmlview .anchor:active {
137 background-color: #CCC;
140 /* =================== */
141 /* = Custom elements = */
142 /* =================== */
143 .htmlview .autor_utwor {
147 margin-bottom: 0.25em;
150 .htmlview .dzielo_nadrzedne {
154 .htmlview .podtytul {
158 .htmlview .didaskalia {
160 margin: 0.5em 0 0 1.5em;
168 margin: 1.5em 0 0.5em auto;
172 .htmlview .strofa .wers_wciety, .htmlview .strofa .wers_wciety[data-wlf-typ='1'] {
176 .htmlview .strofa .wers_wciety[data-wlf-typ='2'], .htmlview .strofa .wers_cd {
180 .htmlview .strofa .wers_wciety[data-wlf-typ='3'] {
184 .htmlview .strofa .wers_wciety[data-wlf-typ='4'] {
188 .htmlview .strofa .wers_wciety[data-wlf-typ='5'] {
192 .htmlview .strofa .wers_wciety[data-wlf-typ='6'] {
198 not(.strofa) > *[x-verse]::after {
199 content: "Ten wers znajduje się poza strofą.";
203 border: 1px solid black;
204 -moz-border-radius: 10px;
205 -webkit-border-radius: 10px;
208 vertical-align: super;
211 .htmlview .kwestia .strofa {
215 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
220 .htmlview .motto_container {
221 display: inline-block;
231 .htmlview p.motto_podpis {
237 .htmlview div.fragment {
238 border-bottom: 0.1em solid #999;
239 padding-bottom: 1.5em;
242 .htmlview div.nota p, .htmlview div.dedykacja p {
247 .htmlview br.sekcja_swiatlo {
249 /* visibility: hidden; */
252 .htmlview hr.separator_linia {
255 border-bottom: 0.1em solid #000;
258 .htmlview p.sekcja_asterysk {
264 .htmlview div.lista_osob ol {
266 padding: 0 0 0 1.5em;
269 .htmlview p.miejsce_czas {
273 .htmlview .mat, .htmlview .slowo_obce, .htmlview .tytul_dziela, .htmlview .didaskalia {
277 .htmlview .wyroznienie {
278 letter-spacing: 0.1em;
283 font-variant: small-caps;
286 .htmlview .parse-warning {
293 .parse-warning .message {
300 background-color: #96e0e4;
301 border: 1px solid black;
302 -moz-border-radius: 10px;
303 -webkit-border-radius: 10px;
316 div[x-node] > .uwaga {
324 .htmlview .uwaga:hover {
328 .htmlview .annotation-inline-box .uwaga {
333 /* ======================== */
334 /* = Footnotes and themes = */
335 /* ======================== */
336 .htmlview .begin, .htmlview .end {
341 /* position: absolute; */
349 font-variant: normal;
351 text-transform: none;
352 text-decoration: none;
356 background-color: #fff;
357 /* border: 1px solid gray;
362 -moz-user-select: -moz-none;
363 -webkit-user-select: none;
374 .htmlview .noncanon {
378 .htmlview .motyw[x-editable] {
379 border-left: 4px solid #DDD;
380 padding: 0.2em 0.2em 0.2em 0.5em;
387 /* Znaczniki w tekście */
392 .htmlview .annotation:before {
393 content: "[" counter(main) "]";
394 counter-increment: main;
395 vertical-align: super;
396 text-decoration: none;
400 .htmlview .annotation:hover {
401 background-color: #ffcccc;
403 .htmlview .pe .annotation:hover {
404 background-color: #96e0e4;*/
406 *.htmlview *.annotation-inline-box {
414 .htmlview .annotation-inline-box:hover > span[x-annotation-box]{
418 .htmlview .annotation-inline-box > span[x-annotation-box] {
431 -moz-border-radius: 10px;
432 -webkit-border-radius: 10px;
434 text-decoration: none;
439 * Przypisy na końcu utworu (aktualnie nieuzywane)
441 .htmlview .annotations-block {
442 counter-reset: secondary;
445 .htmlview .annotations-block .annotation-body {
451 .htmlview .annotations-block .annotation-backref {
459 .htmlview .annotations-block .annotation-backref:before {
460 content: "[" counter(secondary) "]";
461 counter-increment: secondary;
467 .htmlview *[x-editable] {
471 border: 1px solid #FFF;
474 /* focused editable element */
475 .htmlview *[x-editable]:hover {
479 .htmlview *[x-editable][x-open] {
483 .edit-button, .delete-button, .accept-button {
490 /* margin: 4px 0 2px 0;*/
491 padding: 5px 5px 2px 5px;
493 background-color: #FAFAFA;
498 border: 1px solid #DDD;
506 .edit-button:hover, .edit-button:active,
507 .delete-button:hover, .delete-button:active,
508 .accept-button:hover, .accept-button:active {
510 background-color: #999;
522 .default-menu:hover {
527 .htmlview *[x-annotation-box] > .default-menu {
531 .htmlview *[x-editable][x-open] > .default-menu {
535 .htmlview *[x-editable][x-open] *[x-annotation-box] > .default-menu {
539 .htmlview *[x-editable] > .edit-menu {
543 .htmlview *[x-editable] *[x-annotation-box] > .edit-menu {
547 .htmlview *[x-editable][x-open] > .edit-menu {
551 .htmlview *[x-editable][x-open] *[x-annotation-box] > .edit-menu {
557 background-color: gray;
563 .html-editarea textarea {
572 /* background-color: ivory;*/
575 .htmlview .out-of-flow-text {
577 font-face: monospace;
578 border: 2px solid red !important;
579 white-space: pre-line;
582 .htmlview .out-of-flow-text::before {
583 content: "Tekst w tej ramce nie jest otagowany!";
584 background-color: #ff6c6c;
588 border: 1px solid black;
589 -moz-border-radius: 10px;
590 -webkit-border-radius: 10px;
601 background-color: yellow;
604 border: 1px solid orange;
608 #specialCharsContainer {
612 background-color: gray;
618 #specialCharsContainer a {
622 #tableSpecialChars td input {
623 background-color: transparent;