source: main/trunk/model-interfaces-dev/atea/style/custom-core.css@ 35741

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

Workpackaged themed color scheme for DL

File size: 1.0 KB
Line 
1body {
2/* background-color: #e1dcd6; */
3/* background-color: #eae8da; */
4}
5
6
7#topArea {
8 background-color: #176593;
9}
10
11
12#gs_banner {
13 background-image: url(../images/bgContainerBlue389.png);
14}
15
16#gs_banner.core_banner {
17 background-image: url(../images/bgContainerBlue389.png);
18}
19
20.ui-state-default {
21 /* background-color: #2191c0; */
22}
23
24.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
25 /*
26 border: 1px solid #acdd4a;
27 background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
28 */
29
30 border: 1px solid #4aacdd;
31 background: #2c5e9c none;
32 font-weight: normal;
33 color: #ffffff;
34}
35
36
37.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
38 border: 1px solid #77d5f7;
39 /* background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
40 background-image: url("images/ui-bg_glass_45_0078ae_1x400.png"); */
41 background: #0078ae none;
42 font-weight: normal;
43 color: #ffffff;
44}
Note: See TracBrowser for help on using the repository browser.