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;
36 text-transform: capitalize;
63 .htmlview #footnotes div {
67 .htmlview #footnotes p {
72 .htmlview blockquote {
87 padding: 0.25em 0.7em;
91 .htmlview .anchor:hover, .htmlview .anchor:active {
93 background-color: #CCC;
96 /* =================== */
97 /* = Custom elements = */
98 /* =================== */
99 .htmlview .autor_utwor {
103 margin-bottom: 0.25em;
106 .htmlview .dzielo_nadrzedne {
110 margin-bottom: -0.25em;
113 .htmlview .podtytul {
120 .htmlview .didaskalia {
122 margin: 0.5em 0 0 1.5em;
130 margin: 1.5em 0 0 auto;
133 .htmlview .kwestia .strofa {
137 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
148 .htmlview p.motto_podpis {
153 .htmlview div.fragment {
154 border-bottom: 0.1em solid #999;
155 padding-bottom: 1.5em;
158 .htmlview div.nota p,
159 .htmlview div.dedykacja p {
164 .htmlview br.sekcja_swiatlo {
166 /* visibility: hidden; */
169 .htmlview hr.separator_linia {
172 border-bottom: 0.1em solid #000;
175 .htmlview p.sekcja_asterysk {
181 .htmlview div.lista_osob ol {
183 padding: 0 0 0 1.5em;
186 .htmlview p.miejsce_czas {
191 .htmlview .slowo_obce,
192 .htmlview .tytul_dziela,
193 .htmlview .didaskalia {
197 .htmlview .wyroznienie {
198 letter-spacing: 0.1em;
203 font-variant: small-caps;
206 .htmlview .parse-warning {
215 /* ======================== */
216 /* = Footnotes and themes = */
217 /* ======================== */
219 .htmlview .theme-begin, .htmlview .theme-end {
223 .htmlview .theme-ref {
232 font-variant: normal;
233 text-decoration: none;
235 padding: 0.2em 0.2em 0.2em 0.5em;
237 border: 1px solid gray;
238 border-left: 2px dotted gray;
245 .htmlview .annotation {
246 vertical-align: super;
247 text-decoration: none;
252 text-decoration: none;
255 /* .htmlview .annotation:before {
259 .htmlview .annotations-block {
260 counter-reset: secondary;
263 .htmlview .annotations-block .annotation-body {
269 .htmlview .annotations-block .annotation-backref {
278 .htmlview .annotations-block .annotation-backref:before {
279 content: "[" counter(secondary) "]";
280 counter-increment: secondary;
283 .htmlview span.annotation:before {
284 content: "[" counter(main) "]";
285 counter-increment: main;
288 .htmlview .annotation:hover {
289 background-color: #dfdfdf;
292 .parse-warning .message {
302 .htmlview *[x-editable] {
306 /* focused editable element */
307 .htmlview *[x-editable]:hover
312 .htmlview *[x-editable][x-open]
317 .htmlview *[x-editable] .context-menu {
330 background-color: #dfdfdf;
338 border-top: 1px solid black;
339 border-left: 1px solid black;
340 border-bottom: 1px solid black;
344 -moz-border-radius-topleft: 2px;
345 -moz-border-radius-bottomleft: 2px;
347 -webkit-border-top-left-radius: 2px;
348 -webkit-border-bottom-left-radius: 2px;
353 .htmlview *[x-editable] *.context-menu * {
359 border-bottom: 1px solid black;
362 .htmlview *[x-editable] *.context-menu *:last-child {
367 .htmlview *[x-editable] *.context-menu *:hover {
368 background-color: orange;
374 .htmlview *[x-editable] *.default-menu {
379 .htmlview *[x-editable] *.default-menu:hover {
383 .htmlview *[x-editable][x-open] *.default-menu {
387 .htmlview *[x-editable][x-open] *.edit-menu {
392 border: 2px solid black;
393 background-color: gray;
399 .html-editarea textarea
410 background-color: ivory;
413 .html-editarea p.html-editarea-toolbar {
423 border: 2px solid black;