forked from RCowles/wclax2014
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
351 lines (326 loc) · 10.6 KB
/
custom.css
File metadata and controls
351 lines (326 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
/*
This is the Custom CSS for the WordCamp Los Angeles 2014 site.
We'll develop the theme first, and then take the compiled CSS
and add it to the site using Jetpack's Custom CSS module.
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Variables
1.1 - Fonts
1.2 - Colors
2.0 - Typography
2.1 - Header
3.0 - Elements and layout
3.1 - Elements
3.2 - Layout
3.3 - Subpage layouts
4.0 - Forms
5.0 - Navigation
5.1 - Links
5.2 - Menus
5.3 - Secondary toggle
6.0 - Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 Fonts
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*--------------------------------------------------------------
1.2 Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.3 Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
/* line 5, sass/_typography.scss */
body,
button,
input,
select,
textarea {
color: #555e68;
font-family: "Montserrat", sans-serif; }
/* line 14, sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
color: #fd7e23;
font-family: "Montserrat", sans-serif;
text-transform: uppercase; }
/* line 22, sass/_typography.scss */
h1.entry-title {
font-size: 48px;
font-size: 4.8rem; }
/* line 28, sass/_typography.scss */
h4 {
font-size: 22px;
font-size: 2.2rem;
font-weight: 700;
margin: .5em 0; }
/*--------------------------------------------------------------
3.0 - Elements and Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.2 - Layout
--------------------------------------------------------------*/
/* line 4, sass/_layout.scss */
body {
background: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_tileBG-footer.png") center bottom repeat-x; }
/* Header */
/* line 9, sass/_layout.scss */
#masthead hgroup,
#masthead nav div > ul {
float: none;
margin: 0 auto;
width: 1100px; }
/* line 17, sass/_layout.scss */
#masthead {
background: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_header-bgSub.jpg") center top no-repeat black;
height: 400px;
position: relative; }
/* line 22, sass/_layout.scss */
.home #masthead {
background: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_header-bgImg-fade.jpg") center top no-repeat black;
height: 620px; }
/* line 27, sass/_layout.scss */
#masthead .site-title {
text-align: center; }
/* line 30, sass/_layout.scss */
#masthead .site-title a {
content: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_logo.png");
font-size: 0px;
margin: 0 auto;
height: 300px; }
/* line 36, sass/_layout.scss */
.home #masthead .site-title a {
height: 527px; }
/* line 42, sass/_layout.scss */
#masthead .site-description {
display: none; }
/* Content & Sidebar */
/* line 49, sass/_layout.scss */
#page {
background: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_tileBG-features.png") center 400px repeat-x; }
/* line 52, sass/_layout.scss */
.home #page {
background: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_tileBG-features.png") center 620px repeat-x; }
/* line 57, sass/_layout.scss */
#main {
margin: 0 auto;
width: 1100px; }
/* line 62, sass/_layout.scss */
#colophon {
clear: both;
margin: 0 auto;
width: 1100px; }
/* line 68, sass/_layout.scss */
#primary {
float: left;
width: 820px; }
/* line 73, sass/_layout.scss */
#secondary {
float: right;
width: 250px; }
/* Footer */
/* line 79, sass/_layout.scss */
#colophon {
padding: 20px 0; }
/* line 82, sass/_layout.scss */
#colophon .site-info-generator {
display: block;
text-align: center; }
/* line 86, sass/_layout.scss */
#colophon .site-info-generator:before {
content: url("http://2014.la.wordcamp.org/files/2014/05/wcla14_greyW-transparentBg.png");
display: block; }
/* line 92, sass/_layout.scss */
#colophon .site-info-network {
position: absolute;
top: 12px; }
/*--------------------------------------------------------------
3.3 - Subpage layouts
--------------------------------------------------------------*/
/* Organizers Page */
/* line 6, sass/_subpages.scss */
.wcorg-organizers {
clear: both;
overflow: hidden; }
/* line 10, sass/_subpages.scss */
.wcorg-organizers .wcorg-organizer {
float: left;
padding: 1%;
width: 23%; }
/* line 15, sass/_subpages.scss */
.wcorg-organizers .wcorg-organizer img {
margin: 1em 0;
display: block;
width: 80%;
padding: 10%;
background: #dde3e6; }
/*--------------------------------------------------------------
4.0 - Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 - Navigation
--------------------------------------------------------------*/
/* line 4, sass/_navigation.scss */
nav.main-navigation {
background: white;
background: rgba(255, 255, 255, 0.7);
position: absolute;
bottom: 0; }
/* line 15, sass/_navigation.scss */
nav.main-navigation .menu {
height: 65px;
line-height: 65px; }
/* line 20, sass/_navigation.scss */
nav.main-navigation .menu li a {
color: #000;
font-weight: 700;
font-size: 18px;
font-size: 1.8rem;
padding: 0 16px;
text-shadow: 1px 1px 1px #fff;
text-transform: uppercase;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; }
/* line 31, sass/_navigation.scss */
nav.main-navigation .menu li:hover > a {
background: white;
background: rgba(255, 255, 255, 0.5); }
/* line 36, sass/_navigation.scss */
nav.main-navigation .menu li ul {
background: white;
background: rgba(255, 255, 255, 0.9);
top: 65px; }
/* line 41, sass/_navigation.scss */
nav.main-navigation .menu li ul li:hover > a {
background: #45ead2; }
/* line 49, sass/_navigation.scss */
.main-small-navigation {
background: white;
background: rgba(255, 255, 255, 0.7);
display: block;
padding: 1em 0;
position: absolute;
bottom: 0;
text-align: center;
width: 100%; }
/* line 59, sass/_navigation.scss */
.main-small-navigation .menu-toggle {
font-size: 24px;
font-size: 2.4rem;
text-align: center; }
/*--------------------------------------------------------------
5.1 - Links
--------------------------------------------------------------*/
/* line 72, sass/_navigation.scss */
a,
a:active,
a:visited {
color: #fd7e23;
text-decoration: none; }
/* line 79, sass/_navigation.scss */
a:hover {
color: #ffc097; }
/* line 84, sass/_navigation.scss */
#colophon a,
#colophon a:active,
#colophon a:visited {
color: #555e68;
text-shadow: 1px 1px 1px #fff; }
/* line 91, sass/_navigation.scss */
#colophon a:hover {
color: #555e68; }
/* line 95, sass/_navigation.scss */
#colophon a.site-info-network {
color: #ffc097;
text-shadow: 1px 1px 1px #000; }
/*--------------------------------------------------------------
6.0 - Widgets
--------------------------------------------------------------*/
/* line 4, sass/_widgets.scss */
#primary-sidebar aside h1 {
background: #fd7e23;
color: #fff;
font-size: 18px;
font-size: 1.8rem;
line-height: 12px;
padding: 24px 0 0 0;
text-align: center;
text-transform: uppercase; }
/* line 15, sass/_widgets.scss */
#primary-sidebar aside a {
text-decoration: none; }
/* line 19, sass/_widgets.scss */
#primary-sidebar aside ul {
list-style: none;
margin: 0 0 1.5em 0; }
/* line 23, sass/_widgets.scss */
#primary-sidebar aside ul li {
padding: .5em; }
/* After Header Widgets */
/* line 31, sass/_widgets.scss */
#after-header-widgets {
clear: both;
margin: 40px auto;
overflow: hidden;
width: 1100px; }
/* line 37, sass/_widgets.scss */
#after-header-widgets .widget {
float: left;
text-align: center;
width: 25%; }
/* line 42, sass/_widgets.scss */
#after-header-widgets .widget img {
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; }
/* line 46, sass/_widgets.scss */
#after-header-widgets .widget:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
/*--------------------------------------------------------------
7.0 -
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 -
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 -
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 -
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 -
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 -
--------------------------------------------------------------*/