-
Notifications
You must be signed in to change notification settings - Fork 0
/
wcmke2017.css
138 lines (114 loc) · 2.61 KB
/
wcmke2017.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
.de/*
*** Remote CSS for WordCamp Milwaukee 2017 web site
*** WPMU install from WordCamp Central
http://2017.milwaukee.wordcamp.org/
You can add your own CSS here.
Click the help icon above to learn more.
*/
body {
font-family: 'Raleway', arial, sans-serif;
}
p {
font-weight: 300;
line-height: 1.85em;
}
h3 {
color: #22aad3;
font-weight: 400;
padding-bottom: 0;
margin-bottom: 0;
}
h4 {
padding-top: 10px;
}
.page .panel-content .entry-title {
letter-spacing: normal;
}
.home.wp-custom-logo.has-header-image .site-branding {
position: absolute;
left: 0px;
right: 0px;
top: 30px;
margin: auto auto 72px;
}
.wp-custom-logo.has-header-image .site-branding {
bottom: initial;
margin: 0;
background-color: rgba(45, 45, 45, 0.9);
max-width: 362px;
text-align: center;
display: inline-block !important;
width: initial !important;
padding: 15px 30px;
}
@media screen and (max-width: 767px) {
.wp-custom-logo.has-header-image .site-branding {
max-height: 270px;
}
}
.wp-custom-logo.has-header-image .site-branding .wrap {
padding: 0;
}
.home.wp-custom-logo.has-header-image .site-branding .wrap .site-branding-text {
display: block;
}
.wp-custom-logo.has-header-image .site-branding .wrap .site-branding-text {
display: none;
}
.wp-custom-logo.has-header-image .site-branding .wrap .custom-logo-link {
padding-right: 0;
}
.wp-custom-logo.has-header-image .site-branding .wrap .custom-logo-link img {
max-height: 198px;
}
.wp-custom-logo.has-header-image .site-branding .wrap h1.site-title {
display: none;
}
p.site-description {
font-weight: 500;
font-size: 14px;
text-transform: initial;
padding-top: 0;
opacity: 1;
}
#wp-custom-header img {
object-position: 100% 60%;
}
.home #wp-custom-header img {
object-position: 100% 40%;
}
article#post-122.twentyseventeen-panel header.entry-header {
width: 100% !important;
float: none !important;
text-align: center;
}
.home article#post-122 {
background-color: #333;
color: white;
background-image: url(https://2017.milwaukee.wordcamp.org/files/2017/06/water-bg-light.jpg);
}
.home article#post-122 .entry-header {
margin-bottom: 3em;
}
.home article#post-122 .entry-header h2 {
color: #22aad3;
font-size: 30px;
}
.home article#post-122 .entry-content h4 {
font-weight: 400;
color: #fff;
}
article#post-122 .entry-content {
width: 100% !important;
max-width: 700px;
text-align: center;
margin: 0px auto;
float: none !important;
}
article#panel1 h2.entry-title {
font-size: 23px;
color: #22aad3;
}
article#panel1 {
background-color: #fafafa;
}