Commit | Line | Data |
---|---|---|
1e7a45c4 VSB |
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; } | |
7 | ||
8 | .navbar-default { | |
9 | background: #000; | |
10 | color: #FFF; | |
11 | border: none; | |
12 | border-radius: 0px; | |
13 | box-sizing: content-box; | |
14 | display: flex; | |
15 | flex-direction: column-reverse; | |
16 | align-items: center; | |
17 | margin-bottom: 100px; | |
18 | min-height: 100px; | |
19 | } | |
20 | ||
21 | .navbar-header, #navbar-collapse { | |
22 | max-height: 80px; | |
23 | width: 95%; | |
24 | max-width: 1150px; | |
25 | padding: 0; | |
26 | margin: 0 auto; | |
27 | } | |
28 | ||
29 | .navbar-header { | |
30 | position: absolute; | |
31 | top: 5px; | |
32 | } | |
33 | ||
34 | .navbar-default .navbar-nav>li>a { color: #FFF; } | |
35 | .navbar-default .navbar-nav>li>a:hover { color: #777 } | |
36 | ||
37 | #block-bootstrap-main-menu { margin-left: 200px; width: 100%; } | |
38 | ||
39 | footer { background: #333; color: #FFF; } | |
40 | footer a { color: #edd400; } | |
41 | footer a:hover { color: #FFF; } | |
42 | footer h4 { font-weight: bold; } | |
43 | footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; } | |
44 | ||
45 | ||
46 | .ryf-list img{max-width:100%;} | |
47 | ||
48 | .ryf-list { | |
49 | width: 100%; | |
50 | padding: 10px; | |
51 | border: 1px solid #f5efef; | |
52 | float: left; | |
53 | margin: 15px 0; | |
54 | border-radius: 5px; | |
55 | box-shadow: 2px 3px 0px #e4d8d8; | |
56 | position:relative; | |
57 | overflow:hidden; | |
58 | } | |
59 | .ryf-list h3{ | |
60 | text-align: left; | |
61 | color: #118991; | |
62 | font-size: 1.5em; | |
63 | font-weight: 500; | |
64 | line-height: 1.2em; | |
65 | margin: 0px; | |
66 | padding: 0px; | |
67 | border-bottom: 1px solid #ccc4c4; | |
68 | margin-bottom: 5px; | |
69 | padding-bottom: 5px; | |
70 | } | |
71 | ||
72 | .ryf-list .tags, .ryf-list .supplier { | |
73 | width: 100%; | |
74 | float: left; | |
75 | font-size: 0.9em; | |
76 | border-top: 1px solid #ccc4c4; | |
77 | margin-top: 5px; | |
78 | padding-top: 5px; | |
79 | color: #afadad; | |
80 | } | |
81 |