Changeset 26044
- Timestamp:
- 11/08/2013 12:54:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r26034 r26044 1990 1990 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 1991 1991 clear: both; 1992 color: rgba(255, 255, 255, 0. 55);1992 color: rgba(255, 255, 255, 0.7); 1993 1993 margin-top: -1px; 1994 1994 padding: 0 10px; … … 1999 1999 .site-description { 2000 2000 display: none; 2001 font-size: 1 1px;2001 font-size: 12px; 2002 2002 font-weight: 400; 2003 line-height: 1. 6363636363;2003 line-height: 1.5; 2004 2004 } 2005 2005 … … 2047 2047 2048 2048 .widget a { 2049 color: rgba(255, 255, 255, 0.75);2049 color: #fff; 2050 2050 } 2051 2051 … … 2099 2099 .widget abbr, 2100 2100 .widget acronym { 2101 border-color: rgba(255, 255, 255, 0.7 5);2101 border-color: rgba(255, 255, 255, 0.7); 2102 2102 } 2103 2103 … … 2126 2126 2127 2127 .widget blockquote { 2128 color: rgba(255, 255, 255, 0. 55);2128 color: rgba(255, 255, 255, 0.7); 2129 2129 font-size: 18px; 2130 2130 line-height: 1.5; … … 2133 2133 2134 2134 .widget blockquote cite { 2135 color: rgba(255, 255, 255, 0.8);2135 color: #fff; 2136 2136 font-size: 14px; 2137 2137 line-height: 1.2857142857; … … 2315 2315 .widget_twentyfourteen_ephemera .entry-meta { 2316 2316 margin-bottom: 18px; 2317 } 2318 2319 .widget_twentyfourteen_ephemera .entry-meta a { 2320 color: rgba(255, 255, 255, 0.7); 2317 2321 } 2318 2322 … … 2393 2397 } 2394 2398 2399 .widget_rss .rss-date { 2400 display: block; 2401 } 2402 2395 2403 .widget_rss li { 2396 2404 margin-bottom: 18px; … … 2634 2642 .site-footer { 2635 2643 background-color: #000; 2636 color: #949a92;2644 color: rgba(255, 255, 255, 0.7); 2637 2645 font-size: 12px; 2638 2646 position: relative; … … 2645 2653 2646 2654 .site-info { 2647 color: rgba(255, 255, 255, 0.7 5);2655 color: rgba(255, 255, 255, 0.7); 2648 2656 padding: 15px 10px; 2649 2657 } … … 2654 2662 2655 2663 .site-info a { 2656 color: rgba(255, 255, 255, 0.7 5);2664 color: rgba(255, 255, 255, 0.7); 2657 2665 } 2658 2666 … … 2723 2731 2724 2732 .featured-content .entry-meta { 2733 color: #fff; 2725 2734 font-size: 11px; 2726 2735 font-weight: 700; … … 3601 3610 .primary-sidebar .widget samp, 3602 3611 .primary-sidebar .widget pre { 3603 font-size: 1 0px;3604 line-height: 1. 8;3612 font-size: 11px; 3613 line-height: 1.6363636363; 3605 3614 } 3606 3615 … … 3613 3622 .footer-sidebar .widget blockquote cite, 3614 3623 .primary-sidebar .widget blockquote cite { 3615 font-size: 1 1px;3616 line-height: 1. 6363636363;3624 font-size: 12px; 3625 line-height: 1.5; 3617 3626 } 3618 3627 … … 3645 3654 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta, 3646 3655 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, 3647 .footer-sidebar .widget_twentyfourteen_ephemera .more-link,3648 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,3649 3656 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table, 3650 3657 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title, 3651 3658 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta, 3652 3659 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, 3660 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table { 3661 font-size: 12px; 3662 line-height: 1.5; 3663 } 3664 3665 .footer-sidebar .widget_twentyfourteen_ephemera .more-link, 3666 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, 3653 3667 .primary-sidebar .widget_twentyfourteen_ephemera .more-link, 3654 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, 3655 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table { 3656 font-size: 11px; 3657 line-height: 1.6363636363; 3668 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link { 3669 font-size: 10px; 3670 line-height: 1.8; 3658 3671 } 3659 3672 … … 3683 3696 3684 3697 .footer-sidebar { 3685 font-size: 1 1px;3686 line-height: 1. 6363636363;3698 font-size: 12px; 3699 line-height: 1.5; 3687 3700 } 3688 3701
Note: See TracChangeset
for help on using the changeset viewer.