Ticket #14791: linkhighlighting.patch
| File linkhighlighting.patch, 2.6 KB (added by elfin, 3 years ago) |
|---|
-
style.css
319 319 color: #743399; 320 320 } 321 321 a:active, 322 a:hover { 322 a:hover, 323 a:focus { 323 324 color: #ff4b33; 324 325 } 325 326 … … 398 399 padding: 0 10px; 399 400 text-decoration: none; 400 401 } 402 #access a:active, 403 #access a:hover, 404 #access a:focus { 405 color: #cfcfcf; 406 background: #333; 407 } 401 408 #access ul ul { 402 409 box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 403 410 -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); … … 571 578 text-decoration: none; 572 579 } 573 580 .entry-title a:active, 574 .entry-title a:hover { 581 .entry-title a:hover, 582 .entry-title a:focus { 575 583 color: #ff4b33; 584 text-decoration: underline; 576 585 } 577 586 .entry-meta { 578 587 color: #888; … … 655 664 background: #d9e8f7; 656 665 } 657 666 .page-link a:active, 658 .page-link a:hover { 667 .page-link a:hover, 668 .page-link a:focus { 659 669 color: #ff4b33; 660 670 } 671 .page-link a:focus{ 672 text-decoration: underline; 673 } 661 674 body.page .edit-link { 662 675 clear: both; 663 676 display: block; … … 700 713 .entry-utility a { 701 714 color: #888; 702 715 } 716 .entry-meta a:active, 717 .entry-utility a:active, 703 718 .entry-meta a:hover, 704 .entry-utility a:hover { 719 .entry-utility a:hover, 720 .entry-meta a:focus, 721 .entry-utility a:focus{ 705 722 color: #ff4b33; 723 text-decoration: none; 706 724 } 707 725 #content .video-player { 708 726 padding: 0; … … 844 862 display: block; 845 863 margin: 0 auto; 846 864 } 865 #content a img { 866 border: 1px solid #cfcfcf; 867 } 868 #content a:active img, 869 #content a:hover img, 870 #content a:focus img { 871 border: 1px solid #ff4b33; 872 } 847 873 848 849 874 /* =Navigation 850 875 -------------------------------------------------------------- */ 851 876 … … 861 886 text-decoration: none; 862 887 } 863 888 .navigation a:active, 864 .navigation a:hover { 889 .navigation a:hover, 890 .navigation a:focus { 865 891 color: #ff4b33; 866 892 } 893 .navigation a:focus { 894 text-decoration: underline; 895 } 867 896 .nav-previous { 868 897 float: left; 869 898 width: 50%; … … 959 988 text-decoration: none; 960 989 } 961 990 .comment-meta a:active, 962 .comment-meta a:hover { 991 .comment-meta a:hover, 992 .comment-meta a:focus { 963 993 color: #ff4b33; 964 994 } 995 .comment-meta a:focus { 996 text-decoration: underline; 997 } 965 998 .commentlist .even { 966 999 } 967 1000 .commentlist .bypostauthor { … … 1107 1140 text-decoration: none; 1108 1141 } 1109 1142 .widget-area a:active, 1110 .widget-area a:hover { 1143 .widget-area a:hover, 1144 .widget-area a:focus { 1111 1145 text-decoration: underline; 1112 1146 } 1113 1147 .widget-area .entry-meta { … … 1208 1242 padding-left: 20px; 1209 1243 text-decoration: none; 1210 1244 } 1211 #site-generator a:hover { 1245 #site-generator a:active, 1246 #site-generator a:hover, 1247 #site-generator a:focus { 1212 1248 text-decoration: underline; 1213 1249 } 1214 1250 img#wpstats {
