1 /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */
6 font-family: "Georgia", "Times New Roman", serif;
25 text-decoration: none;
60 /* ======================== */
61 /* = Footnotes and themes = */
62 /* ======================== */
63 .htmlview .theme-begin {
64 border-left: 0.1em solid #DDDDDD;
79 .htmlview #footnotes div {
83 .htmlview #footnotes p {
88 .htmlview blockquote {
103 padding: 0.25em 0.7em;
107 .htmlview .anchor:hover, .htmlview .anchor:active {
109 background-color: #CCC;
112 /* =================== */
113 /* = Custom elements = */
114 /* =================== */
115 .htmlview .autor_utwor {
119 margin-bottom: 0.25em;
122 .htmlview .dzielo_nadrzedne {
126 margin-bottom: -0.25em;
129 .htmlview .podtytul {
136 .htmlview .didaskalia {
138 margin: 0.5em 0 0 1.5em;
146 margin: 1.5em 0 0 auto;
149 .htmlview .kwestia .strofa {
153 .htmlview .akap, .htmlview .akap_cd, .htmlview .akap_dialog {
164 .htmlview p.motto_podpis {
169 .htmlview div.fragment {
170 border-bottom: 0.1em solid #999;
171 padding-bottom: 1.5em;
174 .htmlview div.nota p,
175 .htmlview div.dedykacja p {
180 .htmlview br.sekcja_swiatlo {
182 /* visibility: hidden; */
185 .htmlview hr.separator_linia {
188 border-bottom: 0.1em solid #000;
191 .htmlview p.sekcja_asterysk {
197 .htmlview div.lista_osob ol {
199 padding: 0 0 0 1.5em;
202 .htmlview p.miejsce_czas {
207 .htmlview .slowo_obce,
208 .htmlview .tytul_dziela,
209 .htmlview .didaskalia {
213 .htmlview .wyroznienie {
214 letter-spacing: 0.1em;
219 font-variant: small-caps;
222 .htmlview .parse-warning {
230 .htmlview .annotation {
231 vertical-align: super;
232 text-decoration: none;
237 text-decoration: none;
240 /* .htmlview .annotation:before {
244 .htmlview span.annotation:before {
245 content: "[" counter(main) "]";
246 counter-increment: main;
249 .htmlview *[x-editable] {
250 border: 2px solid white;
254 /* focused editable element */
255 .htmlview *[x-editable]:hover,
256 .htmlview *[x-editable][x-open]
258 background-color: #dfdfdf;
259 border: 2px solid black;
262 .htmlview *[x-editable] *.context-menu {
275 background-color: #dfdfdf;
279 border-top: 2px solid black;
280 border-left: 2px solid black;
281 border-right: 2px solid black;
286 -moz-border-radius-topright: 5px;
287 -moz-border-radius-topleft: 5px;
289 -webkit-border-top-right-radius: 5px;
290 -webkit-border-top-left-radius: 5px;
293 .htmlview *[x-editable] *.context-menu * {
297 .htmlview *[x-editable] *.context-menu *:hover {
298 background-color: yellow;
301 .htmlview *[x-editable]:hover *.context-menu {
305 .htmlview *[x-editable][x-open] *.context-menu {
309 .htmlview .annotation:hover {
310 background-color: #dfdfdf;
313 .parse-warning .message {