1 @mixin border-radius($r) {
2 -webkit-border-radius:$r;
8 -webkit-transform:rotate($deg);
9 -moz-transform:rotate($deg);
10 -ms-transform:rotate($deg);
11 -o-transform:rotate($deg);
12 transform:rotate($deg);
15 @mixin box-shadow($x, $y, $blur, $color) {
16 -webkit-box-shadow:$x $y $blur $color;
17 -moz-box-shadow:$x $y $blur $color;
18 box-shadow:$x $y $blur $color;
23 font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
25 background: rgb(244,250,254); /* Old browsers */
26 background: -moz-linear-gradient(top, rgba(244,250,254,1) 0%, rgba(204,240,240,1) 100%); /* FF3.6+ */
27 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,254,1)), color-stop(100%,rgba(204,240,240,1))); /* Chrome,Safari4+ */
28 background: -webkit-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
29 background: -o-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* Opera11.10+ */
30 background: -ms-linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* IE10+ */
31 background: linear-gradient(top, rgba(244,250,254,1) 0%,rgba(204,240,240,1) 100%); /* W3C */
32 background-attachment: fixed;
35 text-shadow:1px 1px 1px rgba(255,255,255,.5);
39 h1, h2, h3, h4, h5, h6 {
40 font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
53 -webkit-box-reflect:below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255,255,255,.1)), to(transparent));
54 -moz-box-reflect:below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255,255,255,.3) 100%);
69 @include border-radius(5px);
72 /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
73 .csstransforms.boxshadow & {
74 > :first-child:before {
93 @include box-shadow(0, 15px, 10px, rgba(0, 0, 0, 0.7));
98 @include rotate(-3deg);
103 @include rotate(3deg);
113 font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
115 padding:1em 2em .5em 2em;
119 border:1px solid #cde;
123 @include border-radius(5px);
127 > :first-child:before {
146 -moz-border-radius: 10px / 100px;
147 border-radius: 10px / 100px;
148 @include box-shadow(0, 0, 15px, rgba(0,0,0,0.6));
175 ::-moz-selection{ background:#08455f; color:#fff; }
176 ::selection { background:#08455f; color:#fff; }
179 &, &:hover, &:focus, &:active, &:visited {
181 text-decoration:none;
185 text-decoration:underline;
190 .deck-prev-link, .deck-next-link {
194 &, &:hover, &:focus, &:active, &:visited {
200 text-decoration:none;
210 background:transparent;
211 @include border-radius(5px);
214 background:rgba(0,0,0,.1);
217 &.deck-current, .rgba &.deck-current, .no-touch &:hover {
225 border:1px solid #cde;
226 @include border-radius(5px);
229 -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
230 -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
231 box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;