Changeset 38865
- Timestamp:
- 10/21/2016 08:36:24 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
r38833 r38865 8 8 .colors-dark input[type="button"], 9 9 .colors-dark input[type="submit"], 10 .colors-dark .bypostauthor > .comment-body > .comment-meta > .comment-author:before,11 10 .colors-dark .entry-footer .edit-link a.post-edit-link { 12 11 background-color: #fff; … … 88 87 .colors-dark input[type="datetime-local"]:focus, 89 88 .colors-dark input[type="color"]:focus, 90 .colors-dark textarea:focus { 89 .colors-dark textarea:focus, 90 .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { 91 91 border-color: #eee; 92 92 } … … 406 406 } 407 407 408 .colors-dark .bypostauthor > .comment-body > .comment-meta > .comment-author:before {409 border-color: #222;410 }411 412 408 .colors-dark .menu-toggle, 413 409 .colors-dark .menu-toggle:hover, -
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r38846 r38865 32 32 .colors-custom input[type="button"], 33 33 .colors-custom input[type="submit"], 34 .colors-custom .bypostauthor > .comment-body > .comment-meta > .comment-author:before,35 34 .colors-custom .entry-footer .edit-link a.post-edit-link { 36 35 background-color: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 13% ); /* base: #222; */ … … 112 111 .colors-custom input[type="datetime-local"]:focus, 113 112 .colors-custom input[type="color"]:focus, 114 .colors-custom textarea:focus { 113 .colors-custom textarea:focus, 114 .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { 115 115 border-color: hsl( ' . esc_attr( $hue ) . ', ' . $reduced_saturation . ', 20% ); /* base: #333; */ 116 116 } … … 409 409 } 410 410 411 .colors-custom .bypostauthor > .comment-body > .comment-meta > .comment-author:before {412 border-color: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 100% ); /* base: #fff; */413 }414 415 411 .colors-custom .menu-toggle, 416 412 .colors-custom .menu-toggle:hover, -
trunk/src/wp-content/themes/twentyseventeen/rtl.css
r38833 r38865 175 175 176 176 .children .comment-author .avatar { 177 left: auto;178 right: -45px;179 }180 181 .bypostauthor > .comment-body > .comment-meta > .comment-author:before {182 left: auto;183 right: -65px;184 margin: -6px -6px 0 0;185 }186 187 .children .bypostauthor > .comment-body > .comment-meta > .comment-author:before {188 177 left: auto; 189 178 right: -45px; -
trunk/src/wp-content/themes/twentyseventeen/style.css
r38833 r38865 2334 2334 } 2335 2335 2336 .bypostauthor > .comment-body > .comment-meta > .comment-author:before { 2337 background: #222; 2338 -webkit-border-radius: 20px; 2339 border-radius: 20px; 2340 border: 1px solid #fff; 2341 color: #fff; 2342 left: -65px; 2343 font-size: 16px; 2344 font-size: 1rem; 2345 height: 20px; 2346 line-height: 1; 2347 margin: -6px 0 0 -6px; 2348 position: absolute; 2349 text-align: center; 2350 width: 20px; 2351 z-index: 2; 2352 } 2353 2354 .children .bypostauthor > .comment-body > .comment-meta > .comment-author:before { 2355 font-size: 12px; 2356 font-size: 0.75rem; 2357 height: 16px; 2358 left: -45px; 2359 width: 16px; 2336 .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { 2337 border: 1px solid #333; 2338 padding: 2px; 2360 2339 } 2361 2340
Note: See TracChangeset
for help on using the changeset viewer.