Changeset 15397
- Timestamp:
- 07/12/2010 08:00:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/style.css
r15393 r15397 4 4 Description: The 2010 default theme for WordPress. 5 5 Author: the WordPress team 6 Version: 1.0 6 Version: 1.0.3 7 7 Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style 8 8 */ 9 9 10 10 11 /* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html … … 211 212 } 212 213 hr { 213 background-color: # E7E7E7;214 background-color: #e7e7e7; 214 215 border:0; 215 216 height: 1px; … … 314 315 } 315 316 a:link { 316 color:#0066 CC;317 color:#0066cc; 317 318 } 318 319 a:visited { … … 321 322 a:active, 322 323 a:hover { 323 color: # FF4B33;324 color: #ff4b33; 324 325 } 325 326 … … 382 383 font-size: 13px; 383 384 margin-left: 12px; 385 width: 928px; 384 386 } 385 387 #access .menu-header ul, … … 449 451 } 450 452 453 454 451 455 /* =Content 452 456 -------------------------------------------------------------- */ … … 523 527 } 524 528 #content tr.odd td { 525 background: # F2F7FC;529 background: #f2f7fc; 526 530 } 527 531 .hentry { … … 529 533 } 530 534 .home .sticky { 531 background: # F2F7FC;535 background: #f2f7fc; 532 536 border-top: 4px solid #000; 533 537 padding: 18px 20px; … … 557 561 .page-title a:active, 558 562 .page-title a:hover { 559 color: # FF4B33;563 color: #ff4b33; 560 564 } 561 565 #content .entry-title { … … 573 577 .entry-title a:active, 574 578 .entry-title a:hover { 575 color: # FF4B33;579 color: #ff4b33; 576 580 } 577 581 .entry-meta { … … 596 600 } 597 601 .entry-content fieldset { 598 border: 1px solid # E7E7E7;602 border: 1px solid #e7e7e7; 599 603 margin: 0 0 24px 0; 600 604 padding: 24px; … … 653 657 } 654 658 .home .sticky .page-link a { 655 background: # D9E8F7;659 background: #d9e8f7; 656 660 } 657 661 .page-link a:active, 658 662 .page-link a:hover { 659 color: # FF4B33;660 } 661 .page .edit-link {663 color: #ff4b33; 664 } 665 body.page .edit-link { 662 666 clear: both; 663 667 display: block; 664 668 } 665 669 #entry-author-info { 666 background: # F2F7FC;670 background: #f2f7fc; 667 671 border-top: 4px solid #000; 668 672 padding: 18px 20px; … … 703 707 .entry-meta a:hover, 704 708 .entry-utility a:hover { 705 color: # FF4B33;709 color: #ff4b33; 706 710 } 707 711 #content .video-player { … … 733 737 -------------------------------------------------------------- */ 734 738 735 .category-gallery {736 margin-bottom: 48px;737 }738 .category-gallery h2 {739 margin-top: 10px;740 }741 .category-gallery .entry-meta {742 }743 739 .category-gallery .size-thumbnail img { 744 740 border: 10px solid #f1f1f1; … … 750 746 margin-top: -4px; 751 747 } 752 .home #content .category-gallery .entry-content p {753 display: inline;754 }755 748 .home #content .category-gallery .entry-utility { 756 749 padding-top:4px; … … 779 772 #content img { 780 773 margin: 0; 774 height: auto; 781 775 max-width: 640px; 782 776 } … … 829 823 } 830 824 #content .gallery { 831 margin: auto;825 margin: 0 auto 18px; 832 826 } 833 827 #content .gallery .gallery-item { … … 876 870 .navigation a:active, 877 871 .navigation a:hover { 878 color: # FF4B33;872 color: #ff4b33; 879 873 } 880 874 .nav-previous { … … 975 969 .comment-meta a:active, 976 970 .comment-meta a:hover { 977 color: # FF4B33;971 color: #ff4b33; 978 972 } 979 973 .commentlist .even { … … 991 985 .reply a:hover, 992 986 a.comment-edit-link:hover { 993 color: # FF4B33;987 color: #ff4b33; 994 988 } 995 989 .commentlist .children { … … 1064 1058 } 1065 1059 #respond .required { 1066 color:# FF4B33;1060 color:#ff4b33; 1067 1061 font-weight:bold; 1068 1062 } … … 1167 1161 } 1168 1162 .widget_rss a.rsswidget:hover { 1169 color: # FF4B33;1163 color: #ff4b33; 1170 1164 } 1171 1165 .widget_rss .widget-title img {
Note: See TracChangeset
for help on using the changeset viewer.