-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
70 lines (67 loc) · 1.46 KB
/
main.css
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
/* Syntax Quick Reference
--------------------------
column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
span($ratio: 1, $offset: 0)
shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
unshift()
edit()
center($max_width: 1410px, $pad: 0)
stack($pad: 0, $align: false)
unstack()
align($direction: both)
cf()
*/
* {
background: rgba(0, 0, 0, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000, endColorstr=#10000000); }
section {
*zoom: 1;
width: auto;
max-width: 1410px;
float: none;
display: block;
margin-right: auto;
margin-left: auto;
padding-left: 0;
padding-right: 0; }
section:before, section:after {
content: '';
display: table; }
section:after {
clear: both; }
aside {
*zoom: 1;
float: left;
display: inline;
clear: none;
text-align: inherit;
padding-left: 0;
padding-right: 0;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%; }
aside:before, aside:after {
content: '';
display: table; }
aside:after {
clear: both; }
aside:last-child {
margin-right: 0%; }
article {
*zoom: 1;
float: left;
display: inline;
clear: none;
text-align: inherit;
padding-left: 0;
padding-right: 0;
width: 65.66667%;
margin-left: 0%;
margin-right: 3%; }
article:before, article:after {
content: '';
display: table; }
article:after {
clear: both; }
article:last-child {
margin-right: 0%; }