source: main/trunk/model-interfaces-dev/atea/style/custom.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: 893 bytes
Line 
1#container {
2 max-width: 980px;
3}
4
5.ui-stat-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
6 background-image: none;
7}
8
9#topArea {
10 margin: auto;
11 border: 0;
12 padding: 0;
13 max-width: 980px;
14 border-radius: 0;
15}
16
17#topArea td {
18 padding: 0;
19}
20
21#gs_banner {
22 border-radius: 0;
23 background-position-y: 0;
24}
25
26#bannerLinks {
27 margin: 3px 5px;
28}
29
30#breadcrumbs {
31 padding-top: 10px;
32 padding-bottom: 10px;
33}
34
35#quicksearcharea ul {
36 margin: 5px;
37}
38
39
40.ui-widget-header {
41 color: white;
42 background-image: none;
43}
44
45.ui-state-default {
46 background-image: none;
47}
48
49#gs_content {
50 /* background: #e1dcd6 none; */
51 background: #eae8da none;
52 border: 0;
53}
54
55div.groupLink {
56 min-width: 290px;
57}
58
59div.collectionLink {
60 min-width: 330px;
61}
62
63.horizontalContainer {
64 text-transform: none;
65}
66
67
68
Note: See TracBrowser for help on using the repository browser.