forked from knolleary/pubsubclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (86 loc) · 1.54 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
body {
font-family: 'Arial', sans-serif;
font-size: 16px;
}
h1,h2,h3,h4,h5 {
font-family: 'Questrial', serif;
}
h1 {
font-size: 1.953em;
}
h2 {
font-size: 1.563em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.15em;
}
pre, code {
font-family: 'Cutive Mono',monospace;
}
pre {
border: 1px solid #aaa;
padding: 10px;
margin: auto 10px;
overflow-x: auto;
}
a, a:visited{
color: #4178BE;
}
#content {
max-width: 900px;
padding: 10px;
margin: auto;
}
section {
padding-top:40px;
margin-top: -40px;
}
#header ul {
list-style-type: none;
padding: 0;
margin: 10px 0;
}
#header li {
display: inline-block;
padding: 0 10px;
margin: 0;
}
#header li:not(:first-child) {
border-left: 1px solid #999;
}
#header li:first-child {
padding-left: 0;
}
.method {
border-bottom: 2px solid #eee;
margin-bottom: 20px;
padding-bottom: 15px;
}
.methodname { font-weight: bold;color: #333;}
.methodreturn { font-weight: normal; color: #777;}
.methodparams { font-weight: normal; color: #777;}
.methodparamstype { font-size: 13px; font-family: monospace; color: #979;}
.methodreturnvalue { font-family: monospace; color: #979; }
.methodparamoptional { font-size: 13px; font-style: italic; color: #777}
ul a {
text-decoration: none;
}
ul a:hover {
text-decoration: underline;
}
#ChangeHistory * dd { margin-left: 25px;}
#toc a {
color: #333;
}
h5 {
margin: 15px 0px 5px 0;
padding: 0px;
font-size: 1.1em;
}
#content ul {
margin: 0px;
line-height: 1.4em;
}