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;
257 /* Znaczniki w tekście */
258 .htmlview .annotation {
259 vertical-align: super;
260 text-decoration: none;
264 .htmlview .annotation:before {
265 content: "[" counter(main) "]";
266 counter-increment: main;
269 .htmlview .annotation:hover {
270 background-color: #dfdfdf;
273 *.htmlview *.annotation-inline-box {
280 .htmlview .annotation-inline-box > span[x-annotation-box]
295 border-style: outset;
298 text-decoration: none;
304 * Przypisy na końcu utworu (aktualnie nieuzywane)
306 .htmlview .annotations-block {
307 counter-reset: secondary;
310 .htmlview .annotations-block .annotation-body {
316 .htmlview .annotations-block .annotation-backref {
325 .htmlview .annotations-block .annotation-backref:before {
326 content: "[" counter(secondary) "]";
327 counter-increment: secondary;
334 .htmlview *[x-editable] {
338 /* focused editable element */
339 /* .htmlview *[x-editable]:hover
344 .htmlview *[x-editable][x-open]
349 .htmlview *[x-editable] > .context-menu {
362 background-color: #dfdfdf;
369 border-top: 1px solid black;
370 border-left: 1px solid black;
371 border-bottom: 1px solid black;
375 -moz-border-radius-topleft: 2px;
376 -moz-border-radius-bottomleft: 2px;
378 -webkit-border-top-left-radius: 2px;
379 -webkit-border-bottom-left-radius: 2px;
384 .htmlview *[x-editable] > .context-menu * {
388 -moz-user-select: -moz-none;
389 -webkit-user-select: none;
393 border-bottom: 1px solid black;
396 .htmlview *[x-editable] > .context-menu *:last-child {
401 .htmlview *[x-editable] > .context-menu *:hover {
402 background-color: orange;
408 .htmlview *[x-editable] > .default-menu {
413 .htmlview *[x-editable] > .default-menu:hover {
417 .htmlview *[x-annotation-box][x-editable] > .default-menu {
421 .htmlview *[x-editable][x-open] > .default-menu {
425 .htmlview *[x-editable] > .edit-menu {
429 .htmlview *[x-editable][x-open] > .edit-menu {
434 border: 2px solid black;
435 background-color: gray;
441 .html-editarea textarea
452 background-color: ivory;
455 .html-editarea p.html-editarea-toolbar {
465 border: 2px solid black;