tenzing.css
2.39 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* hide the default */
/**
* TENZING COLOURS:
*
* ORANGES:
* light: #fce4c0
* medium: #fadfb3
* dark: #f7bd55
*
* PURPLES:
* light: #b197ad
* medium: #855d7e
* dark: #3b0d32
*
* ACCENTS:
* blue: #71aed7
* gray: #ebebeb
*
*/
#header-logo {
display:none;
/*
background-color:#3b0d32;
color:#fff;
*/
}
#wphead { background:#3b0d32; height:56px; border-bottom: 2px solid #71aed7; }
#footer { background:#3b0d32; color:#fadfb3; }
#footer {
border-style:solid;
border-top:1px solid;
margin-top:-46px;
border-color: #71aed7;
border:none;
}
#wphead h1 {
background: transparent url(../images/tz.gif) left no-repeat;
padding-left:200px;
color:#fff;
height: 35px;
overflow: hidden;
}
#wphead h1 a {
display: inline-block;
margin-top:4px;
}
#wphead h1 a,
#wphead h1 a span { color:#f7bd55; font-family: Georgia, Helvetica, Serif; font-style: italic;}
#wphead > a { color:#fff; }
#user_info {margin-top:5px; color:#fff; }
#user_info p a, #user_info a { color: #fadfb3; }
#favorite-actions { margin: 15px 12px 0; }
#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited {
color:#f7bd55;
text-decoration:none;
}
.wp-admin { background:#fdfdee;}
#backtoblog { background:#3b0d32; color:#fadfb3; }
/*
#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; }
/* Post Custom Type Fields Display */
.cct-fields { padding:10px; }
.cct-fields fieldset { margin-top:15px; border: 1px solid #ccc; padding:15px; background-color: #f2f2f2; }
.cct-fields div { clear:both; margin-top:5px; }
.cct-fields div span.label { margin-top:3px;float:left; width: 150px; margin-right:10px; margin-bottom:3px; }
.cct-fields div input[type=text],
.cct-fields div textarea { width: 300px;}
.cct-fields div textarea { height:80px;}