aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEric Bidelman2012-04-10 16:41:02 -0700
committerEric Bidelman2012-04-10 16:41:02 -0700
commitba011027cea557a78a400959f9f04a8de456947e (patch)
treeacc963a8e013e71ec2f5368f938dc74ef1bd048e /theme
parenta43294ef655c97758b425bd7a0c1d005cdd83483 (diff)
downloadio-slides-remote-ba011027cea557a78a400959f9f04a8de456947e.tar.gz
Clean up up .sass file. Speaker notes and code highlighting toggles off when slide move
Diffstat (limited to 'theme')
-rw-r--r--theme/css/default.css623
-rw-r--r--theme/sass/default.scss166
2 files changed, 375 insertions, 414 deletions
diff --git a/theme/css/default.css b/theme/css/default.css
index d82a3c2..262e2a2 100644
--- a/theme/css/default.css
+++ b/theme/css/default.css
@@ -1,4 +1,4 @@
1/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 1/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2html, body, div, span, applet, object, iframe, 2html, body, div, span, applet, object, iframe,
3h1, h2, h3, h4, h5, h6, p, blockquote, pre, 3h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4a, abbr, acronym, address, big, cite, code, 4a, abbr, acronym, address, big, cite, code,
@@ -20,45 +20,45 @@ time, mark, audio, video {
20 vertical-align: baseline; 20 vertical-align: baseline;
21} 21}
22 22
23/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 23/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
24body { 24body {
25 line-height: 1; 25 line-height: 1;
26} 26}
27 27
28/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 28/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
29ol, ul { 29ol, ul {
30 list-style: none; 30 list-style: none;
31} 31}
32 32
33/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 33/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
34table { 34table {
35 border-collapse: collapse; 35 border-collapse: collapse;
36 border-spacing: 0; 36 border-spacing: 0;
37} 37}
38 38
39/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 39/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
40caption, th, td { 40caption, th, td {
41 text-align: left; 41 text-align: left;
42 font-weight: normal; 42 font-weight: normal;
43 vertical-align: middle; 43 vertical-align: middle;
44} 44}
45 45
46/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 46/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
47q, blockquote { 47q, blockquote {
48 quotes: none; 48 quotes: none;
49} 49}
50/* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 50/* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
51q:before, q:after, blockquote:before, blockquote:after { 51q:before, q:after, blockquote:before, blockquote:after {
52 content: ""; 52 content: "";
53 content: none; 53 content: none;
54} 54}
55 55
56/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 56/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
57a img { 57a img {
58 border: none; 58 border: none;
59} 59}
60 60
61/* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ 61/* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
62article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { 62article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
63 display: block; 63 display: block;
64} 64}
@@ -86,8 +86,9 @@ body {
86 -moz-font-smoothing: antialiased; 86 -moz-font-smoothing: antialiased;
87 -ms-font-smoothing: antialiased; 87 -ms-font-smoothing: antialiased;
88 -o-font-smoothing: antialiased; 88 -o-font-smoothing: antialiased;
89 -moz-transition: opacity 800ms ease-in;
90 -webkit-transition: opacity 800ms ease-in; 89 -webkit-transition: opacity 800ms ease-in;
90 -moz-transition: opacity 800ms ease-in;
91 -ms-transition: opacity 800ms ease-in;
91 -o-transition: opacity 800ms ease-in; 92 -o-transition: opacity 800ms ease-in;
92 transition: opacity 800ms ease-in; 93 transition: opacity 800ms ease-in;
93} 94}
@@ -104,10 +105,10 @@ slides {
104 position: absolute; 105 position: absolute;
105 left: 0; 106 left: 0;
106 top: 0; 107 top: 0;
107 -moz-transform: translate3d(0, 0, 0);
108 -webkit-transform: translate3d(0, 0, 0); 108 -webkit-transform: translate3d(0, 0, 0);
109 -o-transform: translate3d(0, 0, 0); 109 -moz-transform: translate3d(0, 0, 0);
110 -ms-transform: translate3d(0, 0, 0); 110 -ms-transform: translate3d(0, 0, 0);
111 -o-transform: translate3d(0, 0, 0);
111 transform: translate3d(0, 0, 0); 112 transform: translate3d(0, 0, 0);
112 -webkit-perspective: 1000; 113 -webkit-perspective: 1000;
113 perspective: 1000; 114 perspective: 1000;
@@ -122,9 +123,8 @@ slides > slide {
122 overflow: hidden; 123 overflow: hidden;
123 left: 50%; 124 left: 50%;
124 top: 50%; 125 top: 50%;
125 -moz-box-sizing: border-box;
126 -webkit-box-sizing: border-box; 126 -webkit-box-sizing: border-box;
127 -ms-box-sizing: border-box; 127 -moz-box-sizing: border-box;
128 box-sizing: border-box; 128 box-sizing: border-box;
129} 129}
130 130
@@ -174,11 +174,10 @@ article.fill iframe {
174 height: 100%; 174 height: 100%;
175 border: 0; 175 border: 0;
176 margin: 0; 176 margin: 0;
177 -moz-border-radius: 10px;
178 -webkit-border-radius: 10px; 177 -webkit-border-radius: 10px;
179 -o-border-radius: 10px; 178 -moz-border-radius: 10px;
180 -ms-border-radius: 10px; 179 -ms-border-radius: 10px;
181 -khtml-border-radius: 10px; 180 -o-border-radius: 10px;
182 border-radius: 10px; 181 border-radius: 10px;
183 z-index: -1; 182 z-index: -1;
184} 183}
@@ -186,8 +185,8 @@ article.fill iframe {
186/* line 145, ../sass/_base.scss */ 185/* line 145, ../sass/_base.scss */
187slide.fill { 186slide.fill {
188 background-repeat: no-repeat; 187 background-repeat: no-repeat;
189 -moz-background-size: cover;
190 -webkit-background-size: cover; 188 -webkit-background-size: cover;
189 -moz-background-size: cover;
191 -o-background-size: cover; 190 -o-background-size: cover;
192 background-size: cover; 191 background-size: cover;
193} 192}
@@ -226,9 +225,8 @@ slide.fill img {
226 border: solid transparent; 225 border: solid transparent;
227 min-height: 28px; 226 min-height: 28px;
228 padding: 100px 0 0; 227 padding: 100px 0 0;
229 -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
230 -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); 228 -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
231 -o-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); 229 -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
232 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); 230 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
233 border-width: 1px 1px 1px 6px; 231 border-width: 1px 1px 1px 6px;
234} 232}
@@ -269,309 +267,285 @@ body {
269 267
270/* line 83, ../sass/default.scss */ 268/* line 83, ../sass/default.scss */
271slides > slide { 269slides > slide {
270 display: none;
271 font-family: 'Open Sans', Arial, sans-serif;
272 font-size: 26px;
273 color: #797979;
274 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
275 background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
276 background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
277 background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
278 background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
279 background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
280 background-color: white;
272 width: 900px; 281 width: 900px;
273 height: 700px; 282 height: 700px;
274 margin-left: -450px; 283 margin-left: -450px;
275 margin-top: -350px; 284 margin-top: -350px;
276 padding: 40px 60px; 285 padding: 40px 60px;
277 background-color: white;
278 font-size: 26px;
279 -moz-border-radius: 5px;
280 -webkit-border-radius: 5px; 286 -webkit-border-radius: 5px;
281 -o-border-radius: 5px; 287 -moz-border-radius: 5px;
282 -ms-border-radius: 5px; 288 -ms-border-radius: 5px;
283 -khtml-border-radius: 5px; 289 -o-border-radius: 5px;
284 border-radius: 5px; 290 border-radius: 5px;
285 -moz-box-shadow: 5px 5px 20px #515151;
286 -webkit-box-shadow: 5px 5px 20px #515151; 291 -webkit-box-shadow: 5px 5px 20px #515151;
287 -o-box-shadow: 5px 5px 20px #515151; 292 -moz-box-shadow: 5px 5px 20px #515151;
288 box-shadow: 5px 5px 20px #515151; 293 box-shadow: 5px 5px 20px #515151;
289 -moz-transition: all 0.3s ease-out;
290 -webkit-transition: all 0.3s ease-out; 294 -webkit-transition: all 0.3s ease-out;
295 -moz-transition: all 0.3s ease-out;
296 -ms-transition: all 0.3s ease-out;
291 -o-transition: all 0.3s ease-out; 297 -o-transition: all 0.3s ease-out;
292 transition: all 0.3s ease-out; 298 transition: all 0.3s ease-out;
293} 299}
294
295/* line 99, ../sass/default.scss */
296slides.layout-widescreen > slide {
297 margin-left: -550px;
298 width: 1100px;
299}
300
301/* line 104, ../sass/default.scss */ 300/* line 104, ../sass/default.scss */
302slides.layout-faux-widescreen > slide {
303 margin-left: -550px;
304 width: 1100px;
305 padding: 40px 160px;
306}
307
308/*slides.nobackground slide:not(.fill) {
309 background: url(/images/devfest_logo_small.png) 98% 99% no-repeat,
310 url(/images/bubbles.png) 5% -125px no-repeat,
311 url(/images/colorbar.png) 0 91% repeat-x,
312<