summaryrefslogtreecommitdiff
blob: b4d5ea2b3ebb5553039c6977706ed3af1cf3a2c8 (plain)
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
/**
 * Jetpack compat stylesheet for Twenty Fourteen.
 */

#jp-post-flair:empty {
	display: none;
}

.site-content #jp-post-flair {
	margin: 24px 0;
}

.widget #jp-post-flair {
	padding-top: 0;
}

.entry-content div.jp-relatedposts {
	margin: 0;
}

div.jp-relatedposts .jp-relatedposts-headline em:after {
	content: ":";
}

#page .entry-content div.sharedaddy h3,
#page .entry-summary div.sharedaddy h3,
#page .entry-content h3.sd-title,
#page .entry-summary h3.sd-title,
#primary div.sharedaddy .jp-relatedposts-headline em,
.pd-rating {
	color: #767676;
	font-size: 11px;
	text-transform: uppercase;
}

.pd-rating {
	min-height: 23px;
	margin-bottom: 5px;
}

.wp-multiplayer,
.PDS_Poll,
.entry-content .slideshow-window {
	margin-bottom: 24px;
}

.entry-content .gist table {
	margin-bottom: 0;
}

.entry-content .slideshow-window {
	border-radius: 0;
}

.entry-content .video-player {
	padding: 0 0 24px;
}

.highlander-enabled #respond {
	margin: 0;
	padding: 0;
}

.highlander-enabled #respond h3 {
	margin: 0 0 24px;
}

.highlander-enabled #respond h3 small a {
	width: 24px;
}

.wpcnt {
	margin-bottom: 15px; /* 24-9 */
}

#wpstats {
	display: none;
}

img[id*="botd"] {
	position: absolute;
}


/**
 * Widgets
 * -----------------------------------------------------------------------------
 */

/* About.me Widget*/

.aboutme_widget #am_thumbnail {
	margin-bottom: 18px;
}

.aboutme_widget #am_thumbnail img {
	border: 0;
	max-width: 100%;
}

.aboutme_widget #am_name {
	font-weight: 900;
	margin: 0;
}

.aboutme_widget #am_headline {
	font-size: 14px;
	line-height: 1.2857142857;
	margin: 0;
}

.aboutme_widget #am_bio {
	margin: 18px 0;
}

.aboutme_widget #am_bio p {
	margin-bottom: 6px;
}

.aboutme_widget #am_bio:empty {
	margin: 0;
}

.aboutme_widget #am_services {
	margin-top: 18px;
}

/* Akismet Widget */

.widget_akismet_widget a,
.content-sidebar .widget_akismet_widget a {
	color: rgba(255,255,255,0.5) !important;
}

.widget_akismet_widget a:hover,
.content-sidebar .widget_akismet_widget a:hover {
	color: rgba(255,255,255,0.7)  !important;
}

/* Authors Widget */

.widget_authors li {
	margin-bottom: 9px;
}

.widget_authors li:last-child {
	margin-bottom: 0;
}

.widget_authors img {
	margin-right: 5px;
}

/* Contact Info Widget */

.widget_contact_info > div {
	margin-bottom: 18px;
}

.widget_contact_info > div:last-child {
	margin-bottom: 0;
}

/* Display WordPress Posts Widget */

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
	font-size: 14px;
	line-height: 1.2857142857;
	margin: 0 0 9px;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	font-size: 14px;
	line-height: 1.2857142857 !important;
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	margin: 9px 0 18px !important;
}

/* Follow Button Widget */

.widget_follow_button_widget iframe {
	margin-bottom: 0;
}

/* Gravatar & Gravatar Profile Widget */

.widget_gravatar img.avatar,
.widget-grofile .grofile-thumbnail {
	height: auto;
	max-width: 100% !important;
}

.widget-area .widget-grofile h4 {
	font-size: 12px;
	line-height: 1.2857142857;
	margin: 18px 0 9px;
	text-transform: uppercase;
}

.widget-area .widget-grofile .grofile-meta h4 {
	font-size: 18px;
	line-height: 1;
	text-transform: none;
}

/* Image Widget */

.widget_image .wp-caption,
.widget_image .wp-caption-text {
	margin-bottom: 0;
}

.widget_image img {
	height: auto;
}

/* Posts I Like Widget */

.widget_jetpack_posts_i_like .widgets-list-layout li {
	margin: 0;
}

/* Recent Comments Widget */

.widget_recent_comments table,
.widget_recent_comments td {
	border: 0;
}

.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 5px 5px 5px 0;
}

.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	padding: 5px 0 5px 5px;
	vertical-align: top;
}

/* Recent Images Widget */

.widget_recent_images img {
	height: auto;
}

/* Top Posts & Pages Widget */

.widget_top-posts .widgets-list-layout li {
	margin-bottom: 0;
}

/* Twitter(old) Widget */

.widget_twitter li {
	margin-bottom: 18px;
}

.widget_twitter li:last-child {
	margin-bottom: 0;
}

.widget_twitter iframe {
	margin: 18px 0 0;
}

/* List type Widgets */

.widget_jp_blogs_i_follow li,
.widget_delicious li,
.widgets-list-layout li,
.widget_top-clicks li,
.widget_top-posts li,
.top_rated li,
.widget_upcoming_events_widget .upcoming-events li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_jp_blogs_i_follow li:first-child,
.widgets-list-layout li:first-child,
.widget_top-clicks li:first-child,
.widget_top-posts li:first-child,
.top_rated li:first-child,
.widget_upcoming_events_widget .upcoming-events li:first-child {
	border-top: 0;
}

.content-sidebar .widget_jp_blogs_i_follow li,
.content-sidebar .widgets-list-layout li,
.content-sidebar .widget_top-clicks li,
.content-sidebar .widget_top-posts li,
.content-sidebar .top_rated li,
.content-sidebar .widget_upcoming_events_widget .upcoming-events li {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar widget-area .widget-grofile h4 {
	font-weight: 900;
}


/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 1008px) {
	.footer-sidebar .widget_jp_blogs_i_follow li,
	.footer-sidebar .widget_jp_blogs_i_follow li,
	.footer-sidebar .widget_top-clicks li,
	.footer-sidebar .widget_top-posts li,
	.footer-sidebar .top_rated li,
	.footer-sidebar .widget_upcoming_events_widget .upcoming-events li,
	.primary-sidebar .widget_jp_blogs_i_follow li,
	.primary-sidebar .widget_jp_blogs_i_follow li,
	.primary-sidebar .widget_top-clicks li,
	.primary-sidebar .widget_top-posts li,
	.primary-sidebar .top_rated li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_jp_blogs_i_follow li:last-child,
	.footer-sidebar .widget_jp_blogs_i_follow li:last-child,
	.footer-sidebar .widget_top-clicks li:last-child,
	.footer-sidebar .widget_top-posts li:last-child,
	.footer-sidebar .top_rated li:last-child,
	.footer-sidebar .widget_upcoming_events_widget .upcoming-events li:last-child,
	.primary-sidebar .widget_jp_blogs_i_follow li:last-child,
	.primary-sidebar .widget_jp_blogs_i_follow li:last-child,
	.primary-sidebar .widget_top-clicks li:last-child,
	.primary-sidebar .widget_top-posts li:last-child,
	.primary-sidebar .top_rated li:last-child {
		padding: 0;
	}

	.primary-sidebar .widget_blog_subscription input[type="text"],
	.footer-sidebar .widget_blog_subscription input[type="text"] {
		padding: 3px 2px !important;
	}

	.footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
	.primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,
	.footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
	.primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
	.footer-sidebar .widget-grofile .grofile-meta h4,
	.primary-sidebar .widget-grofile .grofile-meta h4 {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,
	.primary-sidebar .widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
		line-height: 1.5 !important;
	}

	.footer-sidebar .widget-grofile h4,
	.primary-sidebar .widget-grofile h4,
	.footer-sidebar .top_rated div > p:first-of-type,
	.primary-sidebar .top_rated div > p:first-of-type {
		font-size: 11px;
		line-height: 1.6363636363;
	}
}