-
Notifications
You must be signed in to change notification settings - Fork 425
/
Copy pathstylesheet.css
executable file
·91 lines (71 loc) · 2.41 KB
/
stylesheet.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
body {
}
.navhomehead { padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-size: 80%
}
.navhomehead { color: black; }
.navhomehead a:link { color: black; }
.navhomehead a:visited { color: black; }
.navhead { padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-size: 80%
}
.navhead { color: black; }
.navhead a:link { color: black; }
.navhead a:visited { color: black; }
.navfoot { color: black;
font-size: 70%;
}
.navfoot a:link { color: black; }
.navfoot a:visited { color: black; }
pre.programlisting { font-size: 80%;
}
span.footdate { color: black;
font-size: 70%;
font-family: Arial, sans-serif;
}
span.foothome { color: black;
font-size: 70%;
font-family: Arial, sans-serif;
}
span.footfeed { color: black;
font-size: 70%;
font-family: Arial, sans-serif;
}
span.footcopy { color: black;
font-size: 70%;
font-family: Arial, sans-serif;
}
SPAN.curpage { color: yellow;
font-style: italic; }
SPAN.curpage A { color: white; }
SPAN.curpage A:link { color: white; }
SPAN.curpage A:visited { color: white; }
SPAN.toplevel A { color: white; }
SPAN.toplevel A:link { color: white; }
SPAN.toplevel A:visited { color: white; }
SPAN.otherpage { color: white; }
SPAN.otherpage A { color: white; }
SPAN.otherpage A:link { color: white; }
SPAN.otherpage A:visited { color: white; }
SPAN.descendant A { color: white; }
SPAN.descendant A:link { color: white; }
SPAN.descendant A:visited { color: white; }
SPAN.ancestor A { color: white; }
SPAN.ancestor A:link { color: white; }
SPAN.ancestor A:visited { color: white; }
SPAN.shrink1 { font-size: 80%; }
SPAN.shrink2 { font-size: 70%; }
SPAN.shrink3 { font-size: 70%; }
/* Turn off toc for print output */
@media print {
.navtoc {
display: none;
}
}
table {
border: 0px;
}