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/
13 -webkit-font-smoothing:antialiased
;
14 font:normal
.8764em/1.5em Arial
,Verdana
,sans-serif
;
21 margin:2em auto
!important
;
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
38 max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
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;
56 -webkit-transform: skew
(15deg) rotate
(6deg);
107 line-height:1.1667em;
121 font-family:'Helvetica Neue',Arial
,sans-serif
;
132 -webkit-transition:color
.2s ease-in-out
;
146 text-shadow:0 1px 0 #FFF
176 caption
,col
,colgroup
,table
,tbody
,td
,tfoot
,th
,thead
,tr
183 border:1px solid rgba
(0,0,0,0.25);
184 border-collapse:collapse
;
194 display:table-caption
;
205 display:table-column-group
210 display:table-row-group
215 display:table-footer-group
220 display:table-header-group
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)
249 background:rgba
(0,0,0,0.05)
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)
261 display:inline-block
;
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
;
270 -webkit-transition:all
.2s ease-in-out
;
271 background:rgba
(0,0,0,0);
273 color:rgba
(255,255,255,0);
287 background:rgba
(0,0,0,.56);
288 color:rgba
(255,255,255,1)
294 font-family:Georgia
, Garamond
, serif
!important
;
295 font-size:110%!important
;
303 font-family:Georgia
, Garamond
, serif
!important
318 line-height:1.3125em;
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)
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
367 text-decoration:underline