Changeset 4300
- Timestamp:
- 04/29/2011 02:17:48 PM (15 years ago)
- Location:
- trunk/bp-themes/bp-default/_inc/css
- Files:
-
- 2 edited
-
adminbar.css (modified) (14 diffs)
-
default.css (modified) (173 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/adminbar.css
r3968 r4300 1 body, body.wp-admin { 1 body, 2 body.wp-admin { 2 3 padding-top: 25px; 3 4 } 4 5 5 #wp-admin-bar { 6 6 position: fixed; … … 13 13 z-index: 1000; 14 14 } 15 16 15 #wp-admin-bar .padder { 17 16 position: relative; … … 22 21 height: 25px; 23 22 } 24 25 23 body#bp-default #wp-admin-bar .padder { 26 24 min-width: 960px; 27 25 max-width: 1250px; 28 26 } 29 30 27 #wp-admin-bar * { 31 28 z-index: 999; 32 29 } 33 34 30 #wp-admin-bar div#admin-bar-logo { 35 31 position: absolute; … … 37 33 left: 10px; 38 34 } 39 40 35 #wp-admin-bar a img { 41 36 border: none; 42 37 } 43 44 38 #wp-admin-bar li { 45 39 list-style: none; … … 49 43 text-align: left; 50 44 } 51 52 45 #wp-admin-bar li a { 53 46 padding: 7px 15px 7px 15px; … … 56 49 font-size: 11px; 57 50 } 58 59 51 #wp-admin-bar li.alt { 60 52 border: none; 61 53 } 62 63 54 #wp-admin-bar li.no-arrow a { 64 55 padding-right: 15px; 65 56 } 66 67 57 #wp-admin-bar ul li ul li a span { 68 58 display: none; 69 59 } 70 71 60 #wp-admin-bar li:hover, 72 61 #wp-admin-bar li.hover { 73 62 position: static; 74 63 } 75 76 64 #admin-bar-logo { 77 65 float: left; … … 83 71 color: #fff; 84 72 } 85 86 73 body#bp-default #admin-bar-logo { 87 74 padding: 2px 8px; … … 106 93 padding-right: 11px; 107 94 } 108 109 95 #wp-admin-bar ul li.no-arrow { 110 96 background: none; 111 97 padding-right: 0; 112 98 } 113 114 99 #wp-admin-bar ul li ul li { 115 100 background-image: none; 116 101 } 117 118 102 #wp-admin-bar ul li.align-right { 119 103 position: absolute; 120 104 right: 0; 121 105 } 122 123 106 #wp-admin-bar ul li a { 124 107 display: block; 125 108 } 126 127 109 #wp-admin-bar ul.main-nav li:hover, 128 110 #wp-admin-bar ul.main-nav li.sfhover, … … 148 130 -webkit-border-top-right-radius: 0; 149 131 } 150 151 132 #wp-admin-bar ul li > ul { 152 133 border-top: none; 153 134 } 154 155 135 #wp-admin-bar ul li ul a { 156 136 color: #eee; 157 137 } 158 159 138 #wp-admin-bar ul li ul li { 160 139 float: left; … … 162 141 margin: 0; 163 142 } 164 165 143 #wp-admin-bar ul li ul li:hover a { 166 144 color: #fff; 167 145 } 168 169 146 #wp-admin-bar ul li div.admin-bar-clear { 170 147 clear: both; 171 148 } 172 173 149 #wp-admin-bar ul.main-nav li ul li:hover, 174 150 #wp-admin-bar ul.main-nav li ul li.sfhover, … … 183 159 -webkit-border-radius: 3px; 184 160 } 185 186 161 #wp-admin-bar ul li ul li:hover ul li a { 187 162 color: #eee; 188 163 } 189 190 164 #wp-admin-bar ul li ul li ul li:hover a { 191 165 color: #fff; 192 166 } 193 194 167 #wp-admin-bar ul li:hover ul, 195 168 #wp-admin-bar ul li ul li:hover ul, … … 198 171 left: auto; 199 172 } 200 201 173 #wp-admin-bar ul li.align-right:hover ul { 202 174 right: 0; 203 175 } 204 205 176 #wp-admin-bar ul li:hover ul ul, 206 177 #wp-admin-bar li.sfhover ul li ul { … … 213 184 margin-right: 8px; 214 185 } 215 216 186 #wp-admin-bar span.activity { 217 187 display: block; … … 219 189 padding: 0; 220 190 } 221 222 191 #wp-admin-bar ul.author-list li a { 223 192 height: 17px; 224 193 } 225 226 194 #wp-admin-bar ul li#bp-adminbar-notifications-menu a span { 227 195 padding: 0 6px; -
trunk/bp-themes/bp-default/_inc/css/default.css
r4285 r4300 20 20 padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */ 21 21 } 22 23 22 h1, 24 23 h2, … … 29 28 margin: 5px 0 15px 0; 30 29 } 31 32 30 h1 { 33 31 font-size: 28px; 34 32 margin-bottom: 25px; 35 33 } 36 37 34 h2 { 38 35 font-size: 24px; 39 36 margin-bottom: 20px; 40 37 } 41 42 38 h3 { 43 39 font-size: 20px; 44 40 } 45 46 41 h4 { 47 42 font-size: 16px; 48 43 margin-bottom: 15px; 49 44 } 50 51 45 h5 { 52 46 font-size: 14px; 53 47 margin-bottom: 0; 54 48 } 55 56 49 h6 { 57 50 font-size: 12px; 58 51 margin-bottom: 0; 59 52 } 60 61 53 a { 62 54 color: #1fb3dd; 63 55 } 64 65 56 a:hover, 66 57 a:active { 67 58 color: #888; 68 59 } 69 70 60 a:focus { 71 61 outline: 1px dotted #ccc; 72 62 } 73 74 63 .padder { 75 64 padding: 19px; 76 65 } 77 78 66 .clear { 79 67 clear: left; 80 68 } 81 82 69 p { 83 70 margin-bottom: 15px; 84 71 } 85 86 72 p:last-child { 87 73 margin-bottom: 0; 88 74 } 89 90 75 hr { 91 76 background-color: #e7e7e7; … … 95 80 margin: 20px 0; 96 81 } 97 98 82 img.avatar { 99 83 float: left; 100 84 border: 2px solid #eee; 101 85 } 102 103 86 big { 104 87 font-size: 18px; 105 88 } 106 107 89 del { 108 90 text-decoration: line-through; 109 91 } 110 111 92 ins { 112 93 background: #fff9db; 113 94 text-decoration: none; 114 95 } 115 116 96 sub { 117 97 top: .5ex; 118 98 } 119 120 99 sup { 121 100 bottom: 1ex; 122 101 } 123 124 102 sub, 125 103 sup { … … 154 132 z-index: 1000; 155 133 } 156 157 134 #header #search-bar { 158 135 position: absolute; … … 162 139 text-align: right; 163 140 } 164 165 141 #header #search-bar .padder { 166 142 padding: 10px 20px; 167 143 } 168 169 144 #header #search-bar input[type=text] { 170 145 -moz-border-radius: 3px; … … 175 150 margin-right: 4px; 176 151 } 177 178 152 #header #search-bar input[type=submit] { 179 153 font-size: 11px; … … 181 155 margin-left: 4px; 182 156 } 183 184 157 #header h1 { 185 158 bottom: 30px; … … 190 163 width: 44%; 191 164 } 192 193 165 #header h1 a { 194 166 color: #fff; … … 210 182 max-width: 95%; 211 183 } 212 213 184 #nav li a { 214 185 background: url( ../images/60pc_black.png ); … … 218 189 text-decoration: none; 219 190 } 220 221 191 #nav li { 222 192 margin-left: 5px; 223 193 float: left; 224 194 } 225 226 195 #nav li li { 227 196 margin-left: 0; 228 197 } 229 230 198 #nav > li > a { 231 199 -moz-border-radius-topleft: 3px; … … 234 202 -webkit-border-top-right-radius: 3px; 235 203 } 236 237 204 #nav li.selected a, 238 205 #nav > li.current_page_item a { … … 240 207 color: #555; 241 208 } 242 243 209 #nav > li > ul { 244 210 border-top-width: 0; 245 211 } 246 247 212 #nav > ul li.sfhover a, 248 213 #nav > ul li:hover a { … … 250 215 color: #fff; 251 216 } 252 253 217 #nav li.sfhover, 254 218 #nav li:hover { … … 256 220 z-index: 1000; 257 221 } 258 259 222 #nav ul { 260 223 border: 1px solid #222; … … 268 231 -webkit-border-top-right-radius: 0; 269 232 } 270 271 233 #nav ul li ul { 272 234 -moz-border-radius: 3px; 273 235 -webkit-border-radius: 3px; 274 236 } 275 276 237 #nav ul, 277 238 #nav .sfhover ul ul, … … 280 241 position: absolute; 281 242 } 282 283 243 #nav .sfhover ul, 284 244 #nav :hover ul { … … 287 247 width: 128px; 288 248 } 289 290 249 #nav .sfhover ul li > a, 291 250 #nav :hover ul li > a { … … 293 252 color: #fff; 294 253 } 295 296 254 #nav .sfhover ul .sfhover > ul, 297 255 #nav :hover ul :hover > ul { … … 300 258 width: 128px; 301 259 } 302 303 260 #nav ul li.sfhover > a, 304 261 #nav ul li:hover > a { … … 306 263 color: #fff; 307 264 } 308 309 265 #nav .sfhover ul li, 310 266 #nav :hover ul li { … … 314 270 width: 128px; 315 271 } 316 317 272 #nav .sfhover ul li a, 318 273 #nav :hover ul li a { … … 334 289 overflow: hidden; 335 290 } 336 337 291 body.activity-permalink div#container { 338 292 background: none; … … 354 308 background: url( ../images/sidebar_back.gif ) top left repeat-x; 355 309 } 356 357 310 div#sidebar div#sidebar-me img.avatar { 358 311 float: left; 359 312 margin: 0 10px 15px 0; 360 313 } 361 362 314 div#sidebar div#sidebar-me h4 { 363 315 font-size: 16px; … … 365 317 font-weight: normal; 366 318 } 367 368 319 div#sidebar ul#bp-nav { 369 320 clear: left; 370 321 margin: 15px -16px; 371 322 } 372 373 323 div#sidebar ul#bp-nav li { 374 324 padding: 10px 15px; 375 325 } 376 377 326 div#sidebar h3.widgettitle { 378 327 margin: 25px -20px 10px -19px; … … 382 331 clear: left; 383 332 } 384 385 333 #footer-widget-area .widget_search, 386 334 div#sidebar .widget_search { 387 335 margin-top: 20px; 388 336 } 389 390 337 #footer-widget-area .widget_search input[type=text], 391 338 div#sidebar .widget_search input[type=text] { … … 393 340 padding: 2px; 394 341 } 395 396 342 #footer-widget-area ul#recentcomments li, 397 343 #footer-widget-area .widget_recent_entries ul li, … … 400 346 margin-bottom: 15px; 401 347 } 402 403 348 #footer-widget-area ul.item-list img.avatar, 404 349 div#sidebar ul.item-list img.avatar { … … 407 352 margin-right: 10px; 408 353 } 409 410 354 #footer-widget-area div.item-avatar img, 411 355 div#sidebar div.item-avatar img { … … 414 358 margin: 1px; 415 359 } 416 417 360 #footer-widget-area .avatar-block, 418 361 div#sidebar .avatar-block { 419 362 overflow: hidden; 420 363 } 421 422 364 #footer-widget-area ul.item-list div.item-title, 423 365 div#sidebar ul.item-list div.item-title { 424 366 font-size: 12px; 425 367 } 426 427 368 #footer-widget-area div.item-options, 428 369 div#sidebar div.item-options { … … 432 373 font-size: 11px; 433 374 } 434 435 375 #footer-widget-area div.item-meta, 436 376 #footer-widget-area div.item-content, … … 440 380 font-size: 11px; 441 381 } 442 443 382 #footer-widget-area div.tags div#tag-text, 444 383 div#sidebar div.tags div#tag-text { … … 460 399 -webkit-border-bottom-left-radius: 6px; 461 400 } 462 463 401 div#content .padder { 464 402 margin-right: 225px; … … 469 407 -webkit-border-bottom-left-radius: 6px; 470 408 } 471 472 409 div#content .one-column { 473 410 margin-right: 0; 474 411 border-right: 0 none; 475 412 } 476 477 413 div#content .left-menu { 478 414 float: left; 479 415 width: 170px; 480 416 } 481 482 417 div#content .main-column { 483 418 margin-left: 190px; … … 491 426 overflow: hidden; 492 427 } 493 494 428 div#item-header div#item-header-content { 495 429 margin-left: 170px; 496 430 } 497 498 431 div#item-header h2 { 499 432 font-size: 28px; … … 501 434 line-height: 120%; 502 435 } 503 504 436 div#item-header h2 a { 505 437 text-decoration: none; 506 438 color: #777; 507 439 } 508 509 440 div#item-header img.avatar { 510 441 float: left; 511 442 margin: 0 15px 25px 0; 512 443 } 513 514 444 div#item-header h2 { 515 445 margin-bottom: 5px; 516 446 } 517 518 447 div#item-header span.activity, 519 448 div#item-header h2 span.highlight { … … 524 453 margin-bottom: 7px; 525 454 } 526 527 455 div#item-header h2 span.highlight { 528 456 font-size: 16px; 529 457 } 530 531 458 div#item-header h2 span.highlight span { 532 459 position: relative; … … 544 471 cursor: pointer; 545 472 } 546 547 473 div#item-header div#item-meta { 548 474 font-size: 14px; … … 552 478 margin: 15px 0 5px 0; 553 479 } 554 555 480 div#item-header div#item-actions { 556 481 float: right; … … 559 484 text-align: right; 560 485 } 561 562 486 div#item-header div#item-actions h3 { 563 487 font-size: 12px; 564 488 margin: 0 0 5px 0; 565 489 } 566 567 490 div#item-header ul { 568 491 overflow: hidden; 569 492 margin-bottom: 15px; 570 493 } 571 572 494 div#item-header ul h5, 573 495 div#item-header ul span, … … 575 497 display: none; 576 498 } 577 578 499 div#item-header ul li { 579 500 float: right; 580 501 } 581 582 502 div#item-header ul img.avatar, 583 503 div#item-header ul.avatars img.avatar { … … 586 506 margin: 2px; 587 507 } 588 589 508 div#item-header div.generic-button, 590 509 div#item-header a.button { … … 592 511 margin: 10px 10px 0 0; 593 512 } 594 595 513 div#item-header div#message.info { 596 514 line-height: 80%; … … 604 522 width: 100%; 605 523 } 606 607 524 ul.item-list li { 608 525 position: relative; … … 610 527 border-bottom: 1px solid #eaeaea; 611 528 } 612 613 529 ul.single-line li { 614 530 border: none; 615 531 } 616 617 532 ul.item-list li img.avatar { 618 533 float: left; 619 534 margin: 0 10px 10px 0; 620 535 } 621 622 536 ul.item-list li div.item-title, 623 537 ul.item-list li h4 { … … 627 541 margin: 0; 628 542 } 629 630 543 ul.item-list li div.item-title span { 631 544 font-size: 12px; 632 545 color: #999; 633 546 } 634 635 547 ul.item-list li div.item-desc { 636 548 margin: 10px 0 0 64px; … … 639 551 width: 50%; 640 552 } 641 642 553 ul.item-list li div.action { 643 554 position: absolute; … … 646 557 text-align: right; 647 558 } 648 649 559 ul.item-list li div.meta { 650 560 margin-top: 10px; … … 652 562 font-size: 11px; 653 563 } 654 655 564 ul.item-list li h5 span.small { 656 565 font-weight: normal; … … 669 578 background: #eaeaea; 670 579 } 671 672 580 div.item-list-tabs ul li a { 673 581 text-decoration: none; 674 582 } 675 676 583 div.item-list-tabs ul { 677 584 width: 100%; 678 585 } 679 680 586 div.item-list-tabs ul li { 681 587 float: left; 682 588 margin: 5px 0 0 5px; 683 589 } 684 685 590 div.item-list-tabs#subnav ul li { 686 591 margin-top: 0; 687 592 } 688 689 593 div.item-list-tabs ul li:first-child { 690 594 margin-left: 20px; 691 595 } 692 693 596 div.item-list-tabs ul li.last { 694 597 float: right; 695 598 margin: 7px 20px 0 0; 696 599 } 697 698 600 div.item-list-tabs#subnav ul li.last { 699 601 margin-top: 4px; 700 602 } 701 702 603 div.item-list-tabs ul li.last select { 703 604 max-width: 175px; 704 605 } 705 706 606 div.item-list-tabs ul li a, 707 607 div.item-list-tabs ul li span { … … 710 610 text-decoration: none; 711 611 } 712 713 612 div.item-list-tabs ul li span { 714 613 color: #aaa; 715 614 } 716 717 615 div.item-list-tabs ul li a span { 718 616 display: inline; … … 720 618 color: inherit; 721 619 } 722 723 620 div.item-list-tabs ul li.selected a, 724 621 div.item-list-tabs ul li.current a { … … 731 628 -webkit-border-top-right-radius: 3px; 732 629 } 733 734 630 ul li.loading a { 735 631 background-image: url( ../images/ajax-loader.gif ); … … 738 634 padding-right: 30px !important; 739 635 } 740 741 636 div#item-nav ul li.loading a { 742 637 background-position: 88% 50%; 743 638 } 744 745 639 div.item-list-tabs#object-nav { 746 640 margin-top: 0; 747 641 } 748 749 642 div.item-list-tabs#subnav { 750 643 background: #fff; … … 754 647 overflow: hidden; 755 648 } 756 757 649 div.item-list-tabs ul li.feed a { 758 650 background: url( ../images/rss.png ) center left no-repeat; … … 767 659 margin: 20px 0; 768 660 } 769 770 661 span.activity, 771 662 div#message p { … … 793 684 margin: -39px 0 0 0; 794 685 } 795 796 686 div.dir-search input[type=text] { 797 687 padding: 0 3px; … … 813 703 position: relative; 814 704 } 815 816 705 div.pagination .pag-count { 817 706 float: left; 818 707 } 819 820 708 div.pagination .pagination-links { 821 709 float: right; 822 710 } 823 824 711 div.pagination .pagination-links span, 825 712 div.pagination .pagination-links a { … … 827 714 padding: 0 5px; 828 715 } 829 830 716 div.pagination .pagination-links a:hover { 831 717 font-weight: bold; 832 718 } 833 834 719 div#pag-bottom { 835 720 margin-top: -1px; … … 843 728 margin: 15px 0; 844 729 } 845 846 730 div#message.updated { 847 731 clear: both; 848 732 } 849 850 733 div#message p { 851 734 padding: 10px 15px; … … 853 736 display: block; 854 737 } 855 856 738 div#message.error p { 857 739 background: #e41717; … … 860 742 clear: left; 861 743 } 862 863 744 div#message.updated p { 864 745 background: #dffcd9; … … 866 747 border-color: #c4e9bd; 867 748 } 868 869 749 .standard-form#signup_form div div.error { 870 750 color: #fff; … … 901 781 cursor: pointer; 902 782 } 903 904 783 a.button:hover, 905 784 a.button:focus, … … 922 801 cursor: default; 923 802 } 924 925 803 div.pending a:hover, 926 804 a.disabled:hover { … … 928 806 color: #bbb; 929 807 } 930 931 808 div.accept, 932 809 div.reject { … … 934 811 margin-left: 10px; 935 812 } 936 937 813 ul.button-nav li { 938 814 float: left; 939 815 margin: 0 10px 10px 0; 940 816 } 941 942 817 ul.button-nav li.current a { 943 818 font-weight: bold; … … 953 828 display: none; 954 829 } 955 956 830 a.loading { 957 831 background-image: url( ../images/ajax-loader.gif ) !important; … … 979 853 color: #888; 980 854 } 981 982 855 .standard-form select { 983 856 padding: 3px; 984 857 } 985 986 858 .standard-form input[type=password] { 987 859 margin-bottom: 5px; 988 860 } 989 990 861 .standard-form label, 991 862 .standard-form span.label { … … 994 865 margin: 15px 0 5px 0; 995 866 } 996 997 867 .standard-form div.checkbox label, 998 868 .standard-form div.radio label { … … 1002 872 color: #888; 1003 873 } 1004 1005 874 .standard-form#sidebar-login-form label { 1006 875 margin-top: 5px; 1007 876 } 1008 1009 877 .standard-form input[type=text] { 1010 878 width: 75%; 1011 879 } 1012 1013 880 .standard-form#sidebar-login-form input[type=text], 1014 881 .standard-form#sidebar-login-form input[type=password] { … … 1016 883 width: 95%; 1017 884 } 1018 1019 885 .standard-form #basic-details-section input[type=password], 1020 886 .standard-form #blog-details-section input#signup_blog_url { 1021 887 width: 35%; 1022 888 } 1023 1024 889 .standard-form#signup_form input[type=text], 1025 890 .standard-form#signup_form textarea { 1026 891 width: 90%; 1027 892 } 1028 1029 893 .standard-form#signup_form div.submit { 1030 894 float: right; 1031 895 } 1032 1033 896 div#signup-avatar img { 1034 897 margin: 0 15px 10px 0; 1035 898 } 1036 1037 899 .standard-form textarea { 1038 900 width: 75%; 1039 901 height: 120px; 1040 902 } 1041 1042 903 .standard-form textarea#message_content { 1043 904 height: 200px; 1044 905 } 1045 1046 906 .standard-form#send-reply textarea { 1047 907 width: 97.5%; 1048 908 } 1049 1050 909 .standard-form p.description { 1051 910 font-size: 11px; … … 1053 912 margin: 5px 0; 1054 913 } 1055 1056 914 .standard-form div.submit { 1057 915 padding: 15px 0 0 0; 1058 916 clear: both; 1059 917 } 1060 1061 918 .standard-form p.submit { 1062 919 padding: 15px 0 0 0; 1063 920 margin-bottom: 0; 1064 921 } 1065 1066 922 .standard-form div.submit input { 1067 923 margin-right: 15px; 1068 924 } 1069 1070 925 .standard-form div.radio ul { 1071 926 margin: 10px 0 15px 38px; 1072 927 list-style: disc; 1073 928 } 1074 1075 929 .standard-form div.radio ul li { 1076 930 margin-bottom: 5px; 1077 931 } 1078 1079 932 .standard-form a.clear-value { 1080 933 display: block; … … 1082 935 outline: none; 1083 936 } 1084 1085 937 .standard-form #basic-details-section, 1086 938 .standard-form #blog-details-section, … … 1089 941 width: 48%; 1090 942 } 1091 1092 943 .standard-form #profile-details-section { 1093 944 float: right; 1094 945 } 1095 1096 946 .standard-form #blog-details-section { 1097 947 clear: left; 1098 948 } 1099 1100 949 .standard-form input:focus, 1101 950 .standard-form textarea:focus, … … 1104 953 color: #555; 1105 954 } 1106 1107 955 form#send-invite-form { 1108 956 margin-top: 20px; 1109 957 } 1110 1111 958 div#invite-list { 1112 959 height: 400px; … … 1129 976 width: 100%; 1130 977 } 1131 1132 978 table thead tr { 1133 979 background: #eaeaea; 1134 980 } 1135 1136 981 table#message-threads { 1137 982 margin: 0 -19px; 1138 983 width: auto; 1139 984 } 1140 1141 985 table.profile-fields { 1142 986 margin-bottom: 20px; 1143 987 } 1144 1145 988 div#sidebar table { 1146 989 margin: 0 -16px; 1147 990 width: 117%; 1148 991 } 1149 1150 992 table tr td, 1151 993 table tr th { … … 1153 995 vertical-align: middle; 1154 996 } 1155 1156 997 table tr td.label { 1157 998 border-right: 1px solid #eaeaea; … … 1159 1000 width: 25%; 1160 1001 } 1161 1162 1002 table tr td.thread-info p { 1163 1003 margin: 0; 1164 1004 } 1165 1166 1005 table tr td.thread-info p.thread-excerpt { 1167 1006 color: #888; … … 1169 1008 margin-top: 3px; 1170 1009 } 1171 1172 1010 div#sidebar table td, 1173 1011 table.forum td { 1174 1012 text-align: center; 1175 1013 } 1176 1177 1014 table tr.alt { 1178 1015 background: #f8f8f8; 1179 1016 } 1180 1181 1017 table.notification-settings { 1182 1018 margin-bottom: 20px; 1183 1019 text-align: left; 1184 1020 } 1185 1186 1021 table.notification-settings th.icon, 1187 1022 table.notification-settings td:first-child { 1188 1023 display: none; 1189 1024 } 1190 1191 1025 table.notification-settings th.title { 1192 1026 width: 80%; 1193 1027 } 1194 1195 1028 table.notification-settings .yes, 1196 1029 table.notification-settings .no { … … 1198 1031 text-align: center; 1199 1032 } 1200 1201 1033 table.forum { 1202 1034 margin: 0 -19px; 1203 1035 width: auto; 1204 1036 } 1205 1206 1037 table.forum tr.sticky td { 1207 1038 background: #fff9db; … … 1209 1040 border-bottom: 1px solid #ffe8c4; 1210 1041 } 1211 1212 1042 table.forum tr.closed td.td-title { 1213 1043 padding-left: 35px; … … 1216 1046 background-repeat: no-repeat; 1217 1047 } 1218 1219 1048 table.forum td p.topic-text { 1220 1049 color: #888; 1221 1050 font-size: 11px; 1222 1051 } 1223 1224 1052 table.forum tr > td:first-child, 1225 1053 table.forum tr > th:first-child { 1226 1054 padding-left: 15px; 1227 1055 } 1228 1229 1056 table.forum tr > td:last-child, 1230 1057 table.forum tr > th:last-child { 1231 1058 padding-right: 15px; 1232 1059 } 1233 1234 1060 table.forum tr th#th-title, 1235 1061 table.forum tr th#th-poster, … … 1240 1066 text-align: left; 1241 1067 } 1242 1243 1068 table.forum td.td-freshness { 1244 1069 font-size: 11px; … … 1247 1072 width: 150px; 1248 1073 } 1249 1250 1074 table.forum td img.avatar { 1251 1075 margin-right: 5px; 1252 1076 } 1253 1254 1077 table.forum td.td-poster, 1255 1078 table.forum td.td-group { 1256 1079 min-width: 140px; 1257 1080 } 1258 1259 1081 table.forum th#th-title { 1260 1082 width: 100%; 1261 1083 } 1262 1263 1084 table.forum th#th-postcount { 1264 1085 width: 50px; … … 1272 1093 margin-bottom: 5px; 1273 1094 } 1274 1275 1095 #item-body form#whats-new-form { 1276 1096 margin: 20px 0 10px; … … 1278 1098 border-bottom: 1px solid #ddd; 1279 1099 } 1280 1281 1100 .home-page form#whats-new-form { 1282 1101 border-bottom: none; 1283 1102 padding-bottom: 0; 1284 1103 } 1285 1286 1104 form#whats-new-form h5 { 1287 1105 margin: 0; … … 1292 1110 padding: 0 0 3px 0; 1293 1111 } 1294 1295 1112 form#whats-new-form #whats-new-avatar { 1296 1113 float: left; 1297 1114 } 1298 1299 1115 form#whats-new-form #whats-new-content { 1300 1116 margin-left: 54px; 1301 1117 padding-left: 22px; 1302 1118 } 1303 1304 1119 form#whats-new-form #whats-new-textarea { 1305 1120 padding: 8px; … … 1311 1126 border-radius: 3px; 1312 1127 } 1313 1314 1128 form#whats-new-form textarea { 1315 1129 width: 100%; … … 1322 1136 padding: 0; 1323 1137 } 1324 1325 1138 form#whats-new-form #whats-new-options select { 1326 1139 max-width: 200px; 1327 1140 } 1328 1329 1141 form#whats-new-form #whats-new-submit { 1330 1142 float: right; … … 1340 1152 overflow: hidden; 1341 1153 } 1342 1343 1154 ul.activity-list > li:first-child { 1344 1155 padding-top: 5px; 1345 1156 } 1346 1347 1157 ul.activity-list li.has-comments { 1348 1158 padding-bottom: 20px; 1349 1159 } 1350 1351 1160 body.activity-permalink ul.activity-list li.has-comments { 1352 1161 padding-bottom: 0; 1353 1162 } 1354 1355 1163 .activity-list li.mini { 1356 1164 position: relative; … … 1359 1167 padding: 12px 0 0 0; 1360 1168 } 1361 1362 1169 .activity-list li.mini div.activity-meta { 1363 1170 margin: 0; 1364 1171 } 1365 1366 1172 .activity-list li.mini div.activity-meta a { 1367 1173 padding: 3px 8px; 1368 1174 } 1369 1370 1175 .activity-list li.mini .activity-avatar img.avatar, 1371 1176 .activity-list li.mini .activity-avatar img.FB_profile_pic { … … 1374 1179 margin-left: 76px; 1375 1180 } 1376 1377 1181 .activity-list li.activity_comment .activity-avatar img.avatar, 1378 1182 .activity-list li.activity_comment .activity-avatar img.FB_profile_pic { … … 1381 1185 margin-left: 20px; 1382 1186 } 1383 1384 1187 body.activity-permalink .activity-list > li:first-child { 1385 1188 padding-top: 0; 1386 1189 } 1387 1388 1190 body.activity-permalink .activity-list li .activity-avatar img.avatar, 1389 1191 body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic { … … 1392 1194 margin-left: 0; 1393 1195 } 1394 1395 1196 .activity-list li .activity-content { 1396 1197 position: relative; 1397 1198 } 1398 1399 1199 .activity-list li.mini .activity-content p { 1400 1200 margin: 0; 1401 1201 float: left; 1402 1202 } 1403 1404 1203 .activity-list li .activity-meta { 1405 1204 position: absolute; … … 1407 1206 top: 0; 1408 1207 } 1409 1410 1208 body.activity-permalink .activity-list .activity-meta { 1411 1209 top: 18px; … … 1416 1214 right: 15px; 1417 1215 } 1418 1419 1216 .activity-list li.mini .activity-comments { 1420 1217 clear: left; … … 1422 1219 margin-top: 30px; 1423 1220 } 1424 1425 1221 .activity-list li .activity-inreplyto { 1426 1222 font-size: 11px; … … 1431 1227 background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat; 1432 1228 } 1433 1434 1229 .activity-list li .activity-inreplyto > p { 1435 1230 margin: 0; 1436 1231 display: inline; 1437 1232 } 1438 1439 1233 .activity-list li .activity-inreplyto blockquote, 1440 1234 .activity-list li .activity-inreplyto div.activity-inner { … … 1446 1240 overflow: hidden; 1447 1241 } 1448 1449 1242 .activity-list .activity-avatar img { 1450 1243 width: 50px; 1451 1244 height: 50px; 1452 1245 } 1453 1454 1246 body.activity-permalink .activity-list .activity-avatar img { 1455 1247 width: 100px; 1456 1248 height: 100px; 1457 1249 } 1458 1459 1250 .activity-list .activity-content { 1460 1251 margin-left: 70px; 1461 1252 } 1462 1463 1253 body.activity-permalink .activity-list li .activity-content { 1464 1254 -moz-border-radius: 4px; … … 1475 1265 margin-right: 0; 1476 1266 } 1477 1478 1267 body.activity-permalink .activity-list li .activity-header > p { 1479 1268 background: url( ../images/activity_arrow.gif ) top left no-repeat; … … 1483 1272 margin-bottom: 0; 1484 1273 } 1485 1486 1274 .activity-list .activity-content .activity-header, 1487 1275 .activity-list .activity-content .comment-header { … … 1490 1278 line-height: 220%; 1491 1279 } 1492 1493 1280 .activity-list .activity-content .activity-header img.avatar { 1494 1281 float: none !important; 1495 1282 margin: 0 5px -8px 0 !important; 1496 1283 } 1497 1498 1284 .activity-list .activity-header a:first-child, 1499 1285 .commentlist .depth-1 > .comment-content .comment-meta a:first-child, … … 1510 1296 margin-right: 3px; 1511 1297 } 1512 1513 1298 .activity-list .activity-header a:first-child:hover { 1514 1299 background: #059ae7 !important; 1515 1300 color: #fff !important; 1516 1301 } 1517 1518 1302 .activity-list .activity-content a:first-child:focus { 1519 1303 outline: none; 1520 1304 } 1521 1522 1305 .activity-list .activity-content span.time-since, 1523 1306 .comment-content .comment-meta span.time-since { 1524 1307 color: #bbb; 1525 1308 } 1526 1527 1309 .activity-list .activity-content span.activity-header-meta a { 1528 1310 background: none; … … 1534 1316 text-decoration: underline; 1535 1317 } 1536 1537 1318 .activity-list .activity-content span.activity-header-meta a:hover { 1538 1319 color: inherit; 1539 1320 text-decoration: none; 1540 1321 } 1541 1542 1322 .activity-list .activity-content .activity-inner, 1543 1323 .activity-list .activity-content blockquote { … … 1545 1325 overflow: hidden; 1546 1326 } 1547 1548 1327 body.activity-permalink .activity-content .activity-inner, 1549 1328 body.activity-permalink .activity-content blockquote { … … 1555 1334 margin: 0 !important; 1556 1335 } 1557 1558 1336 .activity-inner > blockquote { 1559 1337 margin: 0 !important; 1560 1338 } 1561 1562 1339 .activity-list .activity-content img.thumbnail { 1563 1340 float: left; … … 1565 1342 border: 2px solid #eee; 1566 1343 } 1567 1568 1344 .activity-read-more { 1569 1345 margin-left: 1em; 1570 1346 } 1571 1572 1347 .activity-list li.load-more { 1573 1348 margin: 15px 0 !important; … … 1582 1357 border-radius: 4px; 1583 1358 } 1584 1585 1359 .activity-list li.load-more a { 1586 1360 color: #555; … … 1595 1369 clear: left; 1596 1370 } 1597 1598 1371 .activity-list div.activity-meta a { 1599 1372 font-size: 11px; … … 1609 1382 margin-right: 3px; 1610 1383 } 1611 1612 1384 .activity-list div.activity-meta a.acomment-reply { 1613 1385 background: #fff9db; … … 1616 1388 color: #ffa200; 1617 1389 } 1618 1619 1390 div.activity-meta a:focus { 1620 1391 outline: none; 1621 1392 } 1622 1623 1393 div.activity-meta a:hover { 1624 1394 background: #aaa; … … 1626 1396 border-color: #aaa; 1627 1397 } 1628 1629 1398 div.activity-meta a.acomment-reply:hover { 1630 1399 background: #f7740a; … … 1632 1401 border-color: #f7740a; 1633 1402 } 1634 1635 1403 div.activity-comments { 1636 1404 position: relative; … … 1639 1407 overflow: hidden; /* IE fix */ 1640 1408 } 1641 1642 1409 body.activity-permalink div.activity-comments { 1643 1410 width: auto; … … 1645 1412 background: none; 1646 1413 } 1647 1648 1414 div.activity-comments > ul { 1649 1415 background: #f5f5f5; … … 1652 1418 padding: 0 10px 0; 1653 1419 } 1654 1655 1420 div.activity-comments ul, 1656 1421 div.activity-comments ul li { … … 1658 1423 list-style: none; 1659 1424 } 1660 1661 1425 div.activity-comments ul { 1662 1426 clear: left; 1663 1427 } 1664 1665 1428 div.activity-comments ul li { 1666 1429 border-top: 2px solid #fff; 1667 1430 padding: 10px 0 0; 1668 1431 } 1669 1670 1432 body.activity-permalink .activity-list li.mini .activity-comments { 1671 1433 clear: none; 1672 1434 margin-top: 0; 1673 1435 } 1674 1675 1436 body.activity-permalink div.activity-comments ul li { 1676 1437 border-width: 1px; 1677 1438 padding: 10px 0 0; 1678 1439 } 1679 1680 1440 div.activity-comments ul li p:last-child, 1681 1441 .commentlist .comment-content a:first-child { 1682 1442 margin-bottom: 10px; 1683 1443 } 1684 1685 1444 div.activity-comments > ul > li:first-child { 1686 1445 border-top: none; 1687 1446 } 1688 1689 1447 div.activity-comments ul li:last-child { 1690 1448 margin-bottom: 0; 1691 1449 } 1692 1693 1450 div.activity-comments ul li > ul { 1694 1451 margin-top: 0; 1695 1452 margin-left: 20px; 1696 1453 } 1697 1698 1454 body.activity-permalink div.activity-comments ul li > ul { 1699 1455 margin-top: 15px; 1700 1456 } 1701 1702 1457 div.activity-comments div.acomment-avatar img { 1703 1458 border-width: 2px !important; … … 1705 1460 margin-right: 10px; 1706 1461 } 1707 1708 1462 div.activity-comments div.acomment-content { 1709 1463 font-size: 11px; … … 1711 1465 margin-top: 5px; 1712 1466 } 1713 1714 1467 div.acomment-content .time-since { 1715 1468 display: none; 1716 1469 } 1717 1718 1470 div.acomment-content .activity-delete-link { 1719 1471 display: none; 1720 1472 } 1721 1722 1473 div.acomment-content .comment-header { 1723 1474 display: none; 1724 1475 } 1725 1726 1476 body.activity-permalink div.activity-comments div.acomment-content { 1727 1477 font-size: 14px; 1728 1478 } 1729 1730 1479 div.activity-comments div.acomment-meta { 1731 1480 font-size: 11px; 1732 1481 color: #888; 1733 1482 } 1734 1735 1483 div.activity-comments form.ac-form { 1736 1484 display: none; … … 1743 1491 padding: 8px; 1744 1492 } 1745 1746 1493 div.activity-comments li form.ac-form { 1747 1494 margin-right: 15px; 1748 1495 } 1749 1750 1496 div.activity-comments form.root { 1751 1497 margin-left: 0; 1752 1498 } 1753 1754 1499 div.activity-comments div#message { 1755 1500 margin-top: 15px; 1756 1501 margin-bottom: 0; 1757 1502 } 1758 1759 1503 div.activity-comments form.loading { 1760 1504 background-image: url( ../images/ajax-loader.gif ); … … 1762 1506 background-repeat: no-repeat; 1763 1507 } 1764 1765 1508 div.activity-comments form .ac-textarea { 1766 1509 padding: 8px; … … 1772 1515 border-radius: 3px; 1773 1516 } 1774 1775 1517 div.activity-comments form textarea { 1776 1518 width: 100%; … … 1782 1524 padding: 0; 1783 1525 } 1784 1785 1526 div.activity-comments form input { 1786 1527 margin-top: 5px; 1787 1528 } 1788 1789 1529 div.activity-comments form div.ac-reply-avatar { 1790 1530 float: left; 1791 1531 } 1792 1793 1532 div.ac-reply-avatar img { 1794 1533 border: 2px solid #fff !important; 1795 1534 } 1796 1797 1535 div.activity-comments form div.ac-reply-content { 1798 1536 margin-left: 50px; … … 1812 1550 font-weight: bold; 1813 1551 } 1814 1815 1552 table#message-threads tr.unread td span.activity { 1816 1553 background: #fff; 1817 1554 } 1818 1819 1555 li span.unread-count, 1820 1556 tr.unread span.unread-count { … … 1827 1563 border-radius: 3px; 1828 1564 } 1829 1830 1565 div.item-list-tabs ul li a span.unread-count { 1831 1566 padding: 1px 6px; 1832 1567 color: #fff; 1833 1568 } 1834 1835 1569 div.messages-options-nav { 1836 1570 font-size: 11px; … … 1840 1574 padding: 5px 15px; 1841 1575 } 1842 1843 1576 div#message-thread div.message-box { 1844 1577 margin: 0 -19px; 1845 1578 padding: 15px; 1846 1579 } 1847 1848 1580 div#message-thread div.alt { 1849 1581 background: #f4f4f4; 1850 1582 } 1851 1852 1583 div#message-thread p#message-recipients { 1853 1584 margin: 10px 0 20px 0; 1854 1585 } 1855 1856 1586 div#message-thread img.avatar { 1857 1587 float: left; … … 1859 1589 vertical-align: middle; 1860 1590 } 1861 1862 1591 div#message-thread strong { 1863 1592 margin: 0; 1864 1593 font-size: 16px; 1865 1594 } 1866 1867 1595 div#message-thread strong a { 1868 1596 text-decoration: none; 1869 1597 } 1870 1871 1598 div#message-thread strong span.activity { 1872 1599 margin: 4px 0 0 10px; 1873 1600 } 1874 1875 1601 div#message-thread div.message-metadata { 1876 1602 overflow: hidden; 1877 1603 } 1878 1879 1604 div#message-thread div.message-content { 1880 1605 margin-left: 45px; 1881 1606 } 1882 1883 1607 div#message-thread div.message-options { 1884 1608 text-align: right; … … 1893 1617 width: auto; 1894 1618 } 1895 1896 1619 ul#topic-post-list li { 1897 1620 padding: 15px; 1898 1621 position: relative; 1899 1622 } 1900 1901 1623 ul#topic-post-list li.alt { 1902 1624 background: #f8f8f8; 1903 1625 } 1904 1905 1626 ul#topic-post-list li div.poster-meta { 1906 1627 margin-bottom: 10px; 1907 1628 color: #888; 1908 1629 } 1909 1910 1630 ul#topic-post-list li div.post-content { 1911 1631 margin-left: 54px; 1912 1632 } 1913 1914 1633 div.topic-tags { 1915 1634 font-size: 11px; 1916 1635 } 1917 1918 1636 div.admin-links { 1919 1637 position: absolute; … … 1923 1641 font-size: 11px; 1924 1642 } 1925 1926 1643 div#topic-meta { 1927 1644 padding: 5px 19px 30px; … … 1929 1646 position: relative; 1930 1647 } 1931 1932 1648 div#topic-meta div.admin-links { 1933 1649 right: 19px; 1934 1650 top: -36px; 1935 1651 } 1936 1937 1652 div#topic-meta h3 { 1938 1653 font-size: 20px; 1939 1654 margin: 5px 0; 1940 1655 } 1941 1942 1656 div#new-topic-post { 1943 1657 display: none; … … 1957 1671 padding: 5px; 1958 1672 } 1959 1960 1673 div.page, 1961 1674 div.post, … … 1964 1677 overflow: hidden; 1965 1678 } 1966 1967 1679 div.page:last-child, 1968 1680 div.post:last-child, … … 1971 1683 margin-bottom: 0; 1972 1684 } 1973 1974 1685 h2.pagetitle, 1975 1686 h2.posttitle { … … 1977 1688 line-height: 120%; 1978 1689 } 1979 1980 1690 h2.pagetitle a, 1981 1691 h2.posttitle a { … … 1983 1693 text-decoration: none; 1984 1694 } 1985 1986 1695 .edit-link, 1987 1696 .page-link { 1988 1697 clear: both; 1989 1698 } 1990 1991 1699 .navigation, 1992 1700 .paged-navigation, … … 1999 1707 margin: 5px 0 25px 0; 2000 1708 } 2001 2002 1709 .alignright { 2003 1710 float: right; 2004 1711 margin-left: 15px; 2005 1712 } 2006 2007 1713 .alignleft { 2008 1714 float: left; 2009 1715 margin-right: 15px; 2010 1716 } 2011 2012 1717 p { 2013 1718 margin: 0 0 20px 0; 2014 1719 } 2015 2016 1720 div.page ul, 2017 1721 div.page ol, … … 2022 1726 margin: 0 0 18px 1.5em; 2023 1727 } 2024 2025 1728 div.page ul, 2026 1729 div.post ul { 2027 1730 list-style: square; 2028 1731 } 2029 2030 1732 div.page ol, 2031 1733 div.post ol { 2032 1734 list-style: decimal; 2033 1735 } 2034 2035 1736 div.page ol ol, 2036 1737 div.post ol ol { 2037 1738 list-style: upper-alpha; 2038 1739 } 2039 2040 1740 dl { 2041 1741 margin-left: 0; 2042 1742 } 2043 2044 1743 dt { 2045 1744 font-size: 14px; 2046 1745 font-weight: bold; 2047 1746 } 2048 2049 1747 dd { 2050 1748 margin: 0 0 15px 0; 2051 1749 } 2052 2053 1750 pre, blockquote { 2054 1751 margin-bottom: 20px; 2055 1752 } 2056 2057 1753 pre, 2058 1754 code p { … … 2063 1759 border-radius: 3px; 2064 1760 } 2065 2066 1761 code { 2067 1762 font-family: "Monaco", courier, sans-serif; 2068 1763 } 2069 2070 1764 blockquote { 2071 1765 quotes: none; … … 2076 1770 line-height: 150%; 2077 1771 } 2078 2079 1772 blockquote p { 2080 1773 margin-bottom: 15px !importantr; 2081 1774 } 2082 2083 1775 div.post table, 2084 1776 div.page table { … … 2087 1779 border: 1px solid #eee; 2088 1780 } 2089 2090 1781 div.post table th, 2091 1782 div.page table th { … … 2093 1784 text-align: left; 2094 1785 } 2095 2096 1786 div.post table td, 2097 1787 div.page table td { 2098 1788 border-top: 1px solid #eee; 2099 1789 } 2100 2101 1790 div.author-box { 2102 1791 background: #f0f0f0; … … 2112 1801 border-radius: 3px; 2113 1802 } 2114 2115 1803 div.author-box p, 2116 1804 div.comment-avatar-box p { 2117 1805 margin: 5px 0 0; 2118 1806 } 2119 2120 1807 div.author-box a, 2121 1808 div.comment-avatar-box a { 2122 1809 text-decoration: none; 2123 1810 } 2124 2125 1811 div.author-box img { 2126 1812 float: none; … … 2128 1814 margin: 0; 2129 1815 } 2130 2131 1816 div.post-content { 2132 1817 margin-left: 105px; 2133 1818 } 2134 2135 1819 p.date span:first-child { 2136 1820 font-style: italic; 2137 1821 } 2138 2139 1822 p.date, 2140 1823 p.postmetadata { … … 2147 1830 border-top: 1px solid #e4e4e4; 2148 1831 } 2149 2150 1832 p.postmetadata { 2151 1833 margin-top: 15px; … … 2153 1835 overflow: hidden; 2154 1836 } 2155 2156 1837 .tags { 2157 1838 float: left; 2158 1839 } 2159 2160 1840 .comments { 2161 1841 float: right; 2162 1842 } 2163 2164 1843 div.page img, 2165 1844 div.post img { 2166 1845 margin-bottom: 15px; 2167 1846 } 2168 2169 1847 img.wp-smiley { 2170 1848 padding: 0 !important; … … 2174 1852 clear: none !important; 2175 1853 } 2176 2177 1854 img.centered, 2178 1855 img.aligncenter { … … 2181 1858 margin-right: auto; 2182 1859 } 2183 2184 1860 img.alignright { 2185 1861 padding: 4px; … … 2187 1863 display: inline; 2188 1864 } 2189 2190 1865 img.alignleft { 2191 1866 padding: 4px; … … 2193 1868 display: inline; 2194 1869 } 2195 2196 1870 .aligncenter { 2197 1871 display: block; … … 2199 1873 margin-right: auto; 2200 1874 } 2201 2202 1875 .wp-caption { 2203 1876 border: 1px solid #ddd; … … 2209 1882 border-radius: 3px; 2210 1883 } 2211 2212 1884 .wp-caption img { 2213 1885 margin: 0; … … 2215 1887 border: 0 none; 2216 1888 } 2217 2218 1889 dd.wp-caption p.wp-caption-text, 2219 1890 .wp-caption p.wp-caption-text { … … 2223 1894 margin: 0; 2224 1895 } 2225 2226 1896 #content .gallery { 2227 1897 margin: 0 auto 15px; 2228 1898 } 2229 2230 1899 #content .gallery .gallery-item { 2231 1900 margin-bottom: 0; 2232 1901 margin-left: 0; 2233 1902 } 2234 2235 1903 .gallery .gallery-caption { 2236 1904 color: #555; … … 2244 1912 margin-top: 30px; 2245 1913 } 2246 2247 1914 .commentlist .bypostauthor { 2248 1915 } 2249 2250 1916 #comments ol.commentlist { 2251 1917 border-bottom: 1px solid #e4e4e4; 2252 1918 margin-bottom: 30px; 2253 1919 } 2254 2255 1920 ol.commentlist li { 2256 1921 list-style: none; 2257 1922 } 2258 2259 1923 ol.commentlist div.comment-avatar-box { 2260 1924 float: left; 2261 1925 margin: 10px 10px 10px 0; 2262 1926 } 2263 2264 1927 .commentlist ul.children div.comment-avatar-box { 2265 1928 float: left; 2266 1929 margin: 0px 10px 10px 0; 2267 1930 } 2268 2269 1931 div.comment-avatar-box img { 2270 1932 border: 2px solid #eee; 2271 1933 } 2272 2273 1934 div.comment-content { 2274 1935 border-top: 1px solid #e4e4e4; 2275 1936 padding-left: 75px; 2276 1937 } 2277 2278 1938 .commentlist .children .comment { 2279 1939 margin-bottom: 5px; 2280 1940 } 2281 2282 1941 div.comment-meta, 2283 1942 div.comment-options { … … 2287 1946 padding: 0 0 3px; 2288 1947 } 2289 2290 1948 div.comment-meta em { 2291 1949 font-style: normal; 2292 1950 } 2293 2294 1951 div.comment-meta span.comment-highlight a { 2295 1952 background: #EBF7FF; … … 2304 1961 -webkit-border-radius: 4px; 2305 1962 } 2306 2307 1963 div.comment-meta .comment-highlight a:hover, 2308 1964 .commentlist .depth-1 > .comment-content .comment-meta a:first-child:hover { … … 2311 1967 color: #fff; 2312 1968 } 2313 2314 1969 #reply-title small { 2315 1970 float: right; … … 2317 1972 font-weight: normal; 2318 1973 } 2319 2320 1974 #reply-title small a, 2321 1975 div.comment-options a.comment-reply-link { … … 2331 1985 -webkit-border-radius: 4px; 2332 1986 } 2333 2334 1987 #reply-title small a { 2335 1988 margin-right: 0; 2336 1989 } 2337 2338 1990 #reply-title small a:hover, 2339 1991 div.comment-options a.comment-reply-link:hover { … … 2342 1994 color: #fff; 2343 1995 } 2344 2345 1996 .commentlist ul.children { 2346 1997 background: #f5f5f5; … … 2351 2002 -webkit-border-radius: 4px; 2352 2003 } 2353 2354 2004 .commentlist ul.children ul { 2355 2005 margin-left: 20px; … … 2357 2007 padding: 5px 0 0 0; 2358 2008 } 2359 2360 2009 .commentlist ul.children img.avatar { 2361 2010 border-style: none; … … 2364 2013 width: 25px; 2365 2014 } 2366 2367 2015 .commentlist ul.children div.comment-content { 2368 2016 border-top: none; 2369 2017 padding-left: 35px; 2370 2018 } 2371 2372 2019 .commentlist ul.children div.comment-meta { 2373 2020 font-size: 11px; 2374 2021 margin-top: 0; 2375 2022 } 2376 2377 2023 .commentlist ul.children div.comment-options { 2378 2024 margin-bottom: 5px; 2379 2025 margin-top: 0; 2380 2026 } 2381 2382 2027 .commentlist ul.children li { 2383 2028 border-top: 2px solid #fffeff; 2384 2029 padding-top: 10px; 2385 2030 } 2386 2387 2031 .commentlist ul.children li:first-child { 2388 2032 border-top: none; 2389 2033 } 2390 2391 2034 .commentlist ul.children ul li:first-child { 2392 2035 border-top: 2px solid #fffeff; 2393 2036 } 2394 2395 2037 .commentlist ul.children div.comment-options a.comment-reply-link { 2396 2038 background: transparent; … … 2401 2043 text-decoration: underline; 2402 2044 } 2403 2404 2045 .commentlist ul.children div.comment-options a.comment-reply-link:hover { 2405 2046 background: transparent; … … 2407 2048 color: #1fb3dd; 2408 2049 } 2409 2410 2050 #respond { 2411 2051 background-color: #fafafa; … … 2416 2056 -webkit-border-radius: 4px; 2417 2057 } 2418 2419 2058 ol.commentlist #respond { 2420 2059 margin-left: 75px; 2421 2060 } 2422 2423 2061 .commentlist ul.children #respond { 2424 2062 margin-bottom: 10px; … … 2426 2064 margin-right: 20px; 2427 2065 } 2428 2429 2066 h3#reply .comments-header { 2430 2067 font-size: 14px; 2431 2068 } 2432 2433 2069 #respond div.comment-avatar-box { 2434 2070 margin-top: 0; 2435 2071 } 2436 2437 2072 #respond div.comment-content { 2438 2073 border-style: none; 2439 2074 } 2440 2441 2075 #nav-below { 2442 2076 margin: 0 0; … … 2444 2078 } 2445 2079 2080 2446 2081 /* > Footer 2447 2082 -------------------------------------------------------------- */ … … 2450 2085 margin: 20px 0; 2451 2086 } 2452 2453 2087 #footer-widgets { 2454 2088 background: #fff; … … 2460 2094 -webkit-border-radius: 6px; 2461 2095 } 2462 2463 2096 #site-generator { 2464 2097 margin: 20px 20px; … … 2467 2100 text-shadow: #fafafa 1px 1px 0; 2468 2101 } 2469 2470 2102 #footer-widget-area { 2471 2103 overflow: hidden; 2472 2104 margin-top: -19px; 2473 2105 } 2474 2475 2106 #footer-widget-area div.widget-area > ul { 2476 2107 float: left; … … 2478 2109 width: 23%; 2479 2110 } 2480 2481 2111 #footer-widget-area div.widget-area > ul > li { 2482 2112 margin-top: 19px; 2483 2113 } 2484 2485 2114 #footer-widget-area h3.widgettitle { 2486 2115 margin: 0 0 10px 0; … … 2490 2119 clear: left; 2491 2120 } 2492 2493 2121 #footer-widget-area div div.item-options { 2494 2122 margin-left: 0; 2495 2123 margin-right: 0; 2496 2124 } 2497 2498 2125 #footer-widget-area ul.item-list li img.avatar { 2499 margin-left: 15px; /* border is 4px */2500 } 2126 margin-left: 15px; /* border is 4px */ 2127 }
Note: See TracChangeset
for help on using the changeset viewer.