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:RDF'] {
 
  30     text-decoration: none;
 
  34     text-decoration: none;
 
  69 .htmlview #footnotes div {
 
  73 .htmlview #footnotes p {
 
  78 .htmlview blockquote {
 
  93     padding: 0.25em 0.7em;
 
  97 .htmlview .anchor:hover, .htmlview .anchor:active {
 
  99     background-color: #CCC;
 
 102 /* =================== */
 
 103 /* = Custom elements = */
 
 104 /* =================== */
 
 105 .htmlview .autor_utwor {
 
 109     margin-bottom: 0.25em;
 
 112 .htmlview .dzielo_nadrzedne {
 
 116     margin-bottom: -0.25em;
 
 119 .htmlview .podtytul {
 
 126 .htmlview .didaskalia {
 
 128     margin: 0.5em 0 0 1.5em;
 
 136     margin: 1.5em 0 0 auto;    
 
 139 .htmlview .kwestia .strofa {
 
 143 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
 
 154 .htmlview p.motto_podpis {
 
 159 .htmlview div.fragment {
 
 160     border-bottom: 0.1em solid #999;
 
 161     padding-bottom: 1.5em;
 
 164 .htmlview div.nota p,
 
 165 .htmlview div.dedykacja p {
 
 170 .htmlview br.sekcja_swiatlo {
 
 172     /* visibility: hidden; */
 
 175 .htmlview hr.separator_linia {
 
 178     border-bottom: 0.1em solid #000;
 
 181 .htmlview p.sekcja_asterysk {
 
 187 .htmlview div.lista_osob ol {
 
 189     padding: 0 0 0 1.5em;
 
 192 .htmlview p.miejsce_czas {
 
 197 .htmlview .slowo_obce,
 
 198 .htmlview .tytul_dziela,
 
 199 .htmlview .didaskalia {
 
 203 .htmlview .wyroznienie {
 
 204     letter-spacing: 0.1em;
 
 209     font-variant: small-caps;
 
 212 .htmlview .parse-warning {
 
 219  .parse-warning .message {
 
 226 /* ======================== */
 
 227 /* = Footnotes and themes = */
 
 228 /* ======================== */
 
 230 .htmlview .begin, .htmlview .end {
 
 235     /* position: absolute; */
 
 246     font-variant: normal;
 
 247     text-decoration: none;
 
 250     background-color: #fff;
 
 252 /*    border: 1px solid gray;
 
 257     -moz-user-select: -moz-none;
 
 258     -webkit-user-select: none;
 
 264 .htmlview .motyw[x-editable] {
 
 265     border-left: 4px solid #DDD;
 
 266     padding: 0.2em 0.2em 0.2em 0.5em;
 
 274 /* Znaczniki w tekście */
 
 275 .htmlview .annotation {    
 
 276     vertical-align: super;
 
 277     text-decoration: none;
 
 278 /*    font-size: 10px;    */
 
 281 .htmlview .annotation:before {
 
 282     content: "[" counter(main) "]";
 
 283     counter-increment: main;
 
 286 .htmlview .annotation:hover {
 
 287     background-color: #dfdfdf;
 
 290 *.htmlview *.annotation-inline-box {
 
 297  .htmlview .annotation-inline-box > span[x-annotation-box]
 
 312      border-style: outset;
 
 315      text-decoration: none;
 
 321  * Przypisy na końcu utworu (aktualnie nieuzywane)
 
 323 .htmlview .annotations-block {
 
 324     counter-reset: secondary;
 
 327 .htmlview .annotations-block .annotation-body {
 
 333 .htmlview .annotations-block .annotation-backref {
 
 342 .htmlview .annotations-block .annotation-backref:before {
 
 343     content: "[" counter(secondary) "]";
 
 344     counter-increment: secondary;
 
 351 .htmlview *[x-editable] {    
 
 355     border: 1px solid #FFF;
 
 358 /* focused editable element */
 
 359 .htmlview *[x-editable]:hover
 
 364 .htmlview *[x-editable][x-open]
 
 369 .edit-button, .delete-button, .accept-button {
 
 377 /*    margin: 4px 0 2px 0;*/
 
 378     padding: 5px 5px 2px 5px;
 
 380     background-color: #FAFAFA;
 
 385 */    border: 1px solid #DDD;
 
 393 .edit-button:hover, .edit-button:active, .delete-button:hover, .delete-button:active, .accept-button:hover, .accept-button:active {
 
 395     background-color: #999;
 
 407 .default-menu:hover {
 
 412 .htmlview *[x-annotation-box] > .default-menu {
 
 416 .htmlview *[x-editable][x-open] > .default-menu {
 
 419 .htmlview *[x-editable][x-open] *[x-annotation-box] > .default-menu {
 
 423 .htmlview *[x-editable] > .edit-menu {
 
 426 .htmlview *[x-editable] *[x-annotation-box] > .edit-menu {
 
 430 .htmlview *[x-editable][x-open] > .edit-menu {
 
 433 .htmlview *[x-editable][x-open] *[x-annotation-box] > .edit-menu {
 
 439     background-color: gray;
 
 446 .html-editarea textarea
 
 459 /*    background-color: ivory;*/
 
 463     border: 1px solid #BEBEBE;
 
 464     background-color: #E2E2E1;
 
 465     white-space: pre-line;
 
 469     font-family: monospace;