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

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

footer hyperlink colour set; footer links

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 color: #000000 !important;
141}
142
143
144/* control whether you want roundd corners or not */
145/* => GS3 defines the follow to be 6pt */
146.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
147 border-top-right-radius: 0px;
148}
149.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
150 border-top-left-radius: 0px;
151}
152
153.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
154 border-bottom-right-radius: 0px;
155}
156.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
157 border-bottom-left-radius: 0px;
158}
159
160
161
162#thewillow-header {
163 background-color: #F4F4F4;
164 border-bottom: 10px solid var(--gs-primary-bg-blue);
165}
166
167#topArea.ui-state-default {
168 margin: auto;
169 width: 100%;
170 border: none;
171 background-image: none;
172 background-color: #F4F4F4;
173 font-weight: bold;
174 color:#000000;
175}
176
177#topArea.ui-state-default a,
178#topArea.ui-state-default a:visited {
179 color: #666666;
180}
181
182#gs_banner {
183 /*background-color: #F4F4F4; */
184 background-color: #FFFFFF;
185 color: #595959;
186 border-bottom: #E7D821 solid 2px;
187}
188
189.ui-widget-header {
190 border: 1px solid #d4ccb0;
191 background-image: none;
192 background-color: var(--gs-primary-bg);
193 color: #ffffff;
194 font-weight: bold;
195}
196
197
198#gs-nav .ui-state-default, #bannerLinksTab .ui-state-default
199/* #gs_footer.ui-widget-header, */
200/* .collectionLink .ui-state-default */
201{
202 border: 1px solid #d4ccb0;
203 background-image: none;
204 /* background-color: var(--gs-secondary-bg) !important; */
205 background-color: var(--gs-secondary-bg);
206 /*color: #ffffff; */
207 color: #000000;
208 font-weight: bold;
209
210 /* The following should probably be moved over to default interface css */
211 text-align: left;
212 padding-left: 6px;
213
214}
215
216
217#quicksearcharea a {
218 font-size: 120%;
219}
220
221/*
222.ui-widget {
223 font-family: "Open Sans", sans-serif;
224}
225
226.ui-widget input,
227.ui-widget select,
228.ui-widget textarea,
229.ui-widget button {
230 font-family: "Open Sans", sans-serif;
231}
232*/
233
234.ui-widget.ui-widget-content {
235 border: 1px solid #c5c5c5;
236}
237
238.ui-widget-content {
239 /*border: 1px solid #dddddd; */
240 border: none;
241 background: #ffffff;
242 /* color: #2d3748; */
243}
244/*
245.ui-widget-content a {
246 color: #2d3748;
247}
248.ui-widget-header {
249 border: 1px solid #5a5a5a;
250 background: #404040;
251 color: #2d3748;
252 font-weight: bold;
253}
254.ui-widget-header a {
255 color: #2d3748;
256}
257
258*/
259
260
261/* Based on: https://stackoverflow.com/questions/17838380/styling-jquery-ui-autocomplete */
262
263.ui-menu .ui-menu-item {
264 background:white;
265 color: black;
266 font-size:80%;
267}
268
269
270
271.ui-state-default,
272.ui-widget-content .ui-state-default,
273.ui-widget-header .ui-state-default,
274.ui-button,
275html .ui-button.ui-state-disabled:hover,
276html .ui-button.ui-state-disabled:active {
277 border: 1px solid var(--gs-primary-border);
278 background-image: none;
279 /*background-image: url(images/ui-icons_eeeeee_256x240.png); */
280 background-color: var(--gs-primary-bg);
281 font-weight: bold;
282 color: var(--gs-primary-text-fg);
283}
284
285
286.ui-state-hover,
287.ui-widget-content .ui-state-hover,
288.ui-widget-header .ui-state-hover,
289.ui-state-focus,
290.ui-widget-content .ui-state-focus,
291.ui-widget-header .ui-state-focus,
292.ui-button:hover,
293.ui-button:focus {
294 border: 1px solid var(--gs-primary-border);
295 background-image: none;
296 /*background-image: url(images/ui-icons_eeeeee_256x240.png); */
297 background-color: var(--gs-primary-hover-bg);
298}
299
300.ui-state-active,
301.ui-widget-content .ui-state-active,
302.ui-widget-header .ui-state-active,
303a.ui-button:active,
304.ui-button:active,
305.ui-button.ui-state-active:hover {
306 border: 1px solid var(--gs-primary-text-fg); /* flash border same colour as text */
307 background-color: var(--gs-primary-hover-bg);
308 background-image: none;
309 /*background-image: url(images/ui-icons_eeeeee_256x240.png); */
310 font-weight: bold;
311 color: var(--gs-primary-text-fg);
312}
313
314/*
315.ui-state-default a, .ui-state-default a:link {
316 color: #000000 !importantxx;
317 background-color: #E7D821 !importantxx;
318}
319*/
320#gs-nav .ui-state-default a, gs-nav .ui-state-default a:link {
321 color: #000000 !important;
322}
323
324#gs-nav .ui-state-default.ui-tabs-selected a, gs-nav .ui-state-default.ui-tabs-selected a:link {
325 color: #E7D821 !important;
326}
327
328.ui-state-active a,
329.ui-state-active a:link,
330.ui-state-active a:visited {
331 color: var(--gs-primary-text-fg);
332 background-color: var(--gs-primary-hover);
333}
334
335
336
337
338li.ui-tabs-selected {
339 background-color: #000000 !important;
340 color: #E7D821 !important;
341 border-color: #000000 !important;
342}
343
344/*
345jquery-ui main theme is different image, and tingediwth green :
346
347 background-image: url(images/ui-icons_8DC262_256x240.png);
348
349.ui-state-active .ui-icon, .ui-button:active .ui-icon {
350 background-image: url(images/ui-icons_eeeeee_256x240.png);
351}
352*/
353
354
355#usercommentlink a, #usercommentlogoutlink a {
356 color: var(--gs-primary-bg) !important;
357}
358
359.usercommentheading {
360 color: var(--gs-primary-bg) !important;
361}
362
363
364.navList {
365 background-color: var(--gs-primary-bg);
366}
367
368
369#titlearea {
370 padding-top: 6px;
371o}
372
373#quicksearcharea {
374 padding-top: 6px;
375 padding-right: 4px;
376}
377
378#titlesearchcontainer {
379 padding-bottom: 15px;
380}
381
382
383#commentssection.centrediv {
384 width: 100%;
385 margin: 0;
386}
387
388#userMenuDiv {
389 text-transform: none;
390}
391
392#gs_content {
393 width: 80%;
394 margin-left: auto;
395 margin-right: auto;
396}
397
398.metadataTable{
399 width: 100%;
400}
401
402#commentarea textarea {
403 width: 100%;
404}
405
406#gs_content a {
407 border-bottom: 1px solid #003FC5;
408}
409
410#gs_content a:hover {
411 border-bottom: 2px solid #003FC5;
412}
413
Note: See TracBrowser for help on using the repository browser.