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