modified: pixi.toml
[GalaxyCodeBases.git] / etc / pandoc / styles / paper.css
blobf2457de13cb4ce05d4c4dc831981d4c48032e841
1 /*
2 This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
3 Please leave this notice in place, along with any additional credits below.
4 ---------------------------------------------------------------
5 Paper by Jonathan Poritsky
6 based on SwissStyle by Brett Terpstra
7 Page Curl Effect by Matt Hamm http://matthamm.com/box-shadow-curl.html
8 Page shading based on http://www.sitepoint.com/pure-css3-paper-curl/
9 */
11 body
13 -webkit-font-smoothing:antialiased;
14 font:normal .8764em/1.5em Arial,Verdana,sans-serif;
15 text-align:center;
16 background:#eee;
18 #wrapper
20 width: 85%;
21 margin:2em auto !important;
22 padding:2em;
23 text-align:left;
24 position: relative;
25 background:rgb(243, 241, 232);
26 border: 1px solid #efefef;
27 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
28 -webkit-border-radius:20px;
30 #wrapper:before,#wrapper:after
32 content: '';
33 z-index: -1;
34 position: absolute;
35 left: 16px;
36 bottom: 16px;
37 width: 70%;
38 max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
39 max-height: 100px;
40 height: 55%;
41 -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
42 -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
43 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
44 -webkit-transform: skew(-15deg) rotate(-6deg);
45 -moz-transform: skew(-15deg) rotate(-6deg);
46 -ms-transform: skew(-15deg) rotate(-6deg);
47 -o-transform: skew(-15deg) rotate(-6deg);
48 transform: skew(-15deg) rotate(-6deg);
49 -webkit-border-radius:20px;
52 #wrapper:after
54 left: auto;
55 right: 10px;
56 -webkit-transform: skew(15deg) rotate(6deg);
58 html>body
60 font-size:13px
65 font-size:110%
68 li li
70 font-size:100%
73 li p
75 font-size:100%;
76 margin:.5em 0
81 color:#000;
82 font-size:2.2857em;
83 line-height:.6563em;
84 margin:.6563em 0
89 color:#111;
90 font-size:1.7143em;
91 line-height:.875em;
92 margin:.875em 0
97 color:#111;
98 font-size:1.5em;
99 line-height:1em;
100 margin:1em 0
105 color:#111;
106 font-size:1.2857em;
107 line-height:1.1667em;
108 margin:1.1667em 0
113 font-size:1em;
114 line-height:1.5em;
115 margin:1.5em 0
118 body,p,td,div
120 color:#111;
121 font-family:'Helvetica Neue',Arial,sans-serif;
122 word-wrap:break-word
125 h1,h2,h3,h4,h5,h6
127 line-height:1.5em
132 -webkit-transition:color .2s ease-in-out;
133 color:#0d6ea1;
134 text-decoration:none
137 a:hover
139 color:#3593d9
142 h2 em
144 color:#111;
145 padding-left:10px;
146 text-shadow:0 1px 0 #FFF
149 .footnote
151 color:#0d6ea1;
152 font-size:.8em;
153 vertical-align:super
156 #wrapper img
158 max-width:100%;
163 margin-bottom:1em
166 li > p:first-child
168 margin:0
171 ul ul,ul ol
173 margin-bottom:.4em
176 caption,col,colgroup,table,tbody,td,tfoot,th,thead,tr
178 border-spacing:0
181 table
183 border:1px solid rgba(0,0,0,0.25);
184 border-collapse:collapse;
185 display:table;
186 empty-cells:hide;
187 margin:-1px 0 23px;
188 padding:0;
189 table-layout:fixed
192 caption
194 display:table-caption;
195 font-weight:700
200 display:table-column
203 colgroup
205 display:table-column-group
208 tbody
210 display:table-row-group
213 tfoot
215 display:table-footer-group
218 thead
220 display:table-header-group
223 td,th
225 display:table-cell
230 display:table-row
233 table th,table td
235 font-size:1.1em;
236 line-height:23px;
237 padding:0 1em
240 table thead
242 background:rgba(0,0,0,0.15);
243 border:1px solid rgba(0,0,0,0.15);
244 border-bottom:1px solid rgba(0,0,0,0.2)
247 table tbody
249 background:rgba(0,0,0,0.05)
252 table tfoot
254 background:rgba(0,0,0,0.15);
255 border:1px solid rgba(0,0,0,0.15);
256 border-top:1px solid rgba(0,0,0,0.2)
259 figure
261 display:inline-block;
262 margin-bottom:1.2em;
263 position:relative;
264 border: 5px solid #fff;
265 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
268 figcaption
270 -webkit-transition:all .2s ease-in-out;
271 background:rgba(0,0,0,0);
272 bottom:0;
273 color:rgba(255,255,255,0);
274 left:0;
275 position:absolute;
276 text-align:center;
277 width:100%
280 figure:hover
282 cursor:pointer;
285 figcaption:hover
287 background:rgba(0,0,0,.56);
288 color:rgba(255,255,255,1)
291 .poetry pre
293 display:block;
294 font-family:Georgia, Garamond, serif!important;
295 font-size:110%!important;
296 font-style:italic;
297 line-height:1.6em;
298 margin-left:1em
301 .poetry pre code
303 font-family:Georgia, Garamond, serif!important
306 sup,sub,a.footnote
308 font-size:1.4ex;
309 height:0;
310 line-height:1;
311 position:relative;
312 vertical-align:super
315 p,h5
317 font-size:1.1429em;
318 line-height:1.3125em;
319 margin:1.3125em 0
322 dt,th
324 font-weight:700
327 table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd)
329 background:rgba(255,255,255,0.06)
332 table tr:nth-child(even),table td:nth-child(even)
334 background:rgba(0,0,0,0.06)
337 @media print {
338 body
340 overflow:auto
343 #wrapper
345 background:#fff;
346 color:#303030;
347 font-size:85%;
348 padding:10px;
349 position:relative;
350 text-indent:0
354 @media screen {
355 .inverted {
356 background:#333
359 .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted pre,.inverted code,.inverted th
361 color:#eee!important
364 .inverted a
366 color:#fff;
367 text-decoration:underline
370 #wrapper
372 padding:20px
375 .inverted #wrapper
377 background:#333;