Mercurial > p > roundup > code
annotate roundup/templates/classic/html/style.css @ 1197:7d1b69122133
cleanups to classic templates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Sep 2002 02:00:39 +0000 |
| parents | 36ec30d286ea |
| children | b862bbf2067a |
| rev | line source |
|---|---|
| 1002 | 1 /* main page styles */ |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
2 body.body { |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
3 font-family: sans-serif, Arial, Helvetica; |
| 1002 | 4 color: #333333; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 |
|
1197
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
7 /* generic hyperlink style */ |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
8 a[href]:hover { |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
9 text-decoration: underline; |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
10 color: blue; |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
11 } |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
12 a[href]:link { |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
13 text-decoration: none; |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
14 color: blue; |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
15 } |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
16 a[href] { |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
17 text-decoration: none; |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
18 color: blue; |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
19 } |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
20 |
|
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
21 /* main page body container */ |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
22 table.body { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
23 border: 0; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
24 padding: 0; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
25 border-spacing: 0px; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
26 border-collapse: separate; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
27 } |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
28 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
29 td.page-header-left { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
30 background-color: #cccc88; |
| 1002 | 31 padding: 5px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
32 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
33 |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
34 td.page-header-top { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
35 background-color: #cccc88; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
36 border-bottom: 1px solid #dddd99; |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
37 padding: 5px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
38 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
39 |
| 1002 | 40 td.sidebar { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
41 background-color: #cccc88; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
42 border-right: 1px solid #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
43 border-bottom: 1px solid #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
44 padding: 0px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
45 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
46 |
| 1002 | 47 td.sidebar p.classblock { |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
48 padding: 0 5 0 5; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
49 border-top: 1px solid #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
50 border-bottom: 1px solid #dddd99; |
| 1002 | 51 } |
| 52 | |
| 53 td.sidebar p.userblock { | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
54 padding: 0 5 0 5; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
55 background-color: #dddd99; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
56 border-top: 1px solid #ffffbb; |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
57 border-bottom: 1px solid #ffffbb; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
58 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
59 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
60 td.content { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
61 padding: 1px; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
62 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
63 |
|
1197
7d1b69122133
cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
64 /* feedback - ok and error messages */ |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
65 p.ok-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
66 background-color: #22bb22; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
67 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
68 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
69 font-weight: bold; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
70 } |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
71 p.error-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
72 background-color: #bb2222; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
73 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
74 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
75 font-weight: bold; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
76 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
77 |
| 1002 | 78 |
| 79 /* style for forms */ | |
| 80 table.form { | |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
81 padding: 2; |
| 1002 | 82 border-spacing: 0px; |
| 83 border-collapse: separate; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
84 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
85 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
86 table.form th { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
87 font-weight: bold; |
| 1002 | 88 color: #333388; |
| 89 text-align: right; | |
|
1006
2a71acd81308
tweaks, and include status on default index pages
Richard Jones <richard@users.sourceforge.net>
parents:
1003
diff
changeset
|
90 vertical-align: top; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
91 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
92 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
93 table.form th.header { |
| 1002 | 94 font-weight: bold; |
| 95 color: #333388; | |
| 96 background-color: #eeeeff; | |
| 97 text-align: left; | |
| 98 } | |
| 99 | |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
100 table.form td.optional { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
101 font-weight: bold; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
102 font-style: italic; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
103 color: #333333; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
104 empty-cells: show; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
105 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
106 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
107 table.form td { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
108 color: #333333; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
109 empty-cells: show; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
110 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
111 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
112 table.form td.html { |
| 1002 | 113 color: #777777; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
114 empty-cells: show; |
| 1002 | 115 } |
| 116 | |
| 117 /* style for lists */ | |
| 118 table.list { | |
| 119 border-spacing: 0px; | |
| 120 border-collapse: separate; | |
| 121 width: 100%; | |
| 122 } | |
| 123 | |
| 124 table.list th { | |
| 125 padding: 0 4 0 4; | |
| 126 color: #404070; | |
| 127 background-color: #eeeeff; | |
| 128 border-right: 1px solid #404070; | |
|
1006
2a71acd81308
tweaks, and include status on default index pages
Richard Jones <richard@users.sourceforge.net>
parents:
1003
diff
changeset
|
129 border-top: 1px solid #404070; |
| 1002 | 130 vertical-align: top; |
| 131 } | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
132 table.list th a:hover { color: #404070 } |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
133 table.list th a:link { color: #404070 } |
|
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
134 table.list th a { color: #404070 } |
| 1002 | 135 table.list th.group { |
|
1006
2a71acd81308
tweaks, and include status on default index pages
Richard Jones <richard@users.sourceforge.net>
parents:
1003
diff
changeset
|
136 background-color: #f4f4ff; |
| 1002 | 137 text-align: center; |
| 138 } | |
| 139 | |
| 140 table.list td { | |
| 141 padding: 0 4 0 4; | |
| 142 border: 0 2 0 2; | |
| 143 border-right: 1px solid #404070; | |
| 144 color: #404070; | |
| 145 background-color: white; | |
| 146 vertical-align: top; | |
| 147 } | |
| 148 | |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
149 table.list tr.normal td { |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
150 empty-cells: show; |
| 1002 | 151 } |
| 152 | |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
153 table.list tr.alt td { |
| 1002 | 154 background-color: #efefef; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
155 empty-cells: show; |
| 1002 | 156 } |
| 157 | |
| 158 table.list td:first-child { | |
| 159 border-left: 1px solid #404070; | |
| 160 border-right: 1px solid #404070; | |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
161 empty-cells: show; |
| 1002 | 162 } |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
163 |
| 1002 | 164 table.list th:first-child { |
| 165 border-left: 1px solid #404070; | |
| 166 border-right: 1px solid #404070; | |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
167 empty-cells: show; |
| 1002 | 168 } |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
169 |
| 1002 | 170 |
| 171 /* style for message displays */ | |
| 172 table.messages { | |
| 173 border-spacing: 0px; | |
| 174 border-collapse: separate; | |
| 175 width: 100%; | |
| 176 } | |
| 177 | |
| 178 table.messages th.header{ | |
| 179 padding-top: 10px; | |
| 180 border-bottom: 1px solid gray; | |
| 181 font-weight: bold; | |
| 182 background-color: white; | |
| 183 color: #707040; | |
| 184 } | |
| 185 | |
| 186 table.messages th { | |
| 187 font-weight: bold; | |
| 188 color: black; | |
| 189 text-align: left; | |
| 190 } | |
| 191 | |
| 192 table.messages td { | |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
193 text-align: left; |
|
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
194 empty-cells: show; |
|
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
195 } |
|
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
196 |
|
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
197 table.messages td.content { |
| 1002 | 198 font-family: monospace; |
| 199 background-color: #efefef; | |
| 200 border-top: 1px solid #afafaf; | |
| 201 border-bottom: 1px solid #afafaf; | |
| 202 color: black; | |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
203 empty-cells: show; |
| 1002 | 204 } |
| 205 | |
| 206 /* style for file displays */ | |
| 207 table.files { | |
| 208 border-spacing: 0px; | |
| 209 border-collapse: separate; | |
| 210 width: 100%; | |
| 211 } | |
| 212 | |
| 213 table.files th.header{ | |
| 214 padding-top: 10px; | |
| 215 border-bottom: 1px solid gray; | |
| 216 font-weight: bold; | |
| 217 background-color: white; | |
| 218 color: #707040; | |
| 219 } | |
| 220 | |
| 221 table.files th { | |
| 222 border-bottom: 1px solid #afafaf; | |
| 223 font-weight: bold; | |
| 224 text-align: left; | |
| 225 } | |
| 226 | |
| 227 table.files td { | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
228 font-family: monospace; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
229 empty-cells: show; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
230 } |
|
733
65234f56b250
changed the default message list in issues to display the message body
Richard Jones <richard@users.sourceforge.net>
parents:
192
diff
changeset
|
231 |
|
1062
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
232 /* style for history displays */ |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
233 table.history { |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
234 border-spacing: 0px; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
235 border-collapse: separate; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
236 width: 100%; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
237 } |
| 1002 | 238 |
|
1062
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
239 table.history th.header{ |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
240 padding-top: 10px; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
241 border-bottom: 1px solid gray; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
242 font-weight: bold; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
243 background-color: white; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
244 color: #707040; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
245 font-size: 100%; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
246 } |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
247 |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
248 table.history th { |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
249 border-bottom: 1px solid #afafaf; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
250 font-weight: bold; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
251 text-align: left; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
252 font-size: 90%; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
253 } |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
254 |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
255 table.history td { |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
256 font-size: 90%; |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
257 vertical-align: top; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
258 empty-cells: show; |
|
1062
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
259 } |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
260 |
|
1044
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
261 |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
262 /* style for class list */ |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
263 table.classlist { |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
264 border-spacing: 0px; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
265 border-collapse: separate; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
266 width: 100%; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
267 } |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
268 |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
269 table.classlist th.header{ |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
270 padding-top: 10px; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
271 border-bottom: 1px solid gray; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
272 font-weight: bold; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
273 background-color: white; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
274 color: #707040; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
275 } |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
276 |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
277 table.classlist th { |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
278 font-weight: bold; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
279 text-align: left; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
280 } |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
281 |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
282 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
283 /* style for class help display */ |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
284 table.classhelp { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
285 border-spacing: 0px; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
286 border-collapse: separate; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
287 width: 100%; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
288 } |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
289 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
290 table.classhelp th { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
291 font-weight: bold; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
292 text-align: left; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
293 color: #707040; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
294 } |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
295 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
296 table.classhelp td { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
297 padding: 2 2 2 2; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
298 border: 1px solid black; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
299 text-align: left; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
300 vertical-align: top; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
301 empty-cells: show; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
302 } |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
303 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
304 |
|
1120
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
305 /* style for "other" displays */ |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
306 table.otherinfo { |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
307 border-spacing: 0px; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
308 border-collapse: separate; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
309 width: 100%; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
310 } |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
311 |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
312 table.otherinfo th.header{ |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
313 padding-top: 10px; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
314 border-bottom: 1px solid gray; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
315 font-weight: bold; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
316 background-color: white; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
317 color: #707040; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
318 } |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
319 |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
320 table.otherinfo th { |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
321 border-bottom: 1px solid #afafaf; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
322 font-weight: bold; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
323 text-align: left; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
324 } |
