source: main/trunk/model-interfaces-dev/eurovision-lod/style/custom.css@ 35147

Last change on this file since 35147 was 35147, checked in by davidb, 3 years ago

Set a default background to body tag to be deep-magenta

File size: 4.4 KB
RevLine 
[34701]1/*
2body {
3 background-color: #eae8da;
4}
5*/
6
[35147]7body {
8 background-color: rgb(47,9,70);
9}
[34712]10/*
[34701]11#topArea {
[34712]12 max-width: 1000px;
[34701]13}
[34712]14*/
[34701]15
16#container {
[34712]17 /* max-width: 1000px; */
18 background: none;
[34701]19}
20
21#gs_content {
[34712]22 /* background-color: rgba(71, 8, 94,0.5); */
23 background-color: hsla(284, 84%, 20%, 0.5);
24 border: 0;
[34701]25}
26
27
[34712]28#gs_banner, #gs_footer {
29 background: hsla(295, 47%, 24%, 0.7)
30}
[34701]31
32
[35053]33#resultsArea {
34 width: 600px;
35}
36
[34724]37.termHighlight {
38 background: hsl(195, 47%, 35%);;
39}
[34712]40
[34701]41.ui-widget-content a {
42 color: #fff;
43}
44
[34712]45.ui-widget-content a:hover {
46 color: #aaa;
47}
48
[34701]49.ui-widget-content a:visited {
50 color: #aaa;
51}
52
53.ui-widget-content {
54 color: #fff;
55}
56
[35053]57input[type="text"] {
58 padding-left: 6px;
59}
60
[34829]61.ui-widget-content input[type="text"], .ui-widget-content input[type="email"] {
62 color: #000;
63}
64
[35053]65
66/* NEW */
67.ui-menu-item a {
68 color: #000;
69 font-size: 12px;
70}
71
72/*
73.ui-menu-item a:hover, .ui-state-active {
74 background: hsl(195, 47%, 35%);
75 color: #000;
76}
77*/
78
79.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
80 border: 1px solid hsl(284, 88%, 35%);
81 background: hsl(195, 47%, 35%) none 50% 50% repeat-x;
82 font-weight: bold;
83 color: #000;
84}
85
86/*
87.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { background-color: #ffff00; text-decoration: none; }
88.ui-state-focus a, .ui-state-focus a:link, .ui-state-focus a:visited { background-color: #ffff00; text-decoration: none; }
89.ui-state-active { background-color: #ff00ff; text-decoration: none; }
90.ui-state-focus { background-color: #ff00ff; text-decoration: none; }
91*/
92
93/*
94.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
95 color: #303030;
96 background-color: red;
97 border: #fff 1px solid;
98}
99*/
100
101
102.ui-autocompleteXXX .ui-widget {
103 /*font-family: Verdana,Arial,sans-serif; */
104 font-size: 16px;
105 color: #000;
106 /* background-color: blue; */
107}
108
109/*
110.ui-state-hover {
111 background: #428BCA!important;
112}
113*/
114
115
116
[34712]117.ui-widget-content input[type="submit"] {
118 border: 1px solid hsl(284, 88%, 35%);
119 background-color: hsl(284, 84%, 20%);
120 padding-left: 6px;
121 padding-right: 6px;
122}
[34701]123
[34724]124.ui-widget-content input[type="submit"] {
125 color: #fff;
126}
127
[34712]128.ui-widget-content input[type="submit"]:hover {
129 background-color: hsl(295, 92%, 30%);
130}
131
132.ui-widget-content input[type="submit"]:active {
133 background-color: #fff;
134 color: #000;
135}
136
137
[34701]138.ui-widget-content #berrybasket a {
139 color: #000;
140}
141
142.ui-widget-content #berrybasket {
143 color: #000;
144}
[34712]145
146.ui-state-hover {
147 background: hsl(295, 92%, 30%);
148}
149
150.ui-state-active {
151 background: #fff;
152}
153
154
155.collectionLinkText {
156 color: #000;
157}
158
[34724]159/*
160#quicksearcharea { */
161
162form select, form input {
163 color: #000;
164 font-weight: normal;
165 font-size: 80%;
166}
167
168form input[type="submit"] {
169 padding-left: 6px;
170 padding-right: 6px;
171}
172
173#facetSelector .ui-widget-content {
174 color: #000;
175 font-size: 80%;
176}
177
178#facetSelector input[type="checkbox"] {
179 margin-left: 6px;
180 margin-right: 6px;
181}
182
[35053]183
184#facetSelector .ui-widget-content a {
185 color: #000;
186}
187
188li.expandFacetListfcCU, li.expandFacetListfcYE, li.collapseFacetListfcCU, li.collapseFacetListfcYE {
189 padding-left: 10px;
190}
191
[34712]192/* used in favourites basket page */
193
194.navList {
195 background-color: hsl(284, 84%, 20%);
196}
197
198.navList td.current {
199 background-color: #fff;
200 color: #000;
201}
[34724]202
203/* Undo some effects caused by the Eurovision CSS file */
204
205img {
[34726]206 /*display: inherit; */
207 display: inline-block;
[34724]208}
209
210#gs-nav li, #gs-nav li:hover a {
211 cursor: pointer;
212}
213
214#gs-nav li:hover {
215 background-color: hsl(295, 92%, 30%);
216}
217
218/* but keep the currently selected one white on-hover */
219#gs-nav li.ui-tabs-selected:hover, #gs-nav li.ui-tabs-selected:hover a {
220 background-color: #fff;
221 cursor: default;
222}
223
224
225h1, h2, h3 {
226 font-size: 130%;
227 font-weight: bold;
228 padding-top: 10px;
229 padding-bottom: 6px;
230}
231
[35053]232h3 {
233 /* color: hsl(195, 47%, 35%); */
234 color: #aaa;
235}
236
[34724]237ul {
238 list-style: inherit;
239 margin: inherit;
240 margin-left: 20px;
241 padding: inherit;
242}
243
244#about-desc a {
245 text-decoration: underline;
246}
247
[34839]248#about-desc div.turnstyle-header a {
249 text-decoration: none;
250}
251
[34724]252#about-desc p {
253 padding-bottom: 10px;
254}
255
256#resultsTable td {
257 padding-right: 6px;
258}
[34726]259
260input[type="checkbox"].optionCheckBox {
261 vertical-align: bottom;
262}
Note: See TracBrowser for help on using the repository browser.