diff options
Diffstat (limited to 'theme/css/default.css')
-rw-r--r-- | theme/css/default.css | 1422 |
1 files changed, 486 insertions, 936 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 1dec5ee..40b4f77 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -1,17 +1,82 @@ | |||
1 | /* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
2 | html, body, div, span, applet, object, iframe, | ||
3 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
4 | a, abbr, acronym, address, big, cite, code, | ||
5 | del, dfn, em, img, ins, kbd, q, s, samp, | ||
6 | small, strike, strong, sub, sup, tt, var, | ||
7 | b, u, i, center, | ||
8 | dl, dt, dd, ol, ul, li, | ||
9 | fieldset, form, label, legend, | ||
10 | table, caption, tbody, tfoot, thead, tr, th, td, | ||
11 | article, aside, canvas, details, embed, | ||
12 | figure, figcaption, footer, header, hgroup, | ||
13 | menu, nav, output, ruby, section, summary, | ||
14 | time, mark, audio, video { | ||
15 | margin: 0; | ||
16 | padding: 0; | ||
17 | border: 0; | ||
18 | font-size: 100%; | ||
19 | font: inherit; | ||
20 | vertical-align: baseline; | ||
21 | } | ||
22 | |||
23 | /* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
24 | body { | ||
25 | line-height: 1; | ||
26 | } | ||
27 | |||
28 | /* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
29 | ol, ul { | ||
30 | list-style: none; | ||
31 | } | ||
32 | |||
33 | /* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
34 | table { | ||
35 | border-collapse: collapse; | ||
36 | border-spacing: 0; | ||
37 | } | ||
38 | |||
39 | /* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
40 | caption, th, td { | ||
41 | text-align: left; | ||
42 | font-weight: normal; | ||
43 | vertical-align: middle; | ||
44 | } | ||
45 | |||
46 | /* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
47 | q, blockquote { | ||
48 | quotes: none; | ||
49 | } | ||
50 | /* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
51 | q:before, q:after, blockquote:before, blockquote:after { | ||
52 | content: ""; | ||
53 | content: none; | ||
54 | } | ||
55 | |||
56 | /* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
57 | a img { | ||
58 | border: none; | ||
59 | } | ||
60 | |||
61 | /* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ | ||
62 | article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { | ||
63 | display: block; | ||
64 | } | ||
65 | |||
1 | /** | 66 | /** |
2 | * Base SlideDeck Styles | 67 | * Base SlideDeck Styles |
3 | */ | 68 | */ |
4 | /* line 22, ../sass/_base.scss */ | 69 | /* line 34, ../sass/_base.scss */ |
5 | html { | 70 | html { |
6 | height: 100%; | 71 | height: 100%; |
7 | overflow: hidden; | 72 | overflow: hidden; |
8 | } | 73 | } |
9 | 74 | ||
10 | /* line 27, ../sass/_base.scss */ | 75 | /* line 39, ../sass/_base.scss */ |
11 | body { | 76 | body { |
12 | margin: 0; | 77 | margin: 0; |
13 | padding: 0; | 78 | padding: 0; |
14 | display: block !important; | 79 | opacity: 1 !important; |
15 | height: 100%; | 80 | height: 100%; |
16 | min-height: 740px; | 81 | min-height: 740px; |
17 | overflow-x: hidden; | 82 | overflow-x: hidden; |
@@ -21,9 +86,18 @@ body { | |||
21 | -moz-font-smoothing: antialiased; | 86 | -moz-font-smoothing: antialiased; |
22 | -ms-font-smoothing: antialiased; | 87 | -ms-font-smoothing: antialiased; |
23 | -o-font-smoothing: antialiased; | 88 | -o-font-smoothing: antialiased; |
89 | -moz-transition: opacity 600ms ease-in; | ||
90 | -webkit-transition: opacity 600ms ease-in; | ||
91 | -o-transition: opacity 600ms ease-in; | ||
92 | transition: opacity 600ms ease-in; | ||
93 | } | ||
94 | |||
95 | /* line 57, ../sass/_base.scss */ | ||
96 | slides > slide[hidden] { | ||
97 | display: none !important; | ||
24 | } | 98 | } |
25 | 99 | ||
26 | /* line 43, ../sass/_base.scss */ | 100 | /* line 61, ../sass/_base.scss */ |
27 | slides { | 101 | slides { |
28 | width: 100%; | 102 | width: 100%; |
29 | height: 100%; | 103 | height: 100%; |
@@ -41,7 +115,7 @@ slides { | |||
41 | transform-style: preserve-3d; | 115 | transform-style: preserve-3d; |
42 | } | 116 | } |
43 | 117 | ||
44 | /* line 54, ../sass/_base.scss */ | 118 | /* line 72, ../sass/_base.scss */ |
45 | slides > slide { | 119 | slides > slide { |
46 | display: block; | 120 | display: block; |
47 | position: absolute; | 121 | position: absolute; |
@@ -91,7 +165,7 @@ slides > slide { | |||
91 | margin-left: 500px; | 165 | margin-left: 500px; |
92 | }*/ | 166 | }*/ |
93 | /* Slide styles */ | 167 | /* Slide styles */ |
94 | /* line 104, ../sass/_base.scss */ | 168 | /* line 122, ../sass/_base.scss */ |
95 | article.fill iframe { | 169 | article.fill iframe { |
96 | position: absolute; | 170 | position: absolute; |
97 | left: 0; | 171 | left: 0; |
@@ -109,7 +183,7 @@ article.fill iframe { | |||
109 | z-index: -1; | 183 | z-index: -1; |
110 | } | 184 | } |
111 | 185 | ||
112 | /* line 119, ../sass/_base.scss */ | 186 | /* line 137, ../sass/_base.scss */ |
113 | slide.fill { | 187 | slide.fill { |
114 | background-repeat: no-repeat; | 188 | background-repeat: no-repeat; |
115 | -moz-background-size: cover; | 189 | -moz-background-size: cover; |
@@ -118,7 +192,7 @@ slide.fill { | |||
118 | background-size: cover; | 192 | background-size: cover; |
119 | } | 193 | } |
120 | 194 | ||
121 | /* line 124, ../sass/_base.scss */ | 195 | /* line 142, ../sass/_base.scss */ |
122 | slide.fill img { | 196 | slide.fill img { |
123 | position: absolute; | 197 | position: absolute; |
124 | left: 0; | 198 | left: 0; |
@@ -131,25 +205,25 @@ slide.fill img { | |||
131 | /** | 205 | /** |
132 | * Theme Styles | 206 | * Theme Styles |
133 | */ | 207 | */ |
134 | /* line 6, ../sass/default.scss */ | 208 | /* line 38, ../sass/default.scss */ |
135 | ::selection { | 209 | ::selection { |
136 | color: white; | 210 | color: white; |
137 | background-color: red; | 211 | background-color: #ffd14d; |
138 | text-shadow: none; | 212 | text-shadow: none; |
139 | } | 213 | } |
140 | 214 | ||
141 | /* line 12, ../sass/default.scss */ | 215 | /* line 44, ../sass/default.scss */ |
142 | body { | 216 | body { |
143 | background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #0c54ab)); | 217 | background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #4387fd), color-stop(100%, #2a7cdf)); |
144 | background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #0c54ab 600px); | 218 | background-image: -webkit-radial-gradient(50% 50%, #4387fd 0%, #2a7cdf 600px); |
145 | background-image: -moz-radial-gradient(50% 50%, #b1dfff 0%, #0c54ab 600px); | 219 | background-image: -moz-radial-gradient(50% 50%, #4387fd 0%, #2a7cdf 600px); |
146 | background-image: -o-radial-gradient(50% 50%, #b1dfff 0%, #0c54ab 600px); | 220 | background-image: -o-radial-gradient(50% 50%, #4387fd 0%, #2a7cdf 600px); |
147 | background-image: -ms-radial-gradient(50% 50%, #b1dfff 0%, #0c54ab 600px); | 221 | background-image: -ms-radial-gradient(50% 50%, #4387fd 0%, #2a7cdf 600px); |
148 | background-image: radial-gradient(50% 50%, #b1dfff 0%, #0c54ab 600px); | 222 | background-image: radial-gradient(50% 50%, #4387fd 0%, #2a7cdf 600px); |
149 | background-attachment: fixed; | 223 | background-attachment: fixed; |
150 | } | 224 | } |
151 | 225 | ||
152 | /* line 17, ../sass/default.scss */ | 226 | /* line 51, ../sass/default.scss */ |
153 | slides > slide { | 227 | slides > slide { |
154 | width: 900px; | 228 | width: 900px; |
155 | height: 700px; | 229 | height: 700px; |
@@ -157,415 +231,323 @@ slides > slide { | |||
157 | margin-top: -350px; | 231 | margin-top: -350px; |
158 | padding: 40px 60px; | 232 | padding: 40px 60px; |
159 | background-color: white; | 233 | background-color: white; |
160 | -moz-border-radius: 10px; | 234 | -moz-border-radius: 5px; |
161 | -webkit-border-radius: 10px; | 235 | -webkit-border-radius: 5px; |
162 | -o-border-radius: 10px; | 236 | -o-border-radius: 5px; |
163 | -ms-border-radius: 10px; | 237 | -ms-border-radius: 5px; |
164 | -khtml-border-radius: 10px; | 238 | -khtml-border-radius: 5px; |
165 | border-radius: 10px; | 239 | border-radius: 5px; |
166 | -moz-box-shadow: 5px 5px 20px black; | 240 | -moz-box-shadow: 3px 3px 20px #515151; |
167 | -webkit-box-shadow: 5px 5px 20px black; | 241 | -webkit-box-shadow: 3px 3px 20px #515151; |
168 | -o-box-shadow: 5px 5px 20px black; | 242 | -o-box-shadow: 3px 3px 20px #515151; |
169 | box-shadow: 5px 5px 20px black; | 243 | box-shadow: 3px 3px 20px #515151; |
170 | -moz-transition: all 0.3s ease-out; | 244 | -moz-transition: all 0.3s ease-out; |
171 | -webkit-transition: all 0.3s ease-out; | 245 | -webkit-transition: all 0.3s ease-out; |
172 | -o-transition: all 0.3s ease-out; | 246 | -o-transition: all 0.3s ease-out; |
173 | transition: all 0.3s ease-out; | 247 | transition: all 0.3s ease-out; |
174 | } | 248 | } |
175 | 249 | ||
176 | /* line 32, ../sass/default.scss */ | 250 | /* line 66, ../sass/default.scss */ |
177 | slides.layout-widescreen > slide { | 251 | slides.layout-widescreen > slide { |
178 | margin-left: -550px; | 252 | margin-left: -550px; |
179 |