1 /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
 
   6     font-family: "Georgia", "Times New Roman", serif;
 
  26     text-decoration: none;
 
  30     text-decoration: none;
 
  40     text-transform: capitalize;
 
  67 .htmlview #footnotes div {
 
  71 .htmlview #footnotes p {
 
  76 .htmlview blockquote {
 
  91     padding: 0.25em 0.7em;
 
  95 .htmlview .anchor:hover, .htmlview .anchor:active {
 
  97     background-color: #CCC;
 
 100 /* =================== */
 
 101 /* = Custom elements = */
 
 102 /* =================== */
 
 103 .htmlview .autor_utwor {
 
 107     margin-bottom: 0.25em;
 
 110 .htmlview .dzielo_nadrzedne {
 
 114     margin-bottom: -0.25em;
 
 117 .htmlview .podtytul {
 
 124 .htmlview .didaskalia {
 
 126     margin: 0.5em 0 0 1.5em;
 
 134     margin: 1.5em 0 0 auto;    
 
 137 .htmlview .kwestia .strofa {
 
 141 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
 
 152 .htmlview p.motto_podpis {
 
 157 .htmlview div.fragment {
 
 158     border-bottom: 0.1em solid #999;
 
 159     padding-bottom: 1.5em;
 
 162 .htmlview div.nota p,
 
 163 .htmlview div.dedykacja p {
 
 168 .htmlview br.sekcja_swiatlo {
 
 170     /* visibility: hidden; */
 
 173 .htmlview hr.separator_linia {
 
 176     border-bottom: 0.1em solid #000;
 
 179 .htmlview p.sekcja_asterysk {
 
 185 .htmlview div.lista_osob ol {
 
 187     padding: 0 0 0 1.5em;
 
 190 .htmlview p.miejsce_czas {
 
 195 .htmlview .slowo_obce,
 
 196 .htmlview .tytul_dziela,
 
 197 .htmlview .didaskalia {
 
 201 .htmlview .wyroznienie {
 
 202     letter-spacing: 0.1em;
 
 207     font-variant: small-caps;
 
 210 .htmlview .parse-warning {
 
 217  .parse-warning .message {
 
 224 /* ======================== */
 
 225 /* = Footnotes and themes = */
 
 226 /* ======================== */
 
 228 .htmlview .theme-begin, .htmlview .theme-end {
 
 232 .htmlview .theme-ref {
 
 241     font-variant: normal;
 
 242     text-decoration: none;
 
 244     padding: 0.2em 0.2em 0.2em 0.5em;
 
 246     border: 1px solid gray;
 
 247     border-left: 2px dotted gray;
 
 251     -moz-user-select: -moz-none;
 
 252     -webkit-user-select: none;
 
 260 /* Znaczniki w tekście */
 
 261 .htmlview .annotation {    
 
 262     vertical-align: super;
 
 263     text-decoration: none;
 
 267 .htmlview .annotation:before {
 
 268     content: "[" counter(main) "]";
 
 269     counter-increment: main;
 
 272 .htmlview .annotation:hover {
 
 273     background-color: #dfdfdf;
 
 276 *.htmlview *.annotation-inline-box {
 
 283  .htmlview .annotation-inline-box > span[x-annotation-box]
 
 298      border-style: outset;
 
 301      text-decoration: none;
 
 307  * Przypisy na końcu utworu (aktualnie nieuzywane)
 
 309 .htmlview .annotations-block {
 
 310     counter-reset: secondary;
 
 313 .htmlview .annotations-block .annotation-body {
 
 319 .htmlview .annotations-block .annotation-backref {
 
 328 .htmlview .annotations-block .annotation-backref:before {
 
 329     content: "[" counter(secondary) "]";
 
 330     counter-increment: secondary;
 
 337 .htmlview *[x-editable] {    
 
 341 /* focused editable element */
 
 342 /* .htmlview *[x-editable]:hover
 
 347 .htmlview *[x-editable][x-open]
 
 352 .htmlview *[x-editable] > .context-menu {
 
 365     background-color: #dfdfdf;
 
 372     border-top: 1px solid black;
 
 373     border-left: 1px solid black;
 
 374     border-bottom: 1px solid black;
 
 378     -moz-border-radius-topleft: 2px;
 
 379     -moz-border-radius-bottomleft: 2px;
 
 381     -webkit-border-top-left-radius: 2px;
 
 382     -webkit-border-bottom-left-radius: 2px;
 
 387 .htmlview *[x-editable] > .context-menu * {
 
 391     -moz-user-select: -moz-none;
 
 392     -webkit-user-select: none;
 
 396     border-bottom: 1px solid black;
 
 399 .htmlview *[x-editable] > .context-menu *:last-child {
 
 404 .htmlview *[x-editable] > .context-menu *:hover {
 
 405     background-color: orange;
 
 411 .htmlview *[x-editable] > .default-menu {
 
 416 .htmlview *[x-editable] > .default-menu:hover {
 
 420 .htmlview *[x-annotation-box][x-editable] > .default-menu {
 
 424 .htmlview *[x-editable][x-open] > .default-menu {
 
 428 .htmlview *[x-editable] > .edit-menu {
 
 432 .htmlview *[x-editable][x-open] > .edit-menu {
 
 437     border: 2px solid black;
 
 438     background-color: gray;
 
 444 .html-editarea textarea
 
 455     background-color: ivory;
 
 458 .html-editarea p.html-editarea-toolbar {
 
 468     border: 2px solid black;