Ticket #25600: 25600.diff
File 25600.diff, 3.5 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentyfourteen/images/pattern-dark.svg
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 <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" 5 width="5px" height="5px" viewBox="0 0 5 5" enable-background="new 0 0 5 5" xml:space="preserve"> 6 <g> 7 <polygon points="1,0 0,1 0,5 5,0 "/> 8 <polygon points="5,5 5,1 1,5 "/> 9 </g> 10 </svg> -
wp-content/themes/twentyfourteen/images/pattern-light.svg
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 <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" 5 width="5px" height="5px" viewBox="0 0 5 5" enable-background="new 0 0 5 5" xml:space="preserve"> 6 <g> 7 <polygon fill="#FFFFFF" points="1,0 0,1 0,5 5,0 "/> 8 <polygon fill="#FFFFFF" points="5,5 5,1 1,5 "/> 9 </g> 10 </svg> -
wp-content/themes/twentyfourteen/style.css
1108 1108 */ 1109 1109 1110 1110 .featured-thumbnail { 1111 background: #767676; 1112 background-attachment: fixed; 1113 background-image: -webkit-linear-gradient(135deg, #767676 12.5%, #fff 12.5%, #fff 50%, #767676 50%, #767676 62.5%, #fff 62.5%); 1114 background-image: linear-gradient(135deg, #767676 12.5%, #fff 12.5%, #fff 50%, #767676 50%, #767676 62.5%, #fff 62.5%); 1115 background-size: 4px 4px; 1111 background: url(images/pattern-light.svg) #767676 repeat fixed; 1116 1112 display: none; 1117 1113 float: none; 1118 1114 margin: 0; … … 1123 1119 z-index: 0; 1124 1120 } 1125 1121 1126 .featured-thumbnail:hover { 1127 background: #919191; 1128 background-attachment: fixed; 1129 background-image: -webkit-linear-gradient(135deg, #919191 12.5%, #fff 12.5%, #fff 50%, #919191 50%, #919191 62.5%, #fff 62.5%); 1130 background-image: linear-gradient(135deg, #919191 12.5%, #fff 12.5%, #fff 50%, #919191 50%, #919191 62.5%, #fff 62.5%); 1131 background-size: 4px 4px; 1122 a.featured-thumbnail:hover { 1123 background: url(images/pattern-light.svg) #919191 repeat fixed; 1132 1124 } 1133 1125 1134 1126 .featured-thumbnail img { … … 2577 2569 */ 2578 2570 2579 2571 .featured-content { 2580 background: #000; 2581 background-attachment: fixed; 2582 background-image: -webkit-linear-gradient(135deg, #4d4d4d 12.5%, #000 12.5%, #000 50%, #4d4d4d 50%, #4d4d4d 62.5%, #000 62.5%); 2583 background-image: linear-gradient(135deg, #4d4d4d 12.5%, #000 12.5%, #000 50%, #4d4d4d 50%, #4d4d4d 62.5%, #000 62.5%); 2584 background-size: 4px 4px; 2572 background: url(images/pattern-dark.svg) #4d4d4d repeat fixed; 2585 2573 -webkit-box-sizing: border-box; 2586 2574 -moz-box-sizing: border-box; 2587 2575 box-sizing: border-box;