diff options
author | Eric Bidelman | 2013-04-08 13:02:21 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-08 13:02:21 -0700 |
commit | 328eed4d0b86de924339ce865baa7c5d508031fd (patch) | |
tree | 0f1d41c2bc20558a68372df67390be3499b71538 /theme | |
parent | ba1824821ffa313834bc5bd6cbc9dd7e711c3db7 (diff) | |
download | io-slides-remote-328eed4d0b86de924339ce865baa7c5d508031fd.tar.gz |
Removing IO branding
Diffstat (limited to 'theme')
-rw-r--r-- | theme/css/default.css | 11 | ||||
-rw-r--r-- | theme/scss/default.scss | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 58e3ea0..e7668f6 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -241,7 +241,7 @@ body { | |||
241 | /* line 98, ../scss/default.scss */ | 241 | /* line 98, ../scss/default.scss */ |
242 | slides > slide { | 242 | slides > slide { |
243 | display: none; | 243 | display: none; |
244 | font-family: "Open Sans", Arial, sans-serif; | 244 | font-family: 'Open Sans', Arial, sans-serif; |
245 | font-size: 26px; | 245 | font-size: 26px; |
246 | color: #797979; | 246 | color: #797979; |
247 | width: 900px; | 247 | width: 900px; |
@@ -326,11 +326,6 @@ slides > slide:not(.nobackground):after { | |||
326 | /* line 194, ../scss/default.scss */ | 326 | /* line 194, ../scss/default.scss */ |
327 | slides > slide.title-slide:after { | 327 | slides > slide.title-slide:after { |
328 | content: ''; | 328 | content: ''; |
329 | background: url(../../images/io2012_logo.png) no-repeat 100% 50%; | ||
330 | -webkit-background-size: contain; | ||
331 | -moz-background-size: contain; | ||
332 | -o-background-size: contain; | ||
333 | background-size: contain; | ||
334 | position: absolute; | 329 | position: absolute; |
335 | bottom: 40px; | 330 | bottom: 40px; |
336 | right: 40px; | 331 | right: 40px; |
@@ -531,7 +526,7 @@ ul ul { | |||
531 | 526 | ||
532 | /* line 373, ../scss/default.scss */ | 527 | /* line 373, ../scss/default.scss */ |
533 | pre { | 528 | pre { |
534 | font-family: "Source Code Pro", "Courier New", monospace; | 529 | font-family: 'Source Code Pro', 'Courier New', monospace; |
535 | font-size: 20px; | 530 | font-size: 20px; |
536 | line-height: 28px; | 531 | line-height: 28px; |
537 | padding: 10px 0 10px 60px; | 532 | padding: 10px 0 10px 60px; |
@@ -567,7 +562,7 @@ pre[data-lang="go"] { | |||
567 | /* line 404, ../scss/default.scss */ | 562 | /* line 404, ../scss/default.scss */ |
568 | code { | 563 | code { |
569 | font-size: 95%; | 564 | font-size: 95%; |
570 | font-family: "Source Code Pro", "Courier New", monospace; | 565 | font-family: 'Source Code Pro', 'Courier New', monospace; |
571 | color: black; | 566 | color: black; |
572 | } | 567 | } |
573 | 568 | ||
diff --git a/theme/scss/default.scss b/theme/scss/default.scss index 77a3f87..f1e9816 100644 --- a/theme/scss/default.scss +++ b/theme/scss/default.scss | |||
@@ -193,8 +193,8 @@ slides > slide { | |||
193 | &.title-slide { | 193 | &.title-slide { |
194 | &:after { | 194 | &:after { |
195 | content: ''; | 195 | content: ''; |
196 | background: url(../../images/io2012_logo.png) no-repeat 100% 50%; | 196 | //background: url(../../images/io2012_logo.png) no-repeat 100% 50%; |
197 | @include background-size(contain); | 197 | //@include background-size(contain); |
198 | position: absolute; | 198 | position: absolute; |
199 | bottom: $slide-top-bottom-padding; | 199 | bottom: $slide-top-bottom-padding; |
200 | right: $slide-top-bottom-padding; | 200 | right: $slide-top-bottom-padding; |