tenzing.css
941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* hide the default */
/**
* TENZING COLOURS:
*
* ORANGES:
* light: #fce4c0
* medium: #fadfb3
* dark: #f7bd55
*
* PURPLES:
* light: #b197ad
* medium: #855d7e
* dark: #3b0d32
*
* ACCENTS:
* blue: #71aed7
* gray: #ebebeb
*
*/
#wphead { display:none; }
#TzBrandingHeader {
background-color:#3B0D32;
color:#fff;
height:75px;
background: #3B0D32 url(../images/tenzing.gif) top right no-repeat;
}
#TzBrandingHeader_UtilityMenu {
font-size:11px;
padding: 18px 0 0 25px;
}
#TzBrandingHeader_UtilityMenu a { color: #fce4c0; text-decoration:none; }
#TzBrandingHeader_UtilityMenu a:hover { color: #f7bd55; text-decoration:underline;}
#footer { display:none;}
#TzBrandingFooter {
background-color:#3B0D32;
color:#f7bd55;
padding:5px 10px;
font-size:11px;
clear:both;
position:relative;
margin-top: -28px;
}
#TzBrandingFooter a { color:#fff; text-decoration:none; }