source: main/trunk/model-interfaces-dev/heritage-nz/style/custom.css@ 33266

Last change on this file since 33266 was 33266, checked in by davidb, 5 years ago

CSS changes to help with the DL being displayed in a iframe within the Heritage DL site

File size: 1.1 KB
Line 
1body {
2 background-color: white;
3 font-family: arial, arial, sans-serif;
4 font-size: 12px;
5 line-height: 1.5
6}
7
8h1 {
9 font-size: 2.5em;
10 line-height: 1;
11 margin-bottom: 0.5em;
12 font-weight: normal;
13}
14
15.ui-widget-content {
16 background: white;
17}
18
19#gs-nav {
20
21 list-style: none outside none;
22 font-size: 12px;
23
24}
25
26.navList {
27
28 /*background-color: #aa002a; */
29 background-color: rgb(130,4,4); /* #820404 */
30 /*color: #444; */
31
32}
33
34.navList td:hover {
35
36 background-color: rgb(130,30,30);
37
38}
39
40.navList td.current {
41
42 /* background-color: #e02727; */
43 /*background-color: rgba(130,30,30); */
44 background-color: #660000;
45 color: #fff;
46}
47
48.sendbutton {
49 background-color: #F08195;
50 border: 1px solid #660000;
51}
52
53textarea#pretextarea {
54 border: 1px solid #660000;
55}
56
57/*
58#gs_footer {
59 margin-top: 120px;
60}
61*/
62
63
64.qAction #gs_content {
65 padding-bottom: 110px;
66}
67
Note: See TracBrowser for help on using the repository browser.