-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (57 loc) · 1.26 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
/*
Theme Name: Salient Child
Theme URI: https://www.freestylecyclists.org/salient-child/
Description: Salient Child Theme
Author: Nik Dow
Author URI: https://www.freestylecyclists.org
Template: salient
Version: 1.0.0
Tags:
Text Domain: salient-child
*/
@import url("../salient/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
label span {
color: #27CFC3;
}
textarea[name=your-address] {
height: 80px;}
body a {
color: #053031 !important
}
#footer-outer #copyright .container .col p a {
color: #777777 !important
}
.farleft {
margin-left: -9999px !important;
height: 10px;
}
.smallfont {
font-size: 10px;
line-height: 1.1 ! important;
}
.medfont {
font-size: 12px;
line-height: 1.2 ! important;
}
.rightcol input.smallinput, .rightcol select.smallinput {
padding: 5px !important;
}
.leftcol {
vertical-align: middle;
}
article .post-title > a {
color: #FFFFFF !important;
}
.container-wrap {
margin-top: -100px !important;
}
.cc-featured-image-caption {
margin-top: -20px;
font-size: 10px;
}
div.sign_up table tbody tr td:first-child, div.sign_up table, div.sign_up table tbody td {
border: none !important;
text-align: left;
}