-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
87 lines (75 loc) · 1.39 KB
/
css.css
File metadata and controls
87 lines (75 loc) · 1.39 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0 auto;
line-height: 1.7em;
}
.l-box {
padding: 1em;
}
.header {
margin: 0 0;
}
.header .pure-menu {
padding: 0.5em;
}
.header .pure-menu li a:hover,
.header .pure-menu li a:focus {
background: none;
border: none;
color: #aaa;
}
body .primary-button {
background: #02a6eb;
color: #fff;
}
.splash {
margin: 2em auto 0;
padding: 3em 0.5em;
background: #eee;
}
.splash .splash-head {
font-size: 300%;
margin: 0em 0;
line-height: 1.2em;
}
.splash .splash-subhead {
color: #999;
font-weight: 300;
line-height: 1.4em;
}
.splash .primary-button {
font-size: 150%;
}
.content .content-subhead {
color: #999;
padding-bottom: 0.3em;
text-transform: uppercase;
margin: 0;
border-bottom: 2px solid #eee;
display: inline-block;
}
.content .content-ribbon {
margin: 3em;
border-bottom: 1px solid #eee;
}
.ribbon {
background: #eee;
text-align: center;
padding: 2em;
color: #999;
}
.ribbon h2 {
display: inline;
font-weight: normal;
}
.footer {
background: #111;
color: #666;
text-align: center;
padding: 1em;
font-size: 80%;
}