forked from thehunmonkgroup/jester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ldoc.custom.css
59 lines (54 loc) · 1015 Bytes
/
ldoc.custom.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
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: "Comic Sans MS", cursive, sans-serif;
}
body,
#container,
#main,
#navigation,
#content {
background: #fffae5;
}
#content {
background: no-repeat;
background-image: url('../images/lua-freeswitch-logo.png');
background-position: right top;
background-origin: content-box;
}
#content h1 {
margin-top: 20px;
}
#navigation h1 {
font-size: 2.9em;
min-height: 50px;
margin-right: 10px;
background: no-repeat;
background-image: url('../images/jester-logo.png');
background-position: right top;
background-origin: content-box;
}
#navigation h2 {
background: #cccccc;
margin-right: 10px;
border: 1px solid #cccccc;
border-radius: 5px;
}
#content {
height: 100%;
}
#about {
display: none;
}
table.module_list td.name,
table.module_list td.summary,
table.function_list td.name,
table.function_list td.summary {
background: #fffae5;
border-color: gray;
}
a:link, a:visited {
color: #133B6B;
}