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

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

General improvements to bring the design more in-line with ThomFong

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