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

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

Make main DL page background pure white to better fit with main Heritage NZ web site

File size: 835 bytes
Line 
1.ui-widget-content {
2 background: white;
3}
4
5
6.navList {
7
8 /*background-color: #aa002a; */
9 background-color: rgb(130,4,4); /* #820404 */
10 /*color: #444; */
11
12}
13
14.navList td:hover {
15
16 background-color: rgb(130,30,30);
17
18}
19
20.navList td.current {
21
22 /* background-color: #e02727; */
23 /*background-color: rgba(130,30,30); */
24 background-color: #660000;
25 color: #fff;
26}
27
28.sendbutton {
29 background-color: #F08195;
30 border: 1px solid #660000;
31}
32
33textarea#pretextarea {
34 border: 1px solid #660000;
35}
36
37/*
38#gs_footer {
39 margin-top: 120px;
40}
41*/
42
43
44.qAction #gs_content {
45 padding-bottom: 110px;
46}
47
Note: See TracBrowser for help on using the repository browser.