-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
73 lines (61 loc) · 1.59 KB
/
Copy pathcustom.css
File metadata and controls
73 lines (61 loc) · 1.59 KB
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
header{
background-size: auto;
}
header .intro-text .intro-lead-in {
font-size: 35px;
line-height: 20px;
text-transform:normal;
font-weight:bold;
font-style:normal;
}
header .intro-text .intro-heading {
font-size: 20px;
line-height: 20px;
text-transform:none;
font-weight:normal;
}
.btn-xl {
border-color: #23572D;
background-color: #23572D;
}
.btn-xl:hover {
border-color: #2a2a2a;
background-color: #2a2a2a;
}
.btn-xl:focus {
border-color: #2a2a2a;
background-color: #2a2a2a;
}
.text-primary {
color: #23572D;
}
a:hover, a:focus, a:active {
color: #23572D;
}
a {
color: #2a2a2a;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
background: #23572D;
}
.btn-primary, .btn-primary:hover {
border-color: #23572D;
background-color: #23572D;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
color: #23572D;
}
.btn-xl.disabled, .btn-xl.active {
border-color: #23572D;
background-color: #23572D;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
border-color: #23572D;
background-color: #23572D;
}
.timeline > li .timeline-image {
background-color: #23572D;
}
.timeline > li .timeline-panel {
text-align: left;
}