1 /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
 
   5     font-family: "Georgia", "Times New Roman", serif;
 
   7     padding: 3em 3em 3em 45px;
 
  12 .htmlview[data-tag-names-visible] {
 
  17  .htmlview[data-tag-names-visible] *[x-editable]:not(*[x-common])::before {
 
  21  content: attr(x-node);
 
  30  vertical-align: super;
 
  31  background-color:#add8e6;
 
  36  -webkit-border-radius: 4px;
 
  39 .htmlview *[x-node = 'RDF'][x-ns = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'] {
 
  57     text-decoration: none;
 
  61     text-decoration: none;
 
  96 .htmlview #footnotes div {
 
 100 .htmlview #footnotes p {
 
 105 .htmlview blockquote {
 
 110         overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 
 111         white-space: pre-wrap; /* css-3 */
 
 112         white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 
 113         white-space: -pre-wrap; /* Opera 4-6 */
 
 114         white-space: -o-pre-wrap; /* Opera 7 */ /*
 
 116         word-wrap: break-word; /* Internet Explorer 5.5+ */
 
 130     padding: 0.25em 0.7em;
 
 134 .htmlview .anchor:hover, .htmlview .anchor:active {
 
 136     background-color: #CCC;
 
 139 /* =================== */
 
 140 /* = Custom elements = */
 
 141 /* =================== */
 
 142 .htmlview .autor_utwor {
 
 146     margin-bottom: 0.25em;
 
 149 .htmlview .dzielo_nadrzedne {
 
 153 .htmlview .podtytul {
 
 157 .htmlview .didaskalia {
 
 159     margin: 0.5em 0 0 1.5em;
 
 167     margin: 1.5em 0 0.5em auto;
 
 171 .htmlview *[x-verse]:after {
 
 175 .htmlview .strofa .wers_wciety, .htmlview .strofa .wers_wciety[data-wlf-typ='1'] {
 
 179 .htmlview .strofa .wers_wciety[data-wlf-typ='2'], .htmlview .strofa .wers_cd {
 
 183 .htmlview .strofa .wers_wciety[data-wlf-typ='3'] {
 
 187 .htmlview .strofa .wers_wciety[data-wlf-typ='4'] {
 
 191 .htmlview .strofa .wers_wciety[data-wlf-typ='5'] {
 
 195 .htmlview .strofa .wers_wciety[data-wlf-typ='6'] {
 
 199 .htmlview .strofa .wers_do_prawej {
 
 204 .htmlview *:not(.strofa) > *[x-verse]::after {
 
 205     content: "Ten wers znajduje się poza strofą.";
 
 209     border: 1px solid black;
 
 210     -moz-border-radius: 10px;
 
 211     -webkit-border-radius: 10px;
 
 214     vertical-align: super;
 
 217 .htmlview .kwestia .strofa {
 
 221 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
 
 226 .htmlview .motto_container {
 
 227         display: inline-block;
 
 237 .htmlview p.motto_podpis {
 
 243 .htmlview div.fragment {
 
 244     border-bottom: 0.1em solid #999;
 
 245     padding-bottom: 1.5em;
 
 248 .htmlview div.nota p, .htmlview div.dedykacja p {
 
 253 .htmlview .nota_red {
 
 254     background-color: #eee;
 
 255     border: 1px solid #888;
 
 256     -moz-border-radius: 10px;
 
 257     -webkit-border-radius: 10px;
 
 259     padding: 0 1em 1em 1em;
 
 262 .htmlview hr.sekcja_swiatlo {
 
 267 .htmlview hr.separator_linia {
 
 270     border-bottom: 0.1em solid #000;
 
 273 .htmlview p.sekcja_asterysk {
 
 279 .htmlview p.sekcja_asterysk:after {
 
 283 .htmlview div.lista_osob ol {
 
 285     padding: 0 0 0 1.5em;
 
 288 .htmlview p.miejsce_czas {
 
 292 .htmlview .mat, .htmlview .slowo_obce, .htmlview .tytul_dziela, .htmlview .didaskalia {
 
 296 .htmlview .wyroznienie {
 
 297     letter-spacing: 0.1em;
 
 302     font-variant: small-caps;
 
 305 .htmlview .parse-warning {
 
 312 .parse-warning .message {
 
 319     background-color: #96e0e4;
 
 320     border: 1px solid black;
 
 321     -moz-border-radius: 10px;
 
 322     -webkit-border-radius: 10px;
 
 335 div[x-node] > .uwaga {
 
 343 .htmlview .uwaga:hover {
 
 347 .htmlview .annotation-inline-box .uwaga {
 
 352 /* ======================== */
 
 353 /* = Footnotes and themes = */
 
 354 /* ======================== */
 
 355 .htmlview .begin, .htmlview .end {
 
 360     /* position: absolute; */
 
 368     font-variant: normal;
 
 370     text-transform: none;
 
 371     text-decoration: none;
 
 375     background-color: #fff;
 
 376     /*    border: 1px solid gray;
 
 381     -moz-user-select: -moz-none;
 
 382     -webkit-user-select: none;
 
 393 .htmlview .noncanon {
 
 397 .htmlview .motyw[x-editable] {
 
 398     border-left: 4px solid #DDD;
 
 399     padding: 0.2em 0.2em 0.2em 0.5em;
 
 406 /* Znaczniki w tekście */
 
 411 .htmlview .annotation:before {
 
 412     content: "[" counter(main) "]";
 
 413     counter-increment: main;
 
 414         vertical-align: super;
 
 415     text-decoration: none;
 
 419 .htmlview .annotation:hover {
 
 420     background-color: #ffcccc;
 
 422 .htmlview .pe .annotation:hover {
 
 423     background-color: #96e0e4;
 
 425 *.htmlview *.annotation-inline-box {
 
 433 .htmlview .annotation-inline-box:hover > span[x-annotation-box]{
 
 437 .htmlview .annotation-inline-box > span[x-annotation-box] {
 
 445     border: 1px solid black;
 
 447     -moz-border-radius: 10px;
 
 448     -webkit-border-radius: 10px;
 
 450     text-decoration: none;
 
 455  * Przypisy na końcu utworu (aktualnie nieuzywane)
 
 457 .htmlview .annotations-block {
 
 458     counter-reset: secondary;
 
 461 .htmlview .annotations-block .annotation-body {
 
 467 .htmlview .annotations-block .annotation-backref {
 
 475 .htmlview .annotations-block .annotation-backref:before {
 
 476     content: "[" counter(secondary) "]";
 
 477     counter-increment: secondary;
 
 483 .htmlview *[x-editable] {
 
 487     border: 1px solid transparent;
 
 490 /* focused editable element */
 
 491 .htmlview *[x-editable]:hover {
 
 495 .htmlview *[x-editable][x-open] {
 
 499 .edit-button, .delete-button, .accept-button, .tytul-button, .wyroznienie-button, .slowo-button, .znak-button {
 
 506     /*    margin: 4px 0 2px 0;*/
 
 507     padding: 5px 5px 2px 5px;
 
 508     background-color: #FAFAFA;
 
 513     border: 1px solid #DDD;
 
 526 .wyroznienie-button {
 
 539 .edit-button:hover, .edit-button:active,
 
 540 .delete-button:hover, .delete-button:active,
 
 541 .accept-button:hover, .accept-button:active,
 
 542 .tytul-button:hover, .tytul-button:active,
 
 543 .wyroznienie-button:hover, .wyroznienie-button:active,
 
 544 .slowo-button:hover, .slowo-button:active,
 
 545 .znak-button:hover, .znak-button:active {
 
 547     background-color: #999;
 
 559 .default-menu:hover {
 
 564 .htmlview *[x-annotation-box] > .default-menu {
 
 568 .htmlview *[x-editable][x-open] > .default-menu {
 
 572 .htmlview *[x-editable][x-open] *[x-annotation-box] > .default-menu {
 
 576 .htmlview *[x-editable] > .edit-menu {
 
 580 .htmlview *[x-editable] *[x-annotation-box] > .edit-menu {
 
 584 .htmlview *[x-editable][x-open] > .edit-menu {
 
 588 .htmlview *[x-editable][x-open] *[x-annotation-box] > .edit-menu {
 
 594     background-color: gray;
 
 600 .html-editarea textarea {
 
 609     /*    background-color: ivory;*/
 
 612 .htmlview .out-of-flow-text {
 
 614     font-family: monospace;
 
 615     border: 2px solid red !important;
 
 616     white-space: pre-line;
 
 619 .htmlview .out-of-flow-text::before {
 
 620     content: "Tekst w tej ramce nie jest otagowany!";
 
 621     background-color: #ff6c6c;
 
 625     border: 1px solid black;
 
 626     -moz-border-radius: 10px;
 
 627     -webkit-border-radius: 10px;
 
 637     background-color: yellow;
 
 640     border: 1px solid orange;
 
 648 #specialCharsContainer {
 
 653     background-color: gray; 
 
 660 #specialCharsContainer a {
 
 665 #tableSpecialChars td input {
 
 666     background-color: transparent;
 
 671 #tableSpecialChars td input.recentSymbol {
 
 672     background-color: white;