Skip to content

Commit ba18248

Browse files
committed
Patch from issue 14
1 parent 76273d4 commit ba18248

File tree

4 files changed

+50
-81
lines changed

4 files changed

+50
-81
lines changed

theme/css/default.css

Lines changed: 46 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
1+
@charset "UTF-8";
2+
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
23
html, body, div, span, applet, object, iframe,
34
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
45
a, abbr, acronym, address, big, cite, code,
@@ -15,64 +16,64 @@ time, mark, audio, video {
1516
margin: 0;
1617
padding: 0;
1718
border: 0;
18-
font-size: 100%;
1919
font: inherit;
20+
font-size: 100%;
2021
vertical-align: baseline;
2122
}
2223

23-
/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
24-
body {
24+
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
25+
html {
2526
line-height: 1;
2627
}
2728

28-
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
29+
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2930
ol, ul {
3031
list-style: none;
3132
}
3233

33-
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
34+
/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
3435
table {
3536
border-collapse: collapse;
3637
border-spacing: 0;
3738
}
3839

39-
/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
40+
/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
4041
caption, th, td {
4142
text-align: left;
4243
font-weight: normal;
4344
vertical-align: middle;
4445
}
4546

46-
/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
47+
/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
4748
q, blockquote {
4849
quotes: none;
4950
}
50-
/* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
51+
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
5152
q:before, q:after, blockquote:before, blockquote:after {
5253
content: "";
5354
content: none;
5455
}
5556

56-
/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
57+
/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
5758
a img {
5859
border: none;
5960
}
6061

61-
/* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
62+
/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
6263
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
6364
display: block;
6465
}
6566

6667
/**
6768
* Base SlideDeck Styles
6869
*/
69-
/* line 48, ../scss/_base.scss */
70+
/* line 50, ../scss/_base.scss */
7071
html {
7172
height: 100%;
7273
overflow: hidden;
7374
}
7475

75-
/* line 53, ../scss/_base.scss */
76+
/* line 55, ../scss/_base.scss */
7677
body {
7778
margin: 0;
7879
padding: 0;
@@ -86,28 +87,28 @@ body {
8687
-moz-font-smoothing: antialiased;
8788
-ms-font-smoothing: antialiased;
8889
-o-font-smoothing: antialiased;
89-
-webkit-transition: opacity 800ms ease-in 100ms;
90+
-webkit-transition: opacity 800ms ease-in;
91+
-webkit-transition-delay: 100ms;
9092
-moz-transition: opacity 800ms ease-in 100ms;
91-
-ms-transition: opacity 800ms ease-in 100ms;
9293
-o-transition: opacity 800ms ease-in 100ms;
9394
transition: opacity 800ms ease-in 100ms;
9495
}
95-
/* line 69, ../scss/_base.scss */
96+
/* line 71, ../scss/_base.scss */
9697
body.loaded {
9798
opacity: 1 !important;
9899
}
99100

100-
/* line 74, ../scss/_base.scss */
101+
/* line 76, ../scss/_base.scss */
101102
input, button {
102103
vertical-align: middle;
103104
}
104105

105-
/* line 78, ../scss/_base.scss */
106+
/* line 80, ../scss/_base.scss */
106107
slides > slide[hidden] {
107108
display: none !important;
108109
}
109110

110-
/* line 82, ../scss/_base.scss */
111+
/* line 84, ../scss/_base.scss */
111112
slides {
112113
width: 100%;
113114
height: 100%;
@@ -120,17 +121,23 @@ slides {
120121
-o-transform: translate3d(0, 0, 0);
121122
transform: translate3d(0, 0, 0);
122123
-webkit-perspective: 1000;
124+
-moz-perspective: 1000;
125+
-ms-perspective: 1000;
126+
-o-perspective: 1000;
123127
perspective: 1000;
124128
-webkit-transform-style: preserve-3d;
129+
-moz-transform-style: preserve-3d;
130+
-ms-transform-style: preserve-3d;
131+
-o-transform-style: preserve-3d;
125132
transform-style: preserve-3d;
126-
-webkit-transition: opacity 800ms ease-in 100ms;
133+
-webkit-transition: opacity 800ms ease-in;
134+
-webkit-transition-delay: 100ms;
127135
-moz-transition: opacity 800ms ease-in 100ms;
128-
-ms-transition: opacity 800ms ease-in 100ms;
129136
-o-transition: opacity 800ms ease-in 100ms;
130137
transition: opacity 800ms ease-in 100ms;
131138
}
132139

133-
/* line 94, ../scss/_base.scss */
140+
/* line 96, ../scss/_base.scss */
134141
slides > slide {
135142
display: block;
136143
position: absolute;
@@ -234,7 +241,7 @@ body {
234241
/* line 98, ../scss/default.scss */
235242
slides > slide {
236243
display: none;
237-
font-family: 'Open Sans', Arial, sans-serif;
244+
font-family: "Open Sans", Arial, sans-serif;
238245
font-size: 26px;
239246
color: #797979;
240247
width: 900px;
@@ -249,7 +256,6 @@ slides > slide {
249256
border-radius: 5px;
250257
-webkit-transition: all 0.6s ease-in-out;
251258
-moz-transition: all 0.6s ease-in-out;
252-
-ms-transition: all 0.6s ease-in-out;
253259
-o-transition: all 0.6s ease-in-out;
254260
transition: all 0.6s ease-in-out;
255261
}
@@ -339,7 +345,6 @@ slides > slide.backdrop {
339345
background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
340346
background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
341347
background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
342-
background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
343348
background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
344349
background-color: white;
345350
}
@@ -501,7 +506,7 @@ ul li ul li:before {
501506
}
502507
/* line 350, ../scss/default.scss */
503508
ul > li:before {
504-
content: '·';
509+
content: '\00B7';
505510
margin-left: -1em;
506511
position: absolute;
507512
font-weight: 600;
@@ -516,7 +521,6 @@ ul ul {
516521
opacity: 0.25;
517522
-webkit-transition: opacity 0.5s ease-in;
518523
-moz-transition: opacity 0.5s ease-in;
519-
-ms-transition: opacity 0.5s ease-in;
520524
-o-transition: opacity 0.5s ease-in;
521525
transition: opacity 0.5s ease-in;
522526
}
@@ -527,7 +531,7 @@ ul ul {
527531

528532
/* line 373, ../scss/default.scss */
529533
pre {
530-
font-family: 'Source Code Pro', 'Courier New', monospace;
534+
font-family: "Source Code Pro", "Courier New", monospace;
531535
font-size: 20px;
532536
line-height: 28px;
533537
padding: 10px 0 10px 60px;
@@ -545,7 +549,7 @@ pre {
545549
/* line 387, ../scss/default.scss */
546550
pre[data-lang]:after {
547551
content: attr(data-lang);
548-
background-color: #a9a9a9;
552+
background-color: darkgrey;
549553
right: 0;
550554
top: 0;
551555
position: absolute;
@@ -563,7 +567,7 @@ pre[data-lang="go"] {
563567
/* line 404, ../scss/default.scss */
564568
code {
565569
font-size: 95%;
566-
font-family: 'Source Code Pro', 'Courier New', monospace;
570+
font-family: "Source Code Pro", "Courier New", monospace;
567571
color: black;
568572
}
569573

@@ -590,9 +594,8 @@ button {
590594
background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
591595
background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
592596
background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
593-
background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
594597
background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
595-
border: 1px solid #a9a9a9;
598+
border: 1px solid darkgrey;
596599
-webkit-border-radius: 3px;
597600
-moz-border-radius: 3px;
598601
-ms-border-radius: 3px;
@@ -620,13 +623,12 @@ button:not(:disabled):active {
620623
background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
621624
background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
622625
background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
623-
background: -ms-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
624626
background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
625627
}
626628

627629
/* line 444, ../scss/default.scss */
628630
:disabled {
629-
color: #a9a9a9;
631+
color: darkgrey;
630632
}
631633

632634
/* line 448, ../scss/default.scss */
@@ -696,7 +698,7 @@ button:not(:disabled):active {
696698

697699
/* line 487, ../scss/default.scss */
698700
.gray2 {
699-
color: #a9a9a9;
701+
color: darkgrey;
700702
}
701703

702704
/* line 490, ../scss/default.scss */
@@ -723,6 +725,7 @@ button:not(:disabled):active {
723725
.columns-2 {
724726
-webkit-column-count: 2;
725727
-moz-column-count: 2;
728+
-ms-column-count: 2;
726729
-o-column-count: 2;
727730
column-count: 2;
728731
}
@@ -752,7 +755,6 @@ table th {
752755
background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
753756
background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
754757
background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
755-
background: -ms-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
756758
background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
757759
}
758760
/* line 530, ../scss/default.scss */
@@ -767,7 +769,6 @@ table td.highlight {
767769
background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
768770
background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
769771
background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
770-
background: -ms-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
771772
background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
772773
}
773774
/* line 540, ../scss/default.scss */
@@ -838,9 +839,9 @@ article.smaller q:before, article.smaller q:after {
838839
/* Builds */
839840
/* line 599, ../scss/default.scss */
840841
.build > * {
841-
-webkit-transition: opacity 0.5s ease-in-out 0.2s;
842+
-webkit-transition: opacity 0.5s ease-in-out;
843+
-webkit-transition-delay: 0.2s;
842844
-moz-transition: opacity 0.5s ease-in-out 0.2s;
843-
-ms-transition: opacity 0.5s ease-in-out 0.2s;
844845
-o-transition: opacity 0.5s ease-in-out 0.2s;
845846
transition: opacity 0.5s ease-in-out 0.2s;
846847
}
@@ -959,7 +960,6 @@ article.smaller q:before, article.smaller q:after {
959960
transform: translateY(350px);
960961
-webkit-transition: all 0.4s ease-in-out;
961962
-moz-transition: all 0.4s ease-in-out;
962-
-ms-transition: all 0.4s ease-in-out;
963963
-o-transition: all 0.4s ease-in-out;
964964
transition: all 0.4s ease-in-out;
965965
}
@@ -1002,7 +1002,6 @@ article.smaller q:before, article.smaller q:after {
10021002
background: white;
10031003
-webkit-transition: none;
10041004
-moz-transition: none;
1005-
-ms-transition: none;
10061005
-o-transition: none;
10071006
transition: none;
10081007
pointer-events: none;
@@ -1029,7 +1028,6 @@ article.smaller q:before, article.smaller q:after {
10291028
background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
10301029
background-image: -moz-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
10311030
background-image: -o-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
1032-
background-image: -ms-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
10331031
background-image: radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
10341032
}
10351033
/* line 720, ../scss/default.scss */
@@ -1061,7 +1059,6 @@ article.smaller q:before, article.smaller q:after {
10611059
transform: translate3d(250px, 800px, 0) scale(1.5);
10621060
-webkit-transition: opacity 400ms ease-in-out;
10631061
-moz-transition: opacity 400ms ease-in-out;
1064-
-ms-transition: opacity 400ms ease-in-out;
10651062
-o-transition: opacity 400ms ease-in-out;
10661063
transition: opacity 400ms ease-in-out;
10671064
}
@@ -1098,7 +1095,7 @@ article.smaller q:before, article.smaller q:after {
10981095
/* line 761, ../scss/default.scss */
10991096
.source {
11001097
font-size: 14px;
1101-
color: #a9a9a9;
1098+
color: darkgrey;
11021099
position: absolute;
11031100
bottom: 70px;
11041101
left: 60px;
@@ -1183,9 +1180,9 @@ article.smaller q:before, article.smaller q:after {
11831180

11841181
/* line 803, ../scss/default.scss */
11851182
.auto-fadein {
1186-
-webkit-transition: opacity 0.6s ease-in 1s;
1183+
-webkit-transition: opacity 0.6s ease-in;
1184+
-webkit-transition-delay: 1s;
11871185
-moz-transition: opacity 0.6s ease-in 1s;
1188-
-ms-transition: opacity 0.6s ease-in 1s;
11891186
-o-transition: opacity 0.6s ease-in 1s;
11901187
transition: opacity 0.6s ease-in 1s;
11911188
opacity: 0;
@@ -1282,15 +1279,14 @@ aside.gdbar {
12821279
background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
12831280
background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
12841281
background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
1285-
background: -ms-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
12861282
background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
12871283
-webkit-background-size: 0% 100%;
12881284
-moz-background-size: 0% 100%;
12891285
-o-background-size: 0% 100%;
12901286
background-size: 0% 100%;
1291-
-webkit-transition: all 0.5s ease-out 0.5s;
1287+
-webkit-transition: all 0.5s ease-out;
1288+
-webkit-transition-delay: 0.5s;
12921289
-moz-transition: all 0.5s ease-out 0.5s;
1293-
-ms-transition: all 0.5s ease-out 0.5s;
12941290
-o-transition: all 0.5s ease-out 0.5s;
12951291
transition: all 0.5s ease-out 0.5s;
12961292
/* Better to transition only on background-size, but not sure how to do that with the mixin. */
@@ -1345,7 +1341,7 @@ aside.gdbar img {
13451341
/* line 934, ../scss/default.scss */
13461342
.title-slide hgroup h2 {
13471343
font-size: 34px;
1348-
color: #a9a9a9;
1344+
color: darkgrey;
13491345
font-weight: inherit;
13501346
}
13511347
/* line 940, ../scss/default.scss */
@@ -1393,7 +1389,6 @@ aside.gdbar img {
13931389
background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
13941390
background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
13951391
background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1396-
background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
13971392
background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
13981393
background-color: white;
13991394
}
@@ -1424,7 +1419,6 @@ aside.gdbar img {
14241419
background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
14251420
background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
14261421
background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1427-
background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
14281422
background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
14291423
background-color: white;
14301424
-webkit-transform: none !important;
@@ -1451,7 +1445,6 @@ aside.gdbar img {
14511445
slides slide .build > * {
14521446
-webkit-transition: none;
14531447
-moz-transition: none;
1454-
-ms-transition: none;
14551448
-o-transition: none;
14561449
transition: none;
14571450
}

0 commit comments

Comments
 (0)