display categories w bullet points on product page
[ryf-theme.git] / css / style.css
1 /**
2 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
3 * your custom CSS modifications here.
4 */
5
6 body { margin: 0; min-width: 320px; }
7
8 a { transition: 0.3s; }
9
10 .navbar-default {
11 background: #000;
12 color: #FFF;
13 border: none;
14 border-radius: 0px;
15 box-sizing: content-box;
16 align-items: center;
17 margin-bottom: 100px;
18 min-height: 100px;
19 }
20
21 .navbar-header, #navbar-collapse {
22 max-width: 1150px;
23 padding: 0;
24 margin: 0 auto;
25 border: none;
26 overflow: hidden;
27 }
28
29 .navbar-default .navbar-toggle { display: none; }
30
31 .navbar-header {
32 position: absolute;
33 top: 5px;
34 }
35
36 .navbar-brand { display: none; }
37
38 #block-ryf-main-menu .navbar-nav { margin-left: 180px; }
39
40 .navbar-default .navbar-nav > .active > a,
41 .navbar-default .navbar-nav > .active > a:hover,
42 .navbar-default .navbar-nav > li > a {
43 color: #FFF;
44 background: #000;
45 border-bottom: 2px solid transparent;
46 padding-bottom: 10px;
47 margin-bottom: 5px;
48 }
49
50 .navbar-default .navbar-nav > .active > a,
51 .navbar-default .navbar-nav > .active > a:hover,
52 .navbar-default .navbar-nav > li > a:hover {
53 color: #edd400;
54 border-bottom: 2px solid #edd400;
55 padding-bottom: 5px;
56 margin-bottom: 10px;
57 }
58
59 .page-header {
60 border-bottom: 2px solid #000;
61 font-size: 2em;
62 }
63
64 .region-header .search-block-form {
65 width: 300px;
66 float: right;
67 }
68
69 @media screen and (min-width: 520px) and (max-width: 599px) {
70 .logo img { margin-left: 50px; }
71 #block-ryf-main-menu .navbar-nav { margin-left: 230px; }
72 }
73
74 @media screen and (min-width: 600px) and (max-width: 767px) {
75 .logo img { margin-left: 100px; }
76 #block-ryf-main-menu .navbar-nav { margin-left: 280px; }
77 }
78
79 @media screen and (max-width: 767px) {
80 .logo img { height: 150px; margin-top: 25px; }
81 .navbar-default { min-height: 230px; margin-bottom: 30px; }
82 #block-ryf-main-menu .navbar-nav { max-width: 130px; }
83 }
84
85 @media screen and (min-width: 768px) {
86 .navbar-nav { margin-top: 40px; }
87 }
88
89
90 /* Selectors */
91
92
93 @media screen and (min-width: 768px) {
94 .form-inline .form-item .select-wrapper {
95 display: block;
96 }
97 .form-inline .form-actions {
98 margin-top: 21px;
99 }
100 }
101
102
103 /* RYF List */
104
105
106 .ryf-list-row ul {
107 padding: 0;
108 margin: 0 auto;
109 overflow: auto;
110 }
111
112 .ryf-list {
113 float: left;
114 margin: 0;
115 padding: 0.5em;
116 position:relative;
117 list-style: none;
118 }
119
120 .ryf-list article {
121 border: 1px solid #ececec;
122 border-radius: 5px;
123 padding: 1em;
124 box-shadow: 2px 2px 5px #ddd;
125 transition: 0.3s;
126 }
127
128 .ryf-list article:hover {
129 box-shadow: 0px 0px 5px #aaa;
130 }
131
132 .ryf-list .field--type-image {
133 width: 150px;
134 height: 150px;
135 background: #fff;
136 border-radius: 10px;
137 display: flex;
138 align-items: center;
139 }
140
141 .ryf-list .field--name-field-image {
142 margin: 0 auto;
143 }
144
145 .ryf-list img {
146 max-width: 150px;
147 overflow: hidden;
148 }
149
150 .ryf-list img:hover {
151 border-radius: 0;
152 }
153
154 .ryf-list h2 {
155 text-align: left;
156 font-size: 1.5em;
157 font-weight: 500;
158 line-height: 1.2em;
159 margin: 0;
160 padding: 0;
161 padding-bottom: 1em;
162 }
163
164 .ryf-list a {
165 color: #118991;
166 text-decoration: none;
167 }
168
169 .ryf-list a:hover {
170 color: #000;
171 }
172
173 .ryf-list .node-readmore,
174 .ryf-list .tags,
175 .ryf-list .supplier {
176 width: 100%;
177 float: left;
178 font-size: 0.9em;
179 border-top: 1px solid #ccc4c4;
180 margin-top: 5px;
181 padding-top: 5px;
182 color: #afadad;
183 }
184
185 .ryf-list .node-readmore {
186 text-align: right;
187 }
188
189 .feed-icons {
190 clear: both;
191 }
192
193 @media screen and (min-width: 450px) and (max-width: 659px) {
194 .ryf-list-row ul {
195 max-width: 600px;
196 }
197 .ryf-list {
198 max-width: 300px;
199 float: none;
200 margin: 0 auto;
201 }
202 }
203 @media screen and (min-width: 660px) and (max-width: 767px) {
204 .ryf-list-row ul {
205 max-width: 600px;
206 }
207 .ryf-list-row {
208 margin: 0 auto;
209 max-width: 660px;
210 }
211 .ryf-list {
212 max-width: 300px;
213 float: left;
214 }
215 }
216
217
218 /* Vendors list */
219
220
221 @media screen and (max-width: 767px) {
222 .vendors-list-row {
223 margin: 0px auto;
224 }
225
226 .vendors-list {
227 margin-bottom: 40px;
228 list-style: none;
229
230 overflow: auto;
231 }
232
233 .vendors-list .views-field-field-icon {
234 width: 220px;
235
236 margin: 0px auto 20px auto;
237 }
238
239 .vendors-list .views-field-field-icon img {
240 margin: 0 auto;
241 }
242
243 .vendors-list .views-field-name, .vendors-list .views-field-description__value {
244 max-width: 300px;
245 margin: 0 auto 10px auto;
246 }
247
248 .vendors-list .views-field-name {
249 font-weight: bold;
250 font-size: 18px;
251 text-align: center;
252 }
253
254 }
255
256 @media screen and (min-width: 768px) {
257 .vendors-list-row {
258 width: 600px;
259 margin: 0px auto;
260 }
261
262 .vendors-list {
263 list-style: none;
264 clear: left;
265
266 overflow: auto;
267 }
268
269 .vendors-list .views-field-field-icon {
270 width: 220px;
271 height: 220px;
272
273 margin-bottom: 40px;
274
275 float: left;
276 }
277
278 .vendors-list .views-field-field-icon img {
279 margin: 0 auto;
280 }
281
282 .vendors-list .views-field-name, .vendors-list .views-field-description__value {
283 margin-left: 300px;
284 }
285
286 .vendors-list .views-field-name {
287 margin-bottom: 10px;
288 font-weight: bold;
289 font-size: 18px;
290 }
291 }
292
293
294 /* Sidebars */
295
296
297 @media screen and (max-width: 767px) {
298 .path-products #block-views-block-categories-categories-block { display: none; }
299 }
300
301
302 /* Vendor and Category taxonomy term pages */
303
304
305 .view-taxonomy-term .view-header .field--name-field-icon img {
306 margin: 0 auto;
307 }
308
309 .view-filters {
310 clear: left;
311 }
312
313 @media screen and (max-width: 559px) {
314 .view-taxonomy-term .view-header {
315 margin: 0 auto 40px auto;
316
317 overflow: auto;
318 }
319
320 .view-taxonomy-term .view-header .field--name-field-icon {
321 margin: 0 auto 20px auto;
322 width: 220px;
323 }
324
325 .view-taxonomy-term .view-header .field--name-description {
326 max-width: 360px;
327 margin: 0 auto;
328 padding: 0 10px;
329 }
330
331 }
332
333 @media screen and (min-width: 560px) {
334 .view-taxonomy-term .view-header {
335 margin: 0 0 40px 0;
336
337 overflow: auto;
338 }
339
340 .view-taxonomy-term .view-header .field--name-field-icon {
341 width: 220px;
342
343 float: left;
344 }
345
346 .view-taxonomy-term .view-header .field--name-description {
347 margin-left: 260px;
348 }
349
350 }
351
352 @media screen and (min-width: 768px) {
353 .view-taxonomy-term .view-header {
354 width: 700px;
355 }
356 }
357
358
359 /* Product */
360
361
362 @media screen and (max-width: 767px) {
363 .page-node-type-product .product {
364 max-width: 382px;
365 margin: 0 auto;
366 }
367 }
368
369 @media screen and (min-width: 768px) and (max-width: 991px) {
370 .page-node-type-product .product {
371 width: 700px;
372 margin: 0 auto;
373 }
374 }
375
376 @media screen and (min-width: 992px) {
377 .page-node-type-product .product {
378 width: 800px;
379 margin: 0 auto;
380 }
381 }
382
383 .page-node-type-product .product .field--name-field-image {
384 padding: 10px;
385
386 display: flex;
387 align-items: center;
388
389 border: 1px solid #888;
390 border-radius: 10px;
391 }
392
393 .page-node-type-product .product .field--name-field-extra-images {
394 padding: 5px;
395
396 display: flex;
397 align-items: center;
398
399 border: 1px solid #888;
400 border-radius: 10px;
401 }
402
403 .page-node-type-product .product .field--name-field-extra-images .field--item {
404 display: inline-block;
405 margin: auto;
406 padding: 5px;
407 }
408
409 .page-node-type-product .product .field--name-field-categories, .page-node-type-product .product .field--name-field-vendor {
410 margin: 10px 10px 20px 0px;
411 padding: 10px;
412 border: 1px solid #888;
413 border-radius: 10px;
414 }
415
416 .page-node-type-product .product .field--name-field-categories .field--item {
417 display: list-item;
418 list-style: circle;
419 margin-left: 15px;
420 }
421
422 /* product page colors */
423 .page-node-type-product .product .field--name-field-image {
424 background-color: #eee;
425 border-color: #aaa;
426 }
427 .page-node-type-product .product .field--name-field-extra-images {
428 background-color: #eee;
429 border-color: #aaa;
430 }
431 .page-node-type-product .product .field--name-field-categories {
432 background-color: #aef;
433 border-color: #0ad;
434 }
435 .page-node-type-product .product .field--name-field-vendor {
436 background-color: #afb;
437 border-color: #1a2;
438 }
439
440 @media screen and (max-width: 767px) {
441 .page-node-type-product .product .field--name-field-extra-images {
442 margin: 10px auto 0px auto;
443 }
444
445 .page-node-type-product .product .field--name-body, .page-node-type-product .product .field--name-field-vendor-product-link, .page-node-type-product .product .field--name-field-certification-details, .page-node-type-product .product .field--name-field-certification-date, .page-node-type-product .product .field--name-field-source-code-links {
446 margin-bottom: 20px;
447 }
448
449 .page-node-type-product .product .field--name-field-categories, .page-node-type-product .product .field--name-field-vendor {
450 float: left;
451 }
452
453 .page-node-type-product .product .field--name-body {
454 clear: both;
455 }
456 }
457
458
459 @media screen and (min-width: 768px) {
460 .page-node-type-product .product .field--name-field-image {
461 width: 382px;
462 float: left;
463 }
464
465 .page-node-type-product .product .field--name-field-extra-images {
466 float: left;
467 clear: left;
468
469 width: 382px;
470 margin-top: 10px;
471 }
472
473 .page-node-type-product .product .field--name-body, .page-node-type-product .product .field--name-field-vendor-product-link, .page-node-type-product .product .field--name-field-certification-details, .page-node-type-product .product .field--name-field-certification-date, .page-node-type-product .product .field--name-field-source-code-links {
474 margin-left: 400px;
475 margin-bottom: 20px;
476 }
477
478 .page-node-type-product .product .field--name-field-categories {
479 float: left;
480 clear: left;
481 }
482
483 .page-node-type-product .product .field--name-field-vendor {
484 float: left;
485 }
486
487 }
488
489
490 /* Footer */
491
492
493 .footer {
494 background: #333;
495 color: #FFF;
496 }
497
498 /* full page width for footer */
499 .footer {
500 width: 100%;
501 }
502
503 .footer a { color: #edd400; }
504
505 .footer a:hover { color: #FFF; }
506
507 .footer h4 { font-weight: bold; }
508
509 .footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; }
510
511 #fsf-logo-footer { margin-bottom: 10px; }
512
513 @media print { #fsf-logo-footer { filter: invert(100%) } }
514