Ticket #803: white.css.cleanup.and.improvements.patch
File white.css.cleanup.and.improvements.patch, 6.3 KB (added by , 16 years ago) |
---|
-
white.css
30 30 h3, h4 { font-weight: bold; } 31 31 32 32 hr { 33 size: 0 px;33 size: 0; 34 34 border-top: 2px solid #e8e8e8; 35 35 margin: 8px 2px; 36 36 } … … 44 44 border: 2px solid #e8e8e8; 45 45 -moz-border-radius: 6px; 46 46 -webkit-border-radius: 6px; 47 -khtml-border-radius: 6px; 48 border-radius: 6px; 47 49 } 48 50 49 51 th { … … 65 67 66 68 td.heading { 67 69 font-weight: bold; 68 margin: 4px 0 px;70 margin: 4px 0; 69 71 padding: 8px; 70 72 background-color: #d8d8d8; 71 73 } 72 74 73 75 td.fieldname { 74 background-color: #eee eee;76 background-color: #eee; 75 77 text-align: right; 76 78 padding-right: 10px; 77 margin: 2px 0 px;79 margin: 2px 0; 78 80 } 79 81 80 82 td.fieldvalue { 81 margin: 2px 0 px;83 margin: 2px 0; 82 84 vertical-align: middle; 83 85 } 84 86 85 87 td.fieldname_error { 86 background-color: #f f8888;88 background-color: #f88; 87 89 text-align: right; 88 90 } 89 91 90 92 td.fieldvalue_error { 91 background-color: #f f8888;93 background-color: #f88; 92 94 font-weight: bold; 93 95 } 94 96 95 97 td.navbar { 96 border: 0 px;98 border: 0; 97 99 text-align: center; 98 100 vertical-align: middle; 99 101 } … … 109 111 text-align: left; 110 112 } 111 113 .row1 { 112 background-color: #eee eee;114 background-color: #eee; 113 115 text-align: left; 114 116 } 115 117 … … 132 134 border: 1px solid #d8d8d8; 133 135 -moz-border-radius: 5px; 134 136 -webkit-border-radius: 5px; 137 -khtml-border-radius: 5px; 138 border-radius: 5px; 135 139 padding: 2px 4px; 136 140 font-size: 12px; 137 141 } 138 142 139 input[type="button"], input[type="submit"], input.btn { 140 margin: 2px 0px; 143 input[type="button"], 144 input[type="submit"], 145 input.btn { 146 margin: 2px 0; 141 147 background: #d4d0c8; 142 148 margin-right: 0.6em; 143 149 color: #203C66; … … 148 154 149 155 /* IE6 doesn't understand [type=XXXX] so we factor this out into its own */ 150 156 .button { 151 margin: 2px 0 px;157 margin: 2px 0; 152 158 background: #d4d0c8; 153 159 margin-right: 0.6em; 154 160 white-space: nowrap; … … 164 170 text-decoration:none; 165 171 } 166 172 167 input[type="button"]:hover, input[type="submit"]:hover, input.btn:hover, .forum_toplinks a:hover { 173 input[type="button"]:hover, 174 input[type="submit"]:hover, 175 input.btn:hover, 176 .forum_toplinks a:hover { 168 177 background: #edece8; 169 178 } 170 179 … … 178 187 display: inline; 179 188 } 180 189 190 img, 191 img.userimg { 192 border: 0; 193 } 181 194 182 img { border: 0px; }183 184 img.userimg { border: 0px; }185 186 195 /* Main Page */ 187 196 188 197 #news { … … 192 201 margin: 4px; 193 202 -moz-border-radius: 10px; 194 203 -webkit-border-radius: 10px; 204 -khtml-border-radius: 10px; 205 border-radius: 10px; 195 206 } 196 207 197 #news h2, #uotd h2, #mainnav h2 { 198 margin-top: 0px; 208 #news h2, 209 #uotd h2, 210 #mainnav h2 { 211 margin-top: 0; 199 212 font-size: 1.2em; 200 213 font-weight: bold; 201 214 } 202 215 203 216 #news h3 { 204 color: #666 666;217 color: #666; 205 218 font-size: 1em; 206 219 margin-bottom: 2px; 207 220 } 208 221 209 222 #news p { 210 margin-top: 0 px;223 margin-top: 0 211 224 } 212 225 213 226 #uotd { 214 227 background-color: #d3d3d3; 215 border: 2px solid #eee eee;228 border: 2px solid #eee; 216 229 padding: 10px; 217 230 margin: 4px; 218 231 -moz-border-radius: 10px; 219 232 -webkit-border-radius: 10px; 233 -khtml-border-radius: 10px; 234 border-radius: 10px; 220 235 } 221 236 222 237 /* Forum */ 223 238 224 239 td.category , tr.subtitle{ 225 background-color: #ddd ddd;226 border: 0 px;240 background-color: #ddd; 241 border: 0; 227 242 font-weight: bold; 228 margin: 6px 0 px;243 margin: 6px 0; 229 244 } 230 245 231 246 th { … … 235 250 } 236 251 237 252 td.postheader { 238 background-color: #eee eee;253 background-color: #eee; 239 254 height: 24px; 240 255 margin-left: 4px; 241 256 padding-left: 8px; 242 -moz-border-radius: 0px 0px 10px 10px; 243 -webkit-border-radius: 0px 0px 10px 10px; 257 -moz-border-radius: 0 10px; 258 -webkit-border-radius-bottomleft: 10px; 259 -webkit-border-radius-bottomright: 10px; 260 -khtml-border-radius-bottomleft: 10px; 261 -khtml-border-radius-bottomright: 10px; 262 border-radius-bottomleft: 10px; 263 border-radius-bottomright: 10px; 244 264 } 245 265 246 266 td.postbody { … … 250 270 } 251 271 252 272 td.postfooter { 253 background-color: #eee eee;273 background-color: #eee; 254 274 height: 26px; 255 275 margin-left: 4px; 256 276 padding-left: 8px; 257 -moz-border-radius: 10px 10px 0px 0px; 258 -webkit-border-radius: 10px 10px 0px 0px; 277 -moz-border-radius: 10px 10px 0 0; 278 -khtml-border-radius-topleft: 10px; 279 -khtml-border-radius-topright: 10px; 280 -webkit-border-radius-topleft: 10px; 281 -webkit-border-radius-topright: 10px; 282 border-radius-topleft: 10px; 283 border-radius-topright: 10px; 259 284 } 260 285 261 286 tr.helpdeskseperator { height: 10pt; } 262 287 263 288 tr.postseperator { 264 289 background-color: #c8c8c8; 265 border: 1px solid #aaa aaa;266 margin: 4px 0 px;290 border: 1px solid #aaa; 291 margin: 4px 0; 267 292 } 268 293 269 294 td.threadline { text-align: left; } … … 301 326 width: 120px; 302 327 margin-left: 2px; 303 328 -moz-border-radius: 10px; 304 -webkit-border-radius: 10px; 329 -webkit-border-radius: 10px; 330 -khtml-border-radius: 10px; 331 border-radius: 10px; 305 332 } 306 333 307 334 .authorinfo img { … … 315 342 border-left: 2px solid #0089e1; 316 343 background-color: #f5fffa; 317 344 padding: 2px 6px; 318 margin: 0 px 6px 0px10px;345 margin: 0 6px 0 10px; 319 346 font-style: italic; 320 347 } 321 348 … … 344 371 color: #646464; 345 372 font-size: 0.9em; 346 373 } 347 span.news_title { 348 font-weight: bold; 349 } 350 374 span.news_title, 351 375 span.inboxunread { 352 376 font-weight: bold; 353 377 } 354 378 355 379 span.highlight { 356 background-color: #ff ffcc;380 background-color: #ffc; 357 381 } 358 382 359 383 .nobr{ … … 364 388 font-family: "Courier New", courier, monospace; 365 389 display: block; 366 390 margin-left: 5em; 367 border-left: 3px solid #c caaaa;391 border-left: 3px solid #caa; 368 392 padding-left: 1em; 369 393 white-space: nowrap; 370 394 overflow: auto; … … 375 399 } 376 400 377 401 .error { 378 color: #f f0000;402 color: #f00; 379 403 font-weight: bold; 380 404 font-size: 1.1em; 381 405 } 382 406 383 407 .notice { 384 color: #0 09900;408 color: #090; 385 409 font-weight: bold; 386 410 font-size: 1.1em; 387 411 } 388 412 389 413 #preview { 390 border: 2px solid #ccc ccc;391 background-color: #eee eee;414 border: 2px solid #ccc; 415 background-color: #eee; 392 416 margin: 1em; 393 417 padding: 0.2em; 394 418 } … … 396 420 #preview .header { 397 421 font-weight: bold; 398 422 font-size: 1.3em; 399 border-bottom: 1px solid #ccc ccc;423 border-bottom: 1px solid #ccc; 400 424 } 401 425 402 426 /* Server Status Page */