Revision 5121
Added by daigle about 15 years ago
lib/style/skins/sanparks/header2.css | ||
---|---|---|
30 | 30 |
/********************************************************************** |
31 | 31 |
* header settings |
32 | 32 |
**********************************************************************/ |
33 |
img { |
|
34 |
border-style: none; |
|
35 |
} |
|
33 | 36 |
|
34 | 37 |
.header-section { |
35 | 38 |
margin: 0px 20px 0px 20px; |
39 |
border-spacing: 0px; |
|
36 | 40 |
width: 95%; |
37 | 41 |
min-width: 1050px; |
38 |
height: 112px; |
|
39 |
background: #7BB865 url(images/bg_header.jpg) repeat-x; |
|
42 |
// height: 112px;
|
|
43 |
// background: #7BB865 url(images/bg_header.jpg) repeat-x;
|
|
40 | 44 |
} |
41 | 45 |
|
42 | 46 |
.header-title { |
... | ... | |
44 | 48 |
font-family: Helvetica, Verdana, Arial, sans-serif; |
45 | 49 |
font-size: 16px; |
46 | 50 |
color: #124326; |
47 |
margin: 25px 0px 28px 10px; |
|
51 |
background-color: #7DB667; |
|
52 |
// padding: 0px 10px 0px 10px; |
|
53 |
width: 100%; |
|
54 |
// margin: 25px 0px 28px 10px; |
|
48 | 55 |
} |
49 | 56 |
|
50 | 57 |
.header-left-image { |
... | ... | |
56 | 63 |
|
57 | 64 |
.header-center-section { |
58 | 65 |
width: 45%; |
59 |
display:inline; |
|
60 |
float: left; |
|
66 |
// display:inline;
|
|
67 |
// float: left;
|
|
61 | 68 |
min-width: 400px; |
62 | 69 |
} |
63 | 70 |
|
... | ... | |
67 | 74 |
} |
68 | 75 |
|
69 | 76 |
.header-menu { |
70 |
position: absolute; |
|
71 |
left: 197px; |
|
72 |
top: 94px; |
|
73 |
width: 80%; |
|
74 |
min-width: 475px; |
|
77 |
background-color: #124326; |
|
78 |
// position: absolute; |
|
79 |
// left: 197px; |
|
80 |
// top: 94px; |
|
81 |
// width: 80%; |
|
82 |
// min-width: 475px; |
|
75 | 83 |
} |
76 | 84 |
|
77 | 85 |
.header-menu-item { |
78 |
display: inline; |
|
79 | 86 |
color: #FFFFFF; |
80 | 87 |
text-decoration: none; |
81 | 88 |
font-weight: bold; |
... | ... | |
84 | 91 |
} |
85 | 92 |
|
86 | 93 |
.header-menu-first-item { |
94 |
color: #FFFFFF; |
|
95 |
text-decoration: none; |
|
96 |
font-weight: bold; |
|
97 |
font-size: 12px; |
|
87 | 98 |
margin-left: 10px; |
88 | 99 |
} |
89 | 100 |
|
lib/style/skins/sanparks/sanparks-scheduled-jobs.css | ||
---|---|---|
184 | 184 |
} |
185 | 185 |
|
186 | 186 |
.col3 { |
187 |
width: 140px;
|
|
187 |
width: 160px;
|
|
188 | 188 |
} |
189 | 189 |
|
190 | 190 |
.col4 { |
191 |
width: 140px;
|
|
191 |
width: 160px;
|
|
192 | 192 |
} |
193 | 193 |
|
194 | 194 |
.col5 { |
... | ... | |
196 | 196 |
} |
197 | 197 |
|
198 | 198 |
.col6 { |
199 |
width: 150px;
|
|
199 |
width: 130px;
|
|
200 | 200 |
border-right: none; |
201 |
padding-left: 5px; |
|
201 | 202 |
} |
lib/style/skins/sanparks/header2.jsp | ||
---|---|---|
32 | 32 |
</head> |
33 | 33 |
|
34 | 34 |
<body> |
35 |
<div class="header-section"> |
|
36 |
<a href="http://www.SANParks.org/" title="SANParks.org Home"><img class="header-left-image" src="<%=STYLE_SKINS_URL%>/sanparks/images/logofade.jpg" alt="SANParks.org Home" /></a> |
|
37 |
<div class="header-center-section"> |
|
38 |
<div class="header-title">SANParks<br> |
|
39 |
South African National Park Data Repository </div> |
|
40 |
<div class="header-menu"> |
|
41 |
<a class="header-menu-item header-menu-first-item" href="./" target="_top" >Repository Home</a> |
|
42 |
<a class="header-menu-item"href="<%=CGI_URL%>/register-dataset.cgi?cfg=sanparks" target="_top" >Register Data</a> |
|
35 |
<table cellpadding="0" cellspacing="0" border="1" class="header-section"> |
|
36 |
<tr> |
|
37 |
<td> |
|
38 |
<a href="http://www.SANParks.org/" title="SANParks.org Home"><img src="<%=STYLE_SKINS_URL%>/sanparks/images/logofade_top.jpg" alt="SANParks.org Home" /></a> |
|
39 |
</td> |
|
40 |
<td class="header-title"> |
|
41 |
<div>SANParks<br> |
|
42 |
South African National Park Data Repository </div> |
|
43 |
</td> |
|
44 |
<td> |
|
45 |
<img src="<%=STYLE_SKINS_URL%>/sanparks/images/giraffe_top_left.jpg" alt="SANParks.org Home" /> |
|
46 |
</td> |
|
47 |
<td> |
|
48 |
<img src="<%=STYLE_SKINS_URL%>/sanparks/images/giraffe_top_right.jpg" alt="SANParks.org Home" /> |
|
49 |
</td> |
|
50 |
</tr> |
|
51 |
<tr> |
|
52 |
<td> |
|
53 |
<a href="http://www.SANParks.org/" title="SANParks.org Home"><img src="<%=STYLE_SKINS_URL%>/sanparks/images/logofade_bottom.jpg" alt="SANParks.org Home" /></a> |
|
54 |
</td> |
|
55 |
<td colspan="2" class="header-menu"> |
|
56 |
<a class="header-menu-first-item" href="./" target="_top" >Repository Home</a> |
|
57 |
<a class="header-menu-item" href="<%=CGI_URL%>/register-dataset.cgi?cfg=sanparks" target="_top" >Register Data</a> |
|
43 | 58 |
|
44 | 59 |
<% |
45 | 60 |
if(request.getRequestURI().endsWith("searchWorkflowRun.jsp")) { |
46 | 61 |
%> |
47 |
<div class="header-menu-item menu-item-inactive">TPC Status</div>
|
|
62 |
<span class="header-menu-item">TPC Status</span>
|
|
48 | 63 |
<% |
49 | 64 |
} else { |
50 | 65 |
%> |
... | ... | |
55 | 70 |
|
56 | 71 |
if(request.getRequestURI().endsWith("searchWorkflow.jsp")) { |
57 | 72 |
%> |
58 |
<div class="header-menu-item menu-item-inactive">TPC Workflows</div>
|
|
73 |
<span class="header-menu-item">TPC Workflows</span>
|
|
59 | 74 |
<% |
60 | 75 |
} else { |
61 | 76 |
%> |
62 |
<a class="header-menu-item"href="<%=STYLE_SKINS_URL%>/sanparks/searchWorkflow.jsp">TPC Workflows</a> |
|
77 |
<a class="header-menu-item" href="<%=STYLE_SKINS_URL%>/sanparks/searchWorkflow.jsp">TPC Workflows</a>
|
|
63 | 78 |
<% |
64 | 79 |
} |
65 | 80 |
%> |
66 | 81 |
|
67 |
</div> |
|
68 |
</div> |
|
69 |
<img class="header-right-image" src='<%=STYLE_SKINS_URL%>/sanparks/images/giraffe.jpg' alt='Giraffe' /> |
|
70 |
</div> |
|
82 |
</td> |
|
83 |
<td> |
|
84 |
<img src='<%=STYLE_SKINS_URL%>/sanparks/images/giraffe_bottom_right.jpg' alt='Giraffe' /> |
|
85 |
</td> |
|
86 |
</tr> |
|
87 |
</table> |
|
71 | 88 |
</body> |
72 | 89 |
</html> |
Also available in: Unified diff
Start to fix I.E. gui issues