source: main/trunk/model-sites-dev/hauraki-dl/style/hdl-core.css@ 32597

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

Reworking of the GS2 Hauraki DL as a GS3 site

File size: 5.0 KB
Line 
1
2#container {
3 position: relative;
4 margin: 0 auto 20px auto;
5 max-width: 1290px;
6 padding: 0;
7 line-height: 120%;
8 background-color: #fff;
9 border-top-width: 0px;
10}
11
12#topArea {
13 border: none;
14 max-width: 1290px;
15 margin: 20px auto 0;
16}
17
18
19
20/* Greenstone 3 related */
21div.collectionLink {
22 min-width: 600px;
23}
24
25/* Carry over from Greenstone 2 */
26
27body {
28 font-family: Helvetica, Arial, sans-serif;
29 background-color: #103F5A;
30 color: #103F5A;
31}
32
33/* home, help, preferences links */
34p.bannerlinks {
35 font-family: Helvetica, Arial, sans-serif;
36 font-size: 10pt;
37 font-weight: bold;
38 margin:0;
39 padding:0;
40}
41
42/* the title set by the receptionist based on the page action */
43p.bannertitle {
44 font-family: Helvetica, Arial, sans-serif;
45 font-size: 24px;
46 font-weight: bold;
47 margin: 10px 0 0 0;
48 text-transform: lowercase;
49 white-space: nowrap;
50 padding: 6px 2px 10px 0px;
51 background-repeat: repeat-y;
52 background-position: top right;
53}
54
55p.collectiontitle {
56 font-family: Helvetica, Arial, sans-serif;
57 font-size: 24px;
58 font-weight: bold;
59 white-space: nowrap;
60 padding: 8px 0px 12px 2px;
61 background-repeat: repeat-y;
62 background-position: top left;
63 margin:0;
64}
65
66div.h_list {
67 padding-left: 20px;
68}
69
70/* bg image set in style macro */
71div.navbar {
72 min-width: 500px;
73 white-space: nowrap;
74 font-family: Helvetica, Arial, sans-serif;
75 font-size: 10pt;
76 font-weight: bold;
77 text-transform: capitalize;
78 border: 0;
79 width: 100%; /* for ns4 */
80 background-image: url("http://hauraki.iwi.nz/templates/rt_affinity_j15/images/style5/dark-module-h3-m.png");
81 border-top-left-radius: 15px;
82 border-top-right-radius: 15px;
83 height: 33px;
84}
85
86#hauraki_logo {
87 padding-left: 15px;
88}
89
90body.bgimage {
91
92}
93
94body {
95 margin: 0px;
96}
97
98#page {
99 margin: 0px;
100 background: url("http://hauraki.iwi.nz/templates/rt_affinity_j15/images/style5/page-bg2.png") 50% 124px no-repeat #B3CDD3;
101}
102
103.menu_outer_div {
104 background: #B3CDD3 url("http://hauraki.iwi.nz/templates/rt_affinity_j15/images/style5/header-bg2.png") 0 0 repeat-x;
105}
106
107#content_wrapper, #footer_wrapper, .wrapper {
108 margin: 0 auto;
109 width: 979px;
110}
111
112#content_outer_div {
113 background: white;
114 border: 1px solid white;
115 border-radius: 20px;
116}
117
118#header_text{
119 color: #103F5A;
120 font-family: Tandelle;
121 font-size: 40pt;
122 font-weight: bold;
123 text-shadow: 1px 1px gray;
124}
125
126#content_div {
127 background: #FBFBFB;
128 border: 1px solid #E7E7E7;
129 border-radius: 15px;
130 margin: 10px;
131 min-height: 500px;
132}
133
134#footer {
135}
136
137.bottom-bg {
138 bottom: 0;
139 position: absolute;
140 width: 100%;
141}
142
143.select_collection {
144 color: #103F5A;
145 font-size: 25px;
146 text-align: center;
147 white-space: nowrap;
148 width: 160px;
149}
150
151.collection_classification td {
152 border: 1px solid #E0E0E0;
153 border-radius: 10px;
154}
155
156.library_classification {
157 margin: 10px;
158}
159
160#content_align_with_header {
161 margin: 15px;
162}
163
164a, a:link, a:visited {
165 color: #C51019;
166 text-decoration: none;
167}
168
169a.navlink, a.navlink:visited, a.navlink_sel {
170// background-image: url("http://hauraki.iwi.nz/templates/rt_affinity_j15/images/style5/readon-m.png");
171 background-image: url("/greenstone/web/images/hauraki/readon-m.png");
172 background-position: 0 -4px;
173 border-radius: 5px;
174 border: 1px solid maroon;
175 color: white;
176 font-size: 12px;
177 text-decoration: none;
178 display: inline-block;
179 height: 18px;
180 line-height: 20px;
181 margin-top: 6px;
182 text-align: center;
183 width: 80px;
184}
185
186a:hover {
187 text-decoration: underline;
188}
189
190div.collectionheader, div.collectionsubheader {
191 text-align: center;
192 font-family: Helvetica,Arial,sans-serif;
193 font-style: normal;
194 font-weight: bold;
195 color: rgb(31,76,99);
196}
197
198div.collectionheader {
199 font-size: 25pt;
200}
201
202div.collectionsubheader {
203 font-size: 18pt;
204 margin-top: 25px;
205}
206
207td.title {
208 font-size: 11pt;
209 font-weight: bold;
210 whitespace: nowrap;
211}
212
213table.documentinfo {
214 width: 95%;
215 margin: auto;
216}
217
218td.documentimage {
219 text-align: center;
220}
221
222#horiz-menu li ul.columns-2, #horiz-menu .drop-wrap.columns-2 {
223 height: 120px;
224 width: 450px;
225 list-style-type: none;
226 display: none;
227}
228
229#horiz-menu li:hover ul.columns-2, #horiz-menu li:hover .drop-wrap.columns-2 {
230 display: inline-block;
231 margin-left: -80px;
232}
233
234.drop-wrap {
235 margin-top: -2px;
236}
237
238.drop1 {
239 margin-left: -83px;
240 margin-top: -7px;
241 width: 452px;
242 height:15px;
243}
244
245.drop3 {
246 height: 15px;
247}
248
249.columns-2 {
250 margin-top: 40px;
251}
252
253.ccAboutPage1 {
254 margin-top: -2px;
255}
256
257.ccAboutPage2 {
258 padding: 10px;
259}
260
261.thumbnail_image {
262 width: 150px;
263}
264
265.fullsize_image {
266 border: 2px solid black;
267}
268
269a.toc {
270// float: right;
271 text-decoration: underline;
272}
273
274div.photobg {
275 padding-bottom: 20px;
276}
277
278img.icon {
279 float: right;
280}
281
282#horiz-menu ul ul li, #horiz-menu ul ul li.c0, #horiz-menu ul ul li.c1, #horiz-menu ul ul li.c2, #horiz-menu ul ul li.c3 {
283 width: 390px;
284}
285
286#horiz-menu ul ul.columns-2 {
287 background-image: url("../../images/hauraki/menu_background.png");
288}
289
290/* These css classes are used on the most recent version of the home page */
291table.inside_collection_classification td
292{
293 border: none;
294}
295
296div.maorititle {
297 font-size: 24px;
298}
299
300div.englishtitle {
301 font-size: 18px;
302}
Note: See TracBrowser for help on using the repository browser.