/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/bannermenu.css

  • Committer: a11andoh
  • Date: 2013-05-28 14:18:18 UTC
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: a11andoh@student.his.se-20130528141818-a95jt0njmm2e7bif
added information to the XML API course to be able to test with the system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@charset "utf-8";
2
 
/* CSS Document */
3
 
 
4
 
/*
5
 
 * Standard----------------------------------------------------------------------------------------------------------------------------------------
6
 
 * TODO: Move to indexpage css
7
 
 */
8
 
 
9
 
/* This sets all the margins and paddings to zero so you can controll this individually for each element instead. */
10
 
* {
11
 
        margin: 0;
12
 
        padding: 0;
13
 
}
14
 
 
15
 
/* This two rows sets 1em to 10px. */
16
 
html { 
17
 
        font-size: 125%;
18
 
}
19
 
 
20
 
body {
21
 
        font-size: 50%;
22
 
}
23
 
 
24
 
@font-face{
25
 
        font-family: icomoon;
26
 
        src: url(../img/icomoon.ttf);
27
 
}
28
 
 
29
 
/*
30
 
 * Body--------------------------------------------------------------------------------------------------------------------------------------------
 
1
/*
 
2
 * BannerBody----------------------------------------------------------------------------------------------------------------------------
31
3
 */
32
4
 
33
5
#bannerBody {
34
6
        position: fixed;
35
7
        width: 100%;
 
8
        height: 54px;
36
9
        background: url(../img/bannermenu_bg.png) repeat-x;
37
 
        font-family:  Arial, Helvetica, sans-serif;
 
10
        z-index: 999;
38
11
}
39
12
 
40
13
#bannerBody a:link, a:visited, a:active {
43
16
}
44
17
 
45
18
/*
46
 
 * Banner------------------------------------------------------------------------------------------------------------------------------------------
 
19
 * Banner--------------------------------------------------------------------------------------------------------------------------
47
20
 */
48
21
 
49
22
/* Is used for the icons in the bannermenu */
61
34
#bannerLogoButton {
62
35
        width: 159px; /* Total width: 162px with :before below */
63
36
        height: 53px;
 
37
        background-color: #333;
64
38
        background-image: url(../img/logo_button.png);
65
39
        background-repeat: no-repeat;
66
40
        border-right: 1px solid #111;
87
61
#bannerContent {
88
62
        width: 698px; /* Total width: 698px */
89
63
        height: 54px;
 
64
        background: url(../img/bannermenu_bg.png) repeat-x;
90
65
        float: left;
91
66
}
92
67
 
93
68
#bannerContentCMS {
94
 
        display: none;
 
69
        display: relative;
95
70
}
96
71
 
97
72
/* Contains the header for the CMS page */
107
82
}
108
83
 
109
84
/*
110
 
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer------------------------------
 
85
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer--------------
111
86
 */
112
87
 
113
88
#bannerContentExample {
243
218
}
244
219
 
245
220
/*
246
 
 * End of content for bannermenu in Codeviewer-----------------------------------------------------------------------------------------------------
 
221
 * End of content for bannermenu in Codeviewer-------------------------------------------------------------------------------------
247
222
 */
248
223
 
249
224
#bannerUserMenuButton {
250
225
        width: 94px; /* Total width: 164px */
251
 
        height: 15px;
 
226
        height: 16px;
 
227
        background-color: #333;
252
228
        background-image: url(../img/user_menu_button.png);
253
229
        background-repeat: no-repeat;
254
230
        padding: 25px 56px 13px 14px;
259
235
}
260
236
 
261
237
#bannerUserMenuButton:hover {
262
 
        height: 15px;
 
238
        height: 16px;
263
239
        background-color: #ae2771;
 
240
        cursor: hand;
 
241
        cursor: pointer;
264
242
}
265
243
 
266
244
/*
267
 
 * Dropdownmenu------------------------------------------------------------------------------------------------------------------------------------
 
245
 * Dropdownmenus-------------------------------------------------------------------------------------------------------------------
268
246
 */
269
247
 
270
 
/* Centers the div that contains the dropdownmenus */
271
 
#dropdownMenuWrapper {
272
 
        width: 1024px;
273
 
        margin: 0 auto;
274
 
        color: #eee;
275
 
        clear: both;
276
 
}
277
 
 
278
248
/* Contains the dropdownmenu for the codeviewer menu button */
279
249
#dropdownCodeviewerMenu {
 
250
        position: absolute;
 
251
        top: 54px;
280
252
        display: none;
281
 
        z-index: 999;
282
253
        min-width: 100px;
283
 
        margin: 0 0 0 161px;
 
254
        color: #eee;
284
255
        float: left;
285
256
}
286
257
 
287
258
/* Contains the dropdownmenu for the userbutton */
288
259
#dropdownUserMenu {
289
260
        display: none;
290
 
        z-index: 999;
291
261
        min-width: 162px;
292
262
        margin: 0 1px;
 
263
        color: #eee;
293
264
        float: right;
294
265
}
295
266
 
317
288
        background-color: #ae2771;
318
289
        border-top: 1px solid #c14288;
319
290
        border-bottom: 1px solid #90215e;
 
291
        cursor: hand;
 
292
        cursor: pointer;
320
293
}
321
294
 
322
295
#dropdownMenuButtonArrow {
329
302
 
330
303
/* Contains the list of all the courses */
331
304
#dropdownMenuCourseBlock {
 
305
        display: none;
332
306
        margin: 0 1px;
333
307
        padding: 5px 0;
334
308
        background-color: #333;
342
316
 
343
317
#dropdownMenuCourseBlock li:hover {
344
318
        background-color: #ae2771;
 
319
        cursor: hand;
 
320
        cursor: pointer;
345
321
}
346
322
 
347
323
/* Sets the active course to bold */
372
348
 
373
349
#dropdownMenuCourseBlock p:hover {
374
350
        background-color: #ae2771;
375
 
}
 
 
b'\\ No newline at end of file'
 
351
        cursor: hand;
 
352
        cursor: pointer;
 
353
}
 
354
 
 
355
/*
 
356
 * Popup---------------------------------------------------------------------------------------------------------------------------
 
357
 */
 
358
 
 
359
 #popup {
 
360
        display: none;
 
361
        position: absolute;
 
362
        top: 120px;
 
363
        left: 50%;
 
364
        width: 1px;
 
365
        height: 1px;
 
366
 }
 
 
b'\\ No newline at end of file'