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