-
Notifications
You must be signed in to change notification settings - Fork 2
/
wcpdx2017.css
572 lines (451 loc) · 11.4 KB
/
wcpdx2017.css
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
/*
*** Remote CSS for WordCamp Portland 2017 web site
*** WPMU install from WordCamp Central
http://2017.portland.wordcamp.org/
You can add your own CSS here.
Click the help icon above to learn more.
*/
/* Imported fonts Raleway and Roboto Slab moved to Theme settings for security reasons */
/* Faddah W. - adding new font-family to native elements & selectors of web site */
body, p, q, blockquote, cite, caption, li {
font-family: 'Raleway', serif;
}
h1, h2, h3, h4 {
font-family: 'Roboto Slab', sans-serif;
font-weight: 700;
}
/* Faddah W. - End adding new font-family to native elements & selectors */
/* Faddah W. - styling changes for main Front Page. */
.site-description {
font-size: 2rem;
font-style: italic;
}
.site-title a,
.site-description {
color: cornsilk;
}
div.site-branding {
margin-bottom: 5px;
}
#post-2 > div > div.wrap {
margin-top: -8%;
}
article#panel1 > div.panel-content > div.wrap,
article#panel2 > div.panel-content > div.wrap {
margin-top: -3%;
}
article#panel1 {
color: #000;
}
/* Faddah W. - End styling changes Front Page. */
/* Jamie S - Removing borders on homepage modules */
article#panel1, article#panel2 {
border: none;
}
article#panel1 h2.entry-title,
article#panel1 li,
article#panel1 a {
color: #000;
}
/* Jamie S - End Removing borders on homepage */
/* Jamie S - Angles on module boxes */
.home article#panel1 {
background-color: white;
background-image: url('https://2017.portland.wordcamp.org/files/2017/06/crosspattern.png');
-ms-transform: skew(0deg, -2deg);
-webkit-transform: skew(0deg, -2deg);
transform: skew(0deg, -2deg);
}
.home article#panel1 .panel-content {
-ms-transform: skew(0deg, 2deg);
-webkit-transform: skew(0deg, 2deg);
transform: skew(0deg, 2deg);
}
/* Jamie S - End Angles on module boxes */
/* Jamie S - Attribution text on Header pic
Nick K - Disabled due to varied Mural Arts Rights Attributions
*/
/*div#wp-custom-header:before {
position: absolute;
top: 25px;
right: 0;
content: "Image courtesy of the Portland Street Art Alliance";
color: white;
font-size: 9px;
background-color: #333;
padding: 5px 20px;
letter-spacing: .03em;
opacity: .7;
z-index: 1;
}*/
/*@media screen and (max-width: 564px) {
div#wp-custom-header:before {
bottom: 25px;
top: initial;
font-size: 8px;
background-color: transparent;
color: #fff;
opacity: 1;
font-weight: 700;
}
}*/
/* Jamie S - End Attribution text on Header pic */
.header-cta > a {
background-color: #e74c3c;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
color: #fff;
}
.header-cta > a:hover,
.navigation-top .header-cta.current-menu-item > a {
background-color: #c0392b;
color: #fff;
}
/* Jamie S - main menu styling */
.navigation-top {
border-color: #211e1f !important;
background-color: #211e1f !important;
}
.main-navigation a {
text-transform: uppercase;
font-family: 'Roboto Slab';
font-weight: 400 !important;
color: #fff !important;
}
ul#top-menu {
text-align: right;
background-color: #211e1f;
}
.menu-main-container {
margin-right: 20px;
}
/* Jamie S - END main menu styling */
/* Faddah W. - Styling of Tickets menu on main-menu */
#menu-item-1092 {
background-color: #e74c3c;
border-radius: 10% 10% 0px 0px;
font-weight: 700;
}
/* Faddah W. - END Styling of Tickets menu */
/* Jamie S - Positioning site branding box on homepage */
.home .site-branding {
top: 0;
background-color: #211e1f;
max-height: 330px;
width: initial !important;
padding-bottom: 0;
}
@media screen and (max-width: 734px) {
.home .site-branding {
height: auto !important;
max-height: 100%;
width: 100% !important;
padding: 0;
display: inline-block !important;
}
}
.home .site-branding .wrap {
padding: 0 65px 53px 65px;
margin: 0;
}
@media screen and (max-width: 734px) {
.home .site-branding .wrap {
padding: 30px 40px;
}
}
.home .site-branding .wrap a {
padding: 0;
display: block;
width: 100%;
text-align: center;
}
.home .site-branding .wrap a img {
width: 100%;
max-width: 213px;
height: auto;
max-height: initial;
}
@media screen and (max-width: 734px) {
.home .site-branding .wrap a img {
max-width: 160px;
}
}
.home .site-branding .wrap .site-branding-text {
padding-top: 30px;
text-align: center;
}
@media screen and (max-width: 734px) {
.home .site-branding .wrap .site-branding-text {
padding-top: 20px;
width: 100%;
}
}
.home .site-branding .wrap .site-branding-text h1 {
font-size: 18px;
font-weight: 400;
}
.home .site-branding .wrap .site-branding-text p.site-description {
font-size: 18px;
font-family: 'Roboto Slab', arial, sans-serif;
font-weight: 400;
text-transform: uppercase;
font-style: normal;
color: #fff;
opacity: 1;
}
@media screen and (max-width: 734px) {
.home .site-branding .wrap .site-branding-text h1, .home .site-branding .wrap .site-branding-text p.site-description {
font-size: 16px;
}
/* Jamie S - End Positioning site branding box. */
/* Nick K. - Styling to fix Mobile Header */
.home header#branding {
padding: 0;
}
.home header#branding .site-branding {
margin-bottom: 0;
padding-bottom: 0.5em;
}
.home header#branding .site-branding h1#site-title, .home header#branding .site-branding h1#site-title a, .home header#branding .site-branding h2#site-description, .home header#branding .site-branding h1#site-title a:hover{
color: white;
text-align: center;
}
}
/* Nick K. - End Mobile Header styling */
/* Jamie S - background styles */
.pattern {
background-color: transparent;
background-image: url('https://2017.portland.wordcamp.org/files/2017/06/crosspattern.png');
}
/* Jamie S - End background styles. */
/* Nick K - Light & Dark Link styling for button links (a.pushbutton) */
a.pushbutton {
background-color: #222;
border: 0;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
line-height: 1;
padding: 1em 2em;
text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
a.pushbutton:hover {
background: #767676;
}
.colors-dark a.pushbutton {
color: #222;
box-shadow: none;
background: white;
}
.colors-dark a.pushbutton:hover {
color: #222;
box-shadow: none;
background: #bbb;
}
/* Nick K. - End styling for Light & Dark button links. */
/* Faddah W. -- Front Page Top soc. media icon row styling in flexbox rows.
*/
#front-page-soc-media-icons {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 35%;
float: right;
}
img.alignnone.size-full.wp-image-838,
img.alignnone.size-full.wp-image-835,
img.alignnone.size-full.wp-image-836,
img.alignnone.size-medium.wp-image-837 {
margin-right: 13%;
}
/* end Faddh W. Page Top soc. media icon row styling. */
/* Nick K. - Social Media Sizes on Mobile */
#front-page-soc-media-icons img {
max-width: 44px;
}
@media screen and (max-width: 734px) {
#front-page-soc-media-icons {
width: 100%;
height: 70px;
}
}
body.mobile-theme #front-page-soc-media-icons {
width: 100%;
margin-bottom: 10px;
}
body.mobile-theme #front-page-soc-media-icons a{
padding-right: 15px;
}
body.mobile-theme #front-page-soc-media-icons a:last-child{
padding-right: 0;
}
/* Nick K. - End adjusment for Instagram social media icon.
/* Doug Y. - Headings */
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
color: #2c3e50;
font-size: 2.4rem;
letter-spacing: 0;
text-align: center;
}
/* Doug Y. - End of Headings styling */
/* Doug Y. - Remove edit link to see proper spacing */
.page .entry-header .edit-link {
display: none;
}
/* Doug Y. - End of Remove edit link styling. */
/* Doug Y. - CSS to make fixed header, accounts for admin bar and also removes the extra gray space below the header */
@media screen and (min-width: 48em) {
.site-header .navigation-top {
bottom: auto;
position: fixed;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 7;
}
.admin-bar .site-header .navigation-top {
top: 32px;
}
.custom-header {
margin-bottom: 0 !important;
margin-top: 72px;
}
}
/* Doug Y. - End of CSS fixes for header, accounts for admin bar & extra gray space below the header */
/* Nick K. - Sponsor List */
.wcorg-sponsors h2 {
text-transform: uppercase;
font-size: 32px;
font-size: 2rem;
text-align: center;
border-bottom: 4px double #CCC;
margin-top:60px;
}
.wcorg-sponsor-description img {
max-width: 400px;
margin: 0 auto 20px;
display:block;
}
/* End Nick K. Sponsor List */
/* Nick K. Social Media Feed Legibility w/Dark Background */
.tggr-media-items {
align-items: stretch;
}
.colors-dark .tggr-item-content {
color: black;
}
.colors-dark .tggr-item-content a, .colors-dark .tggr-timestamp {
color: #999;
}
.colors-dark .tggr-item-content a:hover, .colors-dark .tggr-timestamp {
color: #000;
}
.tggr-author-name {
font-size: 1em;
}
.tggr-author-username {
margin-left: 67px;
margin-bottom: 10px;
}
#content .tggr-author-profile img, .tggr-author-profile img {
margin-right: 18px;
}
/* END Nick K. Social Media */
/* Nick K. Mobile Theme Adjustments */
body.mobile-theme .main-navigation a {
color: black !important;
}
body.mobile-theme .menu-search {
background: #211e1f;
box-shadow: none;
}
body.mobile-theme .search-form #s {
background: #5a575a;
border: 1px solid #211e1f;
}
body.mobile-theme .entry-content h2 {
line-height: 1.6
}
/* END Nick K Mobile Theme Adjustments */
/* Faddah W. - Flex styling Organizers Page */
/* Nick K. - Mods to organizer flex page to unify look and feel */
.wcorg-organizers {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
align-content: stretch;
}
.wcorg-organizer {
flex: 1;
flex-basis: 50%;
height: auto;
padding: 30px;
margin: 0 15px 15px 0;
background-color: #333;
border: 1px solid #1a1a1a;
border-radius: 30px 5px 30px 5px;
}
@media screen and (min-width: 768px) {
.wcorg-organizer {
flex-basis: 47%;
}
body.page-slug-organizers.page.page-one-column:not(.twentyseventeen-front-page) #primary {
margin: 0;
max-width: 100%;
}
}
body.mobile-theme .wcorg-organizer {
background: white;
padding: 30px;
border-width: 2px;
}
.wcorg-organizer .avatar {
float: left;
margin-right: 1.5em;
margin-bottom: 1em;
}
.wcorg-organizer .sharedaddy {
display: none;
}
/* Faddah W. - END styling Organizers Page */
/* Nick K. & Faddah W. - Camp Tix Customizations */
.tix-error {
color: orange;
}
.tix-info {
background-color: slategray;
}
#tix-notices > div.tix-notice {
color: darkslategray;
font-weight: bold;
}
/* Nick K. & Faddah W. - END Camp Tix Customizations */
/* Nick K. - Sponsor Mobile Layout */
body.page-slug-sponsors.mobile-theme #page {
background-color: #222;
color: white;
}
body.page-slug-sponsors.mobile-theme #page .entry-content h3, body.page-slug-sponsors.mobile-theme #page .entry-content h2, body.page-slug-sponsors.mobile-theme,
body.page-slug-sponsors.mobile-theme #page .entry-title{
color: white;
}
body.page-slug-sponsors.mobile-theme #page a.pushbutton {
background: white;
color: #222;
}
/* End Nick K. - Sponsor Layout */