-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
236 lines (194 loc) · 4.33 KB
/
style.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
/*
Theme Name: AASF
Theme URI: https://aasfmarin.org
Description: Twenty Fourteen Child Theme
Author: Meeting Guide
Author URI: https://meetingguide.org
Template: twentyfourteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: aasf
*/
/* site frame, banner, top nav */
.site {
margin: 0 auto;
}
body.page-template-page-blank-template .printfriendly {
display: none !important;
}
body.page-template-page-blank-template #main,
body.page-template-page-blank-template .pf-content,
body.page-template-page-blank-template .loading {
min-height: 500px;
}
div.search-toggle,
.entry-content span.edit-link {
display: none;
}
/* removing left sidebar */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.comments-area,
.post-navigation,
.image-navigation {
max-width: 874px;
}
.site:before,
#secondary {
width: 0;
display: none;
}
.featured-content {
padding-left: 0;
}
.site-content,
.site-main .widecolumn {
margin-left: 0;
}
.hentry {
max-width: 900px;
}
.post-thumbnail img {
width: 100%;
}
/* large desktop screen size */
@media screen and (min-width: 1110px) {
/* removing left sidebar */
.archive-header,
.comments-area,
.image-navigation,
.page-header,
.page-content,
.post-navigation,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content footer.entry-meta {
padding-left: 55px;
}
}
/* 1c: main content area */
#main-content a:hover {
text-decoration: underline;
}
/* 1d: sidebar widgets */
#content-sidebar a#helpline {
text-align: center;
display: block;
font-size: 30px;
}
#content-sidebar .widget_tsml_widget_upcoming table thead {
display: none;
}
#content-sidebar .widget_tsml_widget_upcoming table {
border: 0;
}
#content-sidebar .widget_tsml_widget_upcoming table tbody tr {
display: block;
padding: 6px 6px 6px 80px;
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#content-sidebar .widget_tsml_widget_upcoming table tbody td {
display: block;
border: 0;
}
#content-sidebar .widget_tsml_widget_upcoming table tbody td a {
font-weight: 700;
}
#content-sidebar .widget_tsml_widget_upcoming table tbody td a small {
color: #999;
margin-left: 4px;
}
#content-sidebar .widget_tsml_widget_upcoming table tbody td a small:before {
content: " / ";
margin-right: 3px;
}
#content-sidebar .widget_tsml_widget_upcoming table tbody td.time {
position: absolute;
left: 0;
}
#content-sidebar .widget_tsml_widget_upcoming p a {
font-size: 15px;
font-weight: 700;
}
#content-sidebar ol.tribe-list-widget {
margin-bottom: 15px;
}
#content-sidebar ol.tribe-list-widget h4.tribe-event-title {
margin-top: 0;
}
#content-sidebar ol.tribe-list-widget li.tribe-events-list-widget-events {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 0 18px;
margin-bottom: 0;
}
/* section 2: page-specific edits
#tsml tr.notes a:after {
content: "*";
} */
/* 2a: home page */
body.home #main-content #content {
padding: 0 10px;
}
body.home .hentry {
margin-bottom: 0;
}
body.home .home-column-row .column {
padding: 0 15px;
margin-bottom: 30px;
min-height: 150px;
border: 1px solid #ddd;
background: #f3f3f3;
border-radius: 4px;
}
body.home .home-column-row h3 {
background-color: #ddd;
margin: 0 -15px 15px;
padding: 7px 10px;
border-radius: 4px 4px 0 0;
}
body.home .widgets ul,
body.home .widgets p {
margin-bottom: 15px;
}
body.home .widgets ul li {
margin: 0;
padding: 0;
}
body.home .widgets ul li+li {
margin-top: 6px;
}
@media screen and (min-width: 800px) {
body.home .entry-content {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
column-gap: 30px;
}
body.home .widgets {
margin: 0 -15px 30px;
}
body.home .home-column-row {
display: table;
width: 100%;
border-spacing: 15px;
}
body.home .home-column-row * {
border-spacing: 0;
}
body.home .home-column-row .column {
display: table-cell;
}
body.home .home-column-row.two-columns .column {
width: 50%;
}
body.home .home-column-row.three-columns .column {
width: 33.3333333%;
}
}