/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
90.1.2 by a11emmjo
Made a standard css-file to be used for the whole lenasys-page.
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
}
19
20
@font-face{
21
	font-family: icomoon;
22
	src: url(../img/icomoon.ttf);
23
}
24
25