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