Make WordPress Core

Ticket #38472: 38472.patch

File 38472.patch, 4.7 KB (added by laurelfulford, 8 years ago)

Update IE8 styles.

  • src/wp-content/themes/twentyseventeen/assets/css/ie8.css

     
    33Description: IE8 specific style.
    44*/
    55
     6body {
     7        font-size: 16px;
     8}
    69
    710h1 {
    811        font-size: 30px;
     
    3538        font-size: 1rem;
    3639}
    3740
     41img {
     42        width: inherit;  /* Make images fill their parent's space. */
     43}
     44
     45/* Fixes linked images */
     46.entry-content a img,
     47.widget a img {
     48        filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#ffffff);
     49}
     50
     51/* Layout */
     52
     53.site-content {
     54    padding: 6.5em 0 0;
     55}
     56
    3857/* Site Branding */
    3958
     59.custom-header {
     60        overflow: hidden;
     61}
     62
     63.custom-header-image {
     64        background-position: bottom center;
     65}
     66
     67.site-branding {
     68        padding: 45px 0;
     69}
     70
    4071.site-title {
     72        font-size: 36px;
    4173        font-weight: bolder;
    4274}
    4375
     76.site-description {
     77        font-size: 16px;
     78}
     79
    4480/* Main Navigation */
    4581
     82.navigation-top {
     83        background: #fff;
     84        position: relative;
     85        z-index: 10;
     86}
     87
    4688.menu-toggle {
    4789        width: 150px;
    4890}
     
    5294        padding: 0;
    5395}
    5496
     97.no-svg .dropdown-toggle {
     98        padding: 0.25em 0 0;
     99}
     100
     101.no-svg .dropdown-toggle.toggled-on {
     102        padding: 0.75em 0 0;
     103}
     104
    55105.dropdown-toggle .svg-fallback.icon-expand {
    56106        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1, SizingMethod='auto expand')";
    57107}
     
    62112
    63113/* Front Page */
    64114
    65 .custom-header-image,
     115.twentyseventeen-front-page.has-header-image .custom-header,
     116.blog.home.has-header-image .custom-header,
    66117.panel-image {
    67         height: 1000px;
    68         max-height: 1000px;
     118        height: 800px;
     119        max-height: 800px;
    69120        padding-top: 0;
    70121}
    71122
     123.twentyseventeen-front-page .custom-header-image,
     124.blog.home .custom-header-image {
     125        background-position: center center;
     126}
     127
     128.twentyseventeen-front-page.has-header-image .site-branding,
     129.home.blog.has-header-image .site-branding {
     130        bottom: 20px;
     131        position: absolute;
     132        width: 100%;
     133}
     134
    72135.page .panel-content .entry-title,
    73136.page-title,
    74137.page .entry-title {
     
    81144
    82145/* Posts */
    83146
     147.blog .site-main > article,
     148.archive .site-main > article,
     149.search .site-main > article {
     150    padding-bottom: 4em;
     151}
     152
    84153time.updated {
    85154        display: none;
    86155}
     
    93162        padding-top: 0;
    94163}
    95164
    96 .blog .post,
    97 .archive .post,
    98 .search .post,
    99 .search .page {
    100         padding-bottom: 4em;
     165.single-post .entry-title,
     166.page .entry-title,
     167.entry-meta + .entry-title {
     168        font-size: 26px;
     169        font-weight: normal;
     170        letter-spacing: normal;
     171        padding-top: 0;
     172        text-transform: none;
    101173}
    102174
     175.entry-footer .cat-links,
     176.entry-footer .tags-links {
     177        padding-left: 0;
     178}
     179
    103180.comment-author .avatar {
    104181        z-index: -1;
    105182}
    106183
    107 img {
    108         width: inherit;  /* Make images fill their parent's space. */
     184ol.children .children {
     185        padding-left: 2em;
    109186}
    110187
    111 /* Fixes linked images */
    112 .entry-content a img,
    113 .widget a img {
    114         filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#fff);
     188/* RTL Styles */
     189
     190.rtl .entry-footer .cat-links,
     191.rtl .entry-footer .tags-links {
     192        padding-right: 0;
    115193}
     194
     195.rtl ol.children .children {
     196        padding-left: 0;
     197        padding-right: 2em;
     198}
     199 No newline at end of file
  • src/wp-content/themes/twentyseventeen/rtl.css

     
    246246        text-align: right;
    247247}
    248248
     249/* SVG Fallback */
     250
     251.no-svg .dropdown-toggle {
     252        left: 0;
     253        right: auto;
     254}
     255
    249256/* Media queries */
    250257
    251258@media screen and (min-width: 48em) {
  • src/wp-content/themes/twentyseventeen/style.css

     
    30173017        display: inline-block;
    30183018}
    30193019
     3020.no-svg .dropdown-toggle {
     3021        padding: 0.5em 0 0;
     3022        right: 0;
     3023        text-align: center;
     3024        width: 2em;
     3025}
     3026
    30203027.no-svg .dropdown-toggle .svg-fallback.icon-expand {
    3021         font-size: 16px;
    3022         font-size: 1em;
    3023         font-weight: 400;
    3024         line-height: 2.5em;
    3025         position: absolute;
    3026         top: 8px;
     3028        font-size: 20px;
     3029        font-size: 1.25rem;
     3030        font-weight: normal;
     3031        line-height: 1;
    30273032        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    30283033        -ms-transform: rotate(180deg); /* IE 9 */
    30293034        transform: rotate(180deg);
     
    30373042
    30383043.no-svg .dropdown-toggle .svg-fallback.icon-expand:before {
    30393044        content: "\005E";
    3040         display: block;
    3041         height: 25px;
    3042         text-align: center;
    3043         width: 20px;
    30443045}
    30453046
    30463047/* Social Menu fallbacks */