admin-fix.css
2 months ago
admin-fix.min.css
2 months ago
admin-style.css
2 weeks ago
admin-style.css.map
2 months ago
admin-style.min.css
2 weeks ago
admin-style.min.css.map
2 months ago
dashboard.css
2 weeks ago
dashboard.css.map
2 months ago
dashboard.min.css
2 weeks ago
dashboard.min.css.map
2 months ago
gutenberg-jalali-calendar.build.css
2 months ago
jalalidatepicker.css
2 months ago
jalalidatepicker.min.css
2 months ago
keen-slider.css
2 months ago
keen-slider.min.css
2 months ago
tinymce-editor-rtl.css
2 months ago
tinymce-editor.css
2 months ago
tinymce-editor.min-rtl.css
2 weeks ago
tinymce-editor.min.css
2 months ago
vazir-font.css
2 weeks ago
vazir-font.css.map
2 months ago
vazir-font.min.css
2 weeks ago
vazir-font.min.css.map
2 months ago
dashboard.css
264 lines
| 1 | #wpp_dashboard_primary .inside { |
| 2 | margin: 0; |
| 3 | padding: 0; |
| 4 | } |
| 5 | #wpp_dashboard_primary .inside .notice { |
| 6 | margin: 0; |
| 7 | } |
| 8 | #wpp_dashboard_primary .widget-loading { |
| 9 | padding: 12px 12px 0; |
| 10 | margin-bottom: 1em !important; |
| 11 | } |
| 12 | #wpp_dashboard_primary .rss-widget { |
| 13 | font-size: 13px; |
| 14 | padding: 0 12px; |
| 15 | } |
| 16 | #wpp_dashboard_primary .rss-widget:last-child { |
| 17 | border-bottom: none; |
| 18 | padding-bottom: 8px; |
| 19 | } |
| 20 | #wpp_dashboard_primary .rss-widget a { |
| 21 | font-weight: 400; |
| 22 | } |
| 23 | #wpp_dashboard_primary .rss-widget span.rss-date { |
| 24 | margin-right: 12px; |
| 25 | } |
| 26 | #wpp_dashboard_primary .rss-widget ul li { |
| 27 | padding: 4px 0; |
| 28 | margin: 0; |
| 29 | } |
| 30 | #wpp_dashboard_primary a.rsswidget { |
| 31 | font-weight: 400; |
| 32 | } |
| 33 | #wpp_dashboard_primary .rss-widget span, |
| 34 | #wpp_dashboard_primary .rss-widget span.rss-date { |
| 35 | color: #646970; |
| 36 | } |
| 37 | #wpp_dashboard_primary #wpp_sponsorship_placeholder { |
| 38 | padding: 10px; |
| 39 | background: #e1e1e1; |
| 40 | position: relative; |
| 41 | overflow: hidden; |
| 42 | } |
| 43 | #wpp_dashboard_primary #wpp_sponsorship_placeholder:before { |
| 44 | position: absolute; |
| 45 | top: 0; |
| 46 | right: 0; |
| 47 | bottom: 0; |
| 48 | left: 0; |
| 49 | transform: translateX(-100%); |
| 50 | background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0)); |
| 51 | -webkit-animation: wpp_shimmer 5s infinite; |
| 52 | animation: wpp_shimmer 1.5s infinite; |
| 53 | content: ""; |
| 54 | } |
| 55 | #wpp_dashboard_primary #wpp_sponsorship_placeholder img { |
| 56 | width: 90px; |
| 57 | margin: 0 auto; |
| 58 | display: block; |
| 59 | } |
| 60 | #wpp_dashboard_primary #wpp_sponsorship img { |
| 61 | width: 100%; |
| 62 | height: auto; |
| 63 | } |
| 64 | #wpp_dashboard_primary #sponsorship-guide { |
| 65 | position: absolute; |
| 66 | z-index: 999; |
| 67 | top: 5px; |
| 68 | left: 5px; |
| 69 | } |
| 70 | #wpp_dashboard_primary #sponsorship-guide .question { |
| 71 | display: flex; |
| 72 | align-items: center; |
| 73 | cursor: pointer; |
| 74 | width: 22px; |
| 75 | height: 22px; |
| 76 | justify-content: center; |
| 77 | border-radius: 50%; |
| 78 | background: rgba(0, 0, 0, 0.6); |
| 79 | backdrop-filter: blur(5px); |
| 80 | transition: width 0.3s ease-in-out, height 0.3s ease-in-out; |
| 81 | overflow: hidden; |
| 82 | color: #fff; |
| 83 | padding: 3px; |
| 84 | position: absolute; |
| 85 | left: 0; |
| 86 | } |
| 87 | #wpp_dashboard_primary #sponsorship-guide .question span:nth-child(2) { |
| 88 | width: 0; |
| 89 | transition: ease-in-out 0.3s; |
| 90 | margin: 0; |
| 91 | overflow: hidden; |
| 92 | } |
| 93 | #wpp_dashboard_primary #sponsorship-guide .question:hover { |
| 94 | width: auto; |
| 95 | height: auto; |
| 96 | padding: 3px 0 3px 10px; |
| 97 | border-radius: 36px; |
| 98 | corner-shape: squircle; |
| 99 | } |
| 100 | #wpp_dashboard_primary #sponsorship-guide .question:hover span { |
| 101 | display: inline; |
| 102 | width: auto; |
| 103 | margin-right: 5px; |
| 104 | white-space: nowrap; |
| 105 | } |
| 106 | #wpp_dashboard_primary #sponsorship-guide ul { |
| 107 | display: none; |
| 108 | position: relative; |
| 109 | list-style: none; |
| 110 | margin: 37px 0 0 0; |
| 111 | opacity: 0; |
| 112 | transition: opacity 0.3s ease-in-out; |
| 113 | background: #fff; |
| 114 | padding: 3px; |
| 115 | border-radius: 5px; |
| 116 | corner-shape: squircle; |
| 117 | box-shadow: 0 0 8px #444; |
| 118 | } |
| 119 | #wpp_dashboard_primary #sponsorship-guide ul:before { |
| 120 | content: ""; |
| 121 | position: absolute; |
| 122 | border-color: rgba(194, 225, 245, 0); |
| 123 | border: solid transparent; |
| 124 | border-bottom-color: white; |
| 125 | border-width: 11px; |
| 126 | margin-left: -10px; |
| 127 | top: -21px; |
| 128 | left: 14px; |
| 129 | z-index: 1; |
| 130 | } |
| 131 | #wpp_dashboard_primary #sponsorship-guide ul.show { |
| 132 | display: block; |
| 133 | opacity: 1; |
| 134 | } |
| 135 | #wpp_dashboard_primary #sponsorship-guide ul li { |
| 136 | margin: 0; |
| 137 | padding: 5px 0; |
| 138 | } |
| 139 | #wpp_dashboard_primary #sponsorship-guide ul li a { |
| 140 | text-decoration: none; |
| 141 | background: #fff; |
| 142 | padding: 5px 10px; |
| 143 | border-radius: 5px; |
| 144 | corner-shape: squircle; |
| 145 | transition: background 0.3s; |
| 146 | } |
| 147 | #wpp_dashboard_primary #sponsorship-guide ul li a:hover { |
| 148 | background: #f0f0f0; |
| 149 | } |
| 150 | #wpp_dashboard_primary .navigation-wrapper { |
| 151 | position: relative; |
| 152 | margin-bottom: 10px; |
| 153 | } |
| 154 | #wpp_dashboard_primary .dots { |
| 155 | display: flex; |
| 156 | justify-content: center; |
| 157 | } |
| 158 | #wpp_dashboard_primary .dot { |
| 159 | border: none; |
| 160 | width: 3px; |
| 161 | height: 3px; |
| 162 | background: #c5c5c5; |
| 163 | border-radius: 50%; |
| 164 | margin: 0 3px; |
| 165 | padding: 2px; |
| 166 | cursor: pointer; |
| 167 | } |
| 168 | #wpp_dashboard_primary .dot:focus { |
| 169 | outline: none; |
| 170 | } |
| 171 | #wpp_dashboard_primary .dot--active { |
| 172 | background: #000; |
| 173 | } |
| 174 | #wpp_dashboard_primary .arrow { |
| 175 | width: 10px; |
| 176 | height: 10px; |
| 177 | position: absolute; |
| 178 | bottom: 5px; |
| 179 | transform: translateY(-50%); |
| 180 | fill: #fff; |
| 181 | cursor: pointer; |
| 182 | margin: 0; |
| 183 | padding: 5px; |
| 184 | border-radius: 5px; |
| 185 | z-index: 1; |
| 186 | } |
| 187 | #wpp_dashboard_primary .arrow:after { |
| 188 | display: none; |
| 189 | } |
| 190 | #wpp_dashboard_primary .arrow--left { |
| 191 | right: 33px; |
| 192 | fill: #fff; |
| 193 | background: rgba(255, 255, 255, 0.3) no-repeat center url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E"); |
| 194 | background-size: 15px; |
| 195 | } |
| 196 | #wpp_dashboard_primary .arrow--right { |
| 197 | right: 7px; |
| 198 | background: rgba(255, 255, 255, 0.3) no-repeat center url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E"); |
| 199 | background-size: 15px; |
| 200 | } |
| 201 | #wpp_dashboard_primary .arrow--disabled.arrow--left { |
| 202 | background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E"); |
| 203 | } |
| 204 | #wpp_dashboard_primary .arrow--disabled.arrow--right { |
| 205 | background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E"); |
| 206 | } |
| 207 | |
| 208 | /*.wpps_modal { |
| 209 | display: none; |
| 210 | position: fixed; |
| 211 | z-index: 1; |
| 212 | left: 0; |
| 213 | top: 0; |
| 214 | width: 100%; |
| 215 | height: 100%; |
| 216 | overflow: auto; |
| 217 | background-color: rgba(0, 0, 0, 0.5); |
| 218 | } |
| 219 | |
| 220 | .wpps_modal-content { |
| 221 | background-color: #fff; |
| 222 | margin: 15% auto; |
| 223 | padding: 20px; |
| 224 | border: 1px solid #888; |
| 225 | width: 80%; |
| 226 | } |
| 227 | |
| 228 | .wpps_close { |
| 229 | color: #aaa; |
| 230 | float: right; |
| 231 | font-size: 28px; |
| 232 | font-weight: bold; |
| 233 | } |
| 234 | |
| 235 | .wpps_close:hover, |
| 236 | .wpps_close:focus { |
| 237 | color: black; |
| 238 | text-decoration: none; |
| 239 | cursor: pointer; |
| 240 | } |
| 241 | |
| 242 | .wpps_modal-btn { |
| 243 | position: absolute; |
| 244 | top: 10px; |
| 245 | left: 10px; |
| 246 | padding: 10px 20px; |
| 247 | background-color: #007BFF; |
| 248 | color: white; |
| 249 | border: none; |
| 250 | cursor: pointer; |
| 251 | }*/ |
| 252 | @keyframes wpp_shimmer { |
| 253 | 100% { |
| 254 | transform: translateX(100%); |
| 255 | } |
| 256 | } |
| 257 | @-webkit-keyframes wpp_shimmer { |
| 258 | 100% { |
| 259 | transform: translateX(100%); |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | /*# sourceMappingURL=dashboard.css.map */ |
| 264 |