summaryrefslogtreecommitdiff
path: root/slides/final/theme/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'slides/final/theme/css/default.css')
-rw-r--r--slides/final/theme/css/default.css1486
1 files changed, 1486 insertions, 0 deletions
diff --git a/slides/final/theme/css/default.css b/slides/final/theme/css/default.css
new file mode 100644
index 0000000..ce6fda5
--- /dev/null
+++ b/slides/final/theme/css/default.css
@@ -0,0 +1,1486 @@
1@charset "UTF-8";
2/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
3html, body, div, span, applet, object, iframe,
4h1, h2, h3, h4, h5, h6, p, blockquote, pre,
5a, abbr, acronym, address, big, cite, code,
6del, dfn, em, img, ins, kbd, q, s, samp,
7small, strike, strong, sub, sup, tt, var,
8b, u, i, center,
9dl, dt, dd, ol, ul, li,
10fieldset, form, label, legend,
11table, caption, tbody, tfoot, thead, tr, th, td,
12article, aside, canvas, details, embed,
13figure, figcaption, footer, header, hgroup,
14menu, nav, output, ruby, section, summary,
15time, mark, audio, video {
16 margin: 0;
17 padding: 0;
18 border: 0;
19 font: inherit;
20 font-size: 100%;
21 vertical-align: baseline;
22}
23
24/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
25html {
26 line-height: 1;
27}
28
29/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
30ol, ul {
31 list-style: none;
32}
33
34/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
35table {
36 border-collapse: collapse;
37 border-spacing: 0;
38}
39
40/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
41caption, th, td {
42 text-align: left;
43 font-weight: normal;
44 vertical-align: middle;
45}
46
47/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
48q, blockquote {
49 quotes: none;
50}
51/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
52q:before, q:after, blockquote:before, blockquote:after {
53 content: "";
54 content: none;
55}
56
57/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
58a img {
59 border: none;
60}
61
62/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
63article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
64 display: block;
65}
66
67/**
68 * Base SlideDeck Styles
69 */
70/* line 52, ../scss/_base.scss */
71html {
72 height: 100%;
73 overflow: hidden;
74}
75
76/* line 57, ../scss/_base.scss */
77body {
78 margin: 0;
79 padding: 0;
80 opacity: 0;
81 height: 100%;
82 min-height: 740px;
83 width: 100%;
84 overflow: hidden;
85 color: #fff;
86 -webkit-font-smoothing: antialiased;
87 -moz-font-smoothing: antialiased;
88 -ms-font-smoothing: antialiased;
89 -o-font-smoothing: antialiased;
90 -webkit-transition: opacity 800ms ease-in;
91 -webkit-transition-delay: 100ms;
92 -moz-transition: opacity 800ms ease-in 100ms;
93 -o-transition: opacity 800ms ease-in 100ms;
94 transition: opacity 800ms ease-in 100ms;
95}
96/* line 73, ../scss/_base.scss */
97body.loaded {
98 opacity: 1 !important;
99}
100
101/* line 78, ../scss/_base.scss */
102input, button {
103 vertical-align: middle;
104}
105
106/* line 82, ../scss/_base.scss */
107slides > slide[hidden] {
108 display: none !important;
109}
110
111/* line 86, ../scss/_base.scss */
112slides {
113 width: 100%;
114 height: 100%;
115 position: absolute;
116 left: 0;
117 top: 0;
118 -webkit-transform: translate3d(0, 0, 0);
119 -moz-transform: translate3d(0, 0, 0);
120 -ms-transform: translate3d(0, 0, 0);
121 -o-transform: translate3d(0, 0, 0);
122 transform: translate3d(0, 0, 0);
123 -webkit-perspective: 1000;
124 -moz-perspective: 1000;
125 -ms-perspective: 1000;
126 -o-perspective: 1000;
127 perspective: 1000;
128 -webkit-transform-style: preserve-3d;
129 -moz-transform-style: preserve-3d;
130 -ms-transform-style: preserve-3d;
131 -o-transform-style: preserve-3d;
132 transform-style: preserve-3d;
133 -webkit-transition: opacity 800ms ease-in;
134 -webkit-transition-delay: 100ms;
135 -moz-transition: opacity 800ms ease-in 100ms;
136 -o-transition: opacity 800ms ease-in 100ms;
137 transition: opacity 800ms ease-in 100ms;
138}
139
140/* line 98, ../scss/_base.scss */
141slides > slide {
142 display: block;
143 position: absolute;
144 overflow: hidden;
145 left: 50%;
146 top: 50%;
147 -webkit-box-sizing: border-box;
148 -moz-box-sizing: border-box;
149 box-sizing: border-box;
150}
151
152/* Slide styles */
153/*article.fill iframe {
154 position: absolute;
155 left: 0;
156 top: 0;
157 width: 100%;
158 height: 100%;
159
160 border: 0;
161 margin: 0;
162
163 @include border-radius(10px);
164
165 z-index: -1;
166}
167
168slide.fill {
169 background-repeat: no-repeat;
170 @include background-size(cover);
171}
172
173slide.fill img {
174 position: absolute;
175 left: 0;
176 top: 0;
177 min-width: 100%;
178 min-height: 100%;
179
180 z-index: -1;
181}
182*/
183/**
184 * Theme Styles
185 */
186/* line 22, ../scss/default.scss */
187::selection {
188 color: white;
189 background-color: #ffd14d;
190 text-shadow: none;
191}
192
193/* line 28, ../scss/default.scss */
194::-webkit-scrollbar {
195 height: 16px;
196 overflow: visible;
197 width: 16px;
198}
199
200/* line 33, ../scss/default.scss */
201::-webkit-scrollbar-thumb {
202 background-color: rgba(0, 0, 0, 0.1);
203 background-clip: padding-box;
204 border: solid transparent;
205 min-height: 28px;
206 padding: 100px 0 0;
207 -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
208 -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
209 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
210 border-width: 1px 1px 1px 6px;
211}
212
213/* line 42, ../scss/default.scss */
214::-webkit-scrollbar-thumb:hover {
215 background-color: rgba(0, 0, 0, 0.5);
216}
217
218/* line 45, ../scss/default.scss */
219::-webkit-scrollbar-button {
220 height: 0;
221 width: 0;
222}
223
224/* line 49, ../scss/default.scss */
225::-webkit-scrollbar-track {
226 background-clip: padding-box;
227 border: solid transparent;
228 border-width: 0 0 0 4px;
229}
230
231/* line 54, ../scss/default.scss */
232::-webkit-scrollbar-corner {
233 background: transparent;
234}
235
236/* line 58, ../scss/default.scss */
237body {
238 background: black;
239</