-
Notifications
You must be signed in to change notification settings - Fork 1
/
kserver_docs.css
55 lines (47 loc) · 973 Bytes
/
kserver_docs.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
body, .header, div.header {
color: #f0f0f0;
background: #333;
}
.dyncontent {
background-color: #6b6b6b;
}
.groupheader, h2.groupheader {
background-color: #333;
color: #f5f5f5;;
}
.memproto, .memTemplParams {
background-color: #333;
color: #f5f5f5;;
text-shadow: none;
}
.memitem, .memdoc, .memItemLeft, .memItemRight {
background-color: #333;
}
.memdoc .fragment, .memTemplParams, .memTemplItemLeft, .memTemplItemRight {
background-color: #2f002e;
}
.memtitle {
color: #000;
background-image: none;
background-color: #616161;
}
.paramname, .contents a:visited, .contents a, a, #nav-path ul a {
color: #ff00f6;
}
td.paramname + td code {
color: #0de20d;
}
.directory tr.even {
background-color: #424242;
}
.sm-dox, #main-menu, #nav-path ul, #nav-path ul a {
background-image: none;
text-shadow: none;
}
.sm-dox a, #nav-path ul {
text-shadow: none;
color: #f5f5f5;
}
.dyncontent .center img {
filter: hue-rotate(65deg);
}