-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresponsive.css
394 lines (354 loc) · 6.25 KB
/
responsive.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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
/* Tablet Layout: 768px.
Gutters: 24px.
Outer margins: 28px.
Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols 1 2 3 4 5 6 7 8
px 68 160 252 344 436 528 620 712 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wrapper {
width: 712px;
padding: 48px 28px 60px;
}
#selectnav1{display:none;}
#nav{display:block;}
.header_bottom ul li a {
font-size: 10px;
padding: 5px 13px;
}
.pgwSlider .ps-current span {
background: url("images/slider_arrow_tab.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.main_content {
margin-right: 0px;
width: 100%;
float:none !important;
}
.sidebar_container {
float: none;
margin: 25px auto 0px;
}
.footer_top_container {
margin-left: -10px;
}
.single_footer_top {
margin-left: 10px;
width: 230px;
}
/* single page style */
.more_themes_container {
margin-left: -25px;
}
.single_more_themes {
margin-left: 25px;
}
/* work archieve page style */
.single_work_container {
margin-left: -35px;
}
.single_work {
margin-left: 35px;
margin-bottom:35px;
}
.work_pagination .newer, .work_pagination .older {
margin-left: 15px;
}
/* work single page style */
.work_single_page_feature img {
width: 100%;
}
}
/* Mobile Layout: 320px.
Gutters: 24px.
Outer margins: 34px.
Inherits styles from: Default Layout.
---------------------------------------------
cols 1 2 3
px 68 160 252 */
@media only screen and (max-width: 767px) {
.wrapper {
width: 252px;
padding: 48px 34px 60px;
}
#selectnav1{display:block;height: 30px;width: 232px;}
#nav{display:none;}
.main_content {
margin-right: 0;
width: 252px;
float:none;
}
.pgwSlider > ul > li {
height: 65px !important;
}
.pgwSlider .ps-current span {
background: url("images/slider_arrow_small_mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.post_detail h2 {
font-size: 12px !important;
line-height: 15px;
margin-bottom: 0;
}
.post-meta p span {
font-size: 5px;
padding: 3px;
}
.post_excerpt {
text-align: center;
}
.post_excerpt img {
float: none;
}
.post_detail > a {
float: none;
margin: 10px auto;
}
.footer_top_container {
margin-left: 0;
}
.single_footer_top {
float: none;
margin-bottom: 20px;
margin-left: 0;
width: 252px;
}
.copyright {
float: none;
}
.copyright p {
text-align: center;
}
.social {
float: none;
margin-top: 10px;
}
.social ul {
text-align: center;
}
.social ul li {
display: inline-block;
float:none;
}
/* changing rules */
.logo {
float: none;
}
.logo a {
text-align: center;
}
.logo img{max-width:100%}
.search input[type="text"] {
width: 192px;
}
.post_date {
float: none;
margin-bottom: 10px;
margin-right: 0;
}
.post_date .date {
padding: 0;
}
.post_date h3 {
font-size: 10px !important;
margin-bottom: -10px;
margin-top: 0;
}
.post_date p {
font-size: 8px;
}
.post-meta {
margin-bottom: 5px;
}
.sidebar_container {
float: none;
margin: 30px auto 0;
width: 252px;
}
.newsletter form input[type="text"] {
width: 230px;
}
.newsletter input[type="email"] {
width: 235px;
}
.social ul li a {
font-size: 16px;
}
/* single page style*/
.more_themes_container {
margin-left: 0;
}
.single_more_themes {
margin: 0px auto 10px;
float: none
}
/* work archieve page style */
.single_work_container {
margin-left: 0;
}
.single_work {
float: none;
margin: 0 auto 10px;
width:252px;
height:142px;
}
.single_work h2 {
font-size: 10px;
line-height: 20px;
padding: 0 5px;
}
.work_pagination {
margin-left: 0;
width: 100%;
}
/* work single page style */
.more_works_container {
margin-left: 0;
}
.single_more_works {
float: none;
margin: 0 auto 10px;
}
.single_more_works a h2 {
font-size: 8px;
line-height: 15px;
padding: 2px 5px;
}
}
/* Wide Mobile Layout: 480px.
Gutters: 24px.
Outer margins: 22px.
Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols 1 2 3 4 5
px 68 160 252 344 436 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper {
width: 436px;
padding: 36px 22px 48px;
}
#selectnav1{display: block;
height: 30px;
width: 415px;}
#nav{display:none;}
.main_content {
margin-right: 0;
width: 436px;
float:none;
}
.pgwSlider > ul > li {
height: 65px !important;
}
.pgwSlider .ps-current span {
background: url("images/slider_arrow_wide_mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.post_detail h2 {
font-size: 20px !important;
line-height: 25px;
}
.post-meta p span {
padding: 5px 10px;
font-size: 8px;
}
.post_excerpt {
text-align: center;
}
.post_excerpt img {
float: none;
}
.post_detail > a {
float: none;
margin: 10px auto;
}
.sidebar_container {
float: none;
margin: 30px auto 0;
width:300px;
}
.footer_top_container {
margin-left: 0;
}
.single_footer_top {
float: none;
margin-bottom: 20px;
margin-left: 0;
width: 436px;
}
.copyright {
float: none;
}
.copyright p {
text-align: center;
}
.social {
float: none;
margin-top: 10px;
}
.social ul {
text-align: center;
}
.social ul li {
display: inline-block;
float:none;
}
.logo {
float: left;
}
.post_date {
float: left;
margin-bottom: 0px;
margin-right: 5px;
}
.post_date .date {
padding: 10px;
}
.social ul li a {
font-size: 20px;
}
/* Single page style */
.more_themes_container {
margin-left: -10px;
}
.single_more_themes {
margin-left: 10px;
width: 138px;
float:left;
}
.more_post a {
margin-bottom: 5px;
font-size: 12px;
line-height: 15px;
}
/* work archieve page style */
.single_work_container {
margin-left: 0;
}
.single_work {
float: none;
margin: 0 auto 10px;
width:337px;
height:190px;
}
/* work single page style */
.more_works_container {
margin-left: -5px;
}
.single_more_works {
margin-left: 5px;
width: 142px;
float:left;
}
.single_more_works a h2 {
font-size: 8px;
line-height: 15px;
padding: 2px 5px;
}
}
/* Retina media query.
Overrides styles for devices with a
device-pixel-ratio of 2+, such as iPhone 4.
----------------------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
body {
}
}