layout.css
859 Bytes
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
58
59
60
61
62
63
64
65
66
67
68
69
70
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .clearfix { height: 1%; }
*:first-child+html .clearfix { min-height: 1px; }
.half,
.quarter,
.three_quarters {
display: inline-block;
vertical-align: top;
}
.middle {
margin: 0 auto;
}
.center {
text-align: center;
}
/* grid 960 { 480 240 120 60 30 15 5 } */
/*.grid_960 */
.grid_960 .row{
width: 96em;
margin: 0 auto;
}
.grid_960 .half {
width: 48em;
}
.grid_960 .quarter {
width: 24em;
}
.grid_960 .three_quarters {
width: 72em;
}
/* testing framework */
.test {
-moz-opacity: .7;
background: #000;
color: #FFF;
}
.test h1 {
background: #0F0;
}
.test h2 {
background: #0C0;
}
.test h3 {
background: #090;
}
.test h4 {
background: #060;
}
.test ul {
background: #c00;
}
.test p {
background: #c00;
}