File: content.css

package info (click to toggle)
prayer 1.3.5-dfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,596 kB
  • sloc: ansic: 43,163; makefile: 817; sh: 445; perl: 166
file content (360 lines) | stat: -rw-r--r-- 7,640 bytes parent folder | download | duplicates (6)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
/* $Cambridge: hermes/src/prayer/files/static/content.css,v 1.2 2008/09/16 09:59:56 dpc22 Exp $ */
/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Content Styles *
      
   This is the content CSS-file for the framework.
   Include this in the layout.css file.
   
-------------------------------------------------------------- */
	
/* =TYPOGRAPHY
-------------------------------------------------------------- */	

h1 {
	padding-top: 0.7em;
}

h2 {
	padding-top: 0.9em;
}

/*hvs 14.4*/
div#dept-title h1 {
	margin: 0;
	padding: 0.2em 0;
	line-height: normal;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 1.4em;
	font-weight:normal;
	color: #000;
	background: #9c9;
}

div#dept-title h1 a {
	color: #000;
	text-decoration:none;
}

/*hvs 25.4*/
div#dept-title h2 {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: normal;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 1.1em;
	font-weight:normal;
	color: #000;
	background: #9c9;
}

/*for use with the optional global tabbed navigation bar*/

div#navtabs ul { 
	float:left;
	list-style: none; 
	margin:0; 
	padding: 0px; 
	}
div#navtabs li { 
	display: block; 
	float: left; 
	}
div#navtabs a { 
	display: block; 
/*
	float: left; 
*/
	color: #336; 
	text-decoration: none; 
	background-color:#d3d3b1; 
	padding:4px 10px 4px 10px; 
	border-right: 1px solid #9c9; 
}
div#navtabs a:hover { 
	display: block; 
	float: left; 
	color: #000; 
	text-decoration: none;  
	background-color: #EDEEEC; 
}
div#navtabs a.first {
	border-left: 1px solid #9c9; 
	border-right: 1px solid #9c9; 
}
div#navtabs a.current { 
	background-color: #9c9; 
}
/* Commented backslash hack hides rule from IE5-Mac \*/	
div#navtabs li a { float: none }
/* End IE5-Mac hack */ 
/*end of tabbed nav bar*/

	
div#sub-brand {
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}	
	
p.section {
	float: left;
	color: #cf5200;
	font-size: 1.125em;
	line-height: 1.125em;
	width: 100%;
	margin: 0;
	padding: 0;
}

p code {
	font-size: 1em;
	color: green;
}


body.secondary div#content-primary p {padding-right: 4%;}	


/* =IMAGES
-------------------------------------------------------------- */

/*
img {
	display: block;
}
*/

#branding img {
	float: left;
}

p.dept img {
	float: right;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

div#content-primary p img {
	float: right;
	border: 5px solid #dbd7cc;
	margin-left: 20px;
	margin-bottom: 1.125em;
	display: inline;
	clear: right;
}

div#content-primary p img.aleft {
	float: left;
	clear: left;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 0.5em;
}


/* =LISTS
-------------------------------------------------------------- */

/* =home page menus
-------------------------------------------------------------- */

/* IE6 margin/hover bug fix */
div.menu-wrapper, div.spotlight-wrapper {
	width: 100%;
	float: left;
}

dl.menu {
        float: left;
        margin: 0.75em 0 0 0;
        width: 100%;
        background:url(/icons/bg-home-menu-top.gif) repeat-x 0 100%;
        padding-bottom: 1px;
        font-family: Arial, Helvetica, sans-serif;
}

dl.menu dt {
	font-size: 1.4em;
	font-weight: bold;
	line-height: normal;
	padding: 0.4em 15px 0.3em 0.4em;
	color: #c60;
	background: #fff;
	margin-bottom: 0;
}

dl.menu dd {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 0;
	background:url(/icons/bg-home-menu-top.gif) repeat-x 0 0;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
}

div#content-primary dl.menu dd a {
	display: block;
	padding: 0.6em 15px 0.45em 37px;
	background: white url(/icons/icon-arrow-home-menu.gif) no-repeat 8px 0.75em;
	text-decoration: none;
}

div#content-primary dl.menu dd a:hover {
	background: #f3f7ff url(/icons/icon-arrow-home-menu-orange.gif) no-repeat 8px 0.75em;
	text-decoration: none;
}

div#content-primary dl.menu dt.sub {margin-top: 0.8em}

div#content-primary ul li ul {margin: 0 0 0.5em 1em;}

/* =content secondary list/menu settings
-------------------------------------------------------------- */

div#content-secondary dl, div#content-secondary dd, div#content-secondary ul {margin: 0;}

/* =content-secondary news
-------------------------------------------------------------- */

dl.news, dl.links {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin:0 0 1em 0;
}
/* for use with rss feed - there is an additional block of styles in rssfeed.css you can either add here or call as an import from layout.css
-------------------------------------------------------------- */


/*for use with manually added news and feature lists
------------------------------------------------------------------------*/

div#content-secondary #feature, div#content-secondary #news {
	float:left;
	padding: 0 0 0 21px;
	margin: 0.5em 0 ;
	border-bottom: 0.5px solid #CCC;
	display: inline;
	overflow: hidden;
	}

div#content-secondary #feature h2, div#content-secondary #news h2 {
	padding: 0 0 0 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}

div#content-secondary #feature ul, div#content-secondary #news ul {
	float: left;
	padding: 0.5em 0;
	margin: 0;
	padding:0;
	font-size: 0.8em;
	list-style:none;
	display: inline;
	overflow: hidden;
}

div#content-secondary #feature li, div#content-secondary #news li {
	padding: 0.4em 1em 0.2em 0;
	margin: 0;
}

div#content-secondary #feature li a, div#content-secondary #news li a {text-decoration:none;}

div#content-secondary #feature {border-bottom: 0 solid #ccc;}

div#content-secondary .subhead {
	font-weight:bold;
	color: #48605f;
}

/* =content-secondary links
-------------------------------------------------------------- */

div#content-secondary dl.links {
	border-top: 1px solid #e4eaea;	
	float: left;
	width: 100%;
	/*font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e4eaea;	
*/
}

div#content-secondary dl.links dt {
	padding: 0.75em 20px 0.6em 47px;
	font-size: 1.2em;
	background: #fff url(/icons/icon-quick-links.gif) no-repeat 20px 55%;
	margin-left: 2px;
	/*border-top: 1px solid #d3d3b1;
	text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #48605f;
}

div#content-secondary dl.section dt {background: #fff url(/icons/icon-section.gif) no-repeat 20px 55%;}

div#content-secondary dl.links dd {
	border-top: 1px solid #e4eaea;
	margin-left: 1px;
}

div#content-secondary dl.links dd a {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	/* amended by DMR (Studio24) 24.01.08*/
	padding: 0.2em 20px 0.1em 47px;
	display: block;
	height: 100%;
	/* amended by DMR (Studio24) 24.01.08*/
	background: url(/icons/icon-arrow-nav-primary.gif) no-repeat 20px 10.5px;
	text-decoration: none;
	color: #333;
}

div#content-secondary dl.links dd a:hover {
	text-decoration: none;
	/* amended by DMR (Studio24) 24.01.08*/
	background: /*#f3f7ff*/#fff url(/icons/icon-arrow-nav-primary.gif) no-repeat 20px 10.5px;
	color: #063;
}

/* =ALERT MESSAGES
----------------------------------------------- */

div.alert {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
}

div.alert h2 {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	padding: 0;
}

body.home div.alert {margin: 1em 3.4% 1em 0;}

div.warning {
	border: 1px solid red;
	background: #FFCCCC url(/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

div.normal {
    border: 1px solid #ffcc66;
	background: #ffffcc url(/icons/icon-alert-normal.gif) no-repeat 10px 10px;
}