Changeset 29096
- Timestamp:
- 07/11/2014 06:00:28 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/css/ie.css
r27117 r29096 28 28 textarea:focus { 29 29 border: 1px solid #b2b2b2; 30 } 31 32 .site-title { 33 max-width: 71%; 30 34 } 31 35 -
trunk/src/wp-content/themes/twentyfourteen/style.css
r28756 r29096 864 864 line-height: 48px; 865 865 margin: 0; 866 867 /* Nav-toggle width + search-toggle width - gutter = 86px */ 868 max-width: -webkit-calc(100% - 86px); 869 max-width: calc(100% - 86px); 870 } 871 872 .site-title a, 873 .site-title a:hover { 874 color: #fff; 875 display: block; 866 876 overflow: hidden; 867 877 text-overflow: ellipsis; 868 878 white-space: nowrap; 869 }870 871 .site-title,872 .site-title a,873 .site-title a:hover {874 color: #fff;875 879 } 876 880 … … 3081 3085 3082 3086 @media screen and (max-width: 400px) { 3083 .site-title {3084 max-width: 71%;3085 }3086 3087 3087 .list-view .site-content .post-thumbnail { 3088 3088 background: none; … … 3159 3159 3160 3160 @media screen and (min-width: 401px) { 3161 .site-title {3162 max-width: 77%;3163 }3164 3165 3161 a.post-thumbnail:hover img { 3166 3162 opacity: 0.85; … … 3291 3287 3292 3288 @media screen and (min-width: 594px) { 3293 .site-title {3294 max-width: 85%;3295 }3296 3297 3289 .site-content .entry-header { 3298 3290 padding-right: 30px; … … 3308 3300 .header-main { 3309 3301 padding: 0 30px; 3310 }3311 3312 .site-title {3313 max-width: 89%;3314 3302 } 3315 3303 … … 3445 3433 3446 3434 @media screen and (min-width: 783px) { 3435 .site-title { 3436 /* Search-toggle width = 48px */ 3437 max-width: -webkit-calc(100% - 48px); 3438 max-width: calc(100% - 48px); 3439 } 3440 3447 3441 .header-main { 3448 3442 padding-right: 0; 3449 }3450 3451 .site-title {3452 max-width: 93%;3453 3443 } 3454 3444 … … 3700 3690 3701 3691 @media screen and (min-width: 1008px) { 3702 .site-title {3703 max-width: 95%;3704 }3705 3706 3692 .search-box-wrapper { 3707 3693 padding-left: 182px; … … 4225 4211 } 4226 4212 4227 .site-title,4228 4213 .site-title a, 4229 4214 .entry-meta,
Note: See TracChangeset
for help on using the changeset viewer.