Changeset 26272
- Timestamp:
- 11/19/2013 06:26:20 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/images/pattern-dark.svg
r25998 r26272 1 1 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 2 2 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> 3 <path d="M0,20v-4L16,0h4L0,20z M15,0h-4L0,11v4L15,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0H26z M10,0H6L0,6v4L10,0z M5,0H1L0,1 4 v4L5,0z M30,30v-4l-4,4H30z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z 5 M25,30l5-5v-4l-9,9H25z"/> 3 <rect x="0" display="none" width="30" height="30"/> 4 <polygon opacity="0.3" fill="#FFFFFF" points="30,0 0,30 1,30 30,1 "/> 5 <polygon opacity="0.3" fill="#FFFFFF" points="30,5 0,35 1,35 30,6 "/> 6 <polygon opacity="0.3" fill="#FFFFFF" points="30,10 0,40 1,40 30,11 "/> 7 <polygon opacity="0.3" fill="#FFFFFF" points="30,15 0,45 1,45 30,16 "/> 8 <polygon opacity="0.3" fill="#FFFFFF" points="30,20 0,50 1,50 30,21 "/> 9 <polygon opacity="0.3" fill="#FFFFFF" points="30,25 0,55 1,55 30,26 "/> 10 <polygon opacity="0.3" fill="#FFFFFF" points="26,-1 -4,29 -3,29 26,0 "/> 11 <polygon opacity="0.3" fill="#FFFFFF" points="21,-1 -9,29 -8,29 21,0 "/> 12 <polygon opacity="0.3" fill="#FFFFFF" points="16,-1 -14,29 -13,29 16,0 "/> 13 <polygon opacity="0.3" fill="#FFFFFF" points="11,-1 -19,29 -18,29 11,0 "/> 14 <polygon opacity="0.3" fill="#FFFFFF" points="6,-1 -24,29 -23,29 6,0 "/> 15 <polygon opacity="0.3" fill="#FFFFFF" points="1,-1 -29,29 -28,29 1,0 "/> 6 16 </svg> -
trunk/src/wp-content/themes/twentyfourteen/style.css
r26249 r26272 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Tags: black, green, white, light, dark, two-columns, three-columns, fixed-width, responsive-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready10 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, responsive-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready 11 11 12 12 This theme, like WordPress, is licensed under the GPL. … … 934 934 .site-navigation .current-menu-ancestor > a { 935 935 color: #55d737; 936 font-weight: 900; 936 937 } 937 938 … … 2680 2681 2681 2682 .featured-content { 2682 background: # 4d4d4durl(images/pattern-dark.svg) repeat fixed;2683 background: #000 url(images/pattern-dark.svg) repeat fixed; 2683 2684 -webkit-box-sizing: border-box; 2684 2685 -moz-box-sizing: border-box; … … 3294 3295 .site-navigation li .current-menu-item > a, 3295 3296 .site-navigation li .current-menu-ancestor > a { 3296 background-color: #000;3297 color: #fff; 3297 3298 } 3298 3299
Note: See TracChangeset
for help on using the changeset viewer.