Changeset 40672
- Timestamp:
- 05/15/2017 08:12:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r40655 r40672 2536 2536 2537 2537 #plugin-information-title { 2538 padding: 0 2 0px;2538 padding: 0 26px; 2539 2539 background: #f5f5f5; 2540 2540 font-size: 22px; … … 2542 2542 line-height: 56px; 2543 2543 position: relative; 2544 top: 0;2545 right: 0;2546 left: 0;2547 2544 height: 56px; 2548 overflow: hidden;2549 text-overflow: ellipsis;2550 white-space: nowrap;2551 2545 } 2552 2546 … … 2554 2548 margin-right: 0; 2555 2549 height: 250px; 2556 bottom: 250px;2557 2550 -webkit-background-size: cover; 2558 2551 background-size: cover; … … 2564 2557 padding: 0; 2565 2558 margin: 0; 2566 max-width: 680px;2567 2559 overflow: hidden; 2568 2560 text-overflow: ellipsis; … … 2571 2563 2572 2564 #plugin-information-title.with-banner h2 { 2565 position: relative; 2573 2566 font-family: "Helvetica Neue", sans-serif; 2574 2567 display: inline-block; 2575 2568 font-size: 30px; 2576 2569 line-height: 50px; 2570 -webkit-box-sizing: border-box; 2571 -moz-box-sizing: border-box; 2572 box-sizing: border-box; 2573 max-width: 100%; 2577 2574 padding: 0 15px; 2578 margin : 174px 0 0 10px;2575 margin-top: 174px; 2579 2576 color: #fff; 2580 2577 background: rgba( 30, 30, 30, 0.9 ); … … 2591 2588 2592 2589 #plugin-information-title.with-banner div.vignette { 2590 position: absolute; 2593 2591 display: block; 2594 float: right;2595 2592 top: 0; 2593 left: 0; 2596 2594 height: 250px; 2597 width: 772px; 2598 margin: 0 -20px; 2595 width: 100%; 2599 2596 background: transparent; 2600 2597 -webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 ); … … 2899 2896 #plugin-information-title.with-banner { 2900 2897 height: 100px; 2901 bottom: 100px;2902 2898 } 2903 2899 … … 2911 2907 #plugin-information-title.with-banner div.vignette { 2912 2908 height: 100px; 2913 bottom: 100px;2914 width: 800%;2915 2909 } 2916 2910
Note: See TracChangeset
for help on using the changeset viewer.