/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/body.css

  • Committer: elof.bigestans at gmail
  • Date: 2013-04-03 08:06:30 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: elof.bigestans@gmail.com-20130403080630-r721wlstq15mdjby
Added new folders to match new folder structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@charset "utf-8";
2
 
/* CSS Document */
3
 
 
4
 
/* This sets all the margins and paddings to zero so you can controll this individually for each element instead. */
5
 
* {
6
 
        margin: 0;
7
 
        padding: 0;
8
 
}
9
 
 
10
 
/* This two rows sets 1em to 10px. */
11
 
html { font-size: 125%;}
12
 
body { font-size: 50%;}
13
 
 
14
 
 
15
 
body {  
16
 
        font-family:  Arial, Helvetica, sans-serif;
17
 
        height: 0px;
18
 
        min-width:1024px;
19
 
}
20
 
 
21
 
@font-face{
22
 
        font-family: icomoon;
23
 
        src: url(../img/icomoon.ttf);
24
 
}
25
 
 
26
 
.cmsContent {
27
 
        position: relative;
28
 
        top: 54px;
29
 
        left: 50%;
30
 
        width: 0;
31
 
        height: 0;
32
 
        margin-left: -340px; 
33
 
}
34
 
 
35