diff options
Diffstat (limited to 'theme/css/default.css')
-rw-r--r-- | theme/css/default.css | 301 |
1 files changed, 179 insertions, 122 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 63c72a8..d82a3c2 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -205,21 +205,21 @@ slide.fill img { | |||
205 | /** | 205 | /** |
206 | * Theme Styles | 206 | * Theme Styles |
207 | */ | 207 | */ |
208 | /* line 40, ../sass/default.scss */ | 208 | /* line 41, ../sass/default.scss */ |
209 | ::selection { | 209 | ::selection { |
210 | color: white; | 210 | color: white; |
211 | background-color: #ffd14d; | 211 | background-color: #ffd14d; |
212 | text-shadow: none; | 212 | text-shadow: none; |
213 | } | 213 | } |
214 | 214 | ||
215 | /* line 46, ../sass/default.scss */ | 215 | /* line 47, ../sass/default.scss */ |
216 | ::-webkit-scrollbar { | 216 | ::-webkit-scrollbar { |
217 | height: 16px; | 217 | height: 16px; |
218 | overflow: visible; | 218 | overflow: visible; |
219 | width: 16px; | 219 | width: 16px; |
220 | } | 220 | } |
221 | 221 | ||
222 | /* line 51, ../sass/default.scss */ | 222 | /* line 52, ../sass/default.scss */ |
223 | ::-webkit-scrollbar-thumb { | 223 | ::-webkit-scrollbar-thumb { |
224 | background-color: rgba(0, 0, 0, 0.1); | 224 | background-color: rgba(0, 0, 0, 0.1); |
225 | background-clip: padding-box; | 225 | background-clip: padding-box; |
@@ -233,30 +233,30 @@ slide.fill img { | |||
233 | border-width: 1px 1px 1px 6px; | 233 | border-width: 1px 1px 1px 6px; |
234 | } | 234 | } |
235 | 235 | ||
236 | /* line 60, ../sass/default.scss */ | 236 | /* line 61, ../sass/default.scss */ |
237 | ::-webkit-scrollbar-thumb:hover { | 237 | ::-webkit-scrollbar-thumb:hover { |
238 | background-color: rgba(0, 0, 0, 0.5); | 238 | background-color: rgba(0, 0, 0, 0.5); |
239 | } | 239 | } |
240 | 240 | ||
241 | /* line 63, ../sass/default.scss */ | 241 | /* line 64, ../sass/default.scss */ |
242 | ::-webkit-scrollbar-button { | 242 | ::-webkit-scrollbar-button { |
243 | height: 0; | 243 | height: 0; |
244 | width: 0; | 244 | width: 0; |
245 | } | 245 | } |
246 | 246 | ||
247 | /* line 67, ../sass/default.scss */ | 247 | /* line 68, ../sass/default.scss */ |
248 | ::-webkit-scrollbar-track { | 248 | ::-webkit-scrollbar-track { |
249 | background-clip: padding-box; | 249 | background-clip: padding-box; |
250 | border: solid transparent; | 250 | border: solid transparent; |
251 | border-width: 0 0 0 4px; | 251 | border-width: 0 0 0 4px; |
252 | } | 252 | } |
253 | 253 | ||
254 | /* line 72, ../sass/default.scss */ | 254 | /* line 73, ../sass/default.scss */ |
255 | ::-webkit-scrollbar-corner { | 255 | ::-webkit-scrollbar-corner { |
256 | background: transparent; | 256 | background: transparent; |
257 | } | 257 | } |
258 | 258 | ||
259 | /* line 76, ../sass/default.scss */ | 259 | /* line 77, ../sass/default.scss */ |
260 | body { | 260 | body { |
261 | background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #2a7cdf)); | 261 | background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #2a7cdf)); |
262 | background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #2a7cdf 600px); | 262 | background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #2a7cdf 600px); |
@@ -267,7 +267,7 @@ body { | |||
267 | background-attachment: fixed; | 267 | background-attachment: fixed; |
268 | } | 268 | } |
269 | 269 | ||
270 | /* line 82, ../sass/default.scss */ | 270 | /* line 83, ../sass/default.scss */ |
271 | slides > slide { | 271 | slides > slide { |
272 | width: 900px; | 272 | width: 900px; |
273 | height: 700px; | 273 | height: 700px; |
@@ -292,13 +292,13 @@ slides > slide { | |||
292 | transition: all 0.3s ease-out; | 292 | transition: all 0.3s ease-out; |
293 | } | 293 | } |
294 | 294 | ||
295 | /* line 98, ../sass/default.scss */ | 295 | /* line 99, ../sass/default.scss */ |
296 | slides.layout-widescreen > slide { | 296 | slides.layout-widescreen > slide { |
297 | margin-left: -550px; | 297 | margin-left: -550px; |
298 | width: 1100px; | 298 | width: 1100px; |
299 | } | 299 | } |
300 | 300 | ||
301 | /* line 103, ../sass/default.scss */ | 301 | /* line 104, ../sass/default.scss */ |
302 | slides.layout-faux-widescreen > slide { | 302 | slides.layout-faux-widescreen > slide { |
303 | margin-left: -550px; | 303 | margin-left: -550px; |
304 | width: 1100px; | 304 | width: 1100px; |
@@ -317,7 +317,7 @@ slides.nobackground slide:not(.fill)::before { | |||
317 | color: inherit !important; | 317 | color: inherit !important; |
318 | } | 318 | } |
319 | */ | 319 | */ |
320 | /* line 129, ../sass/default.scss */ | 320 | /* line 130, ../sass/default.scss */ |
321 | slides > slide:not(.fill):not(.nobackground):before { | 321 | slides > slide:not(.fill):not(.nobackground):before { |
322 | font-size: 12pt; | 322 | font-size: 12pt; |
323 | content: "#io2012"; | 323 | content: "#io2012"; |
@@ -333,7 +333,7 @@ slides > slide:not(.fill):not(.nobackground):before { | |||
333 | height: 30px; | 333 | height: 30px; |
334 | line-height: 1.9; | 334 | line-height: 1.9; |
335 | } | 335 | } |
336 | /* line 141, ../sass/default.scss */ | 336 | /* line 142, ../sass/default.scss */ |
337 | slides > slide:not(.fill):not(.nobackground):after { | 337 | slides > slide:not(.fill):not(.nobackground):after { |
338 | font-size: 12pt; | 338 | font-size: 12pt; |
339 | content: attr(data-slide-num) "/" attr(data-total-slides); | 339 | content: attr(data-slide-num) "/" attr(data-total-slides); |
@@ -343,7 +343,7 @@ slides > slide:not(.fill):not(.nobackground):after { | |||
343 | line-height: 1.9; | 343 | line-height: 1.9; |
344 | } | 344 | } |
345 | 345 | ||
346 | /* line 152, ../sass/default.scss */ | 346 | /* line 153, ../sass/default.scss */ |
347 | slides > slide.title-slide:after { | 347 | slides > slide.title-slide:after { |
348 | content: ''; | 348 | content: ''; |
349 | background: url(../../images/io2012_logo.png) no-repeat 100% 50%; | 349 | background: url(../../images/io2012_logo.png) no-repeat 100% 50%; |
@@ -363,7 +363,7 @@ slides.layout-faux-widescreen > slide:not(.nobackground) { | |||
363 | background-position-x: 0, 840px; | 363 | background-position-x: 0, 840px; |
364 | }*/ | 364 | }*/ |
365 | /* Slides */ | 365 | /* Slides */ |
366 | /* line 171, ../sass/default.scss */ | 366 | /* line 172, ../sass/default.scss */ |
367 | slides > slide { | 367 | slides > slide { |
368 | display: none; | 368 | display: none; |
369 | font-family: 'Open Sans', Arial, sans-serif; | 369 | font-family: 'Open Sans', Arial, sans-serif; |
@@ -560,21 +560,18 @@ a { | |||
560 | text-decoration: none; | 560 | text-decoration: none; |
561 | padding-bottom: 2px; | 561 | padding-bottom: 2px; |
562 | border-bottom: 1px solid rgba(42, 124, 223, 0.5); | 562 | border-bottom: 1px solid rgba(42, 124, 223, 0.5); |
563 | /* &:visited { | ||
564 | color: rgba(0, 102, 204, 0.75); | ||
565 | }*/ | ||
566 | } | 563 | } |
567 | /* line 287, ../sass/default.scss */ | 564 | /* line 283, ../sass/default.scss */ |
568 | a:hover { | 565 | a:hover { |
569 | color: black !important; | 566 | color: black !important; |
570 | } | 567 | } |
571 | 568 | ||
572 | /* line 292, ../sass/default.scss */ | 569 | /* line 288, ../sass/default.scss */ |
573 | h1, h2, h3 { | 570 | h1, h2, h3 { |
574 | font-weight: 600; | 571 | font-weight: 600; |
575 | } | 572 | } |
576 | 573 | ||
577 | /* line 296, ../sass/default.scss */ | 574 | /* line 292, ../sass/default.scss */ |
578 | h2 { | 575 | h2 { |
579 | font-size: 45px; | 576 | font-size: 45px; |
580 | line-height: 45px; | 577 | line-height: 45px; |
@@ -582,7 +579,7 @@ h2 { | |||
582 | color: #515151; | 579 | color: #515151; |
583 | } | 580 | } |
584 | 581 | ||
585 | /* line 303, ../sass/default.scss */ | 582 | /* line 299, ../sass/default.scss */ |
586 | h3 { | 583 | h3 { |
587 | font-size: 30px; | 584 | font-size: 30px; |
588 | letter-spacing: -1px; | 585 | letter-spacing: -1px; |
@@ -591,38 +588,52 @@ h3 { | |||
591 | color: #797979; | 588 | color: #797979; |
592 | } | 589 | } |
593 | 590 | ||
594 | /* line 311, ../sass/default.scss */ | 591 | /* line 307, ../sass/default.scss */ |
595 | ul { | 592 | ul { |
596 | margin-left: 1.2em; | 593 | margin-left: 1.2em; |
597 | margin-bottom: 1em; | 594 | margin-bottom: 1em; |
595 | position: relative; | ||
598 | } | 596 | } |
599 | /* line 315, ../sass/default.scss */ | 597 | /* line 312, ../sass/default.scss */ |
600 | ul li { | 598 | ul li { |
601 | margin-bottom: 0.5em; | 599 | margin-bottom: 0.5em; |
602 | } | 600 | } |
603 | /* line 318, ../sass/default.scss */ | 601 | /* line 315, ../sass/default.scss */ |
604 | ul li ul { | 602 | ul li ul { |
605 | margin-left: 2em; | 603 | margin-left: 2em; |
606 | margin-bottom: 0; | 604 | margin-bottom: 0; |
607 | } | 605 | } |
608 | /* line 322, ../sass/default.scss */ | 606 | /* line 319, ../sass/default.scss */ |
609 | ul li ul li:before { | 607 | ul li ul li:before { |
610 | content: '-'; | 608 | content: '-'; |
611 | font-weight: 600; | 609 | font-weight: 600; |
612 | } | 610 | } |
613 | /* line 329, ../sass/default.scss */ | 611 | /* line 326, ../sass/default.scss */ |
614 | ul > li:before { | 612 | ul > li:before { |
615 | content: '·'; | 613 | content: '·'; |
616 | margin-left: -1em; | 614 | margin-left: -1em; |
617 | position: absolute; | 615 | position: absolute; |
618 | font-weight: 600; | 616 | font-weight: 600; |
619 | } | 617 | } |
620 | /* line 337, ../sass/default.scss */ | 618 | /* line 334, ../sass/default.scss */ |
621 | ul ul { | 619 | ul ul { |