aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
blob: 4f59ab88c2c6f10462be004d116f0937fef117dc (plain)
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<?php

	/**
	 * Elgg CSS
	 * The standard CSS file
	 * 
	 * @package Elgg
	 * @subpackage Core
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author (s) David Tosh / Pete Harris
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.org/
	 * 
	 * @uses $vars['wwwroot'] The site URL
	 */

?>

/*
    Default Elgg CSS
*/

/*
  Globals
*/

* {
	/* border: 0; */
	margin: 0;
	padding: 0;
}

body {
    background:#ffffff; /* url(<?php echo $vars['url']; ?>/_graphics/header.gif) repeat-x; */
	color:#697C83;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
}

p {
	color:#555;
	margin:0 0 10px 0;
}

a {
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
}

ol, ul {
	color:#697C83;
}

h1 {
	font-size:130%;
}

h2, h3, h4, h5 {
	font-size:100%;
}

input { vertical-align:middle; }

blockquote{
	background: #EEE url(<?php echo $vars['url']; ?>/_graphics/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/******* End of globals *************/

/*
	TABLES IN ELGG
*/

td {
	border:1px solid #eee;
	padding:0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

/******** end tables **************/

/*
	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	width:970px;
	margin:0 auto;
	padding:0;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0 0 10px 0;
	padding:5px;
	text-align:left;
	position:relative;
	background:#006699;
	width:100%;
	height:50px;
}

div#header h1 {
	font-size:20px;
	padding:0;
	margin:0;
}

div#header h2 {
	font-size:16px;
	padding:5px 0 0 0;
	margin:0;
	color:#ffffff;
}

div#header h1 a{
	color:#fff;
	/* font-family:Helvetica, "Myriad Web", Arial, sans-serif;*/
}

/**** End header ****/

/*
  Topmenu
*/

#topmenu {
    position:absolute;
    top:2px;
    right:10px;
    width: 500px;
    text-align: right;
}

#topmenu li {
    display:inline;
    list-style:none;
}

#topmenu li a {
    color:#fff;
    margin:0 10px 0 10px;
}

#topmenu .usericon {
	float:right;
}

/**** end top menu ****/

/*
    sidebar menu
*/

#sidebar_menu {
	width: 150px;
	margin:0;
	padding:0;
	float: left;
	background:#f5f5f5; /* url(<?php echo $vars['url']; ?>/_graphics/sidebar-top.gif) no-repeat top;*/
}

#sidebar_right {
	width:380px;
	min-height: 380px;
	float:right;
	margin: 0;
	padding: 0;
	border-top:1px solid white;
}

#mainContent {
    margin:0 380px 0 170px;
    width:380px;
    min-height: 380px;
    padding:0;
    border-top:1px solid white;
}

#login-box {
    text-align:left;
    border:1px solid #ddd;
    width:300px;
    padding:10px;
}

/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	font-size:1em;
	height:26px;
	margin:20px 0 0 0;
	color:#174764;
	font-weight:bold;
	width:100%;
	padding:3px 0 0 0;
	background:url(<?php echo $vars['url']; ?>/_graphics/footer.gif) repeat-x;
}

div#footer img {
   text-align:right;
   padding:3px 0 0 0;
}

div#footer p {
   padding:0 20px 0 20px;
}

div#footer a {
	color:#fff;
	padding:0 5px 0 5px;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a:link, div#footer a:visited {
	text-align:right;
}

/*
  System messages
*/

.messages {
    border:1px solid #D3322A;
    background:#F7DAD8;
    color:#000;
    padding:3px 50px;
    margin:20px 20px 10px 20px;
}

/*
  Forms
*/

.input-text,
.input-tags,
.input-url,
.input-textarea {
	/* width: 600px;*/
	width:95%;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.4;
	font-family: inherit;
	padding:5px;
}

.input-textarea {
	height: 200px;
}

/* 
	elgg toolbar
*/

.elggtoolbar ul.drawers {
	width: 150px;
	margin: 0;
	padding: 0;
}

.elggtoolbar li.drawer ul li {
	line-height: 1.2em;
	margin: 0;
	padding: 3px 0 3px 0;
}

.elggtoolbar ul {
	list-style: none;
	margin: 0;
	padding: 3px 3px 3px 10px;
}

.elggtoolbar li a {
	text-decoration: none;
	color: #666;
	line-height:0.5em;
}
.elggtoolbar li a:hover {
	text-decoration: underline;
}

.elggtoolbar h2.drawer-handle {
	margin: 0;
	padding: 1px 1px 1px 10px;
	background-color: #e5e5e5;
	cursor: pointer;
	font-size: 100%;
}

.elggtoolbar h2.drawer-handle.open {
	color:#ffffff;
	background-color: #666666;
}

/* 
	rounded corner widget boxes
*/	
.ui-sortable { color:#222; margin:0; padding:0 10px 10px; }
.ui-sortable h2 {color:#555; font-size:11px; margin:0; line-height:2; padding:0; }

.ui-sortable-helper {
	/* width:150px !important; */
}

.placeholder {
	border:2px dashed #AAA;
	margin-left:-12px;
}


.sort {
	margin:10px 0;
	position:relative;
	/* margin:0px auto;*/
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under box */
}

.sort h1 { 
	color:#5d9ed6;
	font-size:14px;
	margin:0 43px 0 0; /* margin so edit buttons are not obscured */
	cursor:move;
	height:1.8em;
	padding:8px 0 0 0;
	position:relative;
}

.sort .content,
.sort .t,
.sort .b,
.sort .b div {
	background:transparent url(<?php echo $vars['url']; ?>/_graphics/box.png) no-repeat top right;
	_background-image:url(<?php echo $vars['url']; ?>/_graphics/box.gif); /* for ie 6 as can't use AlphaImageLoader due to div width/height not being known */
    /* _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/box.png', sizingMethod='crop'); */
}

.sort .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0 12px 0 0;
}

.sort .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.sort .b {
	/* bottom */
	position:relative;
	width:100%;
}

.sort .b,
.sort .b div {
	height:6px; /* height of bottom round */
	font-size:1px;
}

.sort .b {
	background-position:bottom right;
}

.sort .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}

.sort p {
	margin:0px;
	padding:0.5em 0px 0.5em 0px;
	line-height: 1.4em;
	color:#555;
}

.editpanel {
	background: #cccccc;
	height: 100px;
	display: none;
}
.button_editpanel {
	z-index:1;
	float:right;
	/* background: url(images/ todo - add arrow graphic ) no-repeat right -50px; */
	text-align: right;
	padding: 10px 0 0 0;
	cursor:pointer;
	color: #cccccc;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}
.active {
	/* background-position: right 12px;*/
	color: #666666;
}
a.togglepanel {
	color: #cccccc;
	cursor:pointer;
	text-decoration:none;
	float:right;
	padding: 9px 0 0 8px;
	font-weight: bold;
	outline: none;
	-moz-outline-style: none;
}