adjustments to mobile style
[ryf-theme.git] / css / style.css
CommitLineData
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
658e30ec 6body { margin: 0; min-width: 320px; }
1e7a45c4 7
b4ed810a
VSB
8a { transition: 0.3s; }
9
1e7a45c4
VSB
10.navbar-default {
11 background: #000;
12 color: #FFF;
13 border: none;
14 border-radius: 0px;
15 box-sizing: content-box;
1e7a45c4
VSB
16 align-items: center;
17 margin-bottom: 100px;
18 min-height: 100px;
19}
20
21.navbar-header, #navbar-collapse {
1e7a45c4
VSB
22 width: 95%;
23 max-width: 1150px;
24 padding: 0;
25 margin: 0 auto;
bfc9c2d3
VSB
26 border: none;
27 overflow: hidden;
1e7a45c4
VSB
28}
29
67263bd5 30.navbar-default .navbar-toggle { display: none; }
bfc9c2d3 31
1e7a45c4
VSB
32.navbar-header {
33 position: absolute;
34 top: 5px;
35}
36
67263bd5 37.navbar-brand { display: none; }
ccc0e97e
VSB
38
39#block-ryf-main-menu .navbar-nav { margin-left: 180px; }
40
0af85f8e 41.navbar-default .navbar-nav > .active > a,
b4ed810a 42.navbar-default .navbar-nav > .active > a:hover,
0af85f8e 43.navbar-default .navbar-nav > li > a {
b4ed810a 44 color: #FFF;
0af85f8e 45 background: #000;
b4ed810a 46 border-bottom: 2px solid transparent;
0af85f8e
AE
47 padding-bottom: 10px;
48 margin-bottom: 5px;
b4ed810a
VSB
49}
50
b4ed810a 51.navbar-default .navbar-nav > .active > a,
0af85f8e
AE
52.navbar-default .navbar-nav > .active > a:hover,
53.navbar-default .navbar-nav > li > a:hover {
b4ed810a
VSB
54 color: #edd400;
55 border-bottom: 2px solid #edd400;
56 padding-bottom: 5px;
0af85f8e 57 margin-bottom: 10px;
b4ed810a
VSB
58}
59
cafdcde8 60.page-header {
357e6db1 61 border-bottom: 2px solid #000;
cafdcde8
VSB
62 font-size: 2em;
63}
64
2cbded31
VSB
65.region-header .search-block-form {
66 width: 300px;
67 float: right;
68}
69
2f113c95
AE
70@media screen and (min-width: 520px) and (max-width: 599px) {
71 .logo img { margin-left: 50px; }
72 #block-ryf-main-menu .navbar-nav { margin-left: 230px; }
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
cd0efca0
AE
85/* Selectors */
86
87@media screen and (min-width: 768px) {
88 .form-inline .form-item .select-wrapper {
89 display: block;
90 }
91 .form-inline .form-actions {
92 margin-top: 21px;
93 }
94}
95
16670121 96/* RYF List */
b4ed810a 97
16670121
VSB
98.ryf-list {
99 float: left;
100 margin: 0;
101 padding: 0.5em;
102 position:relative;
103 list-style: none;
104}
b4ed810a 105
16670121
VSB
106.ryf-list article {
107 border: 1px solid #ececec;
108 border-radius: 5px;
109 padding: 1em;
110 box-shadow: 2px 2px 5px #ddd;
111 transition: 0.3s;
112}
1e7a45c4 113
16670121
VSB
114.ryf-list article:hover {
115 box-shadow: 0px 0px 5px #aaa;
b4ed810a 116}
1e7a45c4 117
16670121
VSB
118.ryf-list .field--type-image {
119 width: 100%;
120 background: #fff;
121 border-radius: 10px;
122 display: flex;
123 justify-content: center;
1e7a45c4 124}
b4ed810a 125
16670121
VSB
126.ryf-list img {
127 max-width: 150px;
b4ed810a 128 min-height: 150px;
16670121
VSB
129 overflow: hidden;
130}
131
132.ryf-list img:hover {
133 border-radius: 0;
ccc0e97e 134}
b4ed810a 135
ccc0e97e 136.ryf-list h2 {
b4ed810a
VSB
137 text-align: left;
138 font-size: 1.5em;
139 font-weight: 500;
140 line-height: 1.2em;
16670121
VSB
141 margin: 0;
142 padding: 0;
143 padding-bottom: 1em;
b4ed810a
VSB
144}
145
146.ryf-list a {
147 color: #118991;
148 text-decoration: none;
149}
150
151.ryf-list a:hover {
152 color: #000;
153}
1e7a45c4 154
ccc0e97e
VSB
155.ryf-list .node-readmore,
156.ryf-list .tags,
157.ryf-list .supplier {
b4ed810a
VSB
158 width: 100%;
159 float: left;
160 font-size: 0.9em;
161 border-top: 1px solid #ccc4c4;
162 margin-top: 5px;
163 padding-top: 5px;
164 color: #afadad;
165}
16670121
VSB
166
167.ryf-list .node-readmore {
168 text-align: right;
169}
170
171
172/* Footer */
173
174.footer {
175 background: #333;
176 color: #FFF;
177}
178
06d8ab9f 179/* full page width for footer */
c900f9d4
AE
180.footer {
181 position: absolute;
182 left: 0;
183 right: 0;
184 width: 100%;
185}
186
16670121
VSB
187.footer a { color: #edd400; }
188
189.footer a:hover { color: #FFF; }
190
191.footer h4 { font-weight: bold; }
192
193.footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; }
194
0bd91ac3
AE
195#fsf-logo-footer { margin-bottom: 10px; }
196