5
* Standard------------------------------------------------------------------------------------------------------------------------
6
* TODO: Move to indexpage css
9
/* This sets all the margins and paddings to zero so you can controll this individually for each element instead. */
15
/* This two rows sets 1em to 10px. */
22
font-family: Arial, Helvetica, sans-serif;
28
src: url(../img/icomoon.ttf);
32
* Body----------------------------------------------------------------------------------------------------------------------------
39
background: url(../img/bannermenu_bg.png) repeat-x;
43
#bannerBody a:link, a:visited, a:active {
45
text-decoration: none;
49
* Banner--------------------------------------------------------------------------------------------------------------------------
52
/* Is used for the icons in the bannermenu */
54
font-family: "icomoon";
57
/* Centers the bannermenu */
65
width: 159px; /* Total width: 162px with :before below */
67
background-image: url(../img/logo_button.png);
68
background-repeat: no-repeat;
69
border-right: 1px solid #111;
70
border-left: 1px solid #111;
74
/* Draws the extra light grey border for emboss effect */
75
#bannerLogoButton:before {
80
border-right: 1px solid #555;
81
border-left: 1px solid #555;
84
#bannerLogoButton:hover {
86
background-color: #ae2771;
89
/* Groups the content in the header between the LenaSYS button and the user button */
91
width: 698px; /* Total width: 698px */
100
/* Contains the header for the CMS page */
102
width: 640px; /* Total width: 640px */
104
padding: 24px 29px 12px;
113
* Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer--------------
116
#bannerContentExample {
120
/* Contains the icon for the dropdownmenu in Codeviewer */
121
#bannerCodeviewerMenuButton {
122
width: 31px; /* Total width: 52px with :before below */
124
background-repeat: no-repeat;
127
border-right: 1px solid #111;
131
/* Draws the extra light grey border for emboss effect */
132
#bannerCodeviewerMenuButton:before {
138
border-right: 1px solid #555;
141
#bannerCodeviewerMenuButton:hover {
143
background-color: #ae2771;
146
#bannerLeftArrowButton {
147
width: 25px; /* Total width: 40px */
149
background-repeat: no-repeat;
150
padding: 16px 5px 8px 10px;
155
#bannerLeftArrowButton:hover {
157
background-color: #ae2771;
160
#bannerRightArrowButton {
161
width: 24px; /* Total width: 42px with :before below */
163
background-repeat: no-repeat;
164
padding: 16px 12px 8px 5px;
166
border-right: 1px solid #111;
170
/* Draws the extra light grey border for emboss effect */
171
#bannerRightArrowButton:before {
177
border-right: 1px solid #555;
180
#bannerRightArrowButton:hover {
182
background-color: #ae2771;
186
width: 24px; /* Total width: 52px with :before below */
188
background-repeat: no-repeat;
189
padding: 16px 14px 8px 13px;
191
border-right: 1px solid #111;
195
/* Draws the extra light grey border for emboss effect */
196
#bannerPlayButton:before {
202
border-right: 1px solid #555;
205
#bannerPlayButton:hover {
207
background-color: #ae2771;
210
/* Contains the header for the Codeviewer page */
211
#bannerHeaderExample{
212
width: 440px; /* Total width: 460px */
214
padding: 24px 10px 12px;
222
/* Contains the icon for keywords for the instructor and change view for the student */
224
width: 24px; /* Total width: 52px with :before below */
226
background-repeat: no-repeat;
227
padding: 17px 13px 12px 14px;
229
border-left: 1px solid #111;
233
/* Draws the extra light grey border for emboss effect */
234
#bannerExtraButton:before {
240
border-left: 1px solid #555;
243
#bannerExtraButton:hover {
245
background-color: #ae2771;
249
* End of content for bannermenu in Codeviewer-------------------------------------------------------------------------------------
252
#bannerUserMenuButton {
253
width: 94px; /* Total width: 164px */
255
background-image: url(../img/user_menu_button.png);
256
background-repeat: no-repeat;
257
padding: 25px 56px 13px 14px;
258
font-family: Arial, Helvetica, sans-serif;
264
#bannerUserMenuButton:hover {
266
background-color: #ae2771;
270
* Dropdownmenus-------------------------------------------------------------------------------------------------------------------
273
/* Contains the dropdownmenu for the codeviewer menu button */
274
#dropdownCodeviewerMenu {
283
/* Contains the dropdownmenu for the userbutton */
294
border-top: 1px solid #0e91f2;
295
border-bottom: 1px solid #074877;
296
padding: 8px 10px 8px;
297
background-color: #0a68ad;
302
.dropdownMenuButton {
304
border-top: 1px solid #555;
305
border-bottom: 1px solid #111;
307
background-color: #333;
312
.dropdownMenuButton:hover {
313
background-color: #ae2771;
314
border-top: 1px solid #c14288;
315
border-bottom: 1px solid #90215e;
318
#dropdownMenuButtonArrow {
322
background-image: url(../img/icomoon_arrow_down.png);
326
/* Contains the list of all the courses */
327
#dropdownMenuCourseBlock {
330
background-color: #333;
334
#dropdownMenuCourseBlock li {
336
padding: 3px 10px 3px 32px;
339
#dropdownMenuCourseBlock li:hover {
340
background-color: #ae2771;
343
/* Sets the active course to bold */
344
.dropdownMenuCourseBlockActiveCourse {
345
padding-left: 10px !important;
349
/* Puts a checkmark before the active course */
350
.dropdownMenuCourseBlockActiveCourse:before {
352
content: url(../img/icomoon_checkmark.png);
355
/* The divider between the list of the courses and Manage Courses */
356
#dropdownMenuCourseBlock hr {
361
background-color: #555;
364
#dropdownMenuCourseBlock p {
369
#dropdownMenuCourseBlock p:hover {
370
background-color: #ae2771;
b'\\ No newline at end of file'