]> git.pld-linux.org Git - packages/libe-book.git/blob - libe-book-missing.patch
- added css patch (update for libCSS 0.6 API); release 6
[packages/libe-book.git] / libe-book-missing.patch
1 --- libe-book-0.1.1/data/html.css.orig  1970-01-01 01:00:00.000000000 +0100
2 +++ libe-book-0.1.1/data/html.css       2014-06-05 19:26:58.397637621 +0200
3 @@ -0,0 +1,431 @@
4 +/* The definitions here are based on
5 + * http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html ,
6 + * update from 19 December 2013.
7 + */
8 +
9 +@namespace url(http://www.w3.org/1999/xhtml);
10 +
11 +/* 14.3.1 Hidden elements */
12 +
13 +[hidden], area, base, basefont, datalist, head, link, menu[type=popup i],
14 +meta, noembed, noframes, param, rp, script, source, style, template, track, title {
15 +  display: none;
16 +}
17 +
18 +embed[hidden] { display: inline; height: 0; width: 0; }
19 +
20 +/* 14.3.2 The page */
21 +
22 +html, body { display: block; }
23 +
24 +/* 14.3.3 Flow content */
25 +
26 +address, blockquote, center, div, figure, figcaption, footer, form,
27 +header, hr, legend, listing, main, p, plaintext, pre, summary, xmp {
28 +  display: block;
29 +}
30 +
31 +blockquote, figure, listing, p, plaintext, pre, xmp {
32 +  margin-top: 1em; margin-bottom: 1em;
33 +}
34 +
35 +blockquote, figure { margin-left: 40px; margin-right: 40px; }
36 +
37 +address { font-style: italic; }
38 +listing, plaintext, pre, xmp {
39 +  font-family: monospace; white-space: pre;
40 +}
41 +
42 +dialog:not([open]) { display: none; }
43 +dialog {
44 +  position: absolute;
45 +  left: 0; right: 0;
46 +  width: fit-content;
47 +  height: fit-content;
48 +  margin: auto;
49 +  border: solid;
50 +  padding: 1em;
51 +  background: white;
52 +  color: black;
53 +}
54 +dialog::backdrop {
55 +  position: fixed;
56 +  top: 0; right: 0; bottom: 0; left: 0;
57 +  background: rgba(0,0,0,0.1);
58 +}
59 +
60 +/* 14.3.4 Phrasing content */
61 +
62 +cite, dfn, em, i, var { font-style: italic; }
63 +b, strong { font-weight: bolder; }
64 +code, kbd, samp, tt { font-family: monospace; }
65 +big { font-size: larger; }
66 +small { font-size: smaller; }
67 +
68 +sub { vertical-align: sub; }
69 +sup { vertical-align: super; }
70 +sub, sup { line-height: normal; font-size: smaller; }
71 +
72 +ruby { display: ruby; }
73 +rt { display: ruby-text; }
74 +
75 +:link { color: #0000EE; }
76 +:visited { color: #551A8B; }
77 +:link, :visited { text-decoration: underline; }
78 +a:link[rel~=help], a:visited[rel~=help],
79 +area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
80 +
81 +:focus { outline: auto; }
82 +
83 +mark { background: yellow; color: black; } /* this color is just a suggestion and can be changed based on implementation feedback */
84 +
85 +abbr[title], acronym[title] { text-decoration: dotted underline; }
86 +ins, u { text-decoration: underline; }
87 +del, s, strike { text-decoration: line-through; }
88 +blink { text-decoration: blink; }
89 +
90 +q::before { content: open-quote; }
91 +q::after { content: close-quote; }
92 +
93 +br { content: '\A'; white-space: pre; } /* this also has bidi implications */
94 +nobr { white-space: nowrap; }
95 +wbr { content: '\200B'; } /* this also has bidi implications */
96 +nobr wbr { white-space: normal; }
97 +
98 +/* 14.3.5 Bidirectional text */
99 +
100 +[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
101 +[dir]:dir(rtl), bdi:dir(rtl) { direction: rtl; }
102 +
103 +address, blockquote, center, div, figure, figcaption, footer, form,
104 +header, hr, legend, listing, main, p, plaintext, pre, summary, xmp, article,
105 +aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section, table, caption,
106 +colgroup, col, thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu,
107 +ol, ul, li, bdi, output, [dir=ltr i], [dir=rtl i], [dir=auto i] {
108 +  unicode-bidi: isolate; 
109 +}
110 +
111 +bdo, bdo[dir] { unicode-bidi: isolate-override; } 
112 +
113 +textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }
114 +
115 +/* 14.3.6 Quotes */
116 +
117 +:root                                                         { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
118 +:root:lang(af),       :not(:lang(af)) > :lang(af)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
119 +:root:lang(agq),      :not(:lang(agq)) > :lang(agq)           { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
120 +:root:lang(ak),       :not(:lang(ak)) > :lang(ak)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
121 +:root:lang(am),       :not(:lang(am)) > :lang(am)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
122 +:root:lang(ar),       :not(:lang(ar)) > :lang(ar)             { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
123 +:root:lang(asa),      :not(:lang(asa)) > :lang(asa)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
124 +:root:lang(az),       :not(:lang(az)) > :lang(az)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
125 +:root:lang(az-Cyrl),  :not(:lang(az-Cyrl)) > :lang(az-Cyrl)   { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
126 +:root:lang(bas),      :not(:lang(bas)) > :lang(bas)           { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
127 +:root:lang(bem),      :not(:lang(bem)) > :lang(bem)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
128 +:root:lang(bez),      :not(:lang(bez)) > :lang(bez)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
129 +:root:lang(bg),       :not(:lang(bg)) > :lang(bg)             { quotes: '\201e' '\201c' '\201e' '\201c' } /* „ “ „ “ */
130 +:root:lang(bm),       :not(:lang(bm)) > :lang(bm)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
131 +:root:lang(bn),       :not(:lang(bn)) > :lang(bn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
132 +:root:lang(br),       :not(:lang(br)) > :lang(br)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
133 +:root:lang(brx),      :not(:lang(brx)) > :lang(brx)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
134 +:root:lang(bs-Cyrl),  :not(:lang(bs-Cyrl)) > :lang(bs-Cyrl)   { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
135 +:root:lang(ca),       :not(:lang(ca)) > :lang(ca)             { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
136 +:root:lang(cgg),      :not(:lang(cgg)) > :lang(cgg)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
137 +:root:lang(chr),      :not(:lang(chr)) > :lang(chr)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
138 +:root:lang(cs),       :not(:lang(cs)) > :lang(cs)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
139 +:root:lang(cy),       :not(:lang(cy)) > :lang(cy)             { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
140 +:root:lang(da),       :not(:lang(da)) > :lang(da)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
141 +:root:lang(dav),      :not(:lang(dav)) > :lang(dav)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
142 +:root:lang(de),       :not(:lang(de)) > :lang(de)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
143 +:root:lang(de-CH),    :not(:lang(de-CH)) > :lang(de-CH)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
144 +:root:lang(dje),      :not(:lang(dje)) > :lang(dje)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
145 +:root:lang(dua),      :not(:lang(dua)) > :lang(dua)           { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
146 +:root:lang(dyo),      :not(:lang(dyo)) > :lang(dyo)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
147 +:root:lang(dz),       :not(:lang(dz)) > :lang(dz)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
148 +:root:lang(ebu),      :not(:lang(ebu)) > :lang(ebu)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
149 +:root:lang(ee),       :not(:lang(ee)) > :lang(ee)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
150 +:root:lang(el),       :not(:lang(el)) > :lang(el)             { quotes: '\00ab' '\00bb' '\0022' '\0022' } /* « » " " */
151 +:root:lang(en),       :not(:lang(en)) > :lang(en)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
152 +:root:lang(es),       :not(:lang(es)) > :lang(es)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
153 +:root:lang(et),       :not(:lang(et)) > :lang(et)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
154 +:root:lang(eu),       :not(:lang(eu)) > :lang(eu)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
155 +:root:lang(ewo),      :not(:lang(ewo)) > :lang(ewo)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
156 +:root:lang(fa),       :not(:lang(fa)) > :lang(fa)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
157 +:root:lang(ff),       :not(:lang(ff)) > :lang(ff)             { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
158 +:root:lang(fi),       :not(:lang(fi)) > :lang(fi)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
159 +:root:lang(fil),      :not(:lang(fil)) > :lang(fil)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
160 +:root:lang(fr),       :not(:lang(fr)) > :lang(fr)             { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
161 +:root:lang(fr-CA),    :not(:lang(fr-CA)) > :lang(fr-CA)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
162 +:root:lang(fr-CH),    :not(:lang(fr-CH)) > :lang(fr-CH)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
163 +:root:lang(gsw),      :not(:lang(gsw)) > :lang(gsw)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
164 +:root:lang(gu),       :not(:lang(gu)) > :lang(gu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
165 +:root:lang(guz),      :not(:lang(guz)) > :lang(guz)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
166 +:root:lang(ha),       :not(:lang(ha)) > :lang(ha)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
167 +:root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\05f4' '\05f4' '\05f3' '\05f3' } /* ״ ״ ׳ ׳ */
168 +:root:lang(hi),       :not(:lang(hi)) > :lang(hi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
169 +:root:lang(hr),       :not(:lang(hr)) > :lang(hr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
170 +:root:lang(hu),       :not(:lang(hu)) > :lang(hu)             { quotes: '\201e' '\201d' '\00bb' '\00ab' } /* „ ” » « */
171 +:root:lang(hy),       :not(:lang(hy)) > :lang(hy)             { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
172 +:root:lang(id),       :not(:lang(id)) > :lang(id)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
173 +:root:lang(ig),       :not(:lang(ig)) > :lang(ig)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
174 +:root:lang(it),       :not(:lang(it)) > :lang(it)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
175 +:root:lang(ja),       :not(:lang(ja)) > :lang(ja)             { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
176 +:root:lang(jgo),      :not(:lang(jgo)) > :lang(jgo)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
177 +:root:lang(jmc),      :not(:lang(jmc)) > :lang(jmc)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
178 +:root:lang(ka),       :not(:lang(ka)) > :lang(ka)             { quotes: '\201e' '\201c' '\00ab' '\00bb' } /* „ “ « » */
179 +:root:lang(kab),      :not(:lang(kab)) > :lang(kab)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
180 +:root:lang(kam),      :not(:lang(kam)) > :lang(kam)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
181 +:root:lang(kde),      :not(:lang(kde)) > :lang(kde)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
182 +:root:lang(kea),      :not(:lang(kea)) > :lang(kea)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
183 +:root:lang(khq),      :not(:lang(khq)) > :lang(khq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
184 +:root:lang(ki),       :not(:lang(ki)) > :lang(ki)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
185 +:root:lang(kk),       :not(:lang(kk)) > :lang(kk)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
186 +:root:lang(kkj),      :not(:lang(kkj)) > :lang(kkj)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
187 +:root:lang(kln),      :not(:lang(kln)) > :lang(kln)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
188 +:root:lang(km),       :not(:lang(km)) > :lang(km)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
189 +:root:lang(kn),       :not(:lang(kn)) > :lang(kn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
190 +:root:lang(ko),       :not(:lang(ko)) > :lang(ko)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
191 +:root:lang(ksb),      :not(:lang(ksb)) > :lang(ksb)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
192 +:root:lang(ksf),      :not(:lang(ksf)) > :lang(ksf)           { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
193 +:root:lang(ky),       :not(:lang(ky)) > :lang(ky)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
194 +:root:lang(lag),      :not(:lang(lag)) > :lang(lag)           { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
195 +:root:lang(lg),       :not(:lang(lg)) > :lang(lg)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
196 +:root:lang(ln),       :not(:lang(ln)) > :lang(ln)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
197 +:root:lang(lo),       :not(:lang(lo)) > :lang(lo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
198 +:root:lang(lt),       :not(:lang(lt)) > :lang(lt)             { quotes: '\201e' '\201c' '\201e' '\201c' } /* „ “ „ “ */
199 +:root:lang(lu),       :not(:lang(lu)) > :lang(lu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
200 +:root:lang(luo),      :not(:lang(luo)) > :lang(luo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
201 +:root:lang(luy),      :not(:lang(luy)) > :lang(luy)           { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
202 +:root:lang(lv),       :not(:lang(lv)) > :lang(lv)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
203 +:root:lang(mas),      :not(:lang(mas)) > :lang(mas)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
204 +:root:lang(mer),      :not(:lang(mer)) > :lang(mer)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
205 +:root:lang(mfe),      :not(:lang(mfe)) > :lang(mfe)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
206 +:root:lang(mg),       :not(:lang(mg)) > :lang(mg)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
207 +:root:lang(mgo),      :not(:lang(mgo)) > :lang(mgo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
208 +:root:lang(mk),       :not(:lang(mk)) > :lang(mk)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
209 +:root:lang(ml),       :not(:lang(ml)) > :lang(ml)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
210 +:root:lang(mn),       :not(:lang(mn)) > :lang(mn)             { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
211 +:root:lang(mr),       :not(:lang(mr)) > :lang(mr)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
212 +:root:lang(ms),       :not(:lang(ms)) > :lang(ms)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
213 +:root:lang(mua),      :not(:lang(mua)) > :lang(mua)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
214 +:root:lang(my),       :not(:lang(my)) > :lang(my)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
215 +:root:lang(naq),      :not(:lang(naq)) > :lang(naq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
216 +:root:lang(nb),       :not(:lang(nb)) > :lang(nb)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
217 +:root:lang(nd),       :not(:lang(nd)) > :lang(nd)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
218 +:root:lang(nl),       :not(:lang(nl)) > :lang(nl)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
219 +:root:lang(nmg),      :not(:lang(nmg)) > :lang(nmg)           { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
220 +:root:lang(nn),       :not(:lang(nn)) > :lang(nn)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
221 +:root:lang(nnh),      :not(:lang(nnh)) > :lang(nnh)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
222 +:root:lang(nus),      :not(:lang(nus)) > :lang(nus)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
223 +:root:lang(nyn),      :not(:lang(nyn)) > :lang(nyn)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
224 +:root:lang(pa),       :not(:lang(pa)) > :lang(pa)             { quotes: '\0027' '\0027' '\0022' '\0022' } /* ' ' " " */
225 +:root:lang(pl),       :not(:lang(pl)) > :lang(pl)             { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
226 +:root:lang(pt),       :not(:lang(pt)) > :lang(pt)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
227 +:root:lang(pt-PT),    :not(:lang(pt-PT)) > :lang(pt-PT)       { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
228 +:root:lang(rn),       :not(:lang(rn)) > :lang(rn)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
229 +:root:lang(ro),       :not(:lang(ro)) > :lang(ro)             { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
230 +:root:lang(rof),      :not(:lang(rof)) > :lang(rof)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
231 +:root:lang(ru),       :not(:lang(ru)) > :lang(ru)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
232 +:root:lang(rw),       :not(:lang(rw)) > :lang(rw)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
233 +:root:lang(rwk),      :not(:lang(rwk)) > :lang(rwk)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
234 +:root:lang(saq),      :not(:lang(saq)) > :lang(saq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
235 +:root:lang(sbp),      :not(:lang(sbp)) > :lang(sbp)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
236 +:root:lang(seh),      :not(:lang(seh)) > :lang(seh)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
237 +:root:lang(ses),      :not(:lang(ses)) > :lang(ses)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
238 +:root:lang(sg),       :not(:lang(sg)) > :lang(sg)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
239 +:root:lang(shi),      :not(:lang(shi)) > :lang(shi)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
240 +:root:lang(shi-Latn), :not(:lang(shi-Latn)) > :lang(shi-Latn) { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
241 +:root:lang(si),       :not(:lang(si)) > :lang(si)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
242 +:root:lang(sk),       :not(:lang(sk)) > :lang(sk)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
243 +:root:lang(sl),       :not(:lang(sl)) > :lang(sl)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
244 +:root:lang(sn),       :not(:lang(sn)) > :lang(sn)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
245 +:root:lang(so),       :not(:lang(so)) > :lang(so)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
246 +:root:lang(sq),       :not(:lang(sq)) > :lang(sq)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
247 +:root:lang(sr),       :not(:lang(sr)) > :lang(sr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
248 +:root:lang(sr-Latn),  :not(:lang(sr-Latn)) > :lang(sr-Latn)   { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
249 +:root:lang(sv),       :not(:lang(sv)) > :lang(sv)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
250 +:root:lang(sw),       :not(:lang(sw)) > :lang(sw)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
251 +:root:lang(swc),      :not(:lang(swc)) > :lang(swc)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
252 +:root:lang(ta),       :not(:lang(ta)) > :lang(ta)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
253 +:root:lang(te),       :not(:lang(te)) > :lang(te)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
254 +:root:lang(teo),      :not(:lang(teo)) > :lang(teo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
255 +:root:lang(th),       :not(:lang(th)) > :lang(th)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
256 +:root:lang(ti-ER),    :not(:lang(ti-ER)) > :lang(ti-ER)       { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
257 +:root:lang(to),       :not(:lang(to)) > :lang(to)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
258 +:root:lang(tr),       :not(:lang(tr)) > :lang(tr)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
259 +:root:lang(twq),      :not(:lang(twq)) > :lang(twq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
260 +:root:lang(tzm),      :not(:lang(tzm)) > :lang(tzm)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
261 +:root:lang(uk),       :not(:lang(uk)) > :lang(uk)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
262 +:root:lang(ur),       :not(:lang(ur)) > :lang(ur)             { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
263 +:root:lang(uz),       :not(:lang(uz)) > :lang(uz)             { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
264 +:root:lang(uz-Cyrl),  :not(:lang(uz-Cyrl)) > :lang(uz-Cyrl)   { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
265 +:root:lang(vai),      :not(:lang(vai)) > :lang(vai)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
266 +:root:lang(vai-Latn), :not(:lang(vai-Latn)) > :lang(vai-Latn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
267 +:root:lang(vi),       :not(:lang(vi)) > :lang(vi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
268 +:root:lang(vun),      :not(:lang(vun)) > :lang(vun)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
269 +:root:lang(xh),       :not(:lang(xh)) > :lang(xh)             { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
270 +:root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
271 +:root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
272 +:root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
273 +:root:lang(yo-BJ),    :not(:lang(yo-BJ)) > :lang(yo-BJ)       { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
274 +:root:lang(zgh),      :not(:lang(zgh)) > :lang(zgh)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
275 +:root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
276 +:root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
277 +:root:lang(zu),       :not(:lang(zu)) > :lang(zu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
278 +
279 +/* 14.3.7 Sections and headings */
280 +
281 +article, aside, h1, h2, h3, h4, h5, h6, hgroup, nav, section {
282 +  display: block;
283 +}
284 +
285 +h1 { margin-top: 0.67em; margin-bottom: 0.67em; font-size: 2.00em; font-weight: bold; }
286 +h2 { margin-top: 0.83em; margin-bottom: 0.83em; font-size: 1.50em; font-weight: bold; }
287 +h3 { margin-top: 1.00em; margin-bottom: 1.00em; font-size: 1.17em; font-weight: bold; }
288 +h4 { margin-top: 1.33em; margin-bottom: 1.33em; font-size: 1.00em; font-weight: bold; }
289 +h5 { margin-top: 1.67em; margin-bottom: 1.67em; font-size: 0.83em; font-weight: bold; }
290 +h6 { margin-top: 2.33em; margin-bottom: 2.33em; font-size: 0.67em; font-weight: bold; }
291 +
292 +/* Nesting definitions are generated at runtime */
293 +
294 +/* 14.3.8 Lists */
295 +
296 +dir, dd, dl, dt, menu, ol, ul { display: block; }
297 +li { display: list-item; }
298 +
299 +dir, dl, menu, ol, ul { margin-top: 1em; margin-bottom: 1em; }
300 +
301 +dir dir, dir dl, dir menu, dir ol, dir ul,
302 +dl dir, dl dl, dl menu, dl ol, dl ul,
303 +menu dir, menu dl, menu menu, menu ol, menu ul,
304 +ol dir, ol dl, ol menu, ol ol, ol ul,
305 +ul dir, ul dl, ul menu, ul ol, ul ul {
306 +  margin-top: 0; margin-bottom: 0;
307 +}
308 +
309 +dd { margin-left: 40px; } /* LTR-specific: use 'margin-right' for rtl elements */
310 +dir, menu, ol, ul { padding-left: 40px; } /* LTR-specific: use 'padding-right' for rtl elements */
311 +
312 +ol { list-style-type: decimal; }
313 +
314 +dir, menu, ul { list-style-type: disc; }
315 +
316 +dir dir, dir menu, dir ul,
317 +menu dir, menu menu, menu ul,
318 +ol dir, ol menu, ol ul,
319 +ul dir, ul menu, ul ul {
320 +  list-style-type: circle;
321 +}
322 +
323 +dir dir dir, dir dir menu, dir dir ul,
324 +dir menu dir, dir menu menu, dir menu ul,
325 +dir ol dir, dir ol menu, dir ol ul,
326 +dir ul dir, dir ul menu, dir ul ul,
327 +menu dir dir, menu dir menu, menu dir ul,
328 +menu menu dir, menu menu menu, menu menu ul,
329 +menu ol dir, menu ol menu, menu ol ul,
330 +menu ul dir, menu ul menu, menu ul ul,
331 +ol dir dir, ol dir menu, ol dir ul,
332 +ol menu dir, ol menu menu, ol menu ul,
333 +ol ol dir, ol ol menu, ol ol ul,
334 +ol ul dir, ol ul menu, ol ul ul,
335 +ul dir dir, ul dir menu, ul dir ul,
336 +ul menu dir, ul menu menu, ul menu ul,
337 +ul ol dir, ul ol menu, ul ol ul,
338 +ul ul dir, ul ul menu, ul ul ul {
339 +  list-style-type: square;
340 +}
341 +
342 +/* 14.3.9 Tables */
343 +
344 +table { display: table; }
345 +caption { display: table-caption; }
346 +colgroup, colgroup[hidden] { display: table-column-group; }
347 +col, col[hidden] { display: table-column; }
348 +thead, thead[hidden] { display: table-header-group; }
349 +tbody, tbody[hidden] { display: table-row-group; }
350 +tfoot, tfoot[hidden] { display: table-footer-group; }
351 +tr, tr[hidden] { display: table-row; }
352 +td, th, td[hidden], th[hidden] { display: table-cell; }
353 +
354 +colgroup[hidden], col[hidden], thead[hidden], tbody[hidden],
355 +tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
356 +  visibility: collapse;
357 +}
358 +
359 +table {
360 +  box-sizing: border-box;
361 +  border-spacing: 2px;
362 +  border-collapse: separate;
363 +  text-indent: initial;
364 +}
365 +td, th { padding: 1px; }
366 +th { font-weight: bold; }
367 +
368 +thead, tbody, tfoot, table > tr { vertical-align: middle; }
369 +tr, td, th { vertical-align: inherit; }
370 +
371 +table, td, th { border-color: gray; }
372 +thead, tbody, tfoot, tr { border-color: inherit; }
373 +table[rules=none i], table[rules=groups i], table[rules=rows i],
374 +table[rules=cols i], table[rules=all i], table[frame=void i],
375 +table[frame=above i], table[frame=below i], table[frame=hsides i],
376 +table[frame=lhs i], table[frame=rhs i], table[frame=vsides i],
377 +table[frame=box i], table[frame=border i],
378 +table[rules=none i] > tr > td, table[rules=none i] > tr > th,
379 +table[rules=groups i] > tr > td, table[rules=groups i] > tr > th,
380 +table[rules=rows i] > tr > td, table[rules=rows i] > tr > th,
381 +table[rules=cols i] > tr > td, table[rules=cols i] > tr > th,
382 +table[rules=all i] > tr > td, table[rules=all i] > tr > th,
383 +table[rules=none i] > thead > tr > td, table[rules=none i] > thead > tr > th,
384 +table[rules=groups i] > thead > tr > td, table[rules=groups i] > thead > tr > th,
385 +table[rules=rows i] > thead > tr > td, table[rules=rows i] > thead > tr > th,
386 +table[rules=cols i] > thead > tr > td, table[rules=cols i] > thead > tr > th,
387 +table[rules=all i] > thead > tr > td, table[rules=all i] > thead > tr > th,
388 +table[rules=none i] > tbody > tr > td, table[rules=none i] > tbody > tr > th,
389 +table[rules=groups i] > tbody > tr > td, table[rules=groups i] > tbody > tr > th,
390 +table[rules=rows i] > tbody > tr > td, table[rules=rows i] > tbody > tr > th,
391 +table[rules=cols i] > tbody > tr > td, table[rules=cols i] > tbody > tr > th,
392 +table[rules=all i] > tbody > tr > td, table[rules=all i] > tbody > tr > th,
393 +table[rules=none i] > tfoot > tr > td, table[rules=none i] > tfoot > tr > th,
394 +table[rules=groups i] > tfoot > tr > td, table[rules=groups i] > tfoot > tr > th,
395 +table[rules=rows i] > tfoot > tr > td, table[rules=rows i] > tfoot > tr > th,
396 +table[rules=cols i] > tfoot > tr > td, table[rules=cols i] > tfoot > tr > th,
397 +table[rules=all i] > tfoot > tr > td, table[rules=all i] > tfoot > tr > th {
398 +  border-color: black;
399 +}
400 +
401 +/* 14.3.11 Form controls */
402 +
403 +input, select, option, optgroup, button, textarea, keygen {
404 +  text-indent: initial;
405 +}
406 +
407 +textarea { white-space: pre-wrap; }
408 +
409 +input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"],
410 +input[type="submit"], select, button {
411 +  box-sizing: border-box;
412 +}
413 +
414 +/* 14.3.11 The hr element */
415 +
416 +hr { color: gray; border-style: inset; border-width: 1px; margin: 0.5em auto; }
417 +
418 +/* 14.3.11 The fieldset and legend elements */
419 +
420 +fieldset {
421 +  margin-left: 2px; margin-right: 2px;
422 +  border: groove 2px ThreeDFace;
423 +  padding: 0.35em 0.625em 0.75em;
424 +}
425 +
426 +legend {
427 +  padding-left: 2px; padding-right: 2px;
428 +}
429 +
430 +/* 14.4.1 Embedded content */
431 +
432 +iframe:not([seamless]) { border: 2px inset; }
433 +iframe[seamless] { display: block; }
434 +video { object-fit: contain; }
435 --- libe-book-0.1.1/data/html-quirks.css.orig   1970-01-01 01:00:00.000000000 +0100
436 +++ libe-book-0.1.1/data/html-quirks.css        2014-06-05 19:26:37.550971385 +0200
437 @@ -0,0 +1,27 @@
438 +/* The definitions here are based on
439 + * http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html ,
440 + * update from 19 December 2013.
441 + */
442 +
443 +@namespace url(http://www.w3.org/1999/xhtml);
444 +
445 +/* 14.3.3 Flow content */
446 +
447 +form { margin-bottom: 1em; }
448 +
449 +/* 14.3.9 Tables */
450 +
451 +table {
452 +  font-weight: initial;
453 +  font-style: initial;
454 +  font-variant: initial;
455 +  font-size: initial;
456 +  line-height: initial;
457 +  white-space: initial;
458 +  text-align: initial;
459 +}
460 +
461 +/* 14.4.2 Images */
462 +
463 +img[align=left i] { margin-right: 3px; }
464 +img[align=right i] { margin-left: 3px; }
This page took 0.094443 seconds and 3 git commands to generate.