diff --git src/wp-content/themes/twentyfourteen/style.css src/wp-content/themes/twentyfourteen/style.css
index aac3922..42dc87c 100644
|
|
|
span + .edit-link:before, |
| 861 | 861 | float: left; |
| 862 | 862 | font-size: 18px; |
| 863 | 863 | font-weight: 700; |
| 864 | | line-height: 48px; |
| | 864 | line-height: 24px; |
| | 865 | padding: 12px 96px 12px 0; |
| 865 | 866 | margin: 0; |
| 866 | 867 | overflow: hidden; |
| 867 | | text-overflow: ellipsis; |
| 868 | | white-space: nowrap; |
| 869 | 868 | } |
| 870 | 869 | |
| 871 | 870 | .site-title, |
| … |
… |
span + .edit-link:before, |
| 874 | 873 | color: #fff; |
| 875 | 874 | } |
| 876 | 875 | |
| | 876 | .site-title a { |
| | 877 | display: block; |
| | 878 | } |
| | 879 | |
| 877 | 880 | /* Search in the header */ |
| 878 | 881 | |
| 879 | 882 | .search-toggle { |
| … |
… |
span + .edit-link:before, |
| 881 | 884 | cursor: pointer; |
| 882 | 885 | float: right; |
| 883 | 886 | height: 48px; |
| 884 | | margin-right: 38px; |
| | 887 | margin-right: 0; |
| 885 | 888 | text-align: center; |
| 886 | 889 | width: 48px; |
| | 890 | position: absolute; |
| | 891 | top: 0; |
| | 892 | right: 48px; |
| 887 | 893 | } |
| 888 | 894 | |
| 889 | 895 | .search-toggle:hover, |
| … |
… |
span + .edit-link:before, |
| 975 | 981 | } |
| 976 | 982 | |
| 977 | 983 | .primary-navigation.toggled-on { |
| 978 | | padding: 72px 0 36px; |
| | 984 | padding: 24px 0 36px; |
| | 985 | clear: both; |
| 979 | 986 | } |
| 980 | 987 | |
| 981 | 988 | .primary-navigation .nav-menu { |
| … |
… |
a.post-thumbnail:hover { |
| 3080 | 3087 | } |
| 3081 | 3088 | |
| 3082 | 3089 | @media screen and (max-width: 400px) { |
| 3083 | | .site-title { |
| 3084 | | max-width: 71%; |
| 3085 | | } |
| 3086 | | |
| 3087 | 3090 | .list-view .site-content .post-thumbnail { |
| 3088 | 3091 | background: none; |
| 3089 | 3092 | width: auto; |
| … |
… |
a.post-thumbnail:hover { |
| 3158 | 3161 | } |
| 3159 | 3162 | |
| 3160 | 3163 | @media screen and (min-width: 401px) { |
| 3161 | | .site-title { |
| 3162 | | max-width: 77%; |
| 3163 | | } |
| 3164 | | |
| 3165 | 3164 | a.post-thumbnail:hover img { |
| 3166 | 3165 | opacity: 0.85; |
| 3167 | 3166 | } |
| … |
… |
a.post-thumbnail:hover { |
| 3291 | 3290 | |
| 3292 | 3291 | @media screen and (min-width: 594px) { |
| 3293 | 3292 | .site-title { |
| 3294 | | max-width: 85%; |
| | 3293 | line-height: 48px; |
| | 3294 | padding: 0; |
| 3295 | 3295 | } |
| 3296 | | |
| | 3296 | |
| 3297 | 3297 | .site-content .entry-header { |
| 3298 | 3298 | padding-right: 30px; |
| 3299 | 3299 | padding-left: 30px; |
| … |
… |
a.post-thumbnail:hover { |
| 3309 | 3309 | padding: 0 30px; |
| 3310 | 3310 | } |
| 3311 | 3311 | |
| 3312 | | .site-title { |
| 3313 | | max-width: 89%; |
| 3314 | | } |
| 3315 | | |
| 3316 | | .search-toggle { |
| 3317 | | margin-right: 18px; |
| 3318 | | } |
| 3319 | | |
| 3320 | 3312 | .search-box .search-field { |
| 3321 | 3313 | width: 50%; |
| 3322 | 3314 | } |
| … |
… |
a.post-thumbnail:hover { |
| 3447 | 3439 | .header-main { |
| 3448 | 3440 | padding-right: 0; |
| 3449 | 3441 | } |
| 3450 | | |
| 3451 | | .site-title { |
| 3452 | | max-width: 93%; |
| 3453 | | } |
| 3454 | | |
| | 3442 | |
| 3455 | 3443 | .search-toggle { |
| | 3444 | position: relative; |
| | 3445 | right: 0; |
| 3456 | 3446 | margin-right: 0; |
| 3457 | 3447 | } |
| 3458 | 3448 | |