Ticket #871: white.css.update.patch
File white.css.update.patch, 14.2 KB (added by , 16 years ago) |
---|
-
user_search.php
110 110 echo "<form name=f method=get action=user_search.php>"; 111 111 start_table(); 112 112 row1("Search type", 2, "heading"); 113 row2("User name starts with <input name=search_string>", "<input type=radio name=search_type value=\"name_prefix\" checked >");113 row2("User name starts with <input type=text name=search_string>", "<input type=radio name=search_type value=\"name_prefix\" checked >"); 114 114 row2("Decreasing sign-up time", "<input type=radio name=search_type value=\"date\">"); 115 115 row2("Decreasing average credit", "<input type=radio name=search_type value=\"rac\">"); 116 116 row2("Decreasing total credit", "<input type=radio name=search_type value=\"total\">"); -
white.css
1 1 /* General */ 2 2 3 3 a, a:link, a:visited, a:active { 4 5 4 color: #0069A1; 5 text-decoration: none; 6 6 } 7 7 8 8 a:hover { text-decoration: underline; } 9 9 10 10 body { 11 12 13 14 15 16 17 11 background-image: url("img/gray_gradient.png"); 12 background-repeat: repeat-x; 13 background-color: white; 14 font-family: Verdana, Arial, Sans Serif; 15 font-size: 13px; 16 margin: 5px 10px; 17 color: black; 18 18 } 19 19 20 20 h1, h2 { 21 22 21 font-size: x-large; 22 font-weight: normal; 23 23 } 24 24 25 25 h1 { 26 27 26 color: #203C66; 27 margin: 10px; 28 28 } 29 29 30 30 h3, h4 { font-weight: bold; } 31 31 32 32 hr { 33 34 35 33 size: 0px; 34 border-top: 2px solid #e8e8e8; 35 margin: 8px 2px; 36 36 } 37 37 38 38 table { 39 40 39 padding: 4px; 40 margin: 2px; 41 41 } 42 42 43 43 table.bordered { 44 45 46 47 48 44 border: 2px solid #e8e8e8; 45 -moz-border-radius: 6px; 46 -webkit-border-radius: 6px; 47 -khtml-border-radius: 6px; 48 border-radius: 6px; 49 49 } 50 50 51 51 th { 52 53 54 52 background-color: #c0c0c0; 53 font-weight: bold; 54 vertical-align: top; 55 55 } 56 56 57 57 td { 58 59 58 vertical-align: top; 59 padding: 4px; 60 60 } 61 61 62 62 td.bordered { 63 63 border: 1px solid gray; 64 64 } 65 65 66 td.indent { border-left: 4px solid white; } 66 td.indent { 67 border-left: 4px solid white; 68 } 67 69 68 70 td.heading { 69 70 margin: 4px 0px;71 72 71 font-weight: bold; 72 margin: 4px 0; 73 padding: 8px; 74 background-color: #d8d8d8; 73 75 } 74 76 75 77 td.fieldname { 76 background-color: #eeeeee; 77 text-align: right; 78 padding-right: 10px; 79 margin: 2px 0px; 78 background-color: #eee; 79 text-align: right; 80 padding-right: 10px; 81 margin: 2px 0; 82 vertical-align: middle; 80 83 } 81 84 82 85 td.fieldvalue { 83 margin: 2px 0px;84 86 margin: 2px 0; 87 vertical-align: middle; 85 88 } 86 89 87 90 td.fieldname_error { 88 background-color: #ff8888;89 91 background-color: #f88; 92 text-align: right; 90 93 } 91 94 92 95 td.fieldvalue_error { 93 background-color: #ff8888;94 96 background-color: #f88; 97 font-weight: bold; 95 98 } 96 99 97 100 td.navbar { 98 border: 0px;99 100 101 border: none; 102 text-align: center; 103 vertical-align: middle; 101 104 } 102 105 103 106 td.friend { 104 105 106 107 background-color: #e8e8e8; 108 text-align: center; 109 vertical-align: middle; 107 110 } 108 111 109 112 .row0 { 110 111 113 background-color: #d9d9d9; 114 text-align: left; 112 115 } 113 116 .row1 { 114 background-color: #eeeeee;115 117 background-color: #eee; 118 text-align: left; 116 119 } 117 120 118 121 .highlighted_row0 { 119 120 122 background-color: #b9d9f9; 123 text-align: left; 121 124 } 125 122 126 .highlighted_row1 { 123 124 127 background-color: #ceeefe; 128 text-align: left; 125 129 } 126 130 127 131 .row_hd0 { background-color: #cffacf; } … … 130 134 131 135 tr.message { background-color: #e0e0e0; } 132 136 133 input[type="text"], select, textarea, .button { 134 border: 1px solid #d8d8d8; 135 -moz-border-radius: 5px; 136 -webkit-border-radius: 5px; 137 -khtml-border-radius: 5px; 138 border-radius: 5px; 139 padding: 2px 4px; 140 font-size: 12px; 141 } 137 /* Buttons etc. */ 142 138 143 input[type="button"], input[type="submit"], input.btn { 144 margin: 2px 0px; 145 background: #d4d0c8; 146 margin-right: 0.6em; 147 color: #203C66; 148 border: 1px solid #a8a8a8; 149 font-size: 12px; 150 font-weight: normal; 139 input[type="button"], 140 input[type="submit"], 141 .btn { 142 padding: 4px 8px; 143 margin: 2px; 144 color: black; 145 border: 1px solid #ccc; 146 font-size: 11px; 147 font-weight: normal; 148 background: #f2f2f2 url(img/white-grad.png) repeat-x scroll left top; 149 -moz-border-radius: 5px; 150 -webkit-border-radius: 5px; 151 -khtml-border-radius: 5px; 152 border-radius: 5px; 151 153 } 152 154 153 /* IE6 doesn't understand [type=XXXX] so we factor this out into its own */ 154 .button { 155 margin: 2px 0px; 156 background: #d4d0c8; 157 margin-right: 0.6em; 158 white-space: nowrap; 159 color: #203C66; 160 border: 1px solid #a8a8a8; 161 font-size: 0.9em; 162 font-weight: normal; 163 line-height: 2em; 155 /* IE6 doesn't understand [type=XXXX] so we use class "button" */ 156 157 a.button { 158 color: black; 159 line-height: 2.4em; 160 padding: 4px 8px; 161 margin: 0 4px; 162 border: 1px solid #ccc; 163 font-size: 11px; 164 font-weight: normal; 165 white-space: nowrap; 166 background: #f2f2f2 url(img/white-grad.png) repeat-x scroll left top; 167 -moz-border-radius: 5px; 168 -webkit-border-radius: 5px; 169 -khtml-border-radius: 5px; 170 border-radius: 5px; 164 171 } 165 172 166 .button:hover { 167 background: #edece8; 168 text-decoration:none; 173 input[type="button"]:hover, 174 input[type="submit"]:hover, 175 input.btn:hover, 176 .button:hover , 177 .forum_toplinks a:hover { 178 border: 1px solid #555; 179 text-decoration: none; 180 color: #0069A1; 169 181 } 170 182 171 input[type="button"]:hover, input[type="submit"]:hover, input.btn:hover, .forum_toplinks a:hover { 172 background: #edece8; 183 input[type="text"], select, textarea { 184 border: 1px solid #d8d8d8; 185 margin: 2px 4px; 186 padding: 3px; 187 font-size: 12px; 188 -moz-border-radius: 5px; 189 -webkit-border-radius: 5px; 190 -khtml-border-radius: 5px; 191 border-radius: 5px; 173 192 } 174 193 175 194 .actionlist { 176 177 178 179 195 display: inline; 196 list-style: none; 197 margin: 0; 198 padding: 0; 180 199 } 200 181 201 .actionlist li { 182 202 display: inline; 183 203 } 184 204 205 img, 206 img.userimg { 207 border: none; 208 } 185 209 186 img { border: 0px; }187 188 img.userimg { border: 0px; }189 190 210 /* Main Page */ 191 211 192 212 #news { 193 194 195 196 197 198 199 200 213 background-color: #dff0ff; 214 border: 2px solid #add8e6; 215 padding: 10px; 216 margin: 4px; 217 -moz-border-radius: 10px; 218 -webkit-border-radius: 10px; 219 -khtml-border-radius: 10px; 220 border-radius: 10px; 201 221 } 202 222 203 #news h2, #uotd h2, #mainnav h2 { 204 margin-top: 0px; 205 font-size: 1.2em; 206 font-weight: bold; 223 #news h2, 224 #uotd h2, 225 #mainnav h2 { 226 margin-top: 0; 227 font-size: 1.2em; 228 font-weight: bold; 207 229 } 208 230 209 231 #news h3 { 210 color: #666666;211 212 232 color: #666; 233 font-size: 1em; 234 margin-bottom: 2px; 213 235 } 214 236 215 237 #news p { 216 margin-top: 0px;238 margin-top: 0; 217 239 } 218 240 219 241 #uotd { 220 221 border: 2px solid #eeeeee;222 223 224 225 226 227 242 background-color: #d3d3d3; 243 border: 2px solid #eee; 244 padding: 10px; 245 margin: 4px; 246 -moz-border-radius: 10px; 247 -webkit-border-radius: 10px; 248 -khtml-border-radius: 10px; 249 border-radius: 10px; 228 250 } 229 251 230 252 /* Forum */ 231 253 232 254 td.category , tr.subtitle{ 233 background-color: #dddddd;234 border: 0px;235 236 margin: 6px 0px;255 background-color: #ddd; 256 border: 0; 257 font-weight: bold; 258 margin: 6px 0; 237 259 } 238 260 239 261 th { 240 241 242 262 font-weight: bold; 263 margin: 4px 2px; 264 padding: 4px; 243 265 } 244 266 245 267 td.postheader { 246 background-color: #eeeeee; 247 height: 24px; 248 margin-left: 4px; 249 padding-left: 8px; 250 -moz-border-radius: 0 10px; 251 -webkit-border-radius-bottomleft: 10px; 252 -webkit-border-radius-bottomright: 10px; 253 -khtml-border-radius-bottomleft: 10px; 254 -khtml-border-radius-bottomright: 10px; 255 border-radius-bottomleft: 10px; 256 border-radius-bottomright: 10px; 268 background-color: #eee; 269 font-size: 11px; 270 height: 24px; 271 margin-left: 4px; 272 padding-left: 8px; 273 -moz-border-radius: 0 10px; 274 -webkit-border-radius-bottomleft: 10px; 275 -webkit-border-radius-bottomright: 10px; 276 -khtml-border-radius-bottomleft: 10px; 277 -khtml-border-radius-bottomright: 10px; 278 border-radius-bottomleft: 10px; 279 border-radius-bottomright: 10px; 257 280 } 258 281 259 282 td.postbody { 260 261 262 283 font-size: 9pt; 284 margin-left: 4px; 285 background: transparent url('img/75pct_white.png'); 263 286 } 264 287 265 288 td.postfooter { 266 background-color: #eeeeee; 267 height: 26px; 268 margin-left: 4px; 269 padding-left: 8px; 270 -moz-border-radius: 10px 10px 0 0; 271 -khtml-border-radius-topleft: 10px; 272 -khtml-border-radius-topright: 10px; 273 -webkit-border-radius-topleft: 10px; 274 -webkit-border-radius-topright: 10px; 275 border-radius-topleft: 10px; 276 border-radius-topright: 10px; 289 background-color: #eee; 290 font-size: 11px; 291 height: 26px; 292 margin-left: 4px; 293 padding-left: 8px; 294 -moz-border-radius: 10px 10px 0 0; 295 -khtml-border-radius-topleft: 10px; 296 -khtml-border-radius-topright: 10px; 297 -webkit-border-radius-topleft: 10px; 298 -webkit-border-radius-topright: 10px; 299 border-radius-topleft: 10px; 300 border-radius-topright: 10px; 277 301 } 278 302 303 td.postfooter .button { 304 line-height: 2.2em; 305 margin: 0 4px; 306 } 307 279 308 tr.helpdeskseperator { height: 10pt; } 280 309 281 310 tr.postseperator { 282 283 border: 1px solid #aaaaaa;284 margin: 4px 0px;311 background-color: #c8c8c8; 312 border: 1px solid #aaa; 313 margin: 4px 0; 285 314 } 286 315 287 316 td.threadline { text-align: left; } 288 317 289 318 td.numbers { 290 319 text-align: center; 291 320 } 292 321 293 322 td.numbers { 294 323 text-align: left; 295 324 } 296 325 297 326 td.lastpost { 298 327 } 299 328 300 329 .title { 301 302 330 font-size: 14px; 331 font-weight: bold; 303 332 } 304 333 305 334 .description { 306 307 335 font-size: 80%; 336 font-weight: normal; 308 337 } 309 338 310 339 .authorcol { 311 312 340 width: 136px; 341 overflow: hidden; 313 342 } 314 343 315 344 div.authorcol { 316 317 318 319 320 321 322 323 324 345 border: 1px solid #c8c8c8; 346 background-color: white; 347 padding: 8px 5px; 348 width: 120px; 349 margin-left: 2px; 350 -moz-border-radius: 10px; 351 -webkit-border-radius: 10px; 352 -khtml-border-radius: 10px; 353 border-radius: 10px; 325 354 } 326 355 356 .authorinfo { 357 font-size: 11px; 358 } 359 327 360 .authorinfo img { 328 329 361 border: 1px solid #a8a8a8; 362 margin: 3px 9px; 330 363 } 331 364 332 .authorcol input { margin: 4px 10px; } 365 .authorcol .button { 366 margin: 0 6px; 367 line-height: 2.6em; 368 } 333 369 334 370 blockquote.postbody { 335 336 337 338 margin: 0px 6px 0px10px;339 371 border-left: 2px solid #0089e1; 372 background-color: #f5fffa; 373 padding: 2px 6px; 374 margin: 0 6px 0 10px; 375 font-style: italic; 340 376 } 341 377 342 378 #thread { 343 344 345 379 width: 100%; 380 table-layout: fixed; 381 overflow: visible; 346 382 } 347 383 348 384 .forum_toplinks td { 349 385 vertical-align: middle; 350 386 } 351 387 352 388 span.page_title { 353 354 389 font-size: 24px; 390 margin: 20px; 355 391 } 356 392 357 393 span.note { 358 359 394 font-weight: normal; 395 font-size: 0.9em; 360 396 } 361 397 362 398 span.news_date { 363 364 399 color: #646464; 400 font-size: 0.9em; 365 401 } 366 span.news_title {367 font-weight: bold;368 }369 402 403 span.news_title, 370 404 span.inboxunread { 371 405 font-weight: bold; 372 406 } 373 407 374 408 span.highlight { 375 background-color: #ffffcc;409 background-color: #ffc; 376 410 } 377 411 378 412 .nobr{ 379 413 white-space: nowrap; 380 414 } 381 415 382 416 .code { 383 384 385 386 border-left: 3px solid #ccaaaa;387 388 389 417 font-family: "Courier New", courier, monospace; 418 display: block; 419 margin-left: 5em; 420 border-left: 3px solid #caa; 421 padding-left: 1em; 422 white-space: nowrap; 423 overflow: auto; 390 424 } 391 425 392 426 .smalltext { 393 427 font-size: 0.8em; 394 428 } 395 429 396 430 .error { 397 color: #ff0000;398 399 431 color: #f00; 432 font-weight: bold; 433 font-size: 1.1em; 400 434 } 401 435 402 436 .notice { 403 color: #009900;404 405 437 color: #090; 438 font-weight: bold; 439 font-size: 1.1em; 406 440 } 407 441 408 442 #preview { 409 border: 2px solid #cccccc;410 background-color: #eeeeee;411 412 443 border: 2px solid #ccc; 444 background-color: #eee; 445 margin: 1em; 446 padding: 0.2em; 413 447 } 414 448 415 449 #preview .header { 416 417 418 border-bottom: 1px solid #cccccc;450 font-weight: bold; 451 font-size: 1.3em; 452 border-bottom: 1px solid #ccc; 419 453 } 420 454 421 455 /* Server Status Page */ … … 429 463 /* IE hack */ 430 464 431 465 * html body .code { 432 466 white-space: normal; 433 467 }