Ticket #25592: 25592.1.diff
File 25592.1.diff, 4.1 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
2451 2451 } 2452 2452 2453 2453 /* Ephemera widget*/ 2454 2454 2455 .content-sidebar .widget_twentyfourteen_ephemera .widget-title { 2455 2456 line-height: 1.2857142857; 2456 2457 padding-top: 1px; … … 2548 2549 -moz-box-sizing: border-box; 2549 2550 box-sizing: border-box; 2550 2551 float: left; 2551 padding: 0 27px;2552 padding: 0 30px; 2552 2553 width: 315px; 2553 2554 } 2554 2555 … … 2606 2607 2607 2608 .featured-content .entry-wrap { 2608 2609 background-color: #000; 2609 border: 12px solid #000; 2610 border-color: #000; 2611 border-style: solid; 2612 border-width: 12px 10px; 2613 -webkit-box-sizing: border-box; 2614 -moz-box-sizing: border-box; 2615 box-sizing: border-box; 2616 min-height: 96px; 2610 2617 overflow: hidden; 2611 2618 } 2612 2619 … … 2899 2906 width: 33.33333333%; 2900 2907 } 2901 2908 2902 .attachment-featured-featured {2903 height: 240px;2904 }2905 2906 2909 .featured-content .hentry { 2907 2910 float: left; 2908 2911 width: 50%; … … 2915 2918 .featured-content .entry-wrap { 2916 2919 height: 96px; 2917 2920 } 2921 2922 .attachment-featured-featured { 2923 height: 186px; 2924 } 2918 2925 } 2919 2926 2920 2927 @media screen and (min-width: 770px) { … … 2925 2932 .primary-navigation { 2926 2933 display: block; 2927 2934 } 2935 2936 .attachment-featured-featured { 2937 height: 213px; 2938 } 2928 2939 } 2929 2940 2930 2941 @media screen and (min-width: 810px) { … … 2968 2979 .contributor-summary { 2969 2980 float: left; 2970 2981 } 2982 2983 .attachment-featured-featured { 2984 height: 224px; 2985 } 2971 2986 } 2972 2987 2973 2988 @media screen and (min-width: 870px) { … … 3018 3033 } 3019 3034 3020 3035 .attachment-featured-featured { 3021 height: 192px;3036 height: 241px; 3022 3037 } 3023 3024 .featured-content .hentry {3025 width: 33.3333333%;3026 }3027 3028 .featured-content .hentry:nth-child( 2n+1 ) {3029 clear: none;3030 }3031 3032 .featured-content .hentry:nth-child( 3n+1 ) {3033 clear: both;3034 }3035 3038 } 3036 3039 3037 3040 @media screen and (min-width: 1008px) { 3038 3041 .header-main { 3039 padding-left: 27px;3042 padding-left: 30px; 3040 3043 } 3041 3044 3042 3045 .search-box-wrapper { … … 3083 3086 line-height: 1.6363636363; 3084 3087 margin: 0 0 0 -100%; 3085 3088 min-height: 100vh; 3086 padding: 0 27px; 3087 width: 128px; 3089 width: 122px; 3088 3090 } 3089 3091 3090 3092 .primary-sidebar { 3091 3093 padding-top: 0; 3092 3094 } 3095 3093 3096 .footer-sidebar .widget_archive li, 3094 3097 .footer-sidebar .widget_categories li, 3095 3098 .footer-sidebar .widget_links li, … … 3141 3144 display: none; 3142 3145 position: absolute; 3143 3146 top: -1px; 3144 left: 12 8px;3145 width: 12 8px;3147 left: 122px; 3148 width: 122px; 3146 3149 z-index: 9999; 3147 3150 } 3148 3151 … … 3169 3172 } 3170 3173 3171 3174 .site-info { 3172 padding -left: 27px;3175 padding: 15px 30px; 3173 3176 } 3174 3177 3175 3178 .front-page-content-wrapper { … … 3179 3182 .featured-content { 3180 3183 padding-left: 182px; 3181 3184 } 3185 3186 .featured-content .hentry { 3187 width: 33.3333333%; 3188 } 3189 3190 .featured-content .hentry:nth-child( 2n+1 ) { 3191 clear: none; 3192 } 3193 3194 .featured-content .hentry:nth-child( 3n+1 ) { 3195 clear: both; 3196 } 3197 3198 .featured-content .entry-wrap { 3199 height: 120px; 3200 } 3201 3202 .attachment-featured-featured { 3203 height: 152px; 3204 } 3182 3205 } 3183 3206 3184 3207 @media screen and (min-width: 1040px) { … … 3218 3241 padding-right: 30px; 3219 3242 padding-left: 30px; 3220 3243 } 3244 3245 .attachment-featured-featured { 3246 height: 158px; 3247 } 3221 3248 } 3222 3249 3223 3250 @media screen and (min-width: 1080px) { … … 3236 3263 3237 3264 #secondary, 3238 3265 .secondary-navigation ul ul { 3239 width: 16 8px;3266 width: 162px; 3240 3267 } 3268 3241 3269 .secondary-navigation ul ul { 3242 left: 16 8px;3270 left: 162px; 3243 3271 } 3244 3272 } 3245 3273 … … 3257 3285 padding-right: 30px; 3258 3286 padding-left: 30px; 3259 3287 } 3288 3289 .attachment-featured-featured { 3290 height: 164px; 3291 } 3260 3292 } 3261 3293 3262 3294 @media screen and (min-width: 1218px) { … … 3285 3317 .full-width .site-content footer.entry-meta { 3286 3318 margin-right: auto; 3287 3319 } 3320 3321 .attachment-featured-featured { 3322 height: 184px; 3323 } 3288 3324 } 3289 3325 3290 3326 @media screen and (min-width: 1260px) { … … 3293 3329 width: -webkit-calc(50% + 18px); 3294 3330 width: calc(50% + 18px); 3295 3331 } 3332 3296 3333 .site-content blockquote.alignleft { 3297 3334 margin-left: -18%; 3298 3335 } 3336 3299 3337 .site-content blockquote.alignright { 3300 3338 margin-right: -18%; 3301 3339 } 3340 3341 .attachment-featured-featured { 3342 height: 192px; 3343 } 3302 3344 } 3345 No newline at end of file