Changeset 58178
- Timestamp:
- 05/20/2024 03:12:41 PM (5 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/blocks.css
r57896 r58178 156 156 -moz-border-radius: 3px; 157 157 border-radius: 3px; 158 -webkit-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);159 -moz-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);160 box-shadow: 0 px1px 2px rgba(0,0,0,0.3);158 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 159 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 160 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 161 161 color: #eee; 162 162 cursor: pointer; … … 241 241 242 242 .wp-block-button .wp-block-button__link { 243 -webkit-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);244 -moz-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);245 box-shadow: 0 px1px 2px rgba(0,0,0,0.3);243 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 244 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 245 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 246 246 cursor: pointer; 247 247 font-size: 15px; -
trunk/src/wp-content/themes/twentyeleven/colors/dark.css
r45109 r58178 410 410 background: #222; 411 411 border-color: #333; 412 -webkit-box-shadow: inset 0 px-1px 1px rgba(0, 0, 0, 0.09);413 -moz-box-shadow: inset 0 px-1px 1px rgba(0, 0, 0, 0.09);414 box-shadow: inset 0 px-1px 1px rgba(0, 0, 0, 0.09);412 -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09); 413 -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09); 414 box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09); 415 415 color: #777; 416 416 } 417 417 .widget_search #searchsubmit:active { 418 -webkit-box-shadow: inset 0 px1px 1px rgba(0, 0, 0, 0.1);419 -moz-box-shadow: inset 0 px1px 1px rgba(0, 0, 0, 0.1);420 box-shadow: inset 0 px1px 1px rgba(0, 0, 0, 0.1);418 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 419 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 420 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 421 421 color: #40220c; 422 422 } … … 546 546 #respond input#submit { 547 547 background: #ddd; 548 -webkit-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);549 -moz-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);550 box-shadow: 0 px1px 2px rgba(0,0,0,0.3);548 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 549 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 550 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 551 551 color: #111; 552 552 text-shadow: 0 -1px 0 rgba(0,0,0,0.3); -
trunk/src/wp-content/themes/twentyeleven/editor-blocks.css
r54340 r58178 322 322 -moz-border-radius: 3px; 323 323 border-radius: 3px; 324 -webkit-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);325 -moz-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);326 box-shadow: 0 px1px 2px rgba(0,0,0,0.3);324 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 325 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 326 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 327 327 color: #eee; 328 328 cursor: pointer; … … 400 400 401 401 .wp-block-button .wp-block-button__link { 402 -webkit-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);403 -moz-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);404 box-shadow: 0 px1px 2px rgba(0,0,0,0.3);402 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 403 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 404 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 405 405 cursor: pointer; 406 406 font-size: 15px; -
trunk/src/wp-content/themes/twentyeleven/rtl.css
r53820 r58178 44 44 /* Simplify the pullquotes and pull styles */ 45 45 .one-column.singular .entry-meta .edit-link a { 46 right: 0 px;46 right: 0; 47 47 left: auto; 48 48 } … … 189 189 } 190 190 .wp-caption .wp-caption-text { 191 padding: 10px 40px 5px 0 px;191 padding: 10px 40px 5px 0; 192 192 } 193 193 .wp-caption .wp-caption-text:before { … … 516 516 .singular .entry-meta .edit-link a { 517 517 left: auto; 518 right: 0 px;518 right: 0; 519 519 } 520 520 /* Make sure we have room for our comment avatars */ -
trunk/src/wp-content/themes/twentyeleven/style.css
r58005 r58178 576 576 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */ 577 577 background: -webkit-linear-gradient(#252525, #0a0a0a); 578 -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;579 -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;580 box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;578 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); 579 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); 580 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); 581 581 clear: both; 582 582 display: block; … … 1869 1869 background: #ddd; 1870 1870 border: 1px solid #ccc; 1871 -webkit-box-shadow: inset 0 px-1px 1px rgba(0, 0, 0, 0.09);1872 -moz-box-shadow: inset 0 px-1px 1px rgba(0, 0, 0, 0.09);1873 box-shadow: inset 0 px-1px 1px rgba(0, 0, 0, 0.09);1871 -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09); 1872 -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09); 1873 box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09); 1874 1874 color: #888; 1875 1875 font-size: 13px; … … 1881 1881 background: #1982d1; 1882 1882 border-color: #0861a5; 1883 -webkit-box-shadow: inset 0 px1px 1px rgba(0, 0, 0, 0.1);1884 -moz-box-shadow: inset 0 px1px 1px rgba(0, 0, 0, 0.1);1885 box-shadow: inset 0 px1px 1px rgba(0, 0, 0, 0.1);1883 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 1884 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 1885 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 1886 1886 color: #bfddf3; 1887 1887 } … … 2274 2274 -moz-border-radius: 3px; 2275 2275 border-radius: 3px; 2276 -webkit-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);2277 -moz-box-shadow: 0 px1px 2px rgba(0,0,0,0.3);2278 box-shadow: 0 px1px 2px rgba(0,0,0,0.3);2276 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 2277 -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 2278 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 2279 2279 color: #eee; 2280 2280 cursor: pointer; -
trunk/src/wp-content/themes/twentynineteen/print.scss
r58100 r58178 48 48 h3, 49 49 h4, 50 .has-regular-font-size, 51 .has-large-font-size, 52 h2.author-title, 53 p.author-bio, 50 .has-regular-font-size, 51 .has-large-font-size, 52 h2.author-title, 53 p.author-bio, 54 54 .comments-title, h3 { 55 55 font-size: 14pt; -
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r57712 r58178 554 554 } 555 555 556 // If an image does not have a left/center/right alignment, 557 // it's a direct child of .wp-block-image. If it has no other 558 // alignment added, we want to make sure the image and its 556 // If an image does not have a left/center/right alignment, 557 // it's a direct child of .wp-block-image. If it has no other 558 // alignment added, we want to make sure the image and its 559 559 // caption do not extend beyond the width of the text column. 560 560 &:not(.alignwide):not(.alignfull) > img, … … 841 841 .wp-block-group { 842 842 843 // When the Group block is standard/wide, we need to prevent full-aligned 843 // When the Group block is standard/wide, we need to prevent full-aligned 844 844 // child blocks from expanding out of their container. 845 845 &:not(.alignfull) > .wp-block-group__inner-container > .alignfull, … … 882 882 } 883 883 884 // If the Group block is full-width, it does not need this extra padding. 884 // If the Group block is full-width, it does not need this extra padding. 885 885 &.alignfull { 886 886 padding-left: 0; … … 897 897 width: 100%; 898 898 max-width: 100%; 899 899 900 900 @include media(tablet) { 901 901 width: calc( 100% + #{$size__spacing-unit * 2} ); … … 905 905 } 906 906 } 907 908 907 } 909 908 -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r57712 r58178 1459 1459 text-align: left; 1460 1460 text-align: center; 1461 -webkit-margin-start: 0 px;1462 margin-inline-start: 0 px;1461 -webkit-margin-start: 0; 1462 margin-inline-start: 0; 1463 1463 } 1464 1464 -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r57712 r58178 427 427 font-weight: bold; 428 428 border-radius: 5px; 429 429 430 430 &:not(.has-text-color) { 431 431 color: #fff; … … 842 842 text-align: left; 843 843 text-align: center; 844 -webkit-margin-start: 0 px;845 margin-inline-start: 0 px;844 -webkit-margin-start: 0; 845 margin-inline-start: 0; 846 846 } 847 847 } … … 866 866 867 867 // This matches the 22px value for 1rem that used on the front end. 868 // It must be specified in pixels for the editor, since the root font 869 // size is different here. 868 // It must be specified in pixels for the editor, since the root font 869 // size is different here. 870 870 $group-block-background__padding: $font__size_base; 871 871 … … 917 917 // Group block with background color 918 918 &.has-background { 919 919 920 920 // Child blocks: Default alignments 921 921 > .wp-block-group__inner-container > .wp-block:not([data-align="wide"]):not([data-align="full"]):not(.alignwide):not(.alignfull) { … … 934 934 .wp-block[data-align="full"] > .wp-block-group { 935 935 936 // Margins & padding are added to this container to mimic 937 // the style + spacing of the .editor-writing-flow global 938 // container. This way, child items sync up with the placement 939 // and size of other top-level blocks. 936 // Margins & padding are added to this container to mimic 937 // the style + spacing of the .editor-writing-flow global 938 // container. This way, child items sync up with the placement 939 // and size of other top-level blocks. 940 940 > .wp-block-group__inner-container { 941 941 942 942 // 2px of extra padding are added to each side here 943 // To better match up with the spacing of the whole 944 // document. 943 // To better match up with the spacing of the whole 944 // document. 945 945 @include media(tablet) { 946 946 width: 80%; 947 947 margin-left: 10%; 948 margin-right: 10%; 948 margin-right: 10%; 949 949 padding-left: 10px; 950 950 padding-right: 10px; -
trunk/src/wp-content/themes/twentyten/style.css
r57886 r58178 324 324 background: #f9f9f9; 325 325 border: 1px solid #ccc; 326 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 327 -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 326 328 box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); 327 -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);328 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);329 329 padding: 2px; 330 330 } … … 419 419 } 420 420 #access ul ul { 421 box-shadow: 0px3px 3px rgba(0,0,0,0.2);422 -moz-box-shadow: 0 px3px 3px rgba(0,0,0,0.2);423 -webkit-box-shadow: 0px3px 3px rgba(0,0,0,0.2);421 -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); 422 -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); 423 box-shadow: 0 3px 3px rgba(0,0,0,0.2); 424 424 display: none; 425 425 position: absolute; -
trunk/src/wp-content/themes/twentythirteen/css/blocks.css
r58103 r58178 203 203 204 204 @media screen and (min-width: 665px) { 205 body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.alignfull, 205 body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.alignfull, 206 206 body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.has-background.alignfull { 207 207 padding: 20px; -
trunk/src/wp-content/themes/twentytwenty/print.css
r50976 r58178 36 36 padding: 0; 37 37 } 38 38 39 39 /* Width */ 40 40 … … 112 112 113 113 /* Links */ 114 114 115 115 a:link, 116 116 a:visited, -
trunk/src/wp-content/themes/twentytwentyone/.stylelintrc-css.json
r57122 r58178 20 20 "no-descending-specificity": null, 21 21 "length-zero-no-unit": [true, {"ignore": ["custom-properties"]}], 22 "shorthand-property-no-redundant-values": true, 22 23 "value-keyword-case": ["lower", { 23 24 "ignoreKeywords": ["currentColor"] -
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r58142 r58178 2925 2925 border-style: solid; 2926 2926 border-color: #28303d transparent; 2927 border-width: 0 7px 10px 7px;2927 border-width: 0 7px 10px; 2928 2928 } 2929 2929 … … 4831 4831 color: #28303d; 4832 4832 font-size: 1rem; 4833 padding: 8px 0 9px 0;4833 padding: 8px 0 9px; 4834 4834 } 4835 4835 … … 5292 5292 border-style: solid; 5293 5293 border-color: #28303d transparent; 5294 border-width: 0 7px 10px 7px;5294 border-width: 0 7px 10px; 5295 5295 } 5296 5296 … … 5833 5833 5834 5834 .comments-pagination { 5835 margin: 90px auto 120px auto;5835 margin: 90px auto 120px; 5836 5836 } 5837 5837 } -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r58142 r58178 2758 2758 border-style: solid; 2759 2759 border-color: var(--primary-nav--border-color) transparent; 2760 border-width: 0 7px 10px 7px;2760 border-width: 0 7px 10px; 2761 2761 } 2762 2762 … … 4339 4339 color: var(--global--color-primary); 4340 4340 font-size: var(--global--font-size-xs); 4341 padding: 8px 0 9px 0;4341 padding: 8px 0 9px; 4342 4342 } 4343 4343 … … 4799 4799 border-style: solid; 4800 4800 border-color: var(--primary-nav--border-color) transparent; 4801 border-width: 0 7px 10px 7px;4801 border-width: 0 7px 10px; 4802 4802 } 4803 4803 -
trunk/src/wp-content/themes/twentytwentyone/style.css
r58142 r58178 2768 2768 border-style: solid; 2769 2769 border-color: var(--primary-nav--border-color) transparent; 2770 border-width: 0 7px 10px 7px;2770 border-width: 0 7px 10px; 2771 2771 } 2772 2772 … … 4359 4359 color: var(--global--color-primary); 4360 4360 font-size: var(--global--font-size-xs); 4361 padding: 8px 0 9px 0;4361 padding: 8px 0 9px; 4362 4362 } 4363 4363 … … 4819 4819 border-style: solid; 4820 4820 border-color: var(--primary-nav--border-color) transparent; 4821 border-width: 0 7px 10px 7px;4821 border-width: 0 7px 10px; 4822 4822 } 4823 4823
Note: See TracChangeset
for help on using the changeset viewer.