cheatsheet.less
1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
* {
padding:0;
margin:0;
}
#header_content {
width: 960px;
margin: 0 auto;
}
#main {
float: none;
}
#main_content {
width: 960px;
margin: 0 auto;
float: none;
}
h2 {
font-family: 'Average Sans', sans-serif;
color: #0099FF;
margin-top: 25px;
margin-bottom: 15px;
}
.left {
float:left;
width: 320px;
}
.center {
float:left;
width: 320px;
}
.right {
float:left;
width: 320px;
}
.icon {
font-family: 'weathericons';
src: url('../font/weathericons-regular-webfont.eot');
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
font-weight: normal;
font-style: normal;
}
.icon_name {
font-family: 'Average Sans', sans-serif;
}
.icon_unicode {
font-family: 'Average Sans', sans-serif;
color: #BBBBBB;
font-size: 0.8em;
float: none;
}
.stop_float {
clear: both;
}
#footer_content {
width: 960px;
margin: 0 auto;
}