Ticket #14782: twentytencss.patch
| File twentytencss.patch, 5.2 KB (added by , 16 years ago) |
|---|
-
style.css
312 312 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 313 313 padding: 2px; 314 314 } 315 input[type="text"]:active, 316 input[type="text"]:focus, 317 textarea:active, 318 textarea:focus { 319 border-color: #ff4b33; 320 } 321 input[type="submit"]:hover{ 322 cursor:pointer; 323 } 315 324 a:link { 316 325 color: #0066cc; 317 326 } … … 319 328 color: #743399; 320 329 } 321 330 a:active, 322 a:hover { 331 a:hover, 332 a:focus { 323 333 color: #ff4b33; 324 334 } 325 335 326 336 /* Text meant only for screen readers */ 327 337 .screen-reader-text { 328 position: absolute;338 position: relative; 329 339 left: -9000px; 340 top: -9000px; 341 height: 0px; 330 342 } 331 343 344 #access .screen-reader-text a:active, 345 #access .screen-reader-text a:focus { 346 position: relative; 347 left: 9000px; 348 top: 8962px; 349 height: auto; 350 color: #fff; 351 } 332 352 353 333 354 /* =Header 334 355 -------------------------------------------------------------- */ 335 356 … … 398 419 padding: 0 10px; 399 420 text-decoration: none; 400 421 } 422 #access a:active, 423 #access a:hover, 424 #access a:focus { 425 color: #cfcfcf; 426 background: #333; 427 } 401 428 #access ul ul { 402 429 box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 403 430 -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); … … 511 538 } 512 539 #content tr th, 513 540 #content thead th { 514 color: # 888;541 color: #777; 515 542 font-size: 12px; 516 543 font-weight: bold; 517 544 line-height: 18px; … … 551 578 } 552 579 .page-title a:link, 553 580 .page-title a:visited { 554 color: # 888;581 color: #777; 555 582 text-decoration: none; 556 583 } 557 584 .page-title a:active, … … 571 598 text-decoration: none; 572 599 } 573 600 .entry-title a:active, 574 .entry-title a:hover { 601 .entry-title a:hover, 602 .entry-title a:focus { 575 603 color: #ff4b33; 604 text-decoration: underline; 576 605 } 577 606 .entry-meta { 578 color: # 888;607 color: #777; 579 608 font-size: 12px; 580 609 } 581 610 .entry-meta abbr, … … 613 642 margin-right: 24px; 614 643 } 615 644 .entry-content label { 616 color: # 888;645 color: #777; 617 646 font-size: 12px; 618 647 } 619 648 .entry-content select { … … 655 684 background: #d9e8f7; 656 685 } 657 686 .page-link a:active, 658 .page-link a:hover { 687 .page-link a:hover, 688 .page-link a:focus { 659 689 color: #ff4b33; 660 690 } 691 .page-link a:focus{ 692 text-decoration: underline; 693 } 661 694 body.page .edit-link { 662 695 clear: both; 663 696 display: block; … … 692 725 } 693 726 .entry-utility { 694 727 clear: both; 695 color: # 888;728 color: #777; 696 729 font-size: 12px; 697 730 line-height: 18px; 698 731 } 699 732 .entry-meta a, 700 733 .entry-utility a { 701 color: # 888;734 color: #777; 702 735 } 736 .entry-meta a:active, 737 .entry-utility a:active, 703 738 .entry-meta a:hover, 704 .entry-utility a:hover { 739 .entry-utility a:hover, 740 .entry-meta a:focus, 741 .entry-utility a:focus{ 705 742 color: #ff4b33; 743 text-decoration: none; 706 744 } 707 745 #content .video-player { 708 746 padding: 0; … … 807 845 margin: 5px 5px 0; 808 846 } 809 847 #content .wp-caption p.wp-caption-text { 810 color: # 888;848 color: #777; 811 849 font-size: 12px; 812 850 margin: 5px; 813 851 } … … 824 862 width: 33%; 825 863 } 826 864 #content .gallery img { 827 border: 2px solid #cfcfcf; 865 border: 1px solid #cfcfcf; 866 margin: 0 auto; 828 867 } 829 868 #content .gallery .gallery-caption { 830 color: # 888;869 color: #777; 831 870 font-size: 12px; 832 871 margin: 0 0 12px; 833 872 } 834 873 #content .gallery dl { 835 874 margin: 0; 836 875 } 837 #content .gallery img {838 border: 10px solid #f1f1f1;839 }840 876 #content .gallery br+br { 841 877 display: none; 842 878 } … … 844 880 display: block; 845 881 margin: 0 auto; 846 882 } 883 #content a img { 884 border: 1px solid #cfcfcf; 885 } 886 #content a:active img, 887 #content a:hover img, 888 #content a:focus img { 889 border: 1px solid #ff4b33; 890 } 847 891 848 892 849 893 /* =Navigation 850 894 -------------------------------------------------------------- */ 851 895 852 896 .navigation { 853 color: # 888;897 color: #777; 854 898 font-size: 12px; 855 899 line-height: 18px; 856 900 overflow: hidden; 857 901 } 858 902 .navigation a:link, 859 903 .navigation a:visited { 860 color: # 888;904 color: #777; 861 905 text-decoration: none; 862 906 } 863 907 .navigation a:active, 864 .navigation a:hover { 908 .navigation a:hover, 909 .navigation a:focus { 865 910 color: #ff4b33; 866 911 } 912 .navigation a:focus { 913 text-decoration: underline; 914 } 867 915 .nav-previous { 868 916 float: left; 869 917 width: 50%; … … 955 1003 } 956 1004 .comment-meta a:link, 957 1005 .comment-meta a:visited { 958 color: # 888;1006 color: #777; 959 1007 text-decoration: none; 960 1008 } 961 1009 .comment-meta a:active, 962 .comment-meta a:hover { 1010 .comment-meta a:hover, 1011 .comment-meta a:focus { 963 1012 color: #ff4b33; 964 1013 } 1014 .comment-meta a:focus { 1015 text-decoration: underline; 1016 } 965 1017 .commentlist .even { 966 1018 } 967 1019 .commentlist .bypostauthor { … … 972 1024 } 973 1025 .reply a, 974 1026 a.comment-edit-link { 975 color: # 888;1027 color: #777; 976 1028 } 977 1029 .reply a:hover, 978 1030 a.comment-edit-link:hover { … … 999 1051 margin-top: -6px; 1000 1052 } 1001 1053 #comments .pingback p { 1002 color: # 888;1054 color: #777; 1003 1055 display: block; 1004 1056 font-size: 12px; 1005 1057 line-height: 18px; … … 1051 1103 font-weight: bold; 1052 1104 } 1053 1105 #respond label { 1054 color: # 888;1106 color: #777; 1055 1107 font-size: 12px; 1056 1108 } 1057 1109 #respond input { … … 1062 1114 width: 98%; 1063 1115 } 1064 1116 #respond .form-allowed-tags { 1065 color: # 888;1117 color: #777; 1066 1118 font-size: 12px; 1067 1119 line-height: 18px; 1068 1120 } … … 1107 1159 text-decoration: none; 1108 1160 } 1109 1161 .widget-area a:active, 1110 .widget-area a:hover { 1162 .widget-area a:hover, 1163 .widget-area a:focus { 1111 1164 text-decoration: underline; 1112 1165 } 1113 1166 .widget-area .entry-meta { … … 1208 1261 padding-left: 20px; 1209 1262 text-decoration: none; 1210 1263 } 1211 #site-generator a:hover { 1264 #site-generator a:active, 1265 #site-generator a:hover, 1266 #site-generator a:focus { 1212 1267 text-decoration: underline; 1213 1268 } 1214 1269 img#wpstats {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)