/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: a11emmjo
  • Date: 2013-05-23 14:51:43 UTC
  • mto: This revision was merged to the branch mainline in revision 93.
  • Revision ID: a11emmjo@student.his.se-20130523145143-0clv4dko9pd3q22n
Made a standard css-file to be used for the whole lenasys-page.

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 {