-
Notifications
You must be signed in to change notification settings - Fork 0
/
clr-11.css
152 lines (88 loc) · 1.71 KB
/
clr-11.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
.divider-m .zigzag.medium, .divider .zigzag.large {
stroke: #127f7d ;
}
.but.opc-2{
background:#127f7d;
/* Prevent background color leak outs */
-webkit-background-clip: padding-box;
-moz-background-clip:padding;
background-clip:padding-box;
}
.but.opc-3{
background:#127f7d;
/* Prevent background color leak outs */
-webkit-background-clip: padding-box;
-moz-background-clip:padding;
background-clip:padding-box;
}
.main-nav li a:before {
background: #127f7d;
}
.main-nav li a.active:before{
background: #127f7d;
}
.main-nav li a.active{
background: #127f7d;
}
.social a:hover {
border: 2px solid #127f7d;
color: #127f7d;
}
.skill.dev .progress {
border:1px solid #127f7d;
}
.skill.dev .progress .percentage {
background-color: #127f7d;
}
.skill .title.dev{
border: 1px dashed #127f7d;
}
.exp:after{
background: #127f7d;
}
.exp .hgroup h6 span.current{
background: #127f7d;
}
.block.service .ico{
color: #127f7d;
}
.filter li a:hover {
color: #127f7d;
}
.filter li a.active {
color: #127f7d;
}
.item a .desc {
background: rgba(0, 148, 115, 0.95) none repeat scroll 0 0;
}
.block-nav-work li a:hover{
color:#127f7d;
}
span.meta-date{
background: #127f7d;
}
.post-meta li a{
color:#127f7d;
}
.search-form input[type="text"] {
background: #127f7d;
}
.comments .reply-btn a {
background: #127f7d;
}
.comment-content .date a {
color: #127f7d;
}
.pagination ul li a.selected {
color: #127f7d;
}
.errorForm {
border: 1px solid #127f7d !important;
}
.address-info i {
background:#127f7d;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background: #127f7d;
}