Mercurial > p > roundup > code
annotate roundup/templates/classic/html/style.css @ 1565:1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Mar 2003 10:55:45 +0000 |
| parents | 3e65577ad6d7 |
| children | caae7d8934dc |
| 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 |
|
1565
1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
Richard Jones <richard@users.sourceforge.net>
parents:
1540
diff
changeset
|
10 a.classhelp:hover { font-weight: bold; } |
|
1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
Richard Jones <richard@users.sourceforge.net>
parents:
1540
diff
changeset
|
11 a.classhelp:link { font-weight: bold; } |
|
1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
Richard Jones <richard@users.sourceforge.net>
parents:
1540
diff
changeset
|
12 a.classhelp { font-weight: bold; } |
|
1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
Richard Jones <richard@users.sourceforge.net>
parents:
1540
diff
changeset
|
13 |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
14 table.body { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
15 border: 0; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
16 padding: 0; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
17 border-spacing: 0px; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
18 border-collapse: separate; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
19 } |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
20 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
21 td.page-header-left { |
| 1002 | 22 padding: 5px; |
|
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; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
24 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
25 |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
26 td.page-header-top { |
|
1275
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
27 padding: 5px; |
|
1204
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1197
diff
changeset
|
28 border-bottom: 1px solid #444444; |
|
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 { |
|
1204
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1197
diff
changeset
|
32 padding: 1 0 0 1; |
|
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; |
|
1204
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1197
diff
changeset
|
37 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
|
38 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
|
39 background-color: #eeeeee; |
| 1002 | 40 } |
| 41 | |
| 42 td.sidebar p.userblock { | |
|
1003
f89b8d32291b
Hack hack hack...
Richard Jones <richard@users.sourceforge.net>
parents:
1002
diff
changeset
|
43 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
|
44 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
|
45 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
|
46 background-color: #eeeeff; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
47 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
48 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
49 td.content { |
|
1204
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1197
diff
changeset
|
50 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
|
51 vertical-align: top; |
|
1275
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
52 width: 100%; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
53 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
54 |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
55 p.ok-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
56 background-color: #22bb22; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
57 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
58 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
59 font-weight: bold; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
60 } |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
61 p.error-message { |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
62 background-color: #bb2222; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
63 padding: 5 5 5 5; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
64 color: white; |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
837
diff
changeset
|
65 font-weight: bold; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
66 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
67 |
| 1002 | 68 |
| 69 /* style for forms */ | |
| 70 table.form { | |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
71 padding: 2; |
| 1002 | 72 border-spacing: 0px; |
| 73 border-collapse: separate; | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
74 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
75 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
76 table.form th { |
| 1002 | 77 color: #333388; |
| 78 text-align: right; | |
|
1006
2a71acd81308
tweaks, and include status on default index pages
Richard Jones <richard@users.sourceforge.net>
parents:
1003
diff
changeset
|
79 vertical-align: top; |
|
1292
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1275
diff
changeset
|
80 font-weight: normal; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
81 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
82 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
83 table.form th.header { |
| 1002 | 84 font-weight: bold; |
| 85 background-color: #eeeeff; | |
| 86 text-align: left; | |
| 87 } | |
| 88 | |
|
1292
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1275
diff
changeset
|
89 table.form th.required { |
|
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1275
diff
changeset
|
90 font-weight: bold; |
|
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1275
diff
changeset
|
91 } |
|
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1275
diff
changeset
|
92 |
|
1274
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
93 table.form td { |
|
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
94 color: #333333; |
|
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
95 empty-cells: show; |
|
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
96 vertical-align: top; |
|
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
97 } |
|
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
98 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
99 table.form td.optional { |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
100 font-weight: bold; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
101 font-style: italic; |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
102 } |
|
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
103 |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
104 table.form td.html { |
| 1002 | 105 color: #777777; |
| 106 } | |
| 107 | |
| 108 /* style for lists */ | |
| 109 table.list { | |
| 110 border-spacing: 0px; | |
| 111 border-collapse: separate; | |
| 112 width: 100%; | |
| 113 } | |
| 114 | |
| 115 table.list th { | |
| 116 padding: 0 4 0 4; | |
| 117 color: #404070; | |
| 118 background-color: #eeeeff; | |
|
1540
3e65577ad6d7
minor changes
Richard Jones <richard@users.sourceforge.net>
parents:
1292
diff
changeset
|
119 border: 1px solid white; |
| 1002 | 120 vertical-align: top; |
|
1275
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
121 empty-cells: show; |
| 1002 | 122 } |
|
1204
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1197
diff
changeset
|
123 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
|
124 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
|
125 table.list th a[href] { color: #404070 } |
| 1002 | 126 table.list th.group { |
|
1006
2a71acd81308
tweaks, and include status on default index pages
Richard Jones <richard@users.sourceforge.net>
parents:
1003
diff
changeset
|
127 background-color: #f4f4ff; |
| 1002 | 128 text-align: center; |
| 129 } | |
| 130 | |
| 131 table.list td { | |
| 132 padding: 0 4 0 4; | |
|
1540
3e65577ad6d7
minor changes
Richard Jones <richard@users.sourceforge.net>
parents:
1292
diff
changeset
|
133 border: 1px solid white; |
| 1002 | 134 color: #404070; |
| 135 background-color: white; | |
| 136 vertical-align: top; | |
|
1275
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
137 empty-cells: show; |
| 1002 | 138 } |
| 139 | |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
140 table.list tr.normal td { |
|
1540
3e65577ad6d7
minor changes
Richard Jones <richard@users.sourceforge.net>
parents:
1292
diff
changeset
|
141 background-color: #efefef; |
| 1002 | 142 } |
| 143 | |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
1120
diff
changeset
|
144 table.list tr.alt td { |
| 1002 | 145 background-color: #efefef; |
| 146 } | |
| 147 | |
|
1244
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
148 table.list tr.navigation th { |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
149 text-align: right; |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
150 } |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
151 table.list tr.navigation th:first-child { |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
152 text-align: left; |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
153 } |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
154 |
| 1002 | 155 |
| 156 /* style for message displays */ | |
| 157 table.messages { | |
| 158 border-spacing: 0px; | |
| 159 border-collapse: separate; | |
| 160 width: 100%; | |
| 161 } | |
| 162 | |
| 163 table.messages th.header{ | |
| 164 padding-top: 10px; | |
| 165 border-bottom: 1px solid gray; | |
| 166 font-weight: bold; | |
| 167 background-color: white; | |
| 168 color: #707040; | |
| 169 } | |
| 170 | |
| 171 table.messages th { | |
| 172 font-weight: bold; | |
| 173 color: black; | |
| 174 text-align: left; | |
|
1275
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
175 border-bottom: 1px solid #afafaf; |
| 1002 | 176 } |
| 177 | |
| 178 table.messages td { | |
| 179 font-family: monospace; | |
| 180 background-color: #efefef; | |
| 181 border-bottom: 1px solid #afafaf; | |
| 182 color: black; | |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
183 empty-cells: show; |
|
1275
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
184 border-right: 1px solid #afafaf; |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
185 vertical-align: top; |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
186 padding: 2 5 2 5; |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
187 } |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
188 |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
189 table.messages td:first-child { |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
190 border-left: 1px solid #afafaf; |
|
4d4f26834092
stylesheet cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
191 border-right: 1px solid #afafaf; |
| 1002 | 192 } |
| 193 | |
| 194 /* style for file displays */ | |
| 195 table.files { | |
| 196 border-spacing: 0px; | |
| 197 border-collapse: separate; | |
| 198 width: 100%; | |
| 199 } | |
| 200 | |
| 201 table.files th.header{ | |
| 202 padding-top: 10px; | |
| 203 border-bottom: 1px solid gray; | |
| 204 font-weight: bold; | |
| 205 background-color: white; | |
| 206 color: #707040; | |
| 207 } | |
| 208 | |
| 209 table.files th { | |
| 210 border-bottom: 1px solid #afafaf; | |
| 211 font-weight: bold; | |
| 212 text-align: left; | |
| 213 } | |
| 214 | |
| 215 table.files td { | |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
216 font-family: monospace; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
217 empty-cells: show; |
|
57
6ff85bc2dd56
Adding the classic template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
218 } |
|
733
65234f56b250
changed the default message list in issues to display the message body
Richard Jones <richard@users.sourceforge.net>
parents:
192
diff
changeset
|
219 |
|
1062
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
220 /* style for history displays */ |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
221 table.history { |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
222 border-spacing: 0px; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
223 border-collapse: separate; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
224 width: 100%; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
225 } |
| 1002 | 226 |
|
1062
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
227 table.history th.header{ |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
228 padding-top: 10px; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
229 border-bottom: 1px solid gray; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
230 font-weight: bold; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
231 background-color: white; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
232 color: #707040; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
233 font-size: 100%; |
|
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 th { |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
237 border-bottom: 1px solid #afafaf; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
238 font-weight: bold; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
239 text-align: left; |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
240 font-size: 90%; |
|
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 |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
243 table.history td { |
|
cc5a22e769b1
forgot the history style
Richard Jones <richard@users.sourceforge.net>
parents:
1044
diff
changeset
|
244 font-size: 90%; |
|
1074
954ad22eb7d9
more doc, more cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1062
diff
changeset
|
245 vertical-align: top; |
|
1078
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
246 empty-cells: show; |
|
1062
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 |
|
1044
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 /* style for class list */ |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
251 table.classlist { |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
252 border-spacing: 0px; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
253 border-collapse: separate; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
254 width: 100%; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
255 } |
|
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 table.classlist th.header{ |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
258 padding-top: 10px; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
259 border-bottom: 1px solid gray; |
|
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 background-color: white; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
262 color: #707040; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
263 } |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
264 |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
265 table.classlist th { |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
266 font-weight: bold; |
|
51abcc2b2b71
nicer style for class list
Richard Jones <richard@users.sourceforge.net>
parents:
1006
diff
changeset
|
267 text-align: left; |
|
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 |
|
1078
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 /* style for class help display */ |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
272 table.classhelp { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
273 border-spacing: 0px; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
274 border-collapse: separate; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
275 width: 100%; |
|
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 th { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
279 font-weight: bold; |
|
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 color: #707040; |
|
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 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
284 table.classhelp td { |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
285 padding: 2 2 2 2; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
286 border: 1px solid black; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
287 text-align: left; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
288 vertical-align: top; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
289 empty-cells: show; |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
290 } |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
291 |
|
344bad728d10
more tweakage of help display and style issues
Richard Jones <richard@users.sourceforge.net>
parents:
1074
diff
changeset
|
292 |
|
1120
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
293 /* 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
|
294 table.otherinfo { |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
295 border-spacing: 0px; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
296 border-collapse: separate; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
297 width: 100%; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
298 } |
|
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 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
|
301 padding-top: 10px; |
|
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 gray; |
|
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 background-color: white; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
305 color: #707040; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
306 } |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
307 |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
308 table.otherinfo th { |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
309 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
|
310 font-weight: bold; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
311 text-align: left; |
|
c26471971d18
Exposed the Batch mechanism through the top-level "utils" variable.
Richard Jones <richard@users.sourceforge.net>
parents:
1078
diff
changeset
|
312 } |
