Ticket #34476: twentythirteen-custom-background.patch
File twentythirteen-custom-background.patch, 3.3 KB (added by , 9 years ago) |
---|
-
src/wp-content/themes/twentythirteen/functions.php
93 93 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' 94 94 ) ); 95 95 96 // This theme allows users to set a custom background. 97 add_theme_support( 'custom-background', apply_filters( 'twentythirteen_custom_background_args', array( 98 'default-color' => 'ffffff', 99 ) ) ); 100 96 101 // This theme uses wp_nav_menu() in one location. 97 102 register_nav_menu( 'primary', __( 'Navigation Menu', 'twentythirteen' ) ); 98 103 -
src/wp-content/themes/twentythirteen/readme.txt
5 5 Stable tag: 1.6 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom- header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready8 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready 9 9 10 10 == Description == 11 11 The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small. -
src/wp-content/themes/twentythirteen/style.css
7 7 Version: 1.6 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, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom- header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready10 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready 11 11 Text Domain: twentythirteen 12 12 13 13 This theme, like WordPress, is licensed under the GPL. … … 107 107 } 108 108 109 109 body { 110 background-color: #fff; 110 111 color: #141412; 111 112 line-height: 1.5; 112 113 margin: 0; … … 778 779 */ 779 780 780 781 .site { 781 background-color: #fff;782 782 border-left: 1px solid #f2f2f2; 783 783 border-right: 1px solid #f2f2f2; 784 784 margin: 0 auto;