Changeset 4440
- Timestamp:
- 11/28/2016 08:13:10 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4425 r4440 378 378 big { 379 379 font-size: 125%; 380 } 381 382 .feedback-survey { 383 background: #fff; 384 -webkit-border-radius: 0 3px 3px 0; 385 border-radius: 0 3px 3px 0; 386 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); 387 box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); 388 display: block; 389 font-size: 12.8px; 390 font-size: 0.8rem; 391 padding: 5px 10px; 392 position: fixed; 393 left: 0; 394 top: 200px; 395 width: 40px; 396 z-index: 100; 397 } 398 399 .feedback-survey .survey-msg { 400 display: none; 401 } 402 403 .feedback-survey:hover { 404 width: auto; 405 } 406 407 .feedback-survey:hover .survey-msg { 408 display: inline-block; 409 } 410 411 .feedback-survey a:hover { 412 text-decoration: none; 413 } 414 415 .feedback-survey .dashicons-megaphone { 416 margin: 2px 0 0 10px; 380 417 } 381 418 … … 1852 1889 background-color: #f9f9f9; 1853 1890 margin-bottom: 4%; 1854 padding: 8px 8px 08px;1891 padding: 15px 15px 8px; 1855 1892 vertical-align: top; 1856 1893 } … … 1897 1934 1898 1935 .plugin-card .entry-excerpt p { 1899 margin: 0 0 8px;1936 margin: 0; 1900 1937 } 1901 1938 1902 1939 .plugin-card hr { 1903 1940 background-color: #fff; 1904 margin: auto;1941 margin: 15px -15px 8px; 1905 1942 } 1906 1943 … … 1920 1957 margin-left: 6.4px; 1921 1958 margin-left: 0.4rem; 1959 } 1960 1961 .plugin-card footer span.last-updated { 1962 display: none; 1963 } 1964 1965 .plugin-card footer span.plugin-author { 1966 width: 100%; 1922 1967 } 1923 1968 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4437 r4440 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 … … 2248 2254 } 2249 2255 2250 .plugin-faqsh2:first-of-type {2256 #faq h2:first-of-type { 2251 2257 font-size: 20px; 2252 2258 font-size: 1.25rem; … … 2261 2267 } 2262 2268 2263 .plugin-faqsdl {2269 #faq dl { 2264 2270 border-bottom: 1px solid #eee; 2265 2271 } 2266 2272 2267 .plugin-faqsdt {2273 #faq dt { 2268 2274 border-top: 1px solid #eee; 2269 2275 cursor: pointer; … … 2275 2281 } 2276 2282 2277 .plugin-faqsdt:before {2283 #faq dt:before { 2278 2284 content: "\f347"; 2279 2285 float: right; … … 2283 2289 } 2284 2290 2285 .plugin-faqsdt.open:before {2291 #faq dt.open:before { 2286 2292 content: "\f343"; 2287 2293 } 2288 2294 2289 .plugin-faqsdd {2295 #faq dd { 2290 2296 display: none; 2291 2297 margin: 0 0 16px; … … 2293 2299 } 2294 2300 2295 .plugin-faqsdd p {2301 #faq dd p { 2296 2302 margin: 0; 2297 2303 } 2298 2304 2299 .plugin-faqsdd p + p {2305 #faq dd p + p { 2300 2306 margin-top: 16px; 2301 2307 margin-top: 1rem; 2302 2308 } 2303 2309 2304 .no-js .plugin-faqsdd {2310 .no-js #faq dd { 2305 2311 display: block; 2306 2312 } … … 2601 2607 } 2602 2608 2603 . read-more {2609 .section.read-more { 2604 2610 border-bottom: 2px solid #eee; 2605 2611 max-height: 200px; … … 2608 2614 } 2609 2615 2610 .read-more#reviews { 2616 .section.read-more#description { 2617 max-height: 400px; 2618 } 2619 2620 .section.read-more#description.toggled { 2611 2621 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 { 2622 } 2623 2624 .section.read-more.toggled { 2625 max-height: none; 2626 } 2627 2628 .section h1, .section h2, .section h3 { 2620 2629 font-size: 16px; 2621 2630 font-size: 1rem; … … 2626 2635 } 2627 2636 2628 . read-more h1:nth-child(2), .read-more h2:nth-child(2), .read-moreh3:nth-child(2) {2637 .section h1:nth-child(2), .section h2:nth-child(2), .section h3:nth-child(2) { 2629 2638 margin-top: 0; 2630 2639 } 2631 2640 2632 . read-more h4, .read-more h5, .read-moreh6 {2641 .section h4, .section h5, .section h6 { 2633 2642 font-size: 12.8px; 2634 2643 font-size: 0.8rem; … … 2639 2648 } 2640 2649 2641 . read-more h4:nth-child(2), .read-more h5:nth-child(2), .read-moreh6:nth-child(2) {2650 .section h4:nth-child(2), .section h5:nth-child(2), .section h6:nth-child(2) { 2642 2651 margin-top: 0; 2643 2652 } 2644 2653 2645 . read-moreh2:first-of-type {2654 .section h2:first-of-type { 2646 2655 font-size: 20px; 2647 2656 font-size: 1.25rem; … … 2653 2662 } 2654 2663 2655 . read-morep:first-child {2664 .section p:first-child { 2656 2665 margin-top: 0; 2657 }2658 2659 .read-more.toggled {2660 max-height: none;2661 }2662 2663 #screenshots.read-more {2664 border-bottom: none;2665 2666 } 2666 2667 … … 2915 2916 } 2916 2917 2918 nav .nav-links { 2919 text-align: center; 2920 } 2921 2922 nav .nav-links .page-numbers { 2923 background-color: #f9f9f9; 2924 min-width: 2em; 2925 padding: 8px; 2926 display: inline-block; 2927 cursor: hand; 2928 } 2929 2930 nav .nav-links .page-numbers.next, nav .nav-links .page-numbers.prev, nav .nav-links .page-numbers.dots { 2931 width: auto; 2932 font-size: 0.9em; 2933 background: none; 2934 } 2935 2936 nav .nav-links .page-numbers.dots { 2937 cursor: inherit; 2938 } 2939 2940 nav .nav-links span.page-numbers { 2941 font-weight: bold; 2942 background-color: #f7f7f7; 2943 } 2944 2917 2945 .main-navigation { 2918 2946 background: #0073aa; … … 3358 3386 } 3359 3387 } 3360 /*# sourceMappingURL=style.css.map */
Note: See TracChangeset
for help on using the changeset viewer.