forked from fahlap/sponsted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spons.css
289 lines (282 loc) · 6.12 KB
/
spons.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
* {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
font-weight: normal;
font-style: normal;
text-decoration: none;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
display: block;
}
body {
font-family: 'nunitosemibold',Arial, Helvetica, sans-serif;
font-size: 17px;
color: #333;
overflow-x: hidden;
min-width: 320px;
}
input,textarea,select{
font-family: 'nunitolight',Arial, Helvetica, sans-serif;
}
a{
color: #333;
}
a:hover,.submit:hover{
filter: alpha(opacity = 85);
-moz-opacity: 0.85;
-khtml-opacity: 0.85;
opacity: 0.85;
}
.thumb{
display: block;
}
.thumb img{
display: block;
width:100%;
}
p{
line-height:1.6em;
font-size: 16px;
font-family: 'nunitolight';
}
.hidden{
display:none;
}
br.clear {
clear: both;
line-height: 0;
}
.left{
float: left;
}
.right{
float: right;
}
.wrapper {
width: 90%;
margin: 0 auto;
max-width:1200px;
}
@font-face {
font-family: 'nunitosemibold';
src: url('../fonts/nunito/nunito-semibold-webfont.woff2') format('woff2'),
url('../fonts/nunito/nunito-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'nunitoregular';
src: url('../fonts/nunito/nunito_regular-webfont.woff2') format('woff2'),
url('../fonts/nunito/nunito_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'nunitolight';
src: url('../fonts/nunito/nunito_light-webfont.woff2') format('woff2'),
url('../fonts/nunito/nunito_light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'nunitobold';
src: url('../fonts/nunito/nunito_bold-webfont.woff2') format('woff2'),
url('../fonts/nunito/nunito_bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sanslight';
src: url('../fonts/opensans/opensans-light-webfont.woff2') format('woff2'),
url('../fonts/opensans/opensans-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansregular';
src: url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
url('../fonts/opensans/opensans-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sanssemibold';
src: url('../fonts/opensans/opensans-semibold-webfont.woff2') format('woff2'),
url('../fonts/opensans/opensans-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansbold';
src: url('../fonts/opensans/opensans-bold-webfont.woff2') format('woff2'),
url('../fonts/opensans/opensans-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'american_captainregular';
src: url('../fonts/american/american_captain-webfont.woff2') format('woff2'),
url('../fonts/american/american_captain-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
header{
padding: 45px;
/*background: linear-gradient(to left,#0E0E0E,#515151);*/
background: url(images/honey.jpeg);
}
header h1{
color: #fff;
text-align: left;
text-transform: uppercase;
font-size: 45px;
font-weight: bold;
font-family: american_captainregular;
}
#main{
}
#main section.content-item{
padding: 6.5% 0;
background: linear-gradient(to left,#0E0E0E,#515151);
}
#main section.content-item img{
margin-right: 10%;
}
#main section.content-item div{
float: none;
}
#main section.content-item div.right{
float: right;
padding-right: 10%;
margin-top: 45.50px;
}
#main section.content-item div h3{
color: #fff;
margin-bottom: 1%;
font-size: 50px;
}
#main section.content-item div.right h3{
font-weight: bold;
font-family: american_captainregular;
}
#main section.content-item div p{
font-family: sans-serif;
}
#main section.content-item div.right p{
color: #fff;
}
#main section.content-item.middle {
background: linear-gradient(to right,#FF2B06,#C92216,#f75f47);
}
#main section.content-item.middle div h3{
color: #000;
}
#main section.content-item.middle img{
margin-right: 0;
}
#main section.content-item.middle div.left{
float: left;
margin-top: 32.5px;
}
#main section.content-item.middle div.left h3{
font-weight: bold;
font-family: american_captainregular;
}
#main section.content-item.middle div.left p{
color: #fff;
}
footer{
background: url(images/honey.jpeg);
}
footer section#top{
text-align: right;
padding: 45px;
}
footer section#top button.move{
background-color: #000;
padding: 10px 25px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
footer section#top button.move a{
color: #fff;
font-family: american_captainregular;
font-weight: bolder;
font-size: large;
}
footer section#bottom{
padding: 10px 0;
text-align: center;
color: #fff;
background:#000;
}
@media (max-width: 1200px){
#main .content-item h3{
font-size: 45px;
}
}
@media (max-width: 850px){
#main .content-item h3 {
font-size: 41px;
}
}
@media (max-width: 768px){
#main .content-item h3 {
}
#main .content-item{
float: none;
width: 100%;
}
#main .content-item div.right{
float: none;
width: 100%;
}
#main section.content-item div.right p{
}
#main .content-item img {
width: 60%;
margin: 0 5% 5% 0;
}
#main .content-item.middle img {
margin: 0 0 5% 5%;
}
#main section.content-item.middle div.left h3{
margin-top: 6%;
}
}
@media (max-width: 640px){
#main .content-item,#main .content-item.middle{
padding: 60px 0;
}
#main .content-item h3 {
font-size: 29px;
}
}
@media (max-width: 500px){
#main .content-item img {
width: 90%;
}
}