base-statistic.css
7 months ago
base-statistic.css.map
1 year ago
base-statistic.less
7 months ago
index.php
3 years ago
media.css
7 months ago
settings-premium.css
7 months ago
statistic.css
3 years ago
sweetalert-custom.css
7 months ago
sweetalert-custom.css.map
6 years ago
sweetalert-custom.less
3 years ago
sweetalert2.css
3 years ago
wrio-subscribe-widget.css
7 months ago
media.css
236 lines
| 1 | /** |
| 2 | * == Custom column & Metabox |
| 3 | */ |
| 4 | .column-wio_optimized_file.column-wio_optimized_file { |
| 5 | width: 300px; |
| 6 | text-align: center; |
| 7 | vertical-align: middle; |
| 8 | } |
| 9 | .column-wio_optimized_file > * { |
| 10 | max-width: 235px; |
| 11 | margin: 0 auto; |
| 12 | } |
| 13 | @media (min-width: 1151px) and (max-width: 1800px) { |
| 14 | .column-wio_optimized_file.column-wio_optimized_file { |
| 15 | width: 235px; |
| 16 | } |
| 17 | } |
| 18 | @media (min-width: 783px) and (max-width: 1150px) { |
| 19 | .column-wio_optimized_file.column-wio_optimized_file { |
| 20 | width: 13em; |
| 21 | } |
| 22 | table.media .column-title .has-media-icon ~ .row-actions.row-actions { |
| 23 | margin-left: 0; |
| 24 | } |
| 25 | } |
| 26 | @media (max-width: 782px) { |
| 27 | table.media .column-wio_optimized_file.column-wio_optimized_file { |
| 28 | text-align: left; |
| 29 | } |
| 30 | table.media .wio-datas-more-action, |
| 31 | table.media .wio-datas-actions-links { |
| 32 | text-align: center; |
| 33 | } |
| 34 | table.media .column-wio_optimized_file > *, |
| 35 | table.media .column-wio_optimized_file .wio-datas-actions-links a { |
| 36 | max-width: 100%; |
| 37 | margin-left: 0; |
| 38 | } |
| 39 | } |
| 40 | @media (min-width: 783px) and (max-width: 1150px), (max-width: 360px) { |
| 41 | table.media .wio-hide-if-small { |
| 42 | position: absolute; |
| 43 | margin: -1px; |
| 44 | padding: 0; |
| 45 | height: 1px; |
| 46 | width: 1px; |
| 47 | overflow: hidden; |
| 48 | clip: rect(0 0 0 0); |
| 49 | border: 0; |
| 50 | word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ |
| 51 | } |
| 52 | } |
| 53 | .compat-field-wio .label { |
| 54 | vertical-align: top; |
| 55 | } |
| 56 | .compat-field-wio ul.wio-datas-list { |
| 57 | margin-top: 7px; |
| 58 | font-size: 11px; |
| 59 | } |
| 60 | ul.wio-datas-list.wio-datas-list { |
| 61 | margin: 0 auto; |
| 62 | color: #555; |
| 63 | font-size: 10px; |
| 64 | } |
| 65 | ul.wio-datas-list .big { |
| 66 | font-size: 12px; |
| 67 | color: #40B1D0; |
| 68 | } |
| 69 | .wio-data-item { |
| 70 | overflow: hidden; |
| 71 | } |
| 72 | li.wio-data-item { |
| 73 | clear: both; |
| 74 | margin-bottom: 2px; |
| 75 | display: flex; |
| 76 | align-items: center; |
| 77 | gap: 5px; |
| 78 | } |
| 79 | ul.wio-datas-list .wio-data-item span.data, |
| 80 | ul.wio-datas-list .wio-data-item strong { |
| 81 | |
| 82 | -webkit-box-sizing: border-box; |
| 83 | -moz-box-sizing: border-box; |
| 84 | box-sizing: border-box; |
| 85 | } |
| 86 | ul.wio-datas-list .wio-data-item span.data { |
| 87 | text-align: left; |
| 88 | padding-right: 5px; |
| 89 | } |
| 90 | .compat-field-wio .wio-datas-list .wio-data-item .data { |
| 91 | width: 130px; |
| 92 | text-align: left; |
| 93 | font-weight: bold; |
| 94 | } |
| 95 | ul.wio-datas-list .wio-data-item strong { |
| 96 | text-align: left; |
| 97 | padding-left: 5px; |
| 98 | } |
| 99 | .media-sidebar .wio-datas-list .wio-data-item .data { |
| 100 | width: auto; |
| 101 | float: none; |
| 102 | } |
| 103 | .media-sidebar .wio-datas-list .wio-data-item strong { |
| 104 | display: inline-block; |
| 105 | width: auto; |
| 106 | float: none; |
| 107 | } |
| 108 | .media-sidebar .wio-datas-list .wio-data-item .wio-chart { |
| 109 | float: left; |
| 110 | } |
| 111 | .wio-datas-more-action.wio-datas-more-action { |
| 112 | margin: .4em auto; |
| 113 | background: linear-gradient(to bottom, transparent, transparent 49%, rgba(0,0,0,.075) 50%, rgba(0,0,0,.075) 58%, transparent 58%, transparent); |
| 114 | } |
| 115 | .wio-datas-more-action a { |
| 116 | display: inline-block; |
| 117 | padding: 0 5px; |
| 118 | background: #40B1D0; |
| 119 | color: #FFF; |
| 120 | text-transform: uppercase; |
| 121 | font-size: 9px; |
| 122 | font-weight: bold; |
| 123 | line-height: 1.9; |
| 124 | text-decoration: none; |
| 125 | } |
| 126 | .wio-datas-more-action a.is-open { |
| 127 | background: #555; |
| 128 | } |
| 129 | .wio-datas-more-action a.is-open .dashicons { |
| 130 | transform: rotate(180deg); |
| 131 | } |
| 132 | .wio-datas-more-action a .dashicons { |
| 133 | font-size: 14px; |
| 134 | vertical-align: middle; |
| 135 | line-height: .8; |
| 136 | } |
| 137 | .wio-datas-more-action a .dashicons:before { |
| 138 | vertical-align: middle; |
| 139 | line-height: 20px; |
| 140 | } |
| 141 | .wio-datas-more-action .the-text { |
| 142 | display: inline-block; |
| 143 | vertical-align: middle; |
| 144 | height: auto; |
| 145 | line-height: inherit; |
| 146 | } |
| 147 | |
| 148 | ul.wio-datas-details.wio-datas-details { |
| 149 | margin: .7em auto; |
| 150 | } |
| 151 | .wio-datas-details strong { |
| 152 | color: #40B1D0; |
| 153 | } |
| 154 | .wio-datas-details .original { |
| 155 | color: #555; |
| 156 | } |
| 157 | |
| 158 | .wio-datas-actions-links { |
| 159 | overflow: hidden; |
| 160 | border-top: 2px solid transparent; |
| 161 | padding-top: 5px; |
| 162 | font-size: 8px; |
| 163 | } |
| 164 | .nggform .wio-datas-actions-links { |
| 165 | position: relative; |
| 166 | z-index: 2; |
| 167 | } |
| 168 | .nggform .row-actions { |
| 169 | z-index: 1; |
| 170 | } |
| 171 | .wio-datas-actions-links a { |
| 172 | position: relative; |
| 173 | display: inline-block; |
| 174 | padding-left: 17px; |
| 175 | text-decoration: none; |
| 176 | font-weight: 600; |
| 177 | } |
| 178 | .compat-field-wio .wio-datas-actions-links { |
| 179 | max-width: 300px; |
| 180 | } |
| 181 | .misc-pub-wio .wio-datas-actions-links { |
| 182 | border-top: 2px solid #f2f2f2; |
| 183 | padding-bottom: 5px; |
| 184 | } |
| 185 | /* Library */ |
| 186 | .column-wio_optimized_file .wio-datas-actions-links a { |
| 187 | margin: 0 .7em; |
| 188 | padding-left: 15px; |
| 189 | } |
| 190 | |
| 191 | /* Media edition */ |
| 192 | .compat-field-wio .wio-datas-actions-links a, |
| 193 | .misc-pub-wio .wio-datas-actions-links a { |
| 194 | font-size: 10px; |
| 195 | float: left; |
| 196 | width: 50%; |
| 197 | } |
| 198 | .media-sidebar .compat-field-wio .wio-datas-actions-links a, |
| 199 | .submitbox .misc-pub-wio .wio-datas-actions-links a { |
| 200 | display: block; |
| 201 | width: auto; |
| 202 | float: none; |
| 203 | } |
| 204 | .wio-datas-actions-links a:only-child { |
| 205 | float: none; |
| 206 | width: auto; |
| 207 | } |
| 208 | .wio-datas-details.is-open + .wio-datas-actions-links { |
| 209 | border-top-color: rgba(0,0,0,.075); |
| 210 | } |
| 211 | .wio-datas-actions-links .dashicons { |
| 212 | position: absolute; |
| 213 | left: 0; top: 4px; |
| 214 | width: 12px; |
| 215 | margin-right: 2px; |
| 216 | font-size: 11px; |
| 217 | } |
| 218 | |
| 219 | /* Button spacing */ |
| 220 | td.column-wio_optimized_file { |
| 221 | display: flex; |
| 222 | flex-wrap: wrap; |
| 223 | justify-content: center; |
| 224 | align-items: center; |
| 225 | gap: 8px; |
| 226 | } |
| 227 | .column-wio_optimized_file .wio-datas-actions-links { |
| 228 | display: flex; |
| 229 | flex-wrap: wrap; |
| 230 | justify-content: center; |
| 231 | gap: 8px 1em; |
| 232 | } |
| 233 | .column-wio_optimized_file .wio-datas-actions-links a { |
| 234 | margin: 0; |
| 235 | } |
| 236 |