/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: elof.bigestans at gmail
  • Date: 2013-05-24 14:10:14 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524141014-8pni44bog1rf5ijp
MergedĀ fromĀ trunk

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
 
        position: fixed;
 
6
        position: relative;
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 */
107
80
}
108
81
 
109
82
/*
110
 
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer------------------------------
 
83
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer--------------
111
84
 */
112
85
 
113
86
#bannerContentExample {
243
216
}
244
217
 
245
218
/*
246
 
 * End of content for bannermenu in Codeviewer-----------------------------------------------------------------------------------------------------
 
219
 * End of content for bannermenu in Codeviewer-------------------------------------------------------------------------------------
247
220
 */
248
221
 
249
222
#bannerUserMenuButton {
264
237
}
265
238
 
266
239
/*
267
 
 * Dropdownmenu------------------------------------------------------------------------------------------------------------------------------------
 
240
 * Dropdownmenus-------------------------------------------------------------------------------------------------------------------
268
241
 */
269
242
 
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
243
/* Contains the dropdownmenu for the codeviewer menu button */
279
244
#dropdownCodeviewerMenu {
 
245
        position: absolute;
 
246
        top: 54px;
280
247
        display: none;
281
 
        z-index: 999;
282
248
        min-width: 100px;
283
 
        margin: 0 0 0 161px;
 
249
        color: #eee;
284
250
        float: left;
285
251
}
286
252
 
287
253
/* Contains the dropdownmenu for the userbutton */
288
254
#dropdownUserMenu {
289
255
        display: none;
290
 
        z-index: 999;
291
256
        min-width: 162px;
292
257
        margin: 0 1px;
 
258
        color: #eee;
293
259
        float: right;
294
260
}
295
261
 
372
338
 
373
339
#dropdownMenuCourseBlock p:hover {
374
340
        background-color: #ae2771;
375
 
}
 
 
b'\\ No newline at end of file'
 
341
}
 
342
 
 
343
/*
 
344
 * Popup---------------------------------------------------------------------------------------------------------------------------
 
345
 */
 
346
 
 
347
 #popup {
 
348
        display: none;
 
349
        position: absolute;
 
350
        top: 120px;
 
351
        left: 50%;
 
352
        /* Remove hardcoded info below
 
353
        margin-left: -50px;
 
354
        width: 100px;
 
355
        height: 100px;
 
356
        background: red;*/
 
357
 }
 
 
b'\\ No newline at end of file'