dashboard-widget.css
| 1 | /*! |
| 2 | * Do not modify this file directly. It is compiled SASS code. |
| 3 | */ |
| 4 | @charset "UTF-8"; |
| 5 | /* |
| 6 | The MIT License (MIT) |
| 7 | |
| 8 | Copyright © 2011–2015 thoughtbot, inc. |
| 9 | |
| 10 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 11 | documentation files (the “Software”), to deal in the Software without restriction, including without limitation the |
| 12 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit |
| 13 | persons to whom the Software is furnished to do so, subject to the following conditions: |
| 14 | |
| 15 | The above copyright notice and this permission notice shall be included in all copies or substantial |
| 16 | portions of the Software. |
| 17 | |
| 18 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 19 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 20 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 21 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 22 | |
| 23 | https://github.com/thoughtbot/bourbon |
| 24 | */ |
| 25 | #jetpack_summary_widget { |
| 26 | /* Widget settings */ |
| 27 | } |
| 28 | |
| 29 | #jetpack_summary_widget * { |
| 30 | box-sizing: border-box; |
| 31 | } |
| 32 | |
| 33 | #jetpack_summary_widget h2.hndle span { |
| 34 | display: flex; |
| 35 | align-items: center; |
| 36 | } |
| 37 | |
| 38 | #jetpack_summary_widget h2.hndle span span { |
| 39 | padding: 0 0.4em; |
| 40 | } |
| 41 | |
| 42 | #jetpack_summary_widget h2.hndle svg { |
| 43 | height: 20px; |
| 44 | margin: .15em 0 0 .5em; |
| 45 | } |
| 46 | |
| 47 | #jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator:before { |
| 48 | content: "\f111"; |
| 49 | display: inline-block; |
| 50 | font: normal 20px/1 dashicons; |
| 51 | } |
| 52 | |
| 53 | #jetpack_summary_widget .inside { |
| 54 | margin: 0; |
| 55 | padding: 0; |
| 56 | } |
| 57 | |
| 58 | #jetpack_summary_widget .inside .stats-view-all { |
| 59 | text-align: center; |
| 60 | margin: 1em 0; |
| 61 | } |
| 62 | |
| 63 | #jetpack_summary_widget .inside #stats_dashboard_widget_control { |
| 64 | display: none; |
| 65 | padding: 0 10px; |
| 66 | overflow: hidden; |
| 67 | } |
| 68 | |
| 69 | #jetpack_summary_widget .inside #stats_dashboard_widget_control .button-primary { |
| 70 | float: right; |
| 71 | } |
| 72 | |
| 73 | #jetpack_summary_widget .inside #dashboard_stats { |
| 74 | box-sizing: border-box; |
| 75 | width: 100%; |
| 76 | padding: 0 10px; |
| 77 | /* Widget graph contents */ |
| 78 | } |
| 79 | |
| 80 | #jetpack_summary_widget .inside #dashboard_stats .inside { |
| 81 | margin: 10px 0 0 0 !important; |
| 82 | } |
| 83 | |
| 84 | #jetpack_summary_widget .inside #dashboard_stats #stats-graph { |
| 85 | margin: 0; |
| 86 | } |
| 87 | |
| 88 | #jetpack_summary_widget .inside #dashboard_stats #stat-chart { |
| 89 | background: none !important; |
| 90 | } |
| 91 | |
| 92 | #jetpack_summary_widget .inside #dashboard_stats #stats-info { |
| 93 | border-top: 1px solid #dcdcde; |
| 94 | margin: 7px -10px 0 -10px; |
| 95 | padding: 10px; |
| 96 | background: #fcfcfc; |
| 97 | box-shadow: inset 0 1px 0 #fff; |
| 98 | overflow: hidden; |
| 99 | border-radius: 0 0 2px 2px; |
| 100 | } |
| 101 | |
| 102 | #jetpack_summary_widget .inside #dashboard_stats #stats-info div#active { |
| 103 | border-top: 1px solid #dcdcde; |
| 104 | margin: 0 -10px; |
| 105 | padding: 10px 10px 0 10px; |
| 106 | box-shadow: inset 0 1px 0 #fff; |
| 107 | overflow: hidden; |
| 108 | } |
| 109 | |
| 110 | #jetpack_summary_widget .inside #dashboard_stats #stats-info h3 { |
| 111 | font-size: 1em; |
| 112 | margin: 0 0 .5em 0 !important; |
| 113 | } |
| 114 | |
| 115 | #jetpack_summary_widget .inside #dashboard_stats #stats-info p { |
| 116 | margin: 0 0 .25em; |
| 117 | color: #999; |
| 118 | } |
| 119 | |
| 120 | #jetpack_summary_widget .inside #dashboard_stats #stats-info p.widget-loading { |
| 121 | margin: 1em 0 0; |
| 122 | color: #333; |
| 123 | } |
| 124 | |
| 125 | #jetpack_summary_widget .inside #dashboard_stats #stats-info p a { |
| 126 | display: block; |
| 127 | } |
| 128 | |
| 129 | #jetpack_summary_widget .inside #dashboard_stats #stats-info p a.button { |
| 130 | display: inline; |
| 131 | } |
| 132 | |
| 133 | #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts { |
| 134 | float: left; |
| 135 | width: 50%; |
| 136 | padding-right: 3%; |
| 137 | } |
| 138 | |
| 139 | #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p { |
| 140 | white-space: nowrap; |
| 141 | overflow: hidden; |
| 142 | } |
| 143 | |
| 144 | #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p a { |
| 145 | overflow: hidden; |
| 146 | text-overflow: ellipsis; |
| 147 | } |
| 148 | |
| 149 | #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search { |
| 150 | float: left; |
| 151 | width: 50%; |
| 152 | } |
| 153 | |
| 154 | #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search p { |
| 155 | color: #999; |
| 156 | } |
| 157 | |
| 158 | #jetpack_summary_widget .stats, |
| 159 | #jetpack_summary_widget .widgets, |
| 160 | #jetpack_summary_widget .wpcom-connect { |
| 161 | padding: .75em; |
| 162 | } |
| 163 | |
| 164 | #jetpack_summary_widget .wpcom-connect { |
| 165 | background: #f6f7f7; |
| 166 | text-align: center; |
| 167 | } |
| 168 | |
| 169 | #jetpack_summary_widget .wpcom-connect .jp-emblem { |
| 170 | padding: 5px 0 0 0; |
| 171 | } |
| 172 | |
| 173 | #jetpack_summary_widget .wpcom-connect svg { |
| 174 | width: 40px; |
| 175 | height: 40px; |
| 176 | } |
| 177 | |
| 178 | #jetpack_summary_widget .wpcom-connect svg path { |
| 179 | fill: #00be28; |
| 180 | } |
| 181 | |
| 182 | #jetpack_summary_widget .wpcom-connect .jp-emblem, |
| 183 | #jetpack_summary_widget .wpcom-connect h3, |
| 184 | #jetpack_summary_widget .wpcom-connect p { |
| 185 | width: 100%; |
| 186 | } |
| 187 | |
| 188 | #jetpack_summary_widget .wpcom-connect h3 { |
| 189 | font-size: 1.25em; |
| 190 | font-weight: 400; |
| 191 | } |
| 192 | |
| 193 | #jetpack_summary_widget .wpcom-connect p { |
| 194 | color: #50575e; |
| 195 | margin-top: 0; |
| 196 | padding: 0 15px; |
| 197 | } |
| 198 | |
| 199 | #jetpack_summary_widget .wpcom-connect .actions { |
| 200 | text-align: center; |
| 201 | padding: 15px 0 10px 0; |
| 202 | } |
| 203 | |
| 204 | #jetpack_summary_widget .wpcom-connect .actions small { |
| 205 | display: block; |
| 206 | } |
| 207 | |
| 208 | #jetpack_summary_widget .wpcom-connect .actions small a { |
| 209 | color: #999; |
| 210 | } |
| 211 | |
| 212 | #jetpack_summary_widget .button-jetpack { |
| 213 | background: #00be28; |
| 214 | border-color: #008b1d; |
| 215 | color: white; |
| 216 | box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15); |
| 217 | } |
| 218 | |
| 219 | #jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus { |
| 220 | background: #00a523; |
| 221 | border-color: #007218; |
| 222 | color: white; |
| 223 | box-shadow: inset 0 1px 0 #00f133; |
| 224 | } |
| 225 | |
| 226 | #jetpack_summary_widget .button-jetpack:focus { |
| 227 | box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| 228 | } |
| 229 | |
| 230 | #jetpack_summary_widget .button-jetpack:active { |
| 231 | background: #008b1d; |
| 232 | border-color: #007218; |
| 233 | color: white; |
| 234 | 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); |
| 235 | } |
| 236 | |
| 237 | #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 { |
| 238 | color: #c7d1c9 !important; |
| 239 | background: #00951f !important; |
| 240 | border-color: #007218 !important; |
| 241 | text-shadow: none !important; |
| 242 | } |
| 243 | |
| 244 | #jetpack_summary_widget footer { |
| 245 | background: #f6f7f7; |
| 246 | padding: .75em .75em 0 .75em; |
| 247 | overflow: hidden; |
| 248 | border-top: 1px solid #ccc; |
| 249 | } |
| 250 | |
| 251 | #jetpack_summary_widget footer .protect, |
| 252 | #jetpack_summary_widget footer .akismet { |
| 253 | float: left; |
| 254 | text-align: left; |
| 255 | margin-bottom: .75em; |
| 256 | } |
| 257 | |
| 258 | #jetpack_summary_widget footer .protect { |
| 259 | padding-right: 3%; |
| 260 | min-width: 50%; |
| 261 | } |
| 262 | |
| 263 | #jetpack_summary_widget footer h3 { |
| 264 | font-size: 1em; |
| 265 | font-weight: normal; |
| 266 | margin: 0 0 0.25em 0; |
| 267 | padding: 0; |
| 268 | } |
| 269 | |
| 270 | #jetpack_summary_widget footer p.blocked-count { |
| 271 | font-size: 1.5em; |
| 272 | font-weight: normal; |
| 273 | margin: 0; |
| 274 | padding: 0; |
| 275 | } |
| 276 | |
| 277 | #jetpack_summary_widget footer p { |
| 278 | margin: 0; |
| 279 | padding: 0; |
| 280 | } |
| 281 | |
| 282 | #jetpack_summary_widget footer section { |
| 283 | margin: 0; |
| 284 | padding: 0; |
| 285 | text-align: center; |
| 286 | } |
| 287 | |
| 288 | /* Hide the widget title's SVG in the Screen Options tab */ |
| 289 | .metabox-prefs label[for="jetpack_summary_widget-hide"] span { |
| 290 | display: none; |
| 291 | } |
| 292 | |
| 293 | /*# sourceMappingURL=dashboard-widget.css.map */ |
| 294 |