forked from mbostock/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.v0.css
55 lines (47 loc) · 795 Bytes
/
stack.v0.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
body {
background: #929292;
font-family: "Helvetica Neue";
margin: auto;
width: 1280px;
}
a {
color: #6baed6;
}
a:not(:hover) {
text-decoration: none;
}
.stack {
background: #222 url(cartographer.png);
color: #fff;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
font-size: 48px;
height: 800px;
padding: 160px 80px;
width: 1280px;
-webkit-transform: translate3d(0,0,0);
}
.active {
box-shadow: 0px 4px 8px rgba(0,0,0,.5);
display: block;
position: fixed;
}
.grey {
color: #969696;
}
@media
screen and (max-device-width: 1024px) {
body {
width: 1200px;
}
.stack {
margin: 40px 0;
}
.stack {
display: block;
}
}