forked from splunk/splunk-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaticdocs.css
64 lines (53 loc) · 1.59 KB
/
staticdocs.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
/* Page background color */
body { background: transparent }
/* Headings */
h1 { font-size: 145% }
body {
font-family: Arial, sans-serif;
color: #555;
font-size: 13px;
line-height: 18px;
margin:0 auto;
padding-left:5px;
padding-right:5px;
}
table {
border-width: 0px;
border-spacing: 0px;
border-style: outset;
border-color: gray;
border-collapse: collapse;
background-color: white;
/*margin-top:15px; */
margin-bottom: 15px;
}
th {
border-width: 0px;
padding: 2px 6px 1px 6px;
border-style: inset;
border-color: #e2e2e2;
background-color: #eeeeee;
text-align: left;
}
td {
border-width: 0px;
padding: 2px 6px 1px 6px;
border-style: inset;
border-color: #e2e2e2;
background-color: white;
}
a {
color: rgb(8, 89, 130);
text-decoration: none;
}
/* Font used in left-hand frame lists */
.FrameTitleFont { font-size: 100%; font-family: Arial, sans-serif; color:#000000 }
.FrameHeadingFont { font-size: 100%; font-family: Arial, sans-serif; color:#000000 }
.FrameItemFont { font-size: 100%; font-family: Arial, sans-serif; color:#000000 }
/* Navigation bar fonts and colors */
.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */
.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}