forked from openpsa/jsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.css
More file actions
49 lines (49 loc) · 742 Bytes
/
docs.css
File metadata and controls
49 lines (49 loc) · 742 Bytes
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
body {
padding-top: 80px;
}
footer {
margin-top: 100px;
padding: 40px 0;
border-top: 1px solid #e5e5e5;
text-align: center;
}
#sub-navigation {
margin-top: 60px;
}
#sub-navigation.affix {
margin-top: 0;
top: 50px;
}
#sub-navigation .nav ul {
display: none;
padding-left: 15px;
}
#sub-navigation .nav ul li a {
padding: 5px 15px;
}
#sub-navigation .nav li.active > ul {
display: block;
}
#sub-navigation .nav li.active > a {
color: #333333;
}
main.container h3 code,
main.container h4 code {
color: #333333;
}
main.container .internal-link {
cursor: pointer;
}
pre .string {
color: #df5000;
}
pre .number,
pre .literal {
color: #0086b3;
}
pre .keyword {
color: #a71d5d;
}
pre .comment {
color: #969896;
}