/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
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
/*
 * BannerBody----------------------------------------------------------------------------------------------------------------------------
 */

#bannerBody {
	position: fixed;
	width: 100%;
	height: 54px;
	background: url(../img/bannermenu_bg.png) repeat-x;
	z-index: 999;
}

#bannerBody a:link, a:visited, a:active {
	color: #eee;
	text-decoration: none;
}

/*
 * Banner--------------------------------------------------------------------------------------------------------------------------
 */

/* Is used for the icons in the bannermenu */
.icomoon{
	font-family: "icomoon";
}

/* Centers the bannermenu */
#bannerWrapper {
	width: 1024px;
	margin: 0 auto;
	color: #eee;
}

#bannerLogoButton {
	width: 159px; /* Total width: 162px with :before below */
	height: 53px;
	background-color: #333;
	background-image: url(../img/logo_button.png);
	background-repeat: no-repeat;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	float: left;
}

/* Draws the extra light grey border for emboss effect */
#bannerLogoButton:before {
	content: '';
	width: 159px;
	height: 53px;
	position: absolute;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}

#bannerLogoButton:hover {
	height: 53px;
	background-color: #ae2771;
}

/* Groups the content in the header between the LenaSYS button and the user button */
#bannerContent {
	width: 698px; /* Total width: 698px */
	height: 54px;
	background: url(../img/bannermenu_bg.png) repeat-x;
	float: left;
}

#bannerContentCMS {
	display: relative;
}

/* Contains the header for the CMS page */
#bannerHeaderCMS{
	width: 640px; /* Total width: 640px */
	height: 18px;
	padding: 24px 29px 12px;
	color: #eee;
	font-size: 1.8em;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

/*
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer--------------
 */

#bannerContentExample {
	display: none;
}

/* Contains the icon for the dropdownmenu in Codeviewer */
#bannerCodeviewerMenuButton {
	width: 31px; /* Total width: 52px with :before below */
	height: 29px;
	background-repeat: no-repeat;
	padding: 12px 10px;
	font-size: 3.0em;
	border-right: 1px solid #111;
	float: left;
}

/* Draws the extra light grey border for emboss effect */
#bannerCodeviewerMenuButton:before {
	content: '';
	width: 31px;
	height: 53px;
	margin: -12px 11px;
	position: absolute;
	border-right: 1px solid #555;
}

#bannerCodeviewerMenuButton:hover {
	height: 29px;
	background-color: #ae2771;
}

#bannerLeftArrowButton {
	width: 25px; /* Total width: 40px */
	height: 34px;
	background-repeat: no-repeat;
	padding: 16px 5px 8px 10px;
	font-size: 2.5em;
	float: left;
}

#bannerLeftArrowButton:hover {
	height: 29px;
	background-color: #ae2771;
}

#bannerRightArrowButton {
	width: 24px; /* Total width: 42px with :before below */
	height: 29px;
	background-repeat: no-repeat;
	padding: 16px 12px 8px 5px;
	font-size: 2.5em;
	border-right: 1px solid #111;
	float: left;
}

/* Draws the extra light grey border for emboss effect */
#bannerRightArrowButton:before {
	content: '';
	width: 24px;
	height: 53px;
	margin: -16px 13px;
	position: absolute;
	border-right: 1px solid #555;
}

#bannerRightArrowButton:hover {
	height: 29px;
	background-color: #ae2771;
}

#bannerPlayButton {
	width: 24px; /* Total width: 52px with :before below */
	height: 29px;
	background-repeat: no-repeat;
	padding: 16px 14px 8px 13px;
	font-size: 2.5em;
	border-right: 1px solid #111;
	float: left;
}

/* Draws the extra light grey border for emboss effect */
#bannerPlayButton:before {
	content: '';
	width: 24px;
	height: 53px;
	margin: -16px 15px;
	position: absolute;
	border-right: 1px solid #555;
}

#bannerPlayButton:hover {
	height: 29px;
	background-color: #ae2771;
}

/* Contains the header for the Codeviewer page */
#bannerHeaderExample{
	width: 440px; /* Total width: 460px */
	height: 18px;
	padding: 24px 10px 12px;
	font-size: 1.8em;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

/* Contains the icon for keywords for the instructor and change view for the student */
#bannerExtraButton {
	width: 24px; /* Total width: 52px with :before below */
	height: 24px;
	background-repeat: no-repeat;
	padding: 17px 13px 12px 14px;
	font-size: 2.5em;
	border-left: 1px solid #111;
	float: left;
}

/* Draws the extra light grey border for emboss effect */
#bannerExtraButton:before {
	content: '';
	width: 24px;
	height: 53px;
	margin: -17px -14px;
	position: absolute;
	border-left: 1px solid #555;
}

#bannerExtraButton:hover {
	height: 24px;
	background-color: #ae2771;
}

/*
 * End of content for bannermenu in Codeviewer-------------------------------------------------------------------------------------
 */

#bannerUserMenuButton {
	width: 94px; /* Total width: 164px */
	height: 16px;
	background-color: #333;
	background-image: url(../img/user_menu_button.png);
	background-repeat: no-repeat;
	padding: 25px 56px 13px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	text-align: center;
	float: left;
}

#bannerUserMenuButton:hover {
	height: 16px;
	background-color: #ae2771;
	cursor: hand;
	cursor: pointer;
}

/*
 * Dropdownmenus-------------------------------------------------------------------------------------------------------------------
 */

/* Contains the dropdownmenu for the codeviewer menu button */
#dropdownCodeviewerMenu {
	position: absolute;
	top: 54px;
	display: none;
	min-width: 100px;
	color: #eee;
	float: left;
}

/* Contains the dropdownmenu for the userbutton */
#dropdownUserMenu {
	display: none;
	min-width: 162px;
	margin: 0 1px;
	color: #eee;
	float: right;
}

.drowdownMenuHeader{
	height: 16px;
	border-top: 1px solid #0e91f2;
	border-bottom: 1px solid #074877;
	padding: 8px 10px 8px;
	background-color: #0a68ad;
	font-size: 1.6em;
	font-weight: bold;
}

.dropdownMenuButton {
	height: 16px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #111;
	padding: 6px 10px;
	background-color: #333;
	font-size: 1.6em;
	font-weight: 500;
}

.dropdownMenuButton:hover {
	background-color: #ae2771;
	border-top: 1px solid #c14288;
	border-bottom: 1px solid #90215e;
	cursor: hand;
	cursor: pointer;
}

#dropdownMenuButtonArrow {
	width: 18px;
	height: 18px;
	margin: -2px;
	background-image: url(../img/icomoon_arrow_down.png);
	float: right;
}

/* Contains the list of all the courses */
#dropdownMenuCourseBlock {
	display: none;
	margin: 0 1px;
	padding: 5px 0;
	background-color: #333;
	font-size: 1.4em;
}

#dropdownMenuCourseBlock li {
	display: block;
	padding: 3px 10px 3px 32px;
}

#dropdownMenuCourseBlock li:hover {
	background-color: #ae2771;
	cursor: hand;
	cursor: pointer;
}

/* Sets the active course to bold */
.dropdownMenuCourseBlockActiveCourse {
	padding-left: 10px !important;
	font-weight: bold;
}

/* Puts a checkmark before the active course */
.dropdownMenuCourseBlockActiveCourse:before {
	margin: 0 5px 0 0;
	content: url(../img/icomoon_checkmark.png);
}

/* The divider between the list of the courses and Manage Courses */
#dropdownMenuCourseBlock hr {
	height: 1px;
	border-width: 0;
	margin: 5px 10px; 
	color: #555;
	background-color: #555;
}

#dropdownMenuCourseBlock p {
	display: block;
	padding: 3px 10px;
}

#dropdownMenuCourseBlock p:hover {
	background-color: #ae2771;
	cursor: hand;
	cursor: pointer;
}

/*
 * Popup---------------------------------------------------------------------------------------------------------------------------
 */
 
 #popup {
	display: none;
	position: absolute;
	top: 120px;
	left: 50%;
	width: 1px;
	height: 1px;
 }