/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: Gustav Hatvigsson
  • Date: 2013-05-31 06:15:46 UTC
  • mfrom: (90.1.20 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130531061546-vj8z28sq375kvghq
Merged Jonsson:s changes:
Fixed the layout on cms index so the arrows and dots marks expanded objects.
Fixed so the course content is sorted by course occasion and not by name

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
 
        font-family:  Arial, Helvetica, sans-serif;
23
 
        height: 0px;
24
 
}
25
 
 
26
 
@font-face{
27
 
        font-family: icomoon;
28
 
        src: url(../img/icomoon.ttf);
29
 
}
30
 
 
31
 
/*
32
 
 * Body----------------------------------------------------------------------------------------------------------------------------
 
1
/*
 
2
 * BannerBody----------------------------------------------------------------------------------------------------------------------------
33
3
 */
34
4
 
35
5
#bannerBody {
64
34
#bannerLogoButton {
65
35
        width: 159px; /* Total width: 162px with :before below */
66
36
        height: 53px;
 
37
        background-color: #333;
67
38
        background-image: url(../img/logo_button.png);
68
39
        background-repeat: no-repeat;
69
40
        border-right: 1px solid #111;
90
61
#bannerContent {
91
62
        width: 698px; /* Total width: 698px */
92
63
        height: 54px;
 
64
        background: url(../img/bannermenu_bg.png) repeat-x;
93
65
        float: left;
94
66
}
95
67
 
96
68
#bannerContentCMS {
97
 
        display: none;
 
69
        display: relative;
98
70
}
99
71
 
100
72
/* Contains the header for the CMS page */
251
223
 
252
224
#bannerUserMenuButton {
253
225
        width: 94px; /* Total width: 164px */
254
 
        height: 15px;
 
226
        height: 16px;
 
227
        background-color: #333;
255
228
        background-image: url(../img/user_menu_button.png);
256
229
        background-repeat: no-repeat;
257
230
        padding: 25px 56px 13px 14px;
262
235
}
263
236
 
264
237
#bannerUserMenuButton:hover {
265
 
        height: 15px;
 
238
        height: 16px;
266
239
        background-color: #ae2771;
 
240
        cursor: hand;
 
241
        cursor: pointer;
267
242
}
268
243
 
269
244
/*
313
288
        background-color: #ae2771;
314
289
        border-top: 1px solid #c14288;
315
290
        border-bottom: 1px solid #90215e;
 
291
        cursor: hand;
 
292
        cursor: pointer;
316
293
}
317
294
 
318
295
#dropdownMenuButtonArrow {
325
302
 
326
303
/* Contains the list of all the courses */
327
304
#dropdownMenuCourseBlock {
 
305
        display: none;
328
306
        margin: 0 1px;
329
307
        padding: 5px 0;
330
308
        background-color: #333;
338
316
 
339
317
#dropdownMenuCourseBlock li:hover {
340
318
        background-color: #ae2771;
 
319
        cursor: hand;
 
320
        cursor: pointer;
341
321
}
342
322
 
343
323
/* Sets the active course to bold */
368
348
 
369
349
#dropdownMenuCourseBlock p:hover {
370
350
        background-color: #ae2771;
371
 
}
 
 
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'