404page-ui.css
94 lines
| 1 | #select404page { |
| 2 | display: block; |
| 3 | min-width: 30%; |
| 4 | max-width: none; |
| 5 | margin: 10px 0 20px 0; |
| 6 | } |
| 7 | |
| 8 | .pp-404page-videos:after { |
| 9 | content: ''; |
| 10 | display: block; |
| 11 | width: 0; |
| 12 | height: 0; |
| 13 | padding: 0; |
| 14 | margin: 0; |
| 15 | clear: both; |
| 16 | } |
| 17 | |
| 18 | .pp-404page-videos a { |
| 19 | display: block; |
| 20 | margin: 0 12px 12px 0; |
| 21 | width: 300px; |
| 22 | float: left; |
| 23 | line-height: 1; |
| 24 | } |
| 25 | |
| 26 | .pp-404page-videos a div { |
| 27 | position: relative; |
| 28 | } |
| 29 | |
| 30 | .pp-404page-videos a img { |
| 31 | width: 100%; |
| 32 | height: auto; |
| 33 | } |
| 34 | |
| 35 | .pp-404page-videos a div:after { |
| 36 | content: '\f236'; |
| 37 | font-family: dashicons; |
| 38 | font-size: 60px; |
| 39 | display: block; |
| 40 | position: absolute; |
| 41 | left: 50%; |
| 42 | top: 50%; |
| 43 | -webkit-transform: translate(-50%, -50%); |
| 44 | transform: translate(-50%, -50%); |
| 45 | z-index: 99; |
| 46 | color: #FF0000; |
| 47 | opacity: 0.3; |
| 48 | transition: opacity 0.3s ease-in-out; |
| 49 | } |
| 50 | |
| 51 | .pp-404page-videos a:hover div:after, .pp-404page-videos a:focus div:after { |
| 52 | opacity: 0.8; |
| 53 | } |
| 54 | |
| 55 | .pp-admin-page-wrapper .form-table td .pp-404page-info { |
| 56 | display: inline-block; |
| 57 | line-height: 20px; |
| 58 | margin: 20px 12px 0 12px; |
| 59 | background-color: #1a1a1a; |
| 60 | color: #fff; |
| 61 | padding: 6px; |
| 62 | } |
| 63 | |
| 64 | .pp-admin-page-wrapper .form-table td .pp-404page-info:before { |
| 65 | font-family: dashicons; |
| 66 | display: inline-block; |
| 67 | font-weight: 400; |
| 68 | font-style: normal; |
| 69 | speak: none; |
| 70 | width: 20px; |
| 71 | height: 20px; |
| 72 | font-size: 20px; |
| 73 | vertical-align: top; |
| 74 | text-align: center; |
| 75 | content: "\f348"; |
| 76 | margin-right: 12px; |
| 77 | } |
| 78 | |
| 79 | /* Some changes for Lity to overlay Admin Bar */ |
| 80 | .lity, .lity-wrap { |
| 81 | z-index: 999990; |
| 82 | } |
| 83 | .lity-loader { |
| 84 | z-index: 999991; |
| 85 | } |
| 86 | .lity-container { |
| 87 | z-index: 999992; |
| 88 | } |
| 89 | .lity-content { |
| 90 | z-index: 999993; |
| 91 | } |
| 92 | .lity-close { |
| 93 | z-index: 999994; |
| 94 | } |