source: main/trunk/model-interfaces-dev/cambridge-museum/style/custom.css@ 35740

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

Initial cut at files for Cambridge Museum project interface: jquery-ui theme tunes to olive green colour scheme of museum web site

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