-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample.css
201 lines (182 loc) · 5.65 KB
/
sample.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
/* Sample stylesheet for PHPXRef */
BODY, P, DIV, TD {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
BODY {
background-color: #CFDAF7;
color: #000;
}
H2, H3 { font-size: 14px; }
A:link { text-decoration: none; color: #22f; }
A:visited { text-decoration: none; color: #22f; }
A:hover { text-decoration: underline; }
/* Function information shown on the page detail page */
.funcinfo { background-color: #fff; border: 1px solid #000;}
.funcinfo-title { font-size: 16px; }
/* .funcinfo-body TD {border-bottom: 1px solid #000;} */
/* Class information shown on the page detail page (holds funcinfo blocks) */
.details-classinfo {
background-color: #fff;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 4px;
}
.details-classtitle A { color: #fff; }
.details-classtitle {
background-color: #000;
color: #fff;
font-size: 12px;
margin: 0px;
}
/* Non-class function block shown on the page detail page */
.details-funclist {
}
/* Summary info at the top of the details page */
.details-summary {
background-color: #fff;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 4px;
}
.details-summary P { margin: 0px; }
.details-heading {
background-color: #000;
color: #fff;
margin: 0px;
}
.details-heading A { color: #fff; }
.details-heading A:visited { color: #fff; }
/* .pagetitle { background-color: #8298BA; } */
/* .pagetitle { background-color: #D4ED9C; } */
/* .pagetitle { background-color: #759096; } */
.pagetitle { background-color: #858FA9; }
.pagetitle H3 {
font-size: 16px;
font-style: italic;
}
.navlinks { font-size: 10px; } /* top navigation links */
.filelist {
background-color: #fff;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
} /* file list */
.filelist-title { background-color: #000; color: #fff; margin-top: 0px; }
.filelist-filename {font-family: monospace; }
.searchbox-link {text-align: center; }
.searchbox-link A {color: #fff; font-weight: bold; font-size: xx-small;}
A:visited.searchbox-link { font-weight: bold; color: #fff; }
.searchbox { padding: 0px; margin: 0px; color: #000; font-weight: normal; visibility: hidden;}
.searchbox-title { background-color: #bbf; color: #000; font-weight: bold; font-size: xx-small; text-align: center;}
.searchbox-title A { color: #126; }
.searchbox-body A { color: #fff; text-decoration: underline; font-weight: normal;}
A:visited.searchbox-body { color: #fff; text-decoration: underline; }
.searchbox-body { background-color: #335; font-size: xx-small; text-align: right;}
.searchbox-body INPUT { border: 0px; border-bottom: 1px solid #000; background-color: #446; color: #fff;}
.searchbox-button { font-size: xx-small; border: 0px; border-bottom: 1px solid #000; background-color: #446; color: #fff;}
/* source listing */
.listing {
/*font-family: Monospace;
font-size: 12px; */
background-color: #fff;
border-left: 1px solid #000;
border-top: 1px solid #000;
padding: 4px;
overflow: visible;
}
.listing P { margin: 0px; }
/* .listing H3 { background-color: #000; color: #fff; xfont-weight: bold; margin-top: 0px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;} */
.listing-heading { background-color: #000; color: #fff; margin: 0px;}
.listing-heading A { color: #fff; }
.listing-heading A:visited { color: #fff; }
A.var { color: #822; } /* variable */
A:visited.var { color: #822; } /* variable */
A:visited.class { color: #228; }
A.function { color: #161;}
A:visited.function { color: #161;}
A.phpfunction { color: #11a; }
A:visited.phpfunction { color: #11a; }
.keyword { font-weight: bold;} /* function/new/class/ */
A.filename { color: #882;} /* referenced by require/include/etc */
A:visited.filename { color: #882;} /* referenced by require/include/etc */
A.constant { color: #883; }
A:visited.constant { color: #883; }
.comment { color: #444444; font-style: italic; }
.linenum { color: #555555; }
/* Styles used in the nav frame */
.dirtitle { text-align: center; }
.dirsubtitle { text-align: center; margin: 0px;}
UL.dirlist { padding-left: 10px; margin-left: 0px; }
.dirlist LI { padding-left: 0px; margin-left: 0px; list-style-type: disc; }
#slist {
background-color: #fff;
margin: 1px;
padding: 3px;
border: 1px black solid;
width: 100%;
}
/* Style for tree item text */
.t0i {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* Style for tree item image */
.t0im {
border: 0px;
width: 19px;
height: 16px;
}
/* function popups */
.funcpopup {
border: 1px solid #000;
visibility: hidden;
width: 250px;
background-color: #ccc;
position: absolute;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.popup-title {
background-color: #444;
color: #fff;
font-weight: bold;
margin: 0px;
padding: 2px;
}
.popup-desc { font-weight: bold; }
.funcpopup P { margin: 0; }
.searchpopup {
border: 1px solid #000;
visibility: hidden;
width: 180px;
background-color: #ccc;
position: absolute;
right: 10px;
top: 100px;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.searchpopup-title {
background-color: #444;
color: #fff;
font-weight: bold;
margin: 0px;
padding: 2px;
text-align: center;
}
.searchpopup-body {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-left: 4px;
}
.searchpopup-close {
font-size: xx-small;
text-align: right;
margin: 0px;
}
.searchpopup-close A {
color: #000;
}
.inset {
margin-left: 40px;
}