| | 23 | |
|---|
| | 24 | input, textarea, select { |
|---|
| | 25 | color:#777; |
|---|
| | 26 | padding: 2px 3px; |
|---|
| | 27 | border: 1px solid #E5F0FB; |
|---|
| | 28 | font: normal 1em Verdana, sans-serif; |
|---|
| | 29 | } |
|---|
| | 30 | |
|---|
| | 31 | button { |
|---|
| | 32 | color: #fff; |
|---|
| | 33 | height: 22px; |
|---|
| | 34 | margin: 0px; |
|---|
| | 35 | padding: 2px 3px; |
|---|
| | 36 | font: bold 12px Arial, Sans-serif; |
|---|
| | 37 | border: 1px solid #306bc1; |
|---|
| | 38 | background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; |
|---|
| | 39 | } |
|---|
| | 40 | |
|---|
| | 41 | input[type="button"], input[type="submit"], input[type="reset"] { |
|---|
| | 42 | color: #fff; |
|---|
| | 43 | height: 28px; |
|---|
| | 44 | margin: 0px; |
|---|
| | 45 | padding: 2px 3px; |
|---|
| | 46 | font: bold 12px Arial, Sans-serif; |
|---|
| | 47 | border: 1px solid #306bc1; |
|---|
| | 48 | background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; |
|---|
| | 49 | } |
|---|
| | 50 | |
|---|
| | 51 | input[type="checkbox"] { |
|---|
| | 52 | width: 16px; |
|---|
| | 53 | padding: 2px; |
|---|
| | 54 | border: 1px solid #E5F0FB; |
|---|
| | 55 | } |
|---|
| | 56 | |
|---|
| 131 | | input { |
|---|
| 132 | | padding:3px; |
|---|
| 133 | | border: 1px solid #E5F0FB; |
|---|
| 134 | | font: normal 1em Verdana, sans-serif; |
|---|
| 135 | | color:#777; |
|---|
| 136 | | } |
|---|
| 137 | | textarea { |
|---|
| 138 | | width:400px; |
|---|
| 139 | | padding:3px; |
|---|
| 140 | | font: normal 1em Verdana, sans-serif; |
|---|
| 141 | | border: 1px solid #E5F0FB; |
|---|
| 142 | | height:100px; |
|---|
| 143 | | display:block; |
|---|
| 144 | | color:#777; |
|---|
| 145 | | } |
|---|
| 146 | | input.button { |
|---|
| 147 | | font: bold 12px Arial, Sans-serif; |
|---|
| 148 | | height: 28px; |
|---|
| 149 | | margin: 0; |
|---|
| 150 | | padding: 2px 3px; |
|---|
| 151 | | color: #fff; |
|---|
| 152 | | background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; |
|---|
| 153 | | border: 1px solid #306bc1; |
|---|
| 154 | | } |
|---|
| 155 | | |
|---|
| 156 | | /* search form */ |
|---|
| 157 | | .searchform { |
|---|
| 158 | | background-color: transparent; |
|---|
| 159 | | border: none; |
|---|
| 160 | | margin: 0; |
|---|
| 161 | | padding: 5px 0 5px 0; |
|---|
| 162 | | width: 180px; |
|---|
| 163 | | } |
|---|
| 164 | | .searchform p { margin: 0; padding: 0; } |
|---|
| 165 | | .searchform input.textbox { |
|---|
| 166 | | width: 110px; |
|---|
| 167 | | color: #777; |
|---|
| 168 | | height: 20px; |
|---|
| 169 | | padding: 2px; |
|---|
| 170 | | border: 1px solid #D2E8F7; |
|---|
| 171 | | vertical-align: top; |
|---|
| 172 | | } |
|---|
| 173 | | .searchform input.button { |
|---|
| 174 | | width: 55px; |
|---|
| 175 | | height: 26px; |
|---|
| 176 | | padding: 2px 5px; |
|---|
| 177 | | vertical-align: top; |
|---|
| 178 | | } |
|---|
| 364 | | /* post footer */ |
|---|
| 365 | | .post-footer { |
|---|
| | 345 | |
|---|
| | 346 | /* Commnets */ |
|---|
| | 347 | .comment .comment_info, .comment_reply { |
|---|
| | 348 | padding: 5px; |
|---|
| | 349 | text-align: right; |
|---|
| | 350 | font-size: xx-small; |
|---|
| | 351 | color: #babdb6; |
|---|
| | 352 | clear: both; |
|---|
| | 353 | } |
|---|
| | 354 | .comment .content {text-align: justify;} |
|---|
| | 355 | .comment .avatar { |
|---|
| | 356 | float: left; |
|---|
| | 357 | margin-right: 5px; |
|---|
| | 358 | margin-bottom: 5px; |
|---|
| | 359 | border: 1px solid #000; |
|---|
| | 360 | } |
|---|
| | 361 | .comment_level_0 {margin-left: 0px;} |
|---|
| | 362 | .comment_level_1 {margin-left: 20px;} |
|---|
| | 363 | .comment_level_2 {margin-left: 40px;} |
|---|
| | 364 | .comment_level_3 {margin-left: 60px;} |
|---|
| | 365 | .comment_level_4 {margin-left: 80px;} |
|---|
| | 366 | .comment_level_5 {margin-left: 100px;} |
|---|
| | 367 | .comment_level_6 {margin-left: 120px;} |
|---|
| | 368 | .comment_level_7 {margin-left: 140px;} |
|---|
| | 369 | .comment_form p {clear: left; padding-bottom:4px; padding-left: 185px;} |
|---|
| | 370 | .comment_form p label {font-weight: bold; float:left; width: 175px; font-weight: bold; margin-left: -180px;} |
|---|
| | 371 | .comment_form input, .comment_form select, .comment_form textarea {padding: 2px; width: 250px; font-size: 10pt;} |
|---|
| | 372 | .comment_form span {font-size: 8pt; display: block;} |
|---|
| | 373 | .comment_form .actions {text-align:left; margin-left: 188px;} |
|---|
| | 374 | .spam_check {display: none;} |
|---|
| | 375 | .comment_form #blog_mail_comment {width: 16px; border: none;} |
|---|
| | 376 | .comment_form #phoo_mail_comment {width: 16px; border: none;} |
|---|
| | 377 | |
|---|
| | 378 | |
|---|
| | 379 | /* Blog */ |
|---|
| | 380 | .entry-author {font-size: .95em; margin-bottom: 10px;} |
|---|
| | 381 | .blog_entry .entry-meta, .comment-feed { |
|---|
| | 382 | padding: 5px; |
|---|
| | 383 | margin: 20px 0px; |
|---|
| | 384 | font-size: 95%; |
|---|
| | 385 | text-align: right; |
|---|
| 367 | | padding: 5px; margin: 20px 25px 0 25px; |
|---|
| 368 | | border: 1px solid #E5F0FB; |
|---|
| 369 | | font-size: 95%; |
|---|
| 370 | | } |
|---|
| 371 | | .post-footer .date {padding-left: 0px; margin: 0 5px; } |
|---|
| 372 | | .post-footer .comments { padding-left: 0px; margin: 0 5px; } |
|---|
| 373 | | .post-footer .readmore { padding-left: 0px; margin: 0 5px; } |
|---|
| 374 | | |
|---|
| 375 | | .post-by { font-size: .95em;margin-top: 0;} |
|---|
| | 387 | border: 1px solid #E5F0FB; |
|---|
| | 388 | } |
|---|
| | 389 | .blog-comment-title { |
|---|
| | 390 | color: #000; |
|---|
| | 391 | font-weight: bold; |
|---|
| | 392 | font-size: 110%; |
|---|
| | 393 | } |
|---|
| | 394 | .blog-comment-title a, .blog-comment-title a:hover { |
|---|
| | 395 | color: #000; |
|---|
| | 396 | text-decoration: none; |
|---|
| | 397 | } |
|---|
| | 398 | |
|---|
| | 399 | .blog-entry-nav, .blog-page-nav { |
|---|
| | 400 | padding: 4px; |
|---|
| | 401 | height: 15px; |
|---|
| | 402 | font-size: 80%; |
|---|
| | 403 | display: block; |
|---|
| | 404 | margin-bottom: 5px; |
|---|
| | 405 | background: #F4F8FD; |
|---|
| | 406 | border: 1px solid #E5F0FB; |
|---|
| | 407 | } |
|---|
| | 408 | .blog-entry-nav .float-left {float:left} |
|---|
| | 409 | .blog-entry-nav .float-right {float:right} |
|---|
| | 410 | .blog-tb { |
|---|
| | 411 | padding: 5px; |
|---|
| | 412 | font-size: 8pt; |
|---|
| | 413 | text-align: left; |
|---|
| | 414 | margin-bottom: 2px; |
|---|
| | 415 | background: #F4F8FD; |
|---|
| | 416 | border: 1px solid #E5F0FB; |
|---|
| | 417 | } |
|---|
| | 418 | .blog-page-nav .float-left {float:left} |
|---|
| | 419 | .blog-page-nav .float-right {float:right} |
|---|
| | 420 | |
|---|
| | 421 | .calendar table { |
|---|
| | 422 | margin-top: 10px; |
|---|
| | 423 | margin-bottom: 10px; |
|---|
| | 424 | padding: 2px; |
|---|
| | 425 | border: 1px solid #d3d7cf; |
|---|
| | 426 | width: 100%; |
|---|
| | 427 | } |
|---|
| | 428 | .calendar #cal-header { |
|---|
| | 429 | color: #fff; |
|---|
| | 430 | background: #777; |
|---|
| | 431 | font-size: 12px; |
|---|
| | 432 | font-weight: bold; |
|---|
| | 433 | padding: 2px; |
|---|
| | 434 | text-align: center; |
|---|
| | 435 | } |
|---|
| | 436 | .calendar #cal-header a { |
|---|
| | 437 | font-weight: bold; |
|---|
| | 438 | color: #fff; |
|---|
| | 439 | text-decoration: none; |
|---|
| | 440 | } |
|---|
| | 441 | .calendar #cal-header #arrow-left {margin-left: 2px; float: left;} |
|---|
| | 442 | .calendar #cal-header #arrow-right {margin-right: 2px; float: right;} |
|---|
| | 443 | .calendar .weekday { |
|---|
| | 444 | color: #babdb6; |
|---|
| | 445 | background: #eee; |
|---|
| | 446 | font-size: 10px; |
|---|
| | 447 | font-weight: bold; |
|---|
| | 448 | padding: 2px; |
|---|
| | 449 | text-align: center; |
|---|
| | 450 | } |
|---|
| | 451 | .calendar .noday { |
|---|
| | 452 | color: #aaa; |
|---|
| | 453 | font-size: 10px; |
|---|
| | 454 | padding: 2px; |
|---|
| | 455 | text-align: center; |
|---|
| | 456 | } |
|---|
| | 457 | .calendar .noday a {color: #aaa; text-decoration: underline;} |
|---|
| | 458 | .calendar .day { |
|---|
| | 459 | color: #555753; |
|---|
| | 460 | font-size: 10px; |
|---|
| | 461 | padding: 2px; |
|---|
| | 462 | text-align: center; |
|---|
| | 463 | } |
|---|
| | 464 | .calendar .day a {color: #3465a4; text-decoration: underline;} |
|---|
| | 465 | .calendar .today { |
|---|
| | 466 | background-color: #777; |
|---|
| | 467 | color: #fff; |
|---|
| | 468 | font-size: 10px; |
|---|
| | 469 | font-weight: bold; |
|---|
| | 470 | text-align: center; |
|---|
| | 471 | } |
|---|
| | 472 | .calendar .today a {color: #fff; text-decoration: underline;} |
|---|
| | 473 | .blog-list, .blog-recent-list {list-style: none; margin: 0; padding: 0;} |
|---|
| | 474 | .blog-recent-list li {font-size: x-small; margin-bottom: 4px;} |
|---|
| | 475 | |
|---|
| | 476 | |
|---|
| | 477 | |
|---|
| | 478 | |
|---|
| | 479 | |
|---|
| | 480 | |
|---|