Changeset 4777
- Timestamp:
- 01/25/2017 12:42:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4775 r4777 2048 2048 .site-main.single .plugin-rating .rating-count { 2049 2049 display: none; 2050 } 2051 2052 .plugin-rating .rating-count a { 2053 color: inherit; 2054 cursor: hand; 2055 text-decoration: none; 2050 2056 } 2051 2057 … … 2173 2179 } 2174 2180 2181 .plugin-favorite .plugin-favorite-heart:focus { 2182 outline: thin dotted; 2183 } 2184 2175 2185 .plugin-favorite .plugin-favorite-heart:hover, .plugin-favorite .plugin-favorite-heart:focus { 2176 2186 text-decoration: none; … … 2223 2233 } 2224 2234 2235 .contributors-list { 2236 list-style: none; 2237 margin: 0; 2238 font-size: 0.9em; 2239 } 2240 2241 .contributors-list li { 2242 padding-bottom: 0.5em; 2243 } 2244 2225 2245 .plugin-developers { 2226 2246 list-style-type: none; … … 2248 2268 } 2249 2269 2250 .plugin-faqsh2:first-of-type {2270 #faq h2:first-of-type { 2251 2271 font-size: 20px; 2252 2272 font-size: 1.25rem; … … 2261 2281 } 2262 2282 2263 .plugin-faqsdl {2283 #faq dl { 2264 2284 border-bottom: 1px solid #eee; 2265 2285 } 2266 2286 2267 .plugin-faqsdt {2287 #faq dt { 2268 2288 border-top: 1px solid #eee; 2269 2289 cursor: pointer; … … 2275 2295 } 2276 2296 2277 .plugin-faqsdt:before {2297 #faq dt:before { 2278 2298 content: "\f347"; 2279 2299 float: right; … … 2283 2303 } 2284 2304 2285 .plugin-faqsdt.open:before {2305 #faq dt.open:before { 2286 2306 content: "\f343"; 2287 2307 } 2288 2308 2289 .plugin-faqsdd {2309 #faq dd { 2290 2310 display: none; 2291 2311 margin: 0 0 16px; … … 2293 2313 } 2294 2314 2295 .plugin-faqsdd p {2315 #faq dd p { 2296 2316 margin: 0; 2297 2317 } 2298 2318 2299 .plugin-faqsdd p + p {2319 #faq dd p + p { 2300 2320 margin-top: 16px; 2301 2321 margin-top: 1rem; 2302 2322 } 2303 2323 2304 .no-js .plugin-faqsdd {2324 .no-js #faq dd { 2305 2325 display: block; 2306 2326 } … … 2488 2508 2489 2509 .image-gallery-slide img { 2490 width: 100%; 2510 display: block; 2511 margin: 0 auto; 2491 2512 } 2492 2513 … … 2593 2614 } 2594 2615 2595 .plugin-screenshots .image-gallery-thumbnails-container {2596 max-height: 100px;2597 }2598 2599 2616 .plugin-screenshots .image-gallery-thumbnail { 2600 2617 vertical-align: top; 2601 2618 } 2602 2619 2603 .read-more { 2620 .plugin-screenshots .image-gallery-thumbnail img { 2621 max-height: 100px; 2622 } 2623 2624 .plugin-screenshots .image-gallery-thumbnails { 2625 overflow: hidden; 2626 } 2627 2628 .section.read-more { 2604 2629 border-bottom: 2px solid #eee; 2605 2630 max-height: 200px; … … 2608 2633 } 2609 2634 2610 .read-more#reviews { 2635 .section.read-more#description { 2636 max-height: 400px; 2637 } 2638 2639 .section.read-more#description.toggled { 2611 2640 max-height: none; 2612 overflow: auto; 2613 } 2614 2615 .read-more:nth-of-type(1) { 2616 max-height: 400px; 2617 } 2618 2619 .read-more h1, .read-more h2, .read-more h3 { 2641 } 2642 2643 .section.read-more.toggled { 2644 max-height: none; 2645 } 2646 2647 .section h1, .section h2, .section h3 { 2620 2648 font-size: 16px; 2621 2649 font-size: 1rem; … … 2626 2654 } 2627 2655 2628 . read-more h1:nth-child(2), .read-more h2:nth-child(2), .read-moreh3:nth-child(2) {2656 .section h1:nth-child(2), .section h2:nth-child(2), .section h3:nth-child(2) { 2629 2657 margin-top: 0; 2630 2658 } 2631 2659 2632 . read-more h4, .read-more h5, .read-moreh6 {2660 .section h4, .section h5, .section h6 { 2633 2661 font-size: 12.8px; 2634 2662 font-size: 0.8rem; … … 2639 2667 } 2640 2668 2641 . read-more h4:nth-child(2), .read-more h5:nth-child(2), .read-moreh6:nth-child(2) {2669 .section h4:nth-child(2), .section h5:nth-child(2), .section h6:nth-child(2) { 2642 2670 margin-top: 0; 2643 2671 } 2644 2672 2645 . read-moreh2:first-of-type {2673 .section h2:first-of-type { 2646 2674 font-size: 20px; 2647 2675 font-size: 1.25rem; … … 2653 2681 } 2654 2682 2655 . read-morep:first-child {2683 .section p:first-child { 2656 2684 margin-top: 0; 2657 }2658 2659 .read-more.toggled {2660 max-height: none;2661 }2662 2663 #screenshots.read-more {2664 border-bottom: none;2665 2685 } 2666 2686 … … 2800 2820 2801 2821 .search-form .button-search { 2822 border-top: none; 2802 2823 border-left: none; 2803 2824 -webkit-border-radius: 0 2px 2px 0; … … 2808 2829 right: auto; 2809 2830 top: auto; 2831 vertical-align: top; 2810 2832 } 2811 2833 … … 2866 2888 .site-header:not(.home) .search-form .search-field { 2867 2889 border: 0; 2868 -webkit-border-radius: 2px ;2869 border-radius: 2px ;2890 -webkit-border-radius: 2px 0 0 2px; 2891 border-radius: 2px 0 0 2px; 2870 2892 display: inline-block; 2871 2893 font-size: 16px; … … 2873 2895 padding: 5px 10px; 2874 2896 position: relative; 2875 width: 100%;2897 width: auto; 2876 2898 } 2877 2899 2878 2900 @media screen and (min-width: 48em) { 2879 2901 .site-header:not(.home) .search-form .search-field { 2880 -webkit-border-radius: 2px 0 0 2px;2881 border-radius: 2px 0 0 2px;2882 2902 font-size: 0.64rem; 2883 2903 width: 7rem; … … 2913 2933 margin: 32px 0; 2914 2934 margin: 2rem 0; 2935 } 2936 2937 nav .nav-links { 2938 text-align: center; 2939 } 2940 2941 nav .nav-links .page-numbers { 2942 background-color: #f9f9f9; 2943 min-width: 2em; 2944 padding: 8px; 2945 display: inline-block; 2946 cursor: hand; 2947 } 2948 2949 nav .nav-links .page-numbers.next, nav .nav-links .page-numbers.prev, nav .nav-links .page-numbers.dots { 2950 width: auto; 2951 font-size: 0.9em; 2952 background: none; 2953 } 2954 2955 nav .nav-links .page-numbers.dots { 2956 cursor: inherit; 2957 } 2958 2959 nav .nav-links span.page-numbers { 2960 font-weight: bold; 2961 background-color: #f7f7f7; 2915 2962 } 2916 2963 … … 3315 3362 } 3316 3363 3364 .entry-meta .widget-title { 3365 font-size: 20px; 3366 font-size: 1.25rem; 3367 border: none; 3368 color: #32373c; 3369 font-weight: 600; 3370 padding: 0; 3371 } 3372 3317 3373 .plugin-support { 3318 3374 font-size: 12.8px;
Note: See TracChangeset
for help on using the changeset viewer.