-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
627 lines (573 loc) · 17 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
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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
/*
Theme Name: Alaskan Malamute Club NL
Theme URI: https://github.com/stephanmahieu/amcn-wordpress-theme
Author: Stephan Mahieu (parent theme by the WordPress team)
Author URI: https://www.amcn.nl/
Template: twentyfourteen
Description: Adaptation (Child) of the wordpress Twenty Fourteen theme for the Alaska Malamute Club Nederland (A.M.C.N.).
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen-child
*/
/* Light green bg: #f5ffed */
/* Bright green : #55d737 */
/* Green : #41a62a */
/* Darker green : #24890d */
/* Center the content instead of left-align which looks better on wide displays */
.site { margin: 0 auto; }
/* reduce margin-top headings for h5 and h6 (default 36px) */
h5, h6 {margin-top: 18px}
/* Override the width (parent size is 474) */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
max-width: 774px;
}
.post-navigation,
.image-navigation {
max-width: 774px;
}
.archive-header,
.page-header {
max-width: 774px;
}
.contributor-info {
max-width: 774px;
}
.comments-area {
max-width: 714px;
padding-bottom: 5px;
padding-top: 10px;
line-height: 1.3; /* default 1.5 */
font-size: 85%; /* default 100% */
background-color: #e6ffde;
/*background-color: rgba(239, 239, 239, 0.84);*/
border: 1px solid #cccccc;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
max-width: 774px;
}
/* add home image left to the site title */
h1.site-title a {
background: url('images/home18x18.png') no-repeat left center;
padding-left: 26px;
}
h1.site-title a:hover,
h1.site-title a:active{
background: url('images/home18x18_green.png') no-repeat left center;
}
/* make comments more compact */
article.comment-body {
padding-top: 18px; /* default 36 */
margin-bottom: 12px; /*default 36 */
}
/* Move the menu a little to the left so submenus fit */
.primary-navigation {
margin-right: 45px;
}
/* Reduce the offset so submenu's do not disappear off screen */
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
left: 40%; /* default 100% */
}
/* Change alignment site-info in the footer */
.site-info {
text-align: right;
}
/* Change color site-info in the footer */
.site-info,
.site-info a {
color: #a0a0a0;
}
/* no border between posts */
.list-view .site-content .hentry {
border-top: none; /* default 1px solid rgba(0, 0, 0, 0.1) */
padding-top: 0; /* default 48px */
}
/* keep space between the menu and the first post */
.full-width .site-content .hentry.has-post-thumbnail:first-child {
margin-top: -48px; /* default -72px; */
}
/* Make posts more compact */
article.type-post {
margin-bottom: 30px; /* default 48px */
border: 1px solid #cccccc;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
article.type-post div.entry-content {
line-height: 1.3; /* default 1.5 */
font-size: 85%; /* default 100% */
}
article.type-post div.entry-content p {
margin-bottom: 12px; /* default 24px */
}
article.type-post div.entry-content {
padding-top: 0px; /* default 12px */
}
article.type-post div.entry-meta {
margin-bottom: 2px; /* default 8px */
}
/* Reduce size h1 post title */
article.type-post header.entry-header h1.entry-title {
font-size: 24px; /* default 33px */
text-transform: none; /* default uppercase */
font-weight: 400;
}
/* Reduce size h1 post title even more on narrow display */
@media (max-width: 400px) {
article.type-post header.entry-header h1.entry-title {
font-size: 18px;
}
}
/* Reduce size featured image post to max 500 */
img.wp-post-image {
max-width: 500px; /* default 100% */
}
/* Reduce size featured image post to available width on narrow display */
@media (max-width: 499px) {
img.wp-post-image {
max-width: 100%;
}
}
article.type-post .post-thumbnail {
margin: 0 auto; /* keep it centered */
padding-top: 10px;
}
/* Make full width image background same width as post */
article.type-post.hentry {
max-width: 774px;
}
/* Meta info post (date) */
article.type-post div.entry-meta {
/* display: none; */
background-color: transparent;
}
/* Hide meta info post author */
article.type-post header.entry-header span.author.vcard {
display: none;
}
.entry-meta a{
color: #939393; /* default #767676 */
}
/* Reduce size header */
article.type-post header.entry-header,
.site-content .has-post-thumbnail .entry-header {
padding-top: 16px; /* default 24px */
padding-bottom: 6px; /* default 12px */
}
/* Give posts a background color */
article.type-post header.entry-header,
article.type-post div.entry-content,
.site-content .has-post-thumbnail .entry-header {
/* background-color: #f0f0f0;*/
background-color: rgba(239, 239, 239, 0.84);
}
/* article.type-post header.entry-header {
do not overlap bottom image
margin-top: 0 !important;
} */
/* Adjust right-aligned images */
.full-width .site-content blockquote.alignright,
.full-width .site-content img.size-full.alignright,
.full-width .site-content img.size-large.alignright,
.full-width .site-content img.size-medium.alignright,
.full-width .site-content .wp-caption.alignright {
margin-right: 0px; /* default -168px; */
}
/* Adjust left-aligned images */
.full-width .site-content blockquote.alignleft,
.full-width .site-content img.size-full.alignleft,
.full-width .site-content img.size-large.alignleft,
.full-width .site-content img.size-medium.alignleft,
.full-width .site-content .wp-caption.alignleft {
margin-left: 0px; /* default -168px; */
}
/*------------------------------------------------*/
/*---------------[sidebar styling]----------------*/
/*------------------------------------------------*/
/* keep widget title close to content */
aside h1.widget-title {
margin-bottom: 10px !important; /* default 18 */
}
/*------------------------------------------------*/
/*----------------[Styling table]-----------------*/
/*------------------------------------------------*/
article table {
border: 1px solid #24890d;
}
article.type-page table {
background-color: #f5ffed; /* #e6ffde; */
}
article table th {
color: #fff;
background-color: #24890d;
text-transform: none;
font-variant: small-caps;
cursor: default;
}
article table td {
vertical-align: top;
cursor: default;
border-color: #a1d0a1;
}
article table tr:first-child th {
border-top: 0;
}
article table tr:last-child td {
border-bottom: 0;
}
article table tr td:first-child,
article table tr th:first-child {
border-left: 0;
}
article table tr td:last-child,
article table tr th:last-child {
border-right: 0;
}
/*------------------------------------------------*/
/*------------[Styling unordered list]------------*/
/*------------------------------------------------*/
/* Bullet list level 1, use an image (replacing disc) */
ul li {
list-style-image: url('images/paw-bullet.png');
}
/* Bullet list sidebar, keep using disc here */
div#primary-sidebar ul li
{
list-style-type: disc;
list-style-image: none;
}
/* List level 2, use disc bullet */
ul ul li {
list-style-type: disc;
list-style-image: none;
}
/* List level 3, use circle bullet */
ul ul ul li {
list-style-type: circle;
list-style-image: none;
}
/* List level 4 and up, use square bullet */
ul ul ul ul i {
list-style-type: square;
}
/* reduce space between a paragraph and an unordered list */
p + ul {
margin-top: -0.9em;
}
/*------------------------------------------------*/
/*--------------[styling Blockquote]--------------*/
/*------------------------------------------------*/
blockquote {
font-size: 16px;
font-style: italic;
margin-top: 6px;
margin-bottom: 12px;
padding: 0.25em 40px 0.25em 44px;
line-height: 1.45;
position: relative;
color: #000000;
background:#f4f4f4;
border-radius: 3px;
box-shadow: -1px -1px 4px 2px rgba(65, 65, 65, 0.25);
-moz-box-shadow: -1px -1px 4px 2px rgba(65, 65, 65, 0.25);
-webkit-box-shadow: -1px -1px 4px 2px rgba(65, 65, 65, 0.25);
}
blockquote:before,
blockquote:after {
font-family: Arial, Helvetica, sans-serif;
font-size: 110px;
color: #C6C6C6;
filter: alpha(opacity=50); /* IE 5-7 */
opacity: 0.75;
}
blockquote:before {
display: block;
content: "\201C";
position: absolute;
left: -5px;
top: -32px;
}
blockquote:after {
position: absolute;
content: "\201D";
right: 10px;
bottom: 30px;
line-height: 0.1em;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 15px;
text-align: right;
}
blockquote p {
padding-top: 12px;
margin-top: 0px;
margin-bottom: 6px;
}
blockquote cite:before {
content: "\2014 \2009";
}
/*------------------------------------------------*/
/*------------[AMCN Shortcode styling]------------*/
/*------------------------------------------------*/
.center-box-outer {
display: flex;
flex-direction: column;
}
.center-box-inner {
margin: 0 auto;
}
.geboortebericht,
.dekbericht,
.planbericht {
width: 500px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
text-align: center;
line-height: 1.35;
background-color: #F0F0F0;
border: 1px solid #BCBCBC;
padding: 8px 4px 15px 4px;
border-radius: 5px;
-moz-box-shadow: 7px 7px 5px #aaa;
-webkit-box-shadow: 7px 7px 5px #aaa;
box-shadow: 7px 7px 5px #aaa;
}
.geboortebericht {
background-image: url("images/stroller.png");
background-position: 99% 8px;
background-repeat: no-repeat;
}
.dekbericht {
background-image: url("images/two-hearts.png");
background-position: 99% 8px;
background-repeat: no-repeat;
}
.planbericht {
background-image: url("images/calendar.png");
background-position: 99% 8px;
background-repeat: no-repeat;
}
.geboorte-kennel,
.dek-kennel {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
.gender_label {
font-weight: bold;
width: 36px;
display: table-cell;
padding-right: 2px;
text-align: left;
}
.dek-naam{
display: table-cell;
}
.geboorte-reu,
.dek-reu,
.geboorte-teef,
.dek-teef{
text-align: left;
}
.geboorte-contact,
.dek-datum,
.dek-contact,
.geboorte-datum,
.geboorte-aantalbeschikbaar {
}
.geboorte-aantal {
margin-right: 8px;
font-weight: bold;
}
.geboorte-beschikbaar {
color: #B40000;
font-style: italic;
}
.dekbericht .center-box-outer,
.geboortebericht .center-box-outer,
.planbericht .center-box-outer {
margin: 6px 0;
}
/*------------------------------------------------*/
/*----------[Tabel aangesloten fokkers]-----------*/
/*------------------------------------------------*/
th.fokinfo-column {
min-width: 5.0em;
padding: 5px;
font-variant: all-small-caps;
}
span.fokinfo {
font-size: 12px;
display: inline-block;
background-color: #41a62a;
color: white;
font-weight: bold;
padding: 1px;
margin-bottom: 2px;
min-width: 12px;
border-radius: 12px;
border: 1px solid #24890d;
text-align: center;
}
th span.fokinfo {
border-color: #55d737;
}
.fokkerlogo {
border: 1px solid #24890d;
}
/*------------------------------------------------*/
/*---------[Basic Google Maps Placemarks]---------*/
/*------------------------------------------------*/
/* Make width more responsive */
#bgmp_map-canvas{
width: 100% !important;
border: 1px solid #24890d;
}
/*------------------------------------------------*/
/*-------------[Stupid Table Sorter]--------------*/
/*------------------------------------------------*/
th[data-sort]{
cursor: pointer;
background-image: url("images/sort_bg.gif");
background-repeat: no-repeat;
background-position: right 20%;
}
th.sorting-asc{background-image: url("images/sort_asc.gif")}
th.sorting-desc{background-image: url("images/sort_desc.gif")}
/*------------------------------------------------*/
/*-----------[Fast Secure Contact Form]-----------*/
/*------------------------------------------------*/
/* Alignment DIVs */
.fscf-div-form { width:99%; max-width:555px; }
.fscf-div-left-box { float:left; width:55%; max-width:270px; }
.fscf-div-right-box { float:left; width:235px; }
.fscf-div-clear { clear:both; }
.fscf-div-field-left { clear:left; float:left; width:99%; max-width:550px; margin-right:10px; }
.fscf-div-field-prefollow { clear:left; float:left; width:99%; max-width:340px; margin-right:10px; }
.fscf-div-field-follow { float:left; padding-left:10px; width:99%; max-width:130px; }
.fscf-div-label { text-align:left; padding-top:5px; }
.fscf-div-field { text-align:left; }
.fscf-div-captcha-sm { width:175px; height:50px; padding-top:2px; }
.fscf-div-captcha-m { width:250px; height:65px; padding-top:2px; }
.fscf-image-captcha { border-style:none; margin:0; padding:0px; padding-right:5px; float:left; }
.fscf-image-captcha-refresh { border-style:none; margin:0; padding:0px; vertical-align:bottom; }
.fscf-div-submit { text-align:left; clear:both; padding-top:15px; }
.fscf-fieldset { border:1px solid black; width:99%; max-width:550px; padding:10px; }
/* Styles of labels, fields and text */
.fscf-required-indicator { text-align:left; }
.fscf-required-text { text-align:left; font-style:italic; }
.fscf-hint-text { font-size:x-small; font-weight:normal; }
.fscf-div-error { text-align:left; color:red; }
.fscf-div-redirecting { text-align:left; font-weight:bold; font-style:italic; }
.fscf-fieldset-field { border:1px solid grey; width:97%; max-width:500px; padding:10px; }
.fscf-label { display:inline; font-size: 95%; }
.fscf-option-label { display:inline; }
.fscf-input-text { text-align:left; margin:0; width:99%; max-width:340px; }
.fscf-input-captcha { text-align:left; margin:0; width:50px; }
.fscf-input-textarea { text-align:left; margin:0; width:99%; max-width:340px; height:90px; }
.fscf-input-select { text-align:left; }
.fscf-input-checkbox { width:22px; height:32px; }
.fscf-input-radio { width:22px; height:32px; }
.fscf-button-submit { cursor:pointer; margin:0; font-size:1.0em; color:#FFFFFF; font-weight:bold; }
.fscf-button-reset { cursor:pointer; margin:0; }
.fscf-button-vcita { text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:10px; }
.fscf-button-div-vcita { border-left:1px dashed #ccc; margin-top:25px; height:50px; padding:8px 20px; }
.fscf-powered-by { font-size:x-small; font-weight:normal; padding-top:5px; text-align:center; }
/* Do not override the global Placeholder styles */
/* Placeholder Style - WebKit browsers - Safari, Chrome */
/* ::-webkit-input-placeholder { opacity:0.6; color:#333333; } */
/* Placeholder Style - Mozilla Firefox 4 - 18 */
/* :-moz-placeholder { opacity:0.6; color:#333333; } */
/* Placeholder Style - Mozilla Firefox 19+ */
/* ::-moz-placeholder { opacity:0.6; color:#333333; } */
/* Placeholder Style - Internet Explorer 10+ */
/* :-ms-input-placeholder { opacity:0.6; color:#333333; } */
/* Give each text-input field a background color */
.fscf-div-form input[type=text],
.fscf-div-form input[type=file],
.fscf-div-form textarea {
background-color: #f5f5f5;
box-shadow: 2px 2px 0 #828181 inset;
border-radius: 3px;
padding: 6px;
}
/* fix alignment */
.fscf-option-label {
vertical-align: top;
}
input[type="checkbox"],
input[type="radio"] {
margin-top: -4px;
}
.fscf-div-form legend {
padding: 0 3px;
color: #24890d;
width: auto;
}
/*------------------------------------------------*/
/*----------------[Contact Form 7]----------------*/
/*------------------------------------------------*/
.wpcf7-text,
.wpcf7-date,
.wpcf7-textarea { text-align:left; margin:0; width:99%; max-width:340px; }
.wpcf7-textarea { height:90px; }
.wpcf7-total { text-align: right; }
.wpcf7-small { max-width: 100px; }
.wpcf7-120px { max-width: 120px; }
.wpcf7-150px { max-width: 150px; }
.wpcf7-form fieldset { border: 1px solid black; width: 99%; max-width: 550px; padding: 10px; }
.wpcf7-form fieldset legend { padding: 0 3px; color: #24890d; width: auto; }
/* Give each text-input field a background color */
.wpcf7-text,
.wpcf7-date,
.wpcf7-textarea,
.wpcf7-number,
.wpcf7-total,
.wpcf7-file{
background-color: #f5f5f5;
box-shadow: 2px 2px 0 #828181 inset;
border-radius: 3px;
padding: 6px;
}
/* .wpcf7-date { max-width:120px; } */
/* 2 or 3 column fields layout */
.wpcf7-one-half,
.wpcf7-one-third,
.wpcf7-two-third{
position: relative;
margin-right: 4%;
float: left;
margin-bottom: 20px;
}
.wpcf7-one-half { width: 48%; }
.wpcf7-one-third { width: 30.66%; }
.wpcf7-two-third { width: 63.66%; }
.wpcf7-last {
margin-right: 0 !important;
clear: right;
}
@media only screen and (max-width: 590px) {
.wpcf7-one-half,
.wpcf7-one-third {
width: 100%;
margin-right: 0;
}
}
/*------------------------------------------------*/
/*---[Contact Form 7, reCaptcha v3 integration]---*/
/*------------------------------------------------*/
.grecaptcha-badge {
opacity:0 !important;
}