| 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 |
#jetpack_summary_widget { |
| 23 |
/* Widget settings */ |
| 24 |
} |
| 25 |
#jetpack_summary_widget * { |
| 26 |
box-sizing: border-box; |
| 27 |
} |
| 28 |
#jetpack_summary_widget h2.hndle span { |
| 29 |
display: flex; |
| 30 |
align-items: center; |
| 31 |
} |
| 32 |
#jetpack_summary_widget h2.hndle span span { |
| 33 |
padding: 0 0.4em; |
| 34 |
} |
| 35 |
#jetpack_summary_widget h2.hndle svg { |
| 36 |
height: 20px; |
| 37 |
margin: 0.15em 0 0 0.5em; |
| 38 |
} |
| 39 |
#jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator:before { |
| 40 |
content: "\f111"; |
| 41 |
display: inline-block; |
| 42 |
font: normal 20px/1 dashicons; |
| 43 |
} |
| 44 |
#jetpack_summary_widget .inside { |
| 45 |
margin: 0; |
| 46 |
padding: 0; |
| 47 |
} |
| 48 |
#jetpack_summary_widget .inside .stats-view-all { |
| 49 |
text-align: center; |
| 50 |
margin: 1em 0; |
| 51 |
} |
| 52 |
#jetpack_summary_widget .inside #stats_dashboard_widget_control { |
| 53 |
display: none; |
| 54 |
padding: 0 10px; |
| 55 |
overflow: hidden; |
| 56 |
} |
| 57 |
#jetpack_summary_widget .inside #stats_dashboard_widget_control .button-primary { |
| 58 |
float: right; |
| 59 |
} |
| 60 |
#jetpack_summary_widget .inside #dashboard_stats { |
| 61 |
box-sizing: border-box; |
| 62 |
width: 100%; |
| 63 |
padding: 0 10px; |
| 64 |
/* Widget graph contents */ |
| 65 |
} |
| 66 |
#jetpack_summary_widget .inside #dashboard_stats .inside { |
| 67 |
margin: 10px 0 0 0 !important; |
| 68 |
} |
| 69 |
#jetpack_summary_widget .inside #dashboard_stats #stats-graph { |
| 70 |
margin: 0; |
| 71 |
} |
| 72 |
#jetpack_summary_widget .inside #dashboard_stats #stat-chart { |
| 73 |
background: none !important; |
| 74 |
} |
| 75 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info { |
| 76 |
border-top: 1px solid #dcdcde; |
| 77 |
margin: 7px -10px 0 -10px; |
| 78 |
padding: 10px; |
| 79 |
background: #fcfcfc; |
| 80 |
box-shadow: inset 0 1px 0 #fff; |
| 81 |
overflow: hidden; |
| 82 |
border-radius: 0 0 2px 2px; |
| 83 |
} |
| 84 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info div#active { |
| 85 |
border-top: 1px solid #dcdcde; |
| 86 |
margin: 0 -10px; |
| 87 |
padding: 10px 10px 0 10px; |
| 88 |
box-shadow: inset 0 1px 0 #fff; |
| 89 |
overflow: hidden; |
| 90 |
} |
| 91 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info h3 { |
| 92 |
font-size: 1em; |
| 93 |
margin: 0 0 0.5em 0 !important; |
| 94 |
} |
| 95 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p { |
| 96 |
margin: 0 0 0.25em; |
| 97 |
color: #999; |
| 98 |
} |
| 99 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p.widget-loading { |
| 100 |
margin: 1em 0 0; |
| 101 |
color: #333; |
| 102 |
} |
| 103 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a { |
| 104 |
display: block; |
| 105 |
} |
| 106 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a.button { |
| 107 |
display: inline; |
| 108 |
} |
| 109 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts { |
| 110 |
float: left; |
| 111 |
width: 50%; |
| 112 |
padding-right: 3%; |
| 113 |
} |
| 114 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p { |
| 115 |
white-space: nowrap; |
| 116 |
overflow: hidden; |
| 117 |
} |
| 118 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p a { |
| 119 |
overflow: hidden; |
| 120 |
text-overflow: ellipsis; |
| 121 |
} |
| 122 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search { |
| 123 |
float: left; |
| 124 |
width: 50%; |
| 125 |
} |
| 126 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search p { |
| 127 |
color: #999; |
| 128 |
} |
| 129 |
#jetpack_summary_widget .stats, |
| 130 |
#jetpack_summary_widget .widgets, |
| 131 |
#jetpack_summary_widget .wpcom-connect { |
| 132 |
padding: 0.75em; |
| 133 |
} |
| 134 |
#jetpack_summary_widget .wpcom-connect { |
| 135 |
background: #f6f7f7; |
| 136 |
text-align: center; |
| 137 |
} |
| 138 |
#jetpack_summary_widget .wpcom-connect .jp-emblem { |
| 139 |
padding: 5px 0 0 0; |
| 140 |
} |
| 141 |
#jetpack_summary_widget .wpcom-connect svg { |
| 142 |
width: 40px; |
| 143 |
height: 40px; |
| 144 |
} |
| 145 |
#jetpack_summary_widget .wpcom-connect svg path { |
| 146 |
fill: #069e08; |
| 147 |
} |
| 148 |
#jetpack_summary_widget .wpcom-connect .jp-emblem, |
| 149 |
#jetpack_summary_widget .wpcom-connect h3, |
| 150 |
#jetpack_summary_widget .wpcom-connect p { |
| 151 |
width: 100%; |
| 152 |
} |
| 153 |
#jetpack_summary_widget .wpcom-connect h3 { |
| 154 |
font-size: 1.25em; |
| 155 |
font-weight: 400; |
| 156 |
} |
| 157 |
#jetpack_summary_widget .wpcom-connect p { |
| 158 |
color: #50575e; |
| 159 |
margin-top: 0; |
| 160 |
padding: 0 15px; |
| 161 |
} |
| 162 |
#jetpack_summary_widget .wpcom-connect .actions { |
| 163 |
text-align: center; |
| 164 |
padding: 15px 0 10px 0; |
| 165 |
} |
| 166 |
#jetpack_summary_widget .wpcom-connect .actions small { |
| 167 |
display: block; |
| 168 |
} |
| 169 |
#jetpack_summary_widget .wpcom-connect .actions small a { |
| 170 |
color: #999; |
| 171 |
} |
| 172 |
#jetpack_summary_widget .button-jetpack { |
| 173 |
background: #069e08; |
| 174 |
border-color: #046d06; |
| 175 |
color: white; |
| 176 |
box-shadow: inset 0 1px 0 #09e80c, 0 1px 0 rgba(0, 0, 0, 0.15); |
| 177 |
} |
| 178 |
#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus { |
| 179 |
background: #058507; |
| 180 |
border-color: #035404; |
| 181 |
color: white; |
| 182 |
box-shadow: inset 0 1px 0 #08cf0a; |
| 183 |
} |
| 184 |
#jetpack_summary_widget .button-jetpack:focus { |
| 185 |
box-shadow: inset 0 1px 0 #08cf0a, 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| 186 |
} |
| 187 |
#jetpack_summary_widget .button-jetpack:active { |
| 188 |
background: #046d06; |
| 189 |
border-color: #035404; |
| 190 |
color: white; |
| 191 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| 192 |
} |
| 193 |
#jetpack_summary_widget .button-jetpack[disabled], #jetpack_summary_widget .button-jetpack:disabled, #jetpack_summary_widget .button-jetpack.button-primary-disabled, #jetpack_summary_widget .button-jetpack.disabled { |
| 194 |
color: #c7d1c7 !important; |
| 195 |
background: #057706 !important; |
| 196 |
border-color: #035404 !important; |
| 197 |
text-shadow: none !important; |
| 198 |
} |
| 199 |
#jetpack_summary_widget footer { |
| 200 |
overflow: hidden; |
| 201 |
border-top: 1px solid #ccc; |
| 202 |
} |
| 203 |
#jetpack_summary_widget footer .blocked-container { |
| 204 |
background: #f6f7f7; |
| 205 |
display: flex; |
| 206 |
padding: 0.75em 0.75em 0 0.75em; |
| 207 |
} |
| 208 |
#jetpack_summary_widget footer .protect, |
| 209 |
#jetpack_summary_widget footer .akismet { |
| 210 |
float: left; |
| 211 |
text-align: left; |
| 212 |
margin-bottom: 0.75em; |
| 213 |
} |
| 214 |
#jetpack_summary_widget footer .protect { |
| 215 |
padding-right: 3%; |
| 216 |
min-width: 50%; |
| 217 |
} |
| 218 |
#jetpack_summary_widget footer h3 { |
| 219 |
font-size: 1em; |
| 220 |
font-weight: normal; |
| 221 |
margin: 0 0 0.25em 0; |
| 222 |
padding: 0; |
| 223 |
} |
| 224 |
#jetpack_summary_widget footer p.blocked-count { |
| 225 |
margin-top: 0; |
| 226 |
margin-bottom: 6px; |
| 227 |
margin-right: 8px; |
| 228 |
color: #3582c4; |
| 229 |
font-weight: 500; |
| 230 |
font-size: 2rem; |
| 231 |
display: inline-block; |
| 232 |
border: 1px solid #c3c4c7; |
| 233 |
border-radius: 4px; |
| 234 |
padding: 0 4px; |
| 235 |
min-width: 36px; |
| 236 |
text-align: center; |
| 237 |
} |
| 238 |
#jetpack_summary_widget footer p { |
| 239 |
margin: 0; |
| 240 |
padding: 0; |
| 241 |
} |
| 242 |
#jetpack_summary_widget footer section { |
| 243 |
margin: 0; |
| 244 |
padding: 0; |
| 245 |
text-align: center; |
| 246 |
} |
| 247 |
#jetpack_summary_widget footer .footer-links { |
| 248 |
padding: 0.75em 0.75em 0.5em 0.75em; |
| 249 |
border-top: 1px solid #f0f0f1; |
| 250 |
} |
| 251 |
#jetpack_summary_widget footer .footer-links svg { |
| 252 |
height: 20px; |
| 253 |
} |
| 254 |
#jetpack_summary_widget footer .footer-links span { |
| 255 |
float: right; |
| 256 |
} |
| 257 |
|
| 258 |
/* Hide the widget title's SVG in the Screen Options tab */ |
| 259 |
.metabox-prefs label[for=jetpack_summary_widget-hide] span svg { |
| 260 |
height: 1.2rem; |
| 261 |
vertical-align: text-bottom; |
| 262 |
} |
| 263 |
|