Mercurial > p > roundup > code
comparison templates/minimal/html/style.css @ 1991:3158eabe3226
applied patch [SF#873534]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 21 Jan 2004 01:16:30 +0000 |
| parents | f4b7d4a3e057 |
| children | bd6ba21d6c47 |
comparison
equal
deleted
inserted
replaced
| 1990:18e08b0806cb | 1991:3158eabe3226 |
|---|---|
| 1 /* main page styles */ | 1 /* main page styles */ |
| 2 body.body { | 2 body.body { |
| 3 font-family: sans-serif, Arial, Helvetica; | 3 font-family: sans-serif, Arial, Helvetica; |
| 4 color: #333333; | 4 background-color: white; |
| 5 margin: 0px 0px 0px 0px; | 5 color: #333; |
| 6 } | 6 margin: 0; |
| 7 a[href]:hover { color:blue; text-decoration: underline; } | 7 } |
| 8 a[href]:link { color:blue; text-decoration: none; } | 8 a[href]:hover { |
| 9 a[href] { color:blue; text-decoration: none; } | 9 background-color: white; |
| 10 color:blue; | |
| 11 text-decoration: underline; | |
| 12 } | |
| 13 a[href], a[href]:link { | |
| 14 background-color: white; | |
| 15 color:blue; | |
| 16 text-decoration: none; | |
| 17 } | |
| 10 | 18 |
| 11 table.body { | 19 table.body { |
| 12 border: 0; | 20 border: 0; |
| 13 padding: 0; | 21 padding: 0; |
| 14 border-spacing: 0px; | 22 border-spacing: 0; |
| 15 border-collapse: separate; | 23 border-collapse: separate; |
| 24 } | |
| 25 | |
| 26 td.page-header-left { | |
| 27 padding: 5px; | |
| 28 border-bottom: 1px solid #444; | |
| 29 } | |
| 30 td.sidebar { | |
| 31 padding: 1px 0 0 1px; | |
| 32 white-space: nowrap; | |
| 16 } | 33 } |
| 17 | 34 |
| 18 /* don't display the sidebar when printing */ | 35 /* don't display the sidebar when printing */ |
| 19 @media print { | 36 @media print { |
| 20 td.page-header-left { | 37 td.page-header-left { |
| 23 td.sidebar { | 40 td.sidebar { |
| 24 display: none; | 41 display: none; |
| 25 } | 42 } |
| 26 } | 43 } |
| 27 | 44 |
| 28 td.page-header-left { | |
| 29 padding: 5px; | |
| 30 border-bottom: 1px solid #444444; | |
| 31 } | |
| 32 | |
| 33 td.page-header-top { | 45 td.page-header-top { |
| 34 padding: 5px; | 46 padding: 5px; |
| 35 border-bottom: 1px solid #444444; | 47 border-bottom: 1px solid #444; |
| 36 } | |
| 37 | |
| 38 td.sidebar { | |
| 39 padding: 1 0 0 1; | |
| 40 white-space: nowrap; | |
| 41 } | 48 } |
| 42 | 49 |
| 43 form { | 50 form { |
| 44 margin: 0 0 0 0; | 51 margin: 0; |
| 45 } | 52 } |
| 46 | 53 |
| 47 textarea { | 54 textarea { |
| 48 font-family: monospace; | 55 font-family: monospace; |
| 49 } | 56 } |
| 50 | 57 |
| 51 td.sidebar p.classblock { | 58 td.sidebar p.classblock { |
| 52 padding: 2 5 2 5; | 59 padding: 2px 5px 2px 5px; |
| 53 margin: 1 1 1 1; | 60 margin: 1px; |
| 54 border: 1px solid #444444; | 61 border: 1px solid #444; |
| 55 background-color: #eeeeee; | 62 background-color: #eee; |
| 56 } | 63 } |
| 57 | 64 |
| 58 td.sidebar p.userblock { | 65 td.sidebar p.userblock { |
| 59 padding: 2 5 2 5; | 66 padding: 2px 5px 2px 5px; |
| 60 margin: 1 1 1 1; | 67 margin: 1px 1px 1px 1px; |
| 61 border: 1px solid #444444; | 68 border: 1px solid #444; |
| 62 background-color: #eeeeff; | 69 background-color: #eef; |
| 63 } | 70 } |
| 64 | 71 |
| 65 td.content { | 72 td.content { |
| 66 padding: 1 5 1 5; | 73 padding: 1px 5px 1px 5px; |
| 67 vertical-align: top; | 74 vertical-align: top; |
| 68 width: 100%; | 75 width: 100%; |
| 69 } | 76 } |
| 70 | 77 |
| 71 td.date, th.date { | 78 td.date, th.date { |
| 72 white-space: nowrap; | 79 white-space: nowrap; |
| 73 } | 80 } |
| 74 | 81 |
| 75 p.ok-message { | 82 p.ok-message { |
| 76 background-color: #22bb22; | 83 background-color: #22bb22; |
| 77 padding: 5 5 5 5; | 84 padding: 5px; |
| 78 color: white; | 85 color: white; |
| 79 font-weight: bold; | 86 font-weight: bold; |
| 80 } | 87 } |
| 81 p.error-message { | 88 p.error-message { |
| 82 background-color: #bb2222; | 89 background-color: #bb2222; |
| 83 padding: 5 5 5 5; | 90 padding: 5px; |
| 84 color: white; | 91 color: white; |
| 85 font-weight: bold; | 92 font-weight: bold; |
| 86 } | 93 } |
| 87 | 94 |
| 88 | 95 |
| 89 /* style for forms */ | 96 /* style for forms */ |
| 90 table.form { | 97 table.form { |
| 91 padding: 2; | 98 padding: 2px; |
| 92 border-spacing: 0px; | 99 border-spacing: 0; |
| 93 border-collapse: separate; | 100 border-collapse: separate; |
| 94 } | 101 } |
| 95 | 102 |
| 96 table.form th { | 103 table.form th { |
| 97 color: #333388; | 104 color: #338; |
| 98 text-align: right; | 105 text-align: right; |
| 99 vertical-align: top; | 106 vertical-align: top; |
| 100 font-weight: normal; | 107 font-weight: normal; |
| 101 white-space: nowrap; | 108 white-space: nowrap; |
| 102 } | 109 } |
| 103 | 110 |
| 104 table.form th.header { | 111 table.form th.header { |
| 105 font-weight: bold; | 112 font-weight: bold; |
| 106 background-color: #eeeeff; | 113 background-color: #eef; |
| 107 text-align: left; | 114 text-align: left; |
| 108 } | 115 } |
| 109 | 116 |
| 110 table.form th.required { | 117 table.form th.required { |
| 111 font-weight: bold; | 118 font-weight: bold; |
| 112 } | 119 } |
| 113 | 120 |
| 114 table.form td { | 121 table.form td { |
| 115 color: #333333; | 122 color: #333; |
| 116 empty-cells: show; | 123 empty-cells: show; |
| 117 vertical-align: top; | 124 vertical-align: top; |
| 118 } | 125 } |
| 119 | 126 |
| 120 table.form td.optional { | 127 table.form td.optional { |
| 121 font-weight: bold; | 128 font-weight: bold; |
| 122 font-style: italic; | 129 font-style: italic; |
| 123 } | 130 } |
| 124 | 131 |
| 125 table.form td.html { | 132 table.form td.html { |
| 126 color: #777777; | 133 color: #777; |
| 127 } | 134 } |
| 128 | 135 |
| 129 /* style for lists */ | 136 /* style for lists */ |
| 130 table.list { | 137 table.list { |
| 131 border-spacing: 0px; | 138 border-spacing: 0; |
| 132 border-collapse: separate; | 139 border-collapse: separate; |
| 133 width: 100%; | 140 width: 100%; |
| 134 } | 141 } |
| 135 | 142 |
| 136 table.list th { | 143 table.list th { |
| 137 padding: 0 4 0 4; | 144 padding: 0 4px 0 4px; |
| 138 color: #404070; | 145 color: #404070; |
| 139 background-color: #eeeeff; | 146 background-color: #eef; |
| 140 border: 1px solid white; | 147 border: 1px solid white; |
| 141 vertical-align: top; | 148 vertical-align: top; |
| 142 empty-cells: show; | 149 empty-cells: show; |
| 143 } | 150 } |
| 144 table.list th a[href]:hover { color: #404070 } | 151 table.list th a[href]:hover { color: #404070 } |
| 148 background-color: #f4f4ff; | 155 background-color: #f4f4ff; |
| 149 text-align: center; | 156 text-align: center; |
| 150 } | 157 } |
| 151 | 158 |
| 152 table.list td { | 159 table.list td { |
| 153 padding: 0 4 0 4; | 160 padding: 0 4px 0 4px; |
| 154 border: 1px solid white; | 161 border: 1px solid white; |
| 155 color: #404070; | 162 color: #404070; |
| 156 background-color: #efefef; | 163 background-color: #efefef; |
| 157 vertical-align: top; | 164 vertical-align: top; |
| 158 empty-cells: show; | 165 empty-cells: show; |
| 174 } | 181 } |
| 175 | 182 |
| 176 | 183 |
| 177 /* style for message displays */ | 184 /* style for message displays */ |
| 178 table.messages { | 185 table.messages { |
| 179 border-spacing: 0px; | 186 border-spacing: 0; |
| 180 border-collapse: separate; | 187 border-collapse: separate; |
| 181 width: 100%; | 188 width: 100%; |
| 182 } | 189 } |
| 183 | 190 |
| 184 table.messages th.header{ | 191 table.messages th.header{ |
| 202 border-bottom: 1px solid #afafaf; | 209 border-bottom: 1px solid #afafaf; |
| 203 color: black; | 210 color: black; |
| 204 empty-cells: show; | 211 empty-cells: show; |
| 205 border-right: 1px solid #afafaf; | 212 border-right: 1px solid #afafaf; |
| 206 vertical-align: top; | 213 vertical-align: top; |
| 207 padding: 2 5 2 5; | 214 padding: 2px 5px 2px 5px; |
| 208 } | 215 } |
| 209 | 216 |
| 210 table.messages td:first-child { | 217 table.messages td:first-child { |
| 211 border-left: 1px solid #afafaf; | 218 border-left: 1px solid #afafaf; |
| 212 border-right: 1px solid #afafaf; | 219 border-right: 1px solid #afafaf; |
| 213 } | 220 } |
| 214 | 221 |
| 215 /* style for file displays */ | 222 /* style for file displays */ |
| 216 table.files { | 223 table.files { |
| 217 border-spacing: 0px; | 224 border-spacing: 0; |
| 218 border-collapse: separate; | 225 border-collapse: separate; |
| 219 width: 100%; | 226 width: 100%; |
| 220 } | 227 } |
| 221 | 228 |
| 222 table.files th.header{ | 229 table.files th.header{ |
| 238 empty-cells: show; | 245 empty-cells: show; |
| 239 } | 246 } |
| 240 | 247 |
| 241 /* style for history displays */ | 248 /* style for history displays */ |
| 242 table.history { | 249 table.history { |
| 243 border-spacing: 0px; | 250 border-spacing: 0; |
| 244 border-collapse: separate; | 251 border-collapse: separate; |
| 245 width: 100%; | 252 width: 100%; |
| 246 } | 253 } |
| 247 | 254 |
| 248 table.history th.header{ | 255 table.history th.header{ |
| 268 } | 275 } |
| 269 | 276 |
| 270 | 277 |
| 271 /* style for class list */ | 278 /* style for class list */ |
| 272 table.classlist { | 279 table.classlist { |
| 273 border-spacing: 0px; | 280 border-spacing: 0; |
| 274 border-collapse: separate; | 281 border-collapse: separate; |
| 275 width: 100%; | 282 width: 100%; |
| 276 } | 283 } |
| 277 | 284 |
| 278 table.classlist th.header{ | 285 table.classlist th.header{ |
| 298 } | 305 } |
| 299 | 306 |
| 300 table.classhelp th { | 307 table.classhelp th { |
| 301 font-weight: normal; | 308 font-weight: normal; |
| 302 text-align: left; | 309 text-align: left; |
| 303 color: #444444; | 310 color: #444; |
| 304 background-color: #efefef; | 311 background-color: #efefef; |
| 305 border-bottom: 1px solid #afafaf; | 312 border-bottom: 1px solid #afafaf; |
| 306 border-top: 1px solid #afafaf; | 313 border-top: 1px solid #afafaf; |
| 307 text-transform: uppercase; | 314 text-transform: uppercase; |
| 308 vertical-align: middle; | 315 vertical-align: middle; |
| 313 vertical-align: middle; | 320 vertical-align: middle; |
| 314 padding-right: .2em; | 321 padding-right: .2em; |
| 315 border-bottom: 1px solid #efefef; | 322 border-bottom: 1px solid #efefef; |
| 316 text-align: left; | 323 text-align: left; |
| 317 empty-cells: show; | 324 empty-cells: show; |
| 318 } | |
| 319 | |
| 320 table.classhelp td { | |
| 321 white-space: nowrap; | 325 white-space: nowrap; |
| 322 vertical-align: middle; | 326 vertical-align: middle; |
| 323 padding-right: .2em; | |
| 324 border-bottom: 1px solid #efefef; | |
| 325 text-align: left; | |
| 326 empty-cells: show; | |
| 327 } | 327 } |
| 328 | 328 |
| 329 table.classhelp tr:hover { | 329 table.classhelp tr:hover { |
| 330 background-color: #eeeeee; | 330 background-color: #eee; |
| 331 } | 331 } |
| 332 | 332 |
| 333 label.classhelp-label { | 333 label.classhelp-label { |
| 334 cursor: pointer; | 334 cursor: pointer; |
| 335 } | 335 } |
| 340 top: auto; | 340 top: auto; |
| 341 right: 0; | 341 right: 0; |
| 342 bottom: 0; | 342 bottom: 0; |
| 343 left: 0; | 343 left: 0; |
| 344 padding: .5em; | 344 padding: .5em; |
| 345 border-top: 2px solid #444444; | 345 border-top: 2px solid #444; |
| 346 background-color: #eeeeee; | 346 background-color: #eee; |
| 347 } | 347 } |
| 348 | 348 |
| 349 #classhelp-controls input.apply { | 349 #classhelp-controls input.apply { |
| 350 width: 7em; | 350 width: 7em; |
| 351 font-weight: bold; | 351 font-weight: bold; |
| 358 margin-left: 1em; | 358 margin-left: 1em; |
| 359 } | 359 } |
| 360 | 360 |
| 361 /* style for "other" displays */ | 361 /* style for "other" displays */ |
| 362 table.otherinfo { | 362 table.otherinfo { |
| 363 border-spacing: 0px; | 363 border-spacing: 0; |
| 364 border-collapse: separate; | 364 border-collapse: separate; |
| 365 width: 100%; | 365 width: 100%; |
| 366 } | 366 } |
| 367 | 367 |
| 368 table.otherinfo th.header{ | 368 table.otherinfo th.header{ |
