summaryrefslogtreecommitdiff
path: root/deps/lager/priv/edoc.css
blob: 1d50defeb964bc1e14da9ca4f705f65b5a336bf5 (plain)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/* Baseline rhythm */
body {
   font-size: 16px;
   font-family: Helvetica, sans-serif;
   margin: 8px;
}

p {
   font-size: 1em; /* 16px */
   line-height: 1.5em; /* 24px */
   margin: 0 0 1.5em 0;
}

h1 {
   font-size: 1.5em; /* 24px */
   line-height: 1em; /* 24px */
   margin-top: 1em;
   margin-bottom: 0em;
}

h2 {
   font-size: 1.375em; /* 22px */
   line-height: 1.0909em; /* 24px */
   margin-top: 1.0909em;
   margin-bottom: 0em;
}

h3 {
   font-size: 1.25em; /* 20px */
   line-height: 1.2em; /* 24px */
   margin-top: 1.2em;
   margin-bottom: 0em;
}

h4 {
   font-size: 1.125em; /* 18px */
   line-height: 1.3333em; /* 24px */
   margin-top: 1.3333em;
   margin-bottom: 0em;
}

.class-for-16px {
   font-size: 1em; /* 16px */
   line-height: 1.5em; /* 24px */
   margin-top: 1.5em;
   margin-bottom: 0em;
}

.class-for-14px {
   font-size: 0.875em; /* 14px */
   line-height: 1.7143em; /* 24px */
   margin-top: 1.7143em;
   margin-bottom: 0em;
}

ul {
   margin: 0 0 1.5em 0;
}

/* Customizations */
body {
   color: #333;
}

tt, code, pre {
   font-family: "Andale Mono", "Inconsolata", "Monaco", "DejaVu Sans Mono", monospaced;
}

tt, code { font-size: 0.875em }

pre {
   font-size: 0.875em; /* 14px */
   line-height: 1.7143em; /* 24px */
   margin: 0 1em 1.7143em;
   padding: 0 1em;
   background: #eee;
}

.navbar img, hr { display: none }

table {
   border-collapse: collapse;
}

h1 {
   border-left: 0.5em solid #fa0;
   padding-left: 0.5em;
}

h2.indextitle {
   font-size: 1.25em; /* 20px */
   line-height: 1.2em; /* 24px */
   margin: -8px -8px 0.6em;
   background-color: #fa0;
   color: white;
   padding: 0.3em;
}

ul.index {
   list-style: none;
   margin-left: 0em;
   padding-left: 0;
}

ul.index li {
   display: inline;
   padding-right: 0.75em
}

div.spec p {
   margin-bottom: 0;
   padding-left: 1.25em;
   background-color: #eee;
}

h3.function {
   border-left: 0.5em solid #fa0;
   padding-left: 0.5em;
   background: #fc9;
}
a, a:visited, a:hover, a:active { color: #C60 }
h2 a, h3 a { color: #333 }

i {
   font-size: 0.875em; /* 14px */
   line-height: 1.7143em; /* 24px */
   margin-top: 1.7143em;
   margin-bottom: 0em;
   font-style: normal;
}