2
* BannerBody----------------------------------------------------------------------------------------------------------------------------
9
background: url(../img/bannermenu_bg.png) repeat-x;
13
#bannerBody a:link, a:visited, a:active {
15
text-decoration: none;
19
* Banner--------------------------------------------------------------------------------------------------------------------------
22
/* Is used for the icons in the bannermenu */
24
font-family: "icomoon";
27
/* Centers the bannermenu */
35
width: 159px; /* Total width: 162px with :before below */
37
background-color: #333;
38
background-image: url(../img/logo_button.png);
39
background-repeat: no-repeat;
40
border-right: 1px solid #111;
41
border-left: 1px solid #111;
45
/* Draws the extra light grey border for emboss effect */
46
#bannerLogoButton:before {
51
border-right: 1px solid #555;
52
border-left: 1px solid #555;
55
#bannerLogoButton:hover {
57
background-color: #ae2771;
60
/* Groups the content in the header between the LenaSYS button and the user button */
62
width: 698px; /* Total width: 698px */
64
background: url(../img/bannermenu_bg.png) repeat-x;
72
/* Contains the header for the CMS page */
74
width: 640px; /* Total width: 640px */
76
padding: 24px 29px 12px;
85
* Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer--------------
88
#bannerContentExample {
92
/* Contains the icon for the dropdownmenu in Codeviewer */
93
#bannerCodeviewerMenuButton {
94
width: 31px; /* Total width: 52px with :before below */
96
background-repeat: no-repeat;
99
border-right: 1px solid #111;
103
/* Draws the extra light grey border for emboss effect */
104
#bannerCodeviewerMenuButton:before {
110
border-right: 1px solid #555;
113
#bannerCodeviewerMenuButton:hover {
115
background-color: #ae2771;
118
#bannerLeftArrowButton {
119
width: 25px; /* Total width: 40px */
121
background-repeat: no-repeat;
122
padding: 16px 5px 8px 10px;
127
#bannerLeftArrowButton:hover {
129
background-color: #ae2771;
132
#bannerRightArrowButton {
133
width: 24px; /* Total width: 42px with :before below */
135
background-repeat: no-repeat;
136
padding: 16px 12px 8px 5px;
138
border-right: 1px solid #111;
142
/* Draws the extra light grey border for emboss effect */
143
#bannerRightArrowButton:before {
149
border-right: 1px solid #555;
152
#bannerRightArrowButton:hover {
154
background-color: #ae2771;
158
width: 24px; /* Total width: 52px with :before below */
160
background-repeat: no-repeat;
161
padding: 16px 14px 8px 13px;
163
border-right: 1px solid #111;
167
/* Draws the extra light grey border for emboss effect */
168
#bannerPlayButton:before {
174
border-right: 1px solid #555;
177
#bannerPlayButton:hover {
179
background-color: #ae2771;
182
/* Contains the header for the Codeviewer page */
183
#bannerHeaderExample{
184
width: 440px; /* Total width: 460px */
186
padding: 24px 10px 12px;
194
/* Contains the icon for keywords for the instructor and change view for the student */
196
width: 24px; /* Total width: 52px with :before below */
198
background-repeat: no-repeat;
199
padding: 17px 13px 12px 14px;
201
border-left: 1px solid #111;
205
/* Draws the extra light grey border for emboss effect */
206
#bannerExtraButton:before {
212
border-left: 1px solid #555;
215
#bannerExtraButton:hover {
217
background-color: #ae2771;
221
* End of content for bannermenu in Codeviewer-------------------------------------------------------------------------------------
224
#bannerUserMenuButton {
225
width: 94px; /* Total width: 164px */
227
background-color: #333;
228
background-image: url(../img/user_menu_button.png);
229
background-repeat: no-repeat;
230
padding: 25px 56px 13px 14px;
231
font-family: Arial, Helvetica, sans-serif;
237
#bannerUserMenuButton:hover {
239
background-color: #ae2771;
245
* Dropdownmenus-------------------------------------------------------------------------------------------------------------------
248
/* Contains the dropdownmenu for the codeviewer menu button */
249
#dropdownCodeviewerMenu {
258
/* Contains the dropdownmenu for the userbutton */
269
border-top: 1px solid #0e91f2;
270
border-bottom: 1px solid #074877;
271
padding: 8px 10px 8px;
272
background-color: #0a68ad;
277
.dropdownMenuButton {
279
border-top: 1px solid #555;
280
border-bottom: 1px solid #111;
282
background-color: #333;
287
.dropdownMenuButton:hover {
288
background-color: #ae2771;
289
border-top: 1px solid #c14288;
290
border-bottom: 1px solid #90215e;
295
#dropdownMenuButtonArrow {
299
background-image: url(../img/icomoon_arrow_down.png);
303
/* Contains the list of all the courses */
304
#dropdownMenuCourseBlock {
308
background-color: #333;
312
#dropdownMenuCourseBlock li {
314
padding: 3px 10px 3px 32px;
317
#dropdownMenuCourseBlock li:hover {
318
background-color: #ae2771;
323
/* Sets the active course to bold */
324
.dropdownMenuCourseBlockActiveCourse {
325
padding-left: 10px !important;
329
/* Puts a checkmark before the active course */
330
.dropdownMenuCourseBlockActiveCourse:before {
332
content: url(../img/icomoon_checkmark.png);
335
/* The divider between the list of the courses and Manage Courses */
336
#dropdownMenuCourseBlock hr {
341
background-color: #555;
344
#dropdownMenuCourseBlock p {
349
#dropdownMenuCourseBlock p:hover {
350
background-color: #ae2771;
356
* Popup---------------------------------------------------------------------------------------------------------------------------
b'\\ No newline at end of file'