-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyle.css
115 lines (94 loc) · 1.26 KB
/
style.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body
{
font-family: Helvetica, sans-serif;
text-align: center;
}
p {
line-height: 28px;
}
#main {
width: 760px;
margin: 0 auto;
text-align: left;
}
#masthead h1 {
text-align: center;
color: #9df;
font-size: 4.5em;
font-family: 'Nunito', sans-serif;
margin: 0;
}
#masthead h2 {
text-align: center;
color: #666;
font-size: .9em;
margin: 0;
}
#content h2 {
color:#a3d538
}
#nav {
padding: 20px;
text-align: center;
}
#nav li {
display: inline;
margin:0;
}
#nav li a {
color: #000;
text-decoration: none;
background: #eee;
padding: 10px;
}
#nav li a:visited {
color: #000;
}
#nav li a:hover {
background: #9df;
color: #fff;
}
#content a {
color: #ff6000;
text-decoration: none;
}
#speclist {
padding: 0;
}
#speclist a.version {
font-size: 1.5em;
}
#speclist li {
padding: 10px;
list-style: none;
margin:5px;
background: #f7f7f7;
}
#speclist .date {
color: #6bd;
padding-left: 10px;
font-size: .8em;
}
#speclist .summary {
margin: 20px 0 0 0;
}
#extendlist {
padding: 0;
}
#extendlist a.version {
font-size: 1.5em;
}
#extendlist li {
padding: 10px;
list-style: none;
margin:5px;
background: #f7f7f7;
}
#extendlist .date {
color: #6bd;
padding-left: 10px;
font-size: .8em;
}
#extendlist .summary {
margin: 20px 0 0 0;
}