-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathstyle.css
More file actions
390 lines (312 loc) · 7.15 KB
/
style.css
File metadata and controls
390 lines (312 loc) · 7.15 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
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
/*
Theme Name: Project Yeti
Theme URI: https://www.bybe.net/project-yeti/
Author: Simon Hayter
Author URI: https://simonhayter.co.uk
Description: Project Yeti is a starter theme for developers, bloggers and website designers wanting a responsive WordPress template based on Zurb Foundation 6. Great for all modern browsers and compatible with most mobile phones, tablets and desktop computers! Powered by Zurb and coded by Simon Hayter from BYBE.
Version: 1.2
License: GNU GENERAL PUBLIC LICENSE
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Tags: light, white, blue, grey, responsive layout, left sidebar, right sidebar, custom Menu
Text-domain: projectyeti
This theme, like WordPress, is licensed under the GPL.
Use it to change the world every visitor at a time.
*/
.py-theme .top-bar {
padding: 0rem;
}
.py-theme .title-bar, .py-topbar {
position: relative;
}
.py-theme .top-bar, .py-theme .top-bar ul, .py-theme .top-bar .dropdown.menu .submenu, .py-theme .title-bar-title, .py-theme .title-bar {
background: #333;
color: #666;
border: medium none;
font-weight: 700;
text-transform: uppercase;
}
.py-theme .top-bar ul {
margin-left: 0;
}
.py-theme .dropdown.menu .has-submenu.is-down-arrow > a::after {
border-width: 0;
}
.py-theme .top-bar .dropdown.menu .submenu li a {
padding: 0.7rem 1rem;
}
.py-theme .top-bar li a {
color: #666;
}
.py-sidebar-footer h6 {
font-weight: 700;
}
.py-sidebar-footer ul {
margin-left: 0;
}
.py-sidebar-footer a {
color: rgba(255, 255, 255, 0.2);
}
.py-sidebar-footer a:hover {
color: rgba(255, 255, 255, 1);
}
.py-sidebar-footer li {
list-style: none;
}
.py-theme main figure {
margin: 1rem 0;
}
.py-theme main figure img {
border: 4px solid #fefefe;
border-radius: 0;
box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
display: inline-block;
line-height: 0;
margin-bottom: 1rem;
max-width: 100%;
transition: box-shadow 0.2s ease-out 0s;
}
.py-footer-menu-b {
background: #074e68;
padding: 1rem 0;
color: rgba(255, 255, 255, 0.2);
font-weight: 400;
}
.py-copyright {
background: #333;
width: 100%;
padding:1rem 0 0.5rem;
color: #666;
}
.py-copyright a {
color: #666;
padding: 3px 6px;
font-weight: 700;
text-transform: uppercase;
}
.py-copyright .menu .active > a {
background: transparent;
}
.py-copyright .py-lnk {
font-weight: normal;
text-transform: capitalize;
}
.py-copyright p {
margin-top: 0.5rem;
margin-bottom: 0;
}
.py-sidebar-newsletter {
background: #085a78 none repeat scroll 0 0;
padding: 1rem 0;
color: white;
}
.py-sidebar-newsletter p {
margin-bottom: 0;
}
.py-theme #sidebar ul {
list-style: none;
margin-left: 0;
}
.py-copyright a:hover, .py-theme .top-bar li a:hover {
color: white;
}
.py-sidebar-footer .widget_text:nth-child(2), .py-sidebar-footer .widget_text:nth-child(3), .py-sidebar-footer .widget_text:nth-child(4) {
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.py-theme .top-bar .dropdown.menu .submenu li a {
line-height: 45px;
}
.py-theme .top-bar .dropdown.menu .submenu {
border-top: 1px solid #444;
}
.pagination-centered {
margin:0 auto;
display: table;
}
.py-theme .page-numbers {
list-style: none;
}
.py-theme .page-numbers li {
display: inline;
}
.py-theme .page-numbers .current {
background: #2199e8 none repeat scroll 0 0;
color: #fefefe;
padding: 0 0.4rem;
}
.py-theme .dropdown.menu .has-submenu.is-right-arrow > a::after {
border-width: 0;
}
.demo-header {
background: rgba(0, 0, 0, 0) url("http://project-yeti.bybe.net/wp-content/uploads/2015/11/home-bg-01.svg") repeat scroll center center / cover ;
padding-bottom: 250px;
padding-top: 180px;
margin-top: -4rem;
margin-bottom: -4rem;
}
.demo-header h1 {
color: #fefefe;
font-size: 2.875rem;
margin: 0;
text-align: left;
}
.demo-header h2 {
color: #fefefe;
font-size: 1.3125rem;
font-weight: 200;
}
.demo-header .button {
background: #ff6908 none repeat scroll 0 0;
}
.demo-header .button {
margin-top: 20px;
}
.demo-header .button:hover {
background: #e05800 none repeat scroll 0 0;
}
.demo-header li a {
color: white;
}
.demo-header li a:hover {
color: #e05800;
}
@media only screen and (min-width: 640px) {
.py-theme .top-bar li:hover {
background: #121212;
}
.divider {
background: #444 none repeat scroll 0 0;
width: 1px;
}
main {
margin: 4rem 0;
}
}
@media only screen and (max-width: 639px) {
.menu-icon::after {
background: #666;
box-shadow: 0 7px 0 #666, 0 14px 0 #666;
}
.menu-icon:hover::after {
background: #fefefe;
box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.js-drilldown-back::before {
border-width: 0;
margin: 0;
}
.js-drilldown-back > a::before {
border-color: transparent #666;
margin-bottom: 3px;
}
.py-theme .submenu.is-drilldown-submenu.is-active {
margin-left: 0;
}
.has-submenu.submenu.is-drilldown-submenu.is-active li {
margin: 0.7rem 1rem;
}
.is-drilldown-submenu-parent > a::after {
border-color: transparent transparent transparent #666;
}
.menu.drilldown .is-drilldown-submenu-parent .has-submenu .is-drilldown-submenu-parent > a::after {
border-color: transparent transparent transparent #666;
float: right;
height: 0;
margin-top: 7px;
position: relative;
right: 0;
top: 0;
}
.menu.drilldown li:last-child {
margin-bottom: 0.5rem;
}
.top-bar-right li {
display: block;
}
.top-bar-right .is-drilldown {
height: auto!important;
}
.py-theme .is-drilldown-sub.is-active {
margin-left: 0;
padding: 0.5rem;
}
.py-copyright li {
display: block;
padding: 0.3rem 0;
}
.demo-header {
margin-bottom: -2rem;
margin-top: -2rem;
padding-bottom: 80px;
padding-top: 80px;
}
main {
margin: 2rem 0;
}
}
.vertical.menu.docs-menu li a {
padding-left: 0;
font-size: 0.85rem;
}
.docs-menu-title {
color: #999;
font-size: 0.75rem;
font-weight: bold;
line-height: 1;
margin-bottom: 0.5rem;
margin-top: 3rem;
padding-left: 0rem;
padding-top: 1.5rem;
text-transform: uppercase;
}
#YetiMenu .dropdown.menu .submenu > li {
list-style: none;
}
.py-copyright .menu > li:not(.menu-text):first-child > a {
padding-left: 0;
}
#YetiMenu .js-dropdown-active li a {
padding-right: 1.5rem;
position: relative;
display: block;
line-height: 1;
}
#YetiMenu .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
border-color: #666 transparent transparent;
}
#YetiMenu .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after {
border-color: #fff transparent transparent;
}
#YetiMenu .dropdown.menu > li.is-dropdown-submenu-parent.active > a {
color: #fff;
}
#YetiMenu .dropdown.menu > li.is-dropdown-submenu-parent.active > .first-sub.vertical li.active a {
color: #fff;
}
.wp-caption, .wp-caption-text {
font-weight: normal;
font-style: italic;
}
.gallery-caption {
font-weight: bold;
text-transform: uppercase;
}
.screen-reader-text, .bypostauthor {
font-weight: normal;
}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter {
text-align: center;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}