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