| 1 |
@charset "UTF-8"; |
| 2 |
/* |
| 3 |
The MIT License (MIT) |
| 4 |
|
| 5 |
Copyright © 2011–2015 thoughtbot, inc. |
| 6 |
|
| 7 |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 8 |
documentation files (the “Software”), to deal in the Software without restriction, including without limitation the |
| 9 |
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit |
| 10 |
persons to whom the Software is furnished to do so, subject to the following conditions: |
| 11 |
|
| 12 |
The above copyright notice and this permission notice shall be included in all copies or substantial |
| 13 |
portions of the Software. |
| 14 |
|
| 15 |
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 16 |
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 17 |
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 18 |
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 19 |
|
| 20 |
https://github.com/thoughtbot/bourbon |
| 21 |
*/ |
| 22 |
:root { |
| 23 |
--font-title-large: 36px; |
| 24 |
--font-title-small: 24px; |
| 25 |
--font-body: 16px; |
| 26 |
--font-label: 12px; |
| 27 |
--jp-black: #000000; |
| 28 |
--jp-black-80: #2c3338; |
| 29 |
--jp-white: #ffffff; |
| 30 |
--jp-white-off: #f9f9f6; |
| 31 |
--jp-gray: #dcdcde; |
| 32 |
--jp-gray-0: #F6F7F7; |
| 33 |
--jp-gray-5: #dcdcde; |
| 34 |
--jp-gray-10: #c3c4c7; |
| 35 |
--jp-gray-20: #A7AAAD; |
| 36 |
--jp-gray-30: #8c8f94; |
| 37 |
--jp-gray-40: #787C82; |
| 38 |
--jp-gray-50: #646970; |
| 39 |
--jp-gray-60: #50575E; |
| 40 |
--jp-gray-70: #3c434a; |
| 41 |
--jp-gray-80: #2C3338; |
| 42 |
--jp-gray-90: #1d2327; |
| 43 |
--jp-gray-100: #101517; |
| 44 |
--jp-gray-off: #e2e2df; |
| 45 |
--jp-yellow-5: #f5e6b3; |
| 46 |
--jp-yellow-10: #f2cf75; |
| 47 |
--jp-orange-20: #faa754; |
| 48 |
--jp-blue-5: #ced9f2; |
| 49 |
--jp-red-0: #F7EBEC; |
| 50 |
--jp-red-50: #D63638; |
| 51 |
--jp-red-60: #B32D2E; |
| 52 |
--jp-red-80: #8A2424; |
| 53 |
--jp-red: #d63639; |
| 54 |
--jp-pink: #C9356E; |
| 55 |
--jp-green-0: #f0f2eb; |
| 56 |
--jp-green-5: #d0e6b8; |
| 57 |
--jp-green-10: #9dd977; |
| 58 |
--jp-green-20: #64ca43; |
| 59 |
--jp-green-30: #2fb41f; |
| 60 |
--jp-green-40: #069e08; |
| 61 |
--jp-green-50: #008710; |
| 62 |
--jp-green-60: #007117; |
| 63 |
--jp-green-70: #005b18; |
| 64 |
--jp-green-80: #004515; |
| 65 |
--jp-green-90: #003010; |
| 66 |
--jp-green-100: #001c09; |
| 67 |
--jp-green: #069e08; |
| 68 |
--jp-green-primary: var(--jp-green-40); |
| 69 |
--jp-green-secondary: var(--jp-green-30); |
| 70 |
--jp-border-radius: 4px; |
| 71 |
--jp-border-radius-rna: 8px; |
| 72 |
--jp-menu-border-height: 1px; |
| 73 |
--jp-underline-thickness: 2px; |
| 74 |
--jp-modal-padding-large: 32px; |
| 75 |
--jp-modal-padding: 24px; |
| 76 |
--jp-modal-padding-small: 16px; |
| 77 |
--jp-modal-radius: 8px; |
| 78 |
--jp-button-padding: 8px; |
| 79 |
--jp-button-radius: 4px; |
| 80 |
--jp-gap: 16px; |
| 81 |
--jp-highlight: #3858e9; |
| 82 |
} |
| 83 |
|
| 84 |
#jetpack_summary_widget { |
| 85 |
/* Widget settings */ |
| 86 |
} |
| 87 |
#jetpack_summary_widget * { |
| 88 |
box-sizing: border-box; |
| 89 |
} |
| 90 |
#jetpack_summary_widget h2.hndle span { |
| 91 |
display: flex; |
| 92 |
align-items: center; |
| 93 |
} |
| 94 |
#jetpack_summary_widget h2.hndle span span { |
| 95 |
padding: 0 0.4em; |
| 96 |
} |
| 97 |
#jetpack_summary_widget h2.hndle svg { |
| 98 |
height: 20px; |
| 99 |
margin: 0.15em 0 0 0.5em; |
| 100 |
} |
| 101 |
#jetpack_summary_widget pre.stats-widget-error { |
| 102 |
overflow: scroll; |
| 103 |
} |
| 104 |
#jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator:before { |
| 105 |
content: "\f111"; |
| 106 |
display: inline-block; |
| 107 |
font: normal 20px/1 dashicons; |
| 108 |
} |
| 109 |
#jetpack_summary_widget .inside { |
| 110 |
margin: 0; |
| 111 |
padding: 0; |
| 112 |
} |
| 113 |
#jetpack_summary_widget .inside #stats_dashboard_widget_control { |
| 114 |
display: none; |
| 115 |
padding: 0 10px; |
| 116 |
overflow: hidden; |
| 117 |
} |
| 118 |
#jetpack_summary_widget .inside #stats_dashboard_widget_control .button-primary { |
| 119 |
float: right; |
| 120 |
} |
| 121 |
#jetpack_summary_widget .inside #dashboard_stats { |
| 122 |
box-sizing: border-box; |
| 123 |
width: 100%; |
| 124 |
padding: 0 10px; |
| 125 |
/* Widget graph contents */ |
| 126 |
} |
| 127 |
#jetpack_summary_widget .inside #dashboard_stats.is-loading { |
| 128 |
display: none; |
| 129 |
} |
| 130 |
#jetpack_summary_widget .inside #dashboard_stats .inside { |
| 131 |
margin: 10px 0 0 0 !important; |
| 132 |
} |
| 133 |
#jetpack_summary_widget .inside #dashboard_stats #stats-graph { |
| 134 |
margin: 0; |
| 135 |
} |
| 136 |
#jetpack_summary_widget .inside #dashboard_stats #stat-chart { |
| 137 |
background: none !important; |
| 138 |
} |
| 139 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info { |
| 140 |
background: var(--jp-white-off); |
| 141 |
padding: 1.5em 1em; |
| 142 |
padding-bottom: 0; |
| 143 |
border-top: 1px solid #dcdcde; |
| 144 |
margin: 7px -10px 0 -10px; |
| 145 |
overflow: hidden; |
| 146 |
} |
| 147 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info div#active { |
| 148 |
border-top: 1px solid #dcdcde; |
| 149 |
margin: 0 -10px; |
| 150 |
padding: 10px 10px 0 10px; |
| 151 |
box-shadow: inset 0 1px 0 #fff; |
| 152 |
overflow: hidden; |
| 153 |
} |
| 154 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info .stats-section-inner > h3.heading { |
| 155 |
font-size: 1.25em; |
| 156 |
margin: 0 0 0.5em 0; |
| 157 |
} |
| 158 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p { |
| 159 |
margin: 0 0 0.25em; |
| 160 |
color: var(--jp-gray-40); |
| 161 |
} |
| 162 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p.nothing { |
| 163 |
color: var(--jp-gray-60); |
| 164 |
} |
| 165 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p.widget-loading { |
| 166 |
margin: 1em 0 0; |
| 167 |
color: #333; |
| 168 |
} |
| 169 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a { |
| 170 |
color: var(--jp-black); |
| 171 |
display: block; |
| 172 |
text-decoration: none; |
| 173 |
} |
| 174 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a.button { |
| 175 |
display: inline; |
| 176 |
} |
| 177 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a:active, #jetpack_summary_widget .inside #dashboard_stats #stats-info p a:focus, #jetpack_summary_widget .inside #dashboard_stats #stats-info p a:hover { |
| 178 |
text-decoration: underline; |
| 179 |
} |
| 180 |
#jetpack_summary_widget #stats-info-container { |
| 181 |
background: var(--jp-white); |
| 182 |
border-radius: 5px; |
| 183 |
box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04); |
| 184 |
padding: 1em 1.5em 1em 1.5em; |
| 185 |
overflow: hidden; |
| 186 |
display: grid; |
| 187 |
row-gap: 1em; |
| 188 |
grid-template-areas: "header" "content"; |
| 189 |
grid-template-rows: min-content min-content; |
| 190 |
} |
| 191 |
#jetpack_summary_widget .stats-info-content { |
| 192 |
grid-area: content; |
| 193 |
display: grid; |
| 194 |
grid-template-areas: "posts searches"; |
| 195 |
grid-template-columns: 1fr 1fr; |
| 196 |
column-gap: 1em; |
| 197 |
} |
| 198 |
#jetpack_summary_widget .stats-info-content .stats-section { |
| 199 |
min-width: 0; |
| 200 |
} |
| 201 |
#jetpack_summary_widget #stats-info .stats-info-header { |
| 202 |
grid-area: header; |
| 203 |
display: flex; |
| 204 |
justify-content: space-between; |
| 205 |
} |
| 206 |
#jetpack_summary_widget #stats-info .stats-info-header > h2 { |
| 207 |
font-size: 18px; |
| 208 |
line-height: 30px; |
| 209 |
padding: 0; |
| 210 |
} |
| 211 |
#jetpack_summary_widget #stats-info .stats-info-header .stats-info-header-right { |
| 212 |
align-self: center; |
| 213 |
} |
| 214 |
.wp-core-ui #jetpack_summary_widget #stats-info .stats-info-header .stats-info-header-right .button-primary { |
| 215 |
background: var(--jp-black); |
| 216 |
border-color: var(--jp-black); |
| 217 |
color: var(--jp-white); |
| 218 |
} |
| 219 |
#jetpack_summary_widget #top-posts { |
| 220 |
grid-area: posts; |
| 221 |
} |
| 222 |
#jetpack_summary_widget #top-posts .stats-section-inner p { |
| 223 |
white-space: nowrap; |
| 224 |
overflow: hidden; |
| 225 |
} |
| 226 |
#jetpack_summary_widget #top-posts .stats-section-inner p a { |
| 227 |
overflow: hidden; |
| 228 |
text-overflow: ellipsis; |
| 229 |
} |
| 230 |
#jetpack_summary_widget #top-search { |
| 231 |
grid-area: searches; |
| 232 |
} |
| 233 |
#jetpack_summary_widget #top-search p { |
| 234 |
color: #999; |
| 235 |
} |
| 236 |
#jetpack_summary_widget .stats, |
| 237 |
#jetpack_summary_widget .widgets, |
| 238 |
#jetpack_summary_widget .wpcom-connect { |
| 239 |
padding: 0.75em; |
| 240 |
} |
| 241 |
#jetpack_summary_widget .wpcom-connect { |
| 242 |
background: var(--jp-gray-0); |
| 243 |
text-align: center; |
| 244 |
} |
| 245 |
#jetpack_summary_widget .wpcom-connect .jp-emblem { |
| 246 |
padding: 5px 0 0 0; |
| 247 |
} |
| 248 |
#jetpack_summary_widget .wpcom-connect svg { |
| 249 |
width: 40px; |
| 250 |
height: 40px; |
| 251 |
} |
| 252 |
#jetpack_summary_widget .wpcom-connect svg path { |
| 253 |
fill: #069e08; |
| 254 |
} |
| 255 |
#jetpack_summary_widget .wpcom-connect .jp-emblem, |
| 256 |
#jetpack_summary_widget .wpcom-connect h3, |
| 257 |
#jetpack_summary_widget .wpcom-connect p { |
| 258 |
width: 100%; |
| 259 |
} |
| 260 |
#jetpack_summary_widget .wpcom-connect h3 { |
| 261 |
font-size: 1.25em; |
| 262 |
font-weight: 400; |
| 263 |
} |
| 264 |
#jetpack_summary_widget .wpcom-connect p { |
| 265 |
color: #50575e; |
| 266 |
margin-top: 0; |
| 267 |
padding: 0 15px; |
| 268 |
} |
| 269 |
#jetpack_summary_widget .wpcom-connect .actions { |
| 270 |
text-align: center; |
| 271 |
padding: 15px 0 10px 0; |
| 272 |
} |
| 273 |
#jetpack_summary_widget .wpcom-connect .actions small { |
| 274 |
display: block; |
| 275 |
} |
| 276 |
#jetpack_summary_widget .wpcom-connect .actions small a { |
| 277 |
color: #999; |
| 278 |
} |
| 279 |
#jetpack_summary_widget footer { |
| 280 |
background: var(--jp-white-off); |
| 281 |
overflow: hidden; |
| 282 |
} |
| 283 |
#jetpack_summary_widget footer .blocked-container { |
| 284 |
background: var(--jp-white-off); |
| 285 |
padding: 1.5em 1em; |
| 286 |
display: grid; |
| 287 |
gap: 0 1em; |
| 288 |
grid-template-columns: 1fr 1fr; |
| 289 |
} |
| 290 |
#jetpack_summary_widget footer .protect, |
| 291 |
#jetpack_summary_widget footer .akismet { |
| 292 |
background: var(--jp-white); |
| 293 |
border-radius: 5px; |
| 294 |
box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04); |
| 295 |
padding: 1em 1.5em 1em 1.5em; |
| 296 |
} |
| 297 |
#jetpack_summary_widget footer h3 { |
| 298 |
font-size: 1em; |
| 299 |
font-weight: normal; |
| 300 |
margin: 0 0 0.25em 0; |
| 301 |
padding: 0; |
| 302 |
} |
| 303 |
#jetpack_summary_widget footer p.blocked-count { |
| 304 |
margin-top: 0; |
| 305 |
margin-bottom: 6px; |
| 306 |
margin-right: 8px; |
| 307 |
font-weight: 500; |
| 308 |
font-size: 2rem; |
| 309 |
display: inline-block; |
| 310 |
padding: 0 4px; |
| 311 |
min-width: 36px; |
| 312 |
text-align: center; |
| 313 |
} |
| 314 |
#jetpack_summary_widget footer p { |
| 315 |
margin: 0; |
| 316 |
padding: 0; |
| 317 |
} |
| 318 |
#jetpack_summary_widget footer section { |
| 319 |
margin: 0; |
| 320 |
padding: 0; |
| 321 |
text-align: center; |
| 322 |
} |
| 323 |
#jetpack_summary_widget footer .footer-links { |
| 324 |
margin: 0 0 1.5em 1.5em; |
| 325 |
} |
| 326 |
#jetpack_summary_widget footer .footer-links svg { |
| 327 |
height: 20px; |
| 328 |
} |
| 329 |
#jetpack_summary_widget footer .footer-links span { |
| 330 |
float: right; |
| 331 |
} |
| 332 |
#jetpack_summary_widget footer .button { |
| 333 |
background: var(--jp-black); |
| 334 |
border-color: var(--jp-black); |
| 335 |
color: var(--jp-white); |
| 336 |
margin-top: 8px; |
| 337 |
} |
| 338 |
|
| 339 |
/* Hide the widget title's SVG in the Screen Options tab */ |
| 340 |
.metabox-prefs label[for=jetpack_summary_widget-hide] span svg { |
| 341 |
height: 1.2rem; |
| 342 |
vertical-align: text-bottom; |
| 343 |
} |
| 344 |
|