forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdecorate.css
More file actions
149 lines (147 loc) · 2.81 KB
/
decorate.css
File metadata and controls
149 lines (147 loc) · 2.81 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
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
.client-part {
background: url(../../../assets/img/portfolio/section-bg1.jpg) center center no-repeat;
background-size: cover;
padding: 55px 0;
text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
client area1{
background:#fff;
font-family: 'Open Sans', serif;
font-size:14px;
font-weight:normal;
color:#888888;
margin:0;
}
.container1 {
position: relative;
z-index: 1;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 900px;
overflow: hidden;
min-height: 0px !important;
}
@media (min-width: 1200px)
.container {
width: 1170px;
}
element.style {
visibility: visible;
animation-name: fadeInDown;
}
.quote-right {
font-style: normal;
width: 68px;
height: 68px;
margin: 0 auto;
border: 2px solid #7cc576;
border-radius: 50%;
display: block;
line-height: 68px;
text-align: center;
font-size: 27px;
color: #7cc576;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
i {
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
}
Style Attribute {
visibility: visible;
animation-name: fadeInDown;
}
@keyframes fadeInDown
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.fa-quote-right:before {
content: "\f10e";
}
.client-part-haead {
color: #fdfdfd;
font-size: 28px;
line-height: 41px;
margin: 30px 0 10px;
font-family: ''Open Sans',sans-serif';
font-style: italic;
}
.client li a img {
margin-bottom: 15px;
border-radius: 50%;
}
a:hover, a:focus {
color: #2a6496;
text-decoration: underline;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.client li a span {
color: #f1f1f1;
}
.client li a h3 {
color: #ffffff;
}
h3 {
font-family: 'Montserrat', sans-serif;
color: #711d1d;
font-size: 16px;
margin: 0 0 5px 0;
text-transform: uppercase;
font-weight: 400;
}
.c-logo-part {
background: #7cc576;
padding: 25px 0;
filter: alpha(opacity=60);
}
.c-logo1-part {
background: #808080;
padding: 25px 0;
filter: alpha(opacity=60);
}
#client img:hover {
-webkit-filter: opacity(50%);
filter: opacity(100%);
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}