Changeset 4374
- Timestamp:
- 11/18/2016 03:26:57 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/style.scss
r4292 r4374 14 14 text-transform: inherit; 15 15 } 16 17 .image-gallery-thumbnails-container { 18 max-height: 100px; 19 } 20 21 .image-gallery-thumbnail { 22 vertical-align: top; 23 } 16 24 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/_components.scss
r4223 r4374 9 9 @import "../components/plugin/favorite-button/style"; 10 10 @import "../components/plugin/plugin-banner/style"; 11 @import "../components/plugin/sections/changelog/style"; 11 12 @import "../components/plugin/sections/developers/style"; 12 13 @import "../components/plugin/sections/faq/style"; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4278 r4374 2124 2124 } 2125 2125 2126 #changelog { 2127 font-size: 12.8px; 2128 font-size: 0.8rem; 2129 } 2130 2131 #changelog code { 2132 font-size: 12.8px; 2133 font-size: 0.8rem; 2134 } 2135 2136 #changelog h4 { 2137 margin-top: 0; 2138 } 2139 2126 2140 .plugin-developers { 2127 2141 list-style-type: none; … … 2146 2160 margin-left: 10px; 2147 2161 vertical-align: middle; 2162 float: right; 2148 2163 } 2149 2164 … … 2171 2186 font-size: 1rem; 2172 2187 font-weight: 600; 2173 letter-spacing: 0.8px;2174 letter-spacing: 0.05rem;2175 2188 padding: 16px 0; 2176 2189 padding: 1rem 0; … … 2277 2290 margin-top: 8px; 2278 2291 margin-top: 0.5rem; 2292 text-decoration: none; 2279 2293 } 2280 2294 … … 2283 2297 font-family: dashicons; 2284 2298 vertical-align: text-top; 2299 padding-right: 5px; 2300 float: left; 2301 position: relative; 2302 top: 1px; 2285 2303 } 2286 2304 … … 2298 2316 .image-gallery-content .image-gallery-left-nav, 2299 2317 .image-gallery-content .image-gallery-right-nav { 2300 color: #fff;2301 font-size: 61.035px;2302 font-size: 3. 8146972656rem;2318 display: none; 2319 font-size: 48.828px; 2320 font-size: 3.0517578125rem; 2303 2321 height: 100%; 2304 2322 position: absolute; 2305 text-shadow: 0 2px 2px #222;2306 2323 top: 0; 2307 2324 z-index: 4; 2325 border-color: #eee; 2326 -webkit-transition: background 0.1s ease, border 0.1s ease; 2327 transition: background 0.1s ease, border 0.1s ease; 2308 2328 } 2309 2329 … … 2318 2338 .image-gallery-content .image-gallery-left-nav:hover, 2319 2339 .image-gallery-content .image-gallery-right-nav:hover { 2320 color: #fff; 2340 background: #fff; 2341 opacity: 0.8; 2342 border: 1px solid #eee; 2321 2343 } 2322 2344 } … … 2324 2346 .image-gallery-content .image-gallery-left-nav:before, 2325 2347 .image-gallery-content .image-gallery-right-nav:before { 2326 padding: 15px;2327 2348 position: relative; 2328 top: -15px;2349 font-family: 'dashicons'; 2329 2350 } 2330 2351 … … 2334 2355 2335 2356 .image-gallery-content .image-gallery-left-nav:before { 2336 content: '\027E8'; 2357 content: '\f341'; 2358 } 2359 2360 .image-gallery-content .image-gallery-left-nav:hover { 2361 margin-right: -1px; 2337 2362 } 2338 2363 … … 2342 2367 2343 2368 .image-gallery-content .image-gallery-right-nav:before { 2344 content: '\027E9'; 2369 content: '\f345'; 2370 } 2371 2372 .image-gallery-content .image-gallery-right-nav:hover { 2373 margin-left: -1px; 2374 } 2375 2376 .image-gallery-content:hover .image-gallery-left-nav, 2377 .image-gallery-content:hover .image-gallery-right-nav { 2378 display: block; 2345 2379 } 2346 2380 … … 2350 2384 position: relative; 2351 2385 white-space: nowrap; 2386 border: 1px solid #eee; 2352 2387 } 2353 2388 … … 2377 2412 padding: 10px 20px; 2378 2413 white-space: normal; 2414 font-size: 12.8px; 2415 font-size: 0.8rem; 2379 2416 } 2380 2417 … … 2389 2426 background: #fff; 2390 2427 margin-top: 5px; 2391 overflow: hidden;2392 2428 } 2393 2429 … … 2401 2437 display: table-cell; 2402 2438 margin-left: 5px; 2439 border: 1px solid #eee; 2403 2440 } 2404 2441 … … 2408 2445 2409 2446 .image-gallery-thumbnail img { 2410 border: 4px solid transparent;2411 2447 vertical-align: middle; 2412 2448 width: 100px; … … 2415 2451 @media (max-width: 768px) { 2416 2452 .image-gallery-thumbnail img { 2417 border: 3px solid transparent;2418 2453 width: 75px; 2419 2454 } 2420 2455 } 2421 2456 2422 .image-gallery-thumbnail.active img { 2423 border: 4px solid #337ab7; 2424 } 2425 2426 @media (max-width: 768px) { 2427 .image-gallery-thumbnail.active img { 2428 border: 3px solid #337ab7; 2429 } 2457 .image-gallery-thumbnail:hover { 2458 -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); 2459 box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); 2460 } 2461 2462 .image-gallery-thumbnail.active { 2463 border: 1px solid #337ab7; 2430 2464 } 2431 2465 … … 2468 2502 } 2469 2503 2470 .plugin-screenshots figcaption { 2471 font-style: italic; 2504 .plugin-screenshots .image-gallery-thumbnails-container { 2505 max-height: 100px; 2506 } 2507 2508 .plugin-screenshots .image-gallery-thumbnail { 2509 vertical-align: top; 2472 2510 } 2473 2511 … … 2482 2520 max-height: none; 2483 2521 overflow: auto; 2522 } 2523 2524 .read-more:nth-of-type(1) { 2525 max-height: 400px; 2484 2526 } 2485 2527 … … 2548 2590 padding-right: 5px; 2549 2591 vertical-align: text-top; 2592 position: relative; 2593 float: left; 2594 top: 1px; 2550 2595 } 2551 2596 2552 2597 .toggled + .section-toggle:after { 2553 2598 content: "\f343"; 2599 } 2600 2601 .section-toggle:hover { 2602 text-decoration: underline; 2554 2603 } 2555 2604 … … 3077 3126 position: absolute; 3078 3127 left: 0; 3079 top: 4.8px; 3080 top: 0.3rem; 3128 top: 0; 3081 3129 } 3082 3130 … … 3108 3156 .plugin-ratings .ratings-list .counter-container a { 3109 3157 width: 100%; 3158 } 3159 3160 .plugin-ratings .ratings-list .counter-container:hover, 3161 .plugin-ratings .ratings-list .counter-container a:hover { 3162 text-decoration: none; 3110 3163 } 3111 3164 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4344 r4374 2502 2502 } 2503 2503 2504 .plugin-screenshots .image-gallery-thumbnails-container { 2505 max-height: 100px; 2506 } 2507 2508 .plugin-screenshots .image-gallery-thumbnail { 2509 vertical-align: top; 2510 } 2511 2504 2512 .read-more { 2505 2513 border-bottom: 2px solid #eee; … … 3255 3263 } 3256 3264 } 3257 /*# sourceMappingURL=style.css.map */
Note: See TracChangeset
for help on using the changeset viewer.