File tree Expand file tree Collapse file tree 1 file changed +92
-0
lines changed
Expand file tree Collapse file tree 1 file changed +92
-0
lines changed Original file line number Diff line number Diff line change 1+ body {
2+ font : 16 px/1.5 'Roboto Slab' , sans-serif;
3+ color : # 444 ;
4+ width : 850px ;
5+ margin : 30px auto 0 ;
6+ }
7+
8+ a {
9+ color : # 666666 ;
10+ text-decoration : none;
11+ }
12+
13+ a : hover {
14+ text-decoration : underline;
15+ }
16+
17+ header {
18+ position : relative;
19+ margin : 50px 0 10px ;
20+ }
21+
22+ img .logo {
23+ float : left;
24+ margin : 50px 0 0 0 ;
25+ }
26+
27+ div .content {
28+ overflow : auto;
29+ }
30+
31+ h2 {
32+ font-size : 20px ;
33+ font-family : 'Convergence' , sans-serif;
34+ text-transform : uppercase;
35+ margin : 0 0 5px 0 ;
36+ }
37+
38+ h1 .title {
39+ font-size : 72px ;
40+ line-height : 1.25 ;
41+ color : # 646464 ;
42+ }
43+
44+ h2 .subtitle {
45+ font-size : 23px ;
46+ color : # 666666 ;
47+ }
48+
49+ nav {
50+ position : absolute;
51+ top : -45px ;
52+ right : 0 ;
53+ }
54+
55+ nav li {
56+ float : left;
57+ }
58+
59+ nav li a {
60+ margin : 0 10px ;
61+ }
62+
63+ nav li : last-child a {
64+ margin-right : 0 ;
65+ }
66+
67+ .buttons {
68+ float : right;
69+ }
70+
71+ pre {
72+ padding : 15px 20px ;
73+ font-family : monaco, monospace;
74+ font-size : 14px ;
75+ background : # eee ;
76+ }
77+
78+ strong {
79+ font-weight : bold;
80+ }
81+
82+ footer {
83+ padding : 15px 0 20px ;
84+ font-size : 14px ;
85+ color : # 999 ;
86+ border-top : 2px solid # ddd ;
87+ margin-top : 20px ;
88+ }
89+
90+ footer p {
91+ float : right;
92+ }
You can’t perform that action at this time.
0 commit comments