source: gs3-installations/thewillow/trunk/interfaces/thewillow/style/core-extra.css@ 37883

Last change on this file since 37883 was 37883, checked in by davidb, 10 months ago

Changes focused on footer, and banner

File size: 8.1 KB
Line 
1
2/* secondary color: #12264A */
3/* banner top: #F4F4F4 */
4
5/*
6Headings:
7
8font-family: 'Oswald', Arial;
9font-style: normal;
10font-weight: normal;
11
12Body:
13 font-family: Roboto;
14 font-size: 18px;
15*/
16
17:root {
18 --gs-primary-fg: #ffffff;
19 /* --gs-primary-fg: hsl(46, 100%, 49%); &/ /* #FCC100 */
20
21 /* --gs-primary-bg: hsl(284, 84%, 20%); */
22 /*--gs-primary-bg: hsl(46, 100%, 49%);*/ /* #FCC100 */
23 --gs-primary-bg: hsl(219, 61%, 18%); /* #12264A */
24 --gs-primary-bg-blue: hsl(219, 61%, 18%); /* #12264A */
25
26 /*--gs-primary-bg: hsl( 0, 0%, 96%);*/ /* #F4F4F4 */
27
28 /*
29 --gs-primary-border: hsl(46, 88%, 35%);
30 --gs-primary-hover-bg: hsl(46, 100%, 58%);
31 */
32
33 --gs-primary-border: hsl(219, 40%, 10%);
34 --gs-primary-hover-bg: hsl(219, 61%, 25%); /* was 295 rather then 284 */
35
36
37
38 --gs-secondary-bg: #E7D821;
39 /*--gs-secondary-bg: hsl(46,OD 100%, 49%); */
40 /*--gs-secondary-bg: hsl(219, 60%, 18%);*/ /* was 295, and eurovision-lod had an hsla() alpha val of 0.7 */
41
42 /* --gs-primary-text-fg: var(--gs-primary-fg); */
43 /*--gs-primary-text-fg: var(--gs-primary-bg); */
44 --gs-primary-text-fg: #000000);
45 /* --gs-tab-bg: var(--gs-primary-bg); */
46 --gs-tab-bg: #000000;
47
48
49 --gs-bg: #fff;
50 --gs-text:#2d4156;
51
52 --gs-btn-primary-bg: #459e00;
53 --gs-btn-primary-text: var(--cc-bg);
54 --gs-btn-primary-hover-bg: #255500;
55 --gs-btn-secondary-bg: #eaeff2;
56 --gs-btn-secondary-text: var(--cc-text);
57 --XX-overlay-bg: rgba(4, 6, 8, .85);
58}
59
60/*
61 cc => 'cookie consent'
62 The library we use for this defines its own root vars
63*/
64
65:root {
66 /*
67 --cc-btn-primary-bg: hsl(284, 84%, 20%);
68 --cc-btn-primary-hover-bg: hsl(295, 92%, 30%);
69 */
70
71 --cc-btn-primary-bg: hsl(46, 100%, 49%);
72 --cc-btn-primary-hover-bg: hsl(46, 100%, 58%);
73
74}
75
76
77
78
79/* Override existing values */
80
81#container {
82 max-width: 1280px;
83}
84
85
86/*
87.container-upper {
88 margin: 0 auto 0px auto;
89}
90
91.container-lower {
92 max-width: 1200px;
93 line-height: 145%;
94 margin: 0 auto 20px auto;
95}
96*/
97
98
99
100
101#topArea {
102 max-width: 1280px;
103}
104
105
106/* Add any new CSS you require for the interface here! */
107
108body {
109 background-color: #fff;
110}
111
112/*
113 Streetlife York has nav-bar and content in the same font (Roboto)
114 Heading in XX
115*/
116
117
118body {
119 font-family: Roboto;
120}
121
122
123.ui-widget {
124 font-family: Roboto;
125 /* font-size: 18px; */
126}
127
128.ui-widget input,
129.ui-widget select,
130.ui-widget textarea,
131.ui-widget button {
132 font-family: Roboto;
133 /* font-size: 18px; */
134}
135
136h1, h2, h3, h4, h5, h6 {
137 font-family: 'Oswald', Arial;
138 font-style: normal;
139 font-weight: normal;
140}
141
142
143/* control whether you want roundd corners or not */
144/* => GS3 defines the follow to be 6pt */
145.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
146 border-top-right-radius: 0px;
147}
148.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
149 border-top-left-radius: 0px;
150}
151
152.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
153 border-bottom-right-radius: 0px;
154}
155.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
156 border-bottom-left-radius: 0px;
157}
158
159
160
161#thewillow-header {
162 background-color: #F4F4F4;
163 border-bottom: 10px solid var(--gs-primary-bg-blue);
164}
165
166#topArea.ui-state-default {
167 margin: auto;
168 width: 100%;
169 border: none;
170 background-image: none;
171 background-color: #F4F4F4;
172 font-weight: bold;
173 color:#000000;
174}
175
176#topArea.ui-state-default a,
177#topArea.ui-state-default a:visited {
178 color: #666666;
179}
180
181#gs_banner {
182 /*background-color: #F4F4F4; */
183 background-color: #FFFFFF;
184 color: #595959;
185 border-bottom: #E7D821 solid 2px;
186}
187
188.ui-widget-header {
189 border: 1px solid #d4ccb0;
190 background-image: none;
191 background-color: var(--gs-primary-bg);
192 color: #ffffff;
193 font-weight: bold;
194}
195
196
197#gs-nav .ui-state-default, #bannerLinksTab .ui-state-default
198/* #gs_footer.ui-widget-header, */
199/* .collectionLink .ui-state-default */
200{
201 border: 1px solid #d4ccb0;
202 background-image: none;
203 /* background-color: var(--gs-secondary-bg) !important; */
204 background-color: var(--gs-secondary-bg);
205 /*color: #ffffff; */
206 color: #000000;
207 font-weight: bold;
208
209 /* The following should probably be moved over to default interface css */
210 text-align: left;
211 padding-left: 6px;
212
213}
214
215
216#quicksearcharea a {
217 font-size: 120%;
218}
219
220/*
221.ui-widget {
222 font-family: "Open Sans", sans-serif;
223}
224
225.ui-widget input,
226.ui-widget select,
227.ui-widget textarea,
228.ui-widget button {
229 font-family: "Open Sans", sans-serif;
230}
231*/
232
233.ui-widget.ui-widget-content {
234 border: 1px solid #c5c5c5;
235}
236
237.ui-widget-content {
238 /*border: 1px solid #dddddd; */
239 border: none;
240 background: #ffffff;
241 /* color: #2d3748; */
242}
243/*
244.ui-widget-content a {
245 color: #2d3748;
246}
247.ui-widget-header {
248 border: 1px solid #5a5a5a;
249 background: #404040;
250 color: #2d3748;
251 font-weight: bold;
252}
253.ui-widget-header a {
254 color: #2d3748;
255}
256
257*/
258
259
260/* Based on: https://stackoverflow.com/questions/17838380/styling-jquery-ui-autocomplete */
261
262.ui-menu .ui-menu-item {
263 background:white;
264 color: black;
265 font-size:80%;
266}
267
268
269
270.ui-state-default,
271.ui-widget-content .ui-state-default,
272.ui-widget-header .ui-state-default,
273.ui-button,
274html .ui-button.ui-state-disabled:hover,
275html .ui-button.ui-state-disabled:active {
276 border: 1px solid var(--gs-primary-border);
277 background-image: none;
278 /*background-image: url(images/ui-icons_eeeeee_256x240.png); */
279 background-color: var(--gs-primary-bg);
280 font-weight: bold;
281 color: var(--gs-primary-text-fg);
282}
283
284
285.ui-state-hover,
286.ui-widget-content .ui-state-hover,
287.ui-widget-header .ui-state-hover,
288.ui-state-focus,
289.ui-widget-content .ui-state-focus,
290.ui-widget-header .ui-state-focus,
291.ui-button:hover,
292.ui-button:focus {
293 border: 1px solid var(--gs-primary-border);
294 background-image: none;
295 /*background-image: url(images/ui-icons_eeeeee_256x240.png); */
296 background-color: var(--gs-primary-hover-bg);
297}
298
299.ui-state-active,
300.ui-widget-content .ui-state-active,
301.ui-widget-header .ui-state-active,
302a.ui-button:active,
303.ui-button:active,
304.ui-button.ui-state-active:hover {
305 border: 1px solid var(--gs-primary-text-fg); /* flash border same colour as text */
306 background-color: var(--gs-primary-hover-bg);
307 background-image: none;
308 /*background-image: url(images/ui-icons_eeeeee_256x240.png); */
309 font-weight: bold;
310 color: var(--gs-primary-text-fg);
311}
312
313/*
314.ui-state-default a, .ui-state-default a:link {
315 color: #000000 !importantxx;
316 background-color: #E7D821 !importantxx;
317}
318*/
319#gs-nav .ui-state-default a, gs-nav .ui-state-default a:link {
320 color: #000000 !important;
321}
322
323#gs-nav .ui-state-default.ui-tabs-selected a, gs-nav .ui-state-default.ui-tabs-selected a:link {
324 color: #E7D821 !important;
325}
326
327.ui-state-active a,
328.ui-state-active a:link,
329.ui-state-active a:visited {
330 color: var(--gs-primary-text-fg);
331 background-color: var(--gs-primary-hover);
332}
333
334
335
336
337li.ui-tabs-selected {
338 background-color: #000000 !important;
339 color: #E7D821 !important;
340 border-color: #000000 !important;
341}
342
343/*
344jquery-ui main theme is different image, and tingediwth green :
345
346 background-image: url(images/ui-icons_8DC262_256x240.png);
347
348.ui-state-active .ui-icon, .ui-button:active .ui-icon {
349 background-image: url(images/ui-icons_eeeeee_256x240.png);
350}
351*/
352
353
354#usercommentlink a, #usercommentlogoutlink a {
355 color: var(--gs-primary-bg) !important;
356}
357
358.usercommentheading {
359 color: var(--gs-primary-bg) !important;
360}
361
362
363.navList {
364 background-color: var(--gs-primary-bg);
365}
366
367
368#titlearea {
369 padding-top: 6px;
370o}
371
372#quicksearcharea {
373 padding-top: 6px;
374 padding-right: 4px;
375}
376
377#titlesearchcontainer {
378 padding-bottom: 15px;
379}
380
381
382#commentssection.centrediv {
383 width: 100%;
384 margin: 0;
385}
386
387#userMenuDiv {
388 text-transform: none;
389}
390
391#gs_content {
392 width: 80%;
393 margin-left: auto;
394 margin-right: auto;
395}
396
397.metadataTable{
398 width: 100%;
399}
400
401#commentarea textarea {
402 width: 100%;
403}
404
405#gs_content a {
406 border-bottom: 1px solid #003FC5;
407}
408
409#gs_content a:hover {
410 border-bottom: 2px solid #003FC5;
411}
412
Note: See TracBrowser for help on using the repository browser.