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

Last change on this file since 34329 was 34329, checked in by davidb, 4 years ago

Initial cut at files

File size: 711 bytes
Line 
1body {
2 background-color: #eae8da;
3}
4
5#container {
6 max-width: 980px;
7}
8
9#topArea {
10 margin: 0;
11 border: 0;
12 padding: 0;
13 max-width: inherit;
14 border-radius: 0;
15}
16
17#topArea td {
18 padding: 0;
19}
20
21#gs_banner {
22 border-radius: 0;
23}
24
25#breadcrumbs {
26 padding-top: 10px;
27 padding-bottom: 10px;
28}
29
30#quicksearcharea ul {
31 margin: 5px;
32}
33
34
35.ui-widget-header {
36 color: white;
37 background-image: none;
38}
39
40.ui-state-default {
41 background-image: none;
42 /* background-color: #2191c0; */
43}
44
45#gs_content {
46 /* background: #e1dcd6 none;*/
47 background: #eae8da none;
48 border: 0;
49
50}
51
52div.groupLink {
53 min-width: 290px;
54}
55
56div.collectionLink {
57 min-width: 330px;
58}
Note: See TracBrowser for help on using the repository browser.