Changeset 25854
- Timestamp:
- 10/21/2013 04:32:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r25804 r25854 2452 2452 2453 2453 /* Ephemera widget*/ 2454 2454 2455 .content-sidebar .widget_twentyfourteen_ephemera .widget-title { 2455 2456 line-height: 1.2857142857; … … 2549 2550 box-sizing: border-box; 2550 2551 float: left; 2551 padding: 0 27px;2552 padding: 0 30px; 2552 2553 width: 315px; 2553 2554 } … … 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 } … … 2900 2907 } 2901 2908 2902 .attachment-featured-featured {2903 height: 240px;2904 }2905 2906 2909 .featured-content .hentry { 2907 2910 float: left; … … 2916 2919 height: 96px; 2917 2920 } 2921 2922 .attachment-featured-featured { 2923 height: 186px; 2924 } 2918 2925 } 2919 2926 … … 2925 2932 .primary-navigation { 2926 2933 display: block; 2934 } 2935 2936 .attachment-featured-featured { 2937 height: 213px; 2927 2938 } 2928 2939 } … … 2969 2980 float: left; 2970 2981 } 2982 2983 .attachment-featured-featured { 2984 height: 224px; 2985 } 2971 2986 } 2972 2987 … … 3019 3034 3020 3035 .attachment-featured-featured { 3021 height: 192px; 3022 } 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; 3036 height: 241px; 3034 3037 } 3035 3038 } … … 3037 3040 @media screen and (min-width: 1008px) { 3038 3041 .header-main { 3039 padding-left: 27px;3042 padding-left: 30px; 3040 3043 } 3041 3044 … … 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 … … 3091 3093 padding-top: 0; 3092 3094 } 3095 3093 3096 .footer-sidebar .widget_archive li, 3094 3097 .footer-sidebar .widget_categories li, … … 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 } … … 3170 3173 3171 3174 .site-info { 3172 padding -left: 27px;3175 padding: 15px 30px; 3173 3176 } 3174 3177 … … 3179 3182 .featured-content { 3180 3183 padding-left: 182px; 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; 3181 3204 } 3182 3205 } … … 3219 3242 padding-left: 30px; 3220 3243 } 3244 3245 .attachment-featured-featured { 3246 height: 158px; 3247 } 3221 3248 } 3222 3249 … … 3237 3264 #secondary, 3238 3265 .secondary-navigation ul ul { 3239 width: 168px; 3240 } 3266 width: 162px; 3267 } 3268 3241 3269 .secondary-navigation ul ul { 3242 left: 16 8px;3270 left: 162px; 3243 3271 } 3244 3272 } … … 3258 3286 padding-left: 30px; 3259 3287 } 3288 3289 .attachment-featured-featured { 3290 height: 164px; 3291 } 3260 3292 } 3261 3293 … … 3286 3318 margin-right: auto; 3287 3319 } 3320 3321 .attachment-featured-featured { 3322 height: 184px; 3323 } 3288 3324 } 3289 3325 … … 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 } 3302 } 3340 3341 .attachment-featured-featured { 3342 height: 192px; 3343 } 3344 }
Note: See TracChangeset
for help on using the changeset viewer.