Make WordPress Core

Ticket #25600: 25600.diff

File 25600.diff, 3.5 KB (added by iamtakashi, 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

     
    11081108 */
    11091109
    11101110 .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;
    11161112        display: none;
    11171113        float: none;
    11181114        margin: 0;
     
    11231119        z-index: 0;
    11241120}
    11251121
    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;
     1122a.featured-thumbnail:hover {
     1123        background: url(images/pattern-light.svg) #919191 repeat fixed;
    11321124}
    11331125
    11341126.featured-thumbnail img {
     
    25772569 */
    25782570
    25792571.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;
    25852573        -webkit-box-sizing: border-box;
    25862574        -moz-box-sizing:    border-box;
    25872575        box-sizing:         border-box;