/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
1
/*
2
 * Cms Index-----------------------------------------------------------------------------------------------------------------------
3
 */
4
5
#cmsContentHeader {
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
6
	width: 849px;
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
7
	height: 25px;
8
	padding-top: 4px;
9
	padding-bottom: 4px;
10
	border-bottom: 1px solid #acacac;
11
}
12
13
#cmsContentBody {
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
14
	margin-top:10px;
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
15
}
16
17
/* Bg-color for odd rows */
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
18
.odd {
19
	background-color:#fff;
90.1.18 by a11emmjo
Fixed even/odd line color on cmsindex.
20
	display: block;
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
21
	width: 687px;
22
	height: 2.4em;
23
}
24
25
/* Bg-color for even rows */
26
.even {
27
	background-color:#f5f5f5;
28
	display: block;
29
	width: 687px;
30
	height: 2.4em;
31
}
32
33
/*
34
 * Cms Category--------------------------------------------------------------------------------------------------------------------
35
 */
36
 
37
.categoryName {
38
	margin-left: 1.9em;
39
	padding-top: 0.2em;
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
40
	padding-bottom: 0.1em;
41
	color: #0a68ad;
42
	font-size: 1.6em;
43
	font-weight: bold;
44
}
45
46
.categoryIcon {
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
47
	width: 9px;
48
	height: 12px;
49
	margin-top: 1.0em;
50
	margin-left: 1.5em;
51
	margin-bottom: 0.1em;
52
	background: url(../img/filetree_expanded_arrow.png);
53
	float: left;
54
}
55
56
.categoryDots {
57
	width: 3px;
58
	height: 2.4em;
59
	margin-top: 0;
60
	margin-left: 1.8em;
61
	margin-bottom: 0;
62
	background: url(../img/filetree_expanded_dot.png) repeat-y;
63
	float: left;
64
}
65
66
/*
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
67
 * Cms Subcategory-----------------------------------------------------------------------------------------------------------------
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
68
 */
69
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
70
.subCategoryName{
71
	display: block;
72
	width: 638px;
73
	height: 1.4em;
74
	padding-left: 3.5em;
75
	padding-top: 0.3em;
76
	padding-bottom: 0.0em;
77
	color: #0a68ad;
78
	font-size: 1.4em;
79
	font-weight: bold;
80
}
81
82
.subCategoryIcon {
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
83
	width: 9px;
84
	height: 12px;
85
	margin-top: 1.0em;
86
	margin-left: 1.2em;
87
	margin-bottom: 0.1em;
88
	background: url(../img/filetree_expanded_arrow.png);
89
	float: left;
90
}
91
92
.subCategoryDots {
93
	width: 3px;
94
	height: 2.4em;
95
	margin-top: 0;
96
	margin-left: 1.5em;
97
	margin-bottom: 0;
98
	background: url(../img/filetree_expanded_dot.png) repeat-y;
99
	float: left;
100
}
101
102
/*
103
 * Cms Examples & Quizzes----------------------------------------------------------------------------------------------------------
104
 */
105
106
.exampleName{
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
107
	display: block;
108
	width: 619px;
109
	height: 1.2em;
110
	padding-left: 4.9em;
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
111
	padding-top: 0.5em;
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
112
	padding-bottom: 0.3em;
113
	color: #0a68ad;
114
	font-size: 1.2em;
115
	font-weight: bold;
116
}
117
118
.exampleName:before {
119
	margin: 0 5px 0 0;
120
	content: url(../img/filetree_example_indicator.png);
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
121
}
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
122
123
.quizName{
124
	display: block;
125
	width: 619px;
126
	height: 1.2em;
127
	padding-left: 4.9em;
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
128
	padding-top: 0.5em;
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
129
	padding-bottom: 0.3em;
130
	color: #0a68ad;
131
	font-size: 1.2em;
132
	font-weight: bold;
133
}
134
135
.quizName:before {
136
	margin: 0 5px 0 0;
137
	content: url(../img/filetree_quiz_indicator.png);
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
138
}
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
139
140
/*
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
141
 * Cms Button----------------------------------------------------------------------------------------------------------------------
142
 */
143
144
.cmsButton {
145
	padding: 4px;
146
	text-align: center;
147
	font-size: 1.2em;
148
	border: 1px solid #333;
149
	border-radius: 4px;
150
	-webkit-border-radius: 4px;
151
	-moz-border-radius: 4px;
152
}
153
154
.cmsButton:hover {
155
	cursor: hand;
156
	cursor: pointer;
157
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
158
}
159
160
.right {
161
	float: right;
162
}
163
164
.abowHeaderLine {
165
	position: relative;
166
	width: 87px;
167
	margin-left: 4px;
168
}
169
170
.belowHeaderLine {
171
	position: absolute;
172
	left: 849px;
173
	top: 39px;
174
	width: 87px;
175
	margin-left: -97px;
176
}
177
178
/*
179
 * Course filetree-----------------------------------------------------------------------------------------------------------------
180
 */
181
182
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
183
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
184
/*
185
body {
186
	color: #4F5155;
187
	height:1500px;
188
}
189
a:link{
190
	text-decoration:none;
191
}
192
a:visited{
193
	text-decoration:none;
194
}
195
a:hover{
196
	color:#f42;
197
	text-decoration:underline;
198
}
199
200
@-moz-keyframes pulse{
201
	0%{		box-shadow:0 0 1px #888; z-index:3000;}
202
	50%{	box-shadow:0 0 100px #888; z-index:3000;}
203
	100%{	box-shadow:0 0 1px #888; z-index:3000;}
204
}
205
206
@-webkit-keyframes pulse{
207
	0%{		box-shadow:0 0 1px #888; z-index:3000;}
208
	50%{	box-shadow:0 0 100px #888; z-index:3000;}
209
	100%{	box-shadow:0 0 1px #888; z-index:3000;}
210
}
211
212
@-moz-keyframes pulseMini{
213
	0%{		box-shadow:0 0 1px #aaa; z-index:3000;}
214
	50%{	box-shadow:0 0 30px #aaa; z-index:3000;}
215
	100%{	box-shadow:0 0 1px #aaa; z-index:3000;}
216
}
217
218
@-webkit-keyframes pulseMini{
219
	0%{		box-shadow:0 0 1px #aaa; z-index:3000;}
220
	50%{	box-shadow:0 0 30px #aaa; z-index:3000;}
221
	100%{	box-shadow:0 0 1px #aaa; z-index:3000;}
222
}
223
224
h3.subCategoryName{
225
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
226
	font-size:13px;
227
	font-weight:bold;
228
	color:#438BD5;
229
	padding-left:22px;
230
	margin:0;
231
	line-height:100%;
232
}
233
234
a.exampleName{
235
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
236
	color:#438BD5;
237
	font-size:12px;
238
	display:block;
239
	margin:0;
240
	padding-top:3px;
241
}
242
243
244
.categoryIcon{
90.1.20 by a11emmjo
Fixed the layout on cms index so the arrows and dots marks expanded objects.
245
	color:#bababa;
246
	font-size:13px;
247
	display:inline-block;
248
	margin-left:11px;
249
	margin-right:5px;
250
	cursor:pointer;
251
	-webkit-touch-callout: none;
252
	-webkit-user-select: none;
253
	-khtml-user-select: none;
254
	-moz-user-select: none;
255
	-ms-user-select: none;
256
	user-select: none;
257
}
258
259
.categoryIcon.expanded{
260
	transform:rotate(90deg);
261
	-ms-transform:rotate(90deg);
262
	-webkit-transform:rotate(90deg);
263
}
264
.categoryIcon.notExpanded{
265
	transform:rotate(0deg);
266
	-ms-transform:rotate(0deg);
267
	-webkit-transform:rotate(0deg);
268
}
269
270
271
.categoryBorder
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
272
{
273
	float:left;
274
	margin-left:18px;
275
	width:3px;
276
	height:25px;
277
	background-image: url(../img/borderbackground.png);
278
	display:inline-block;
279
}
280
281
.exampleBorder
282
{
283
	float:left;
284
	margin-left:17px;
285
	margin-right:5px;
286
	width:4px;
287
	height:22px;
288
	background-image: url(../img/borderbackground.png);
289
}
290
291
292
293
.exampleIcon{
294
	float:left;
295
	height:9px;
296
	padding-top:10px;
297
	width:9px;
298
	background-image: url(../img/example_indicator.png);
299
	background-position:center;
300
	background-repeat:no-repeat;
301
	display:inline-block;
302
	margin-right:5px;
303
	margin-left:10px;
304
}
305
306
.categoryMoveUp{
307
	float:right;
308
	position:relative;
309
	height: 20px;
310
	width:20px;
311
312
	top:-24px;
313
	margin-right:25%;
314
	margin-left:2px;
315
	font-family: icomoon;
316
	background-color:silver;
317
318
	
319
	
320
	transform:rotate(90deg);
321
	-ms-transform:rotate(90deg);
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
322
	-webkit-transform:rotate(90deg);
323
	text-align:center;
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
324
	cursor:pointer;
325
	-webkit-touch-callout: none;
326
	-webkit-user-select: none;
327
	-khtml-user-select: none;
328
	-moz-user-select: none;
329
	-ms-user-select: none;
330
	user-select: none;
331
}
332
.categoryMoveDown{
333
	float:right;
334
	position:relative;
335
	height: 20px;
336
	width:20px;
337
338
	top:-24px;
339
	margin-left:2px;
340
	font-family: icomoon;
341
	background-color:silver;
342
	
343
	transform:rotate(-90deg);
344
	-ms-transform:rotate(-90deg);
90.1.17 by a11emmjo
Fixed some css on the cmsindex.
345
	-webkit-transform:rotate(-90deg);
346
	text-align:center;
90.1.13 by a11emmjo
Changed so that cms-controller loads filetree (before known as examplesController, examplesBody, examplesMenu).
347
	cursor:pointer;
348
	-webkit-touch-callout: none;
349
	-webkit-user-select: none;
350
	-khtml-user-select: none;
351
	-moz-user-select: none;
352
	-ms-user-select: none;
353
	user-select: none;
354
}
355
356
.categoryPulse{
357
	-moz-animation: pulse 1.5s 1;
358
	-webkit-animation: pulse 1.5s 1;
359
}
360
361
362
.categoryPulseMini{
363
	-moz-animation: pulseMini 1.5s 1;
364
	-webkit-animation: pulseMini 1.5s 1;
365
}*/
366