| 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 |
#jetpack_summary_widget * { |
| 29 |
box-sizing: border-box; |
| 30 |
} |
| 31 |
#jetpack_summary_widget h2.hndle span { |
| 32 |
display: flex; |
| 33 |
align-items: center; |
| 34 |
} |
| 35 |
#jetpack_summary_widget h2.hndle span span { |
| 36 |
padding: 0 0.4em; |
| 37 |
} |
| 38 |
#jetpack_summary_widget h2.hndle svg { |
| 39 |
height: 20px; |
| 40 |
margin: 0.15em 0 0 0.5em; |
| 41 |
} |
| 42 |
#jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator:before { |
| 43 |
content: "\f111"; |
| 44 |
display: inline-block; |
| 45 |
font: normal 20px/1 dashicons; |
| 46 |
} |
| 47 |
#jetpack_summary_widget .inside { |
| 48 |
margin: 0; |
| 49 |
padding: 0; |
| 50 |
} |
| 51 |
#jetpack_summary_widget .inside .stats-view-all { |
| 52 |
text-align: center; |
| 53 |
margin: 1em 0; |
| 54 |
} |
| 55 |
#jetpack_summary_widget .inside #stats_dashboard_widget_control { |
| 56 |
display: none; |
| 57 |
padding: 0 10px; |
| 58 |
overflow: hidden; |
| 59 |
} |
| 60 |
#jetpack_summary_widget .inside #stats_dashboard_widget_control .button-primary { |
| 61 |
float: right; |
| 62 |
} |
| 63 |
#jetpack_summary_widget .inside #dashboard_stats { |
| 64 |
box-sizing: border-box; |
| 65 |
width: 100%; |
| 66 |
padding: 0 10px; |
| 67 |
/* Widget graph contents */ |
| 68 |
} |
| 69 |
#jetpack_summary_widget .inside #dashboard_stats .inside { |
| 70 |
margin: 10px 0 0 0 !important; |
| 71 |
} |
| 72 |
#jetpack_summary_widget .inside #dashboard_stats #stats-graph { |
| 73 |
margin: 0; |
| 74 |
} |
| 75 |
#jetpack_summary_widget .inside #dashboard_stats #stat-chart { |
| 76 |
background: none !important; |
| 77 |
} |
| 78 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info { |
| 79 |
border-top: 1px solid #dcdcde; |
| 80 |
margin: 7px -10px 0 -10px; |
| 81 |
padding: 10px; |
| 82 |
background: #fcfcfc; |
| 83 |
box-shadow: inset 0 1px 0 #fff; |
| 84 |
overflow: hidden; |
| 85 |
border-radius: 0 0 2px 2px; |
| 86 |
} |
| 87 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info div#active { |
| 88 |
border-top: 1px solid #dcdcde; |
| 89 |
margin: 0 -10px; |
| 90 |
padding: 10px 10px 0 10px; |
| 91 |
box-shadow: inset 0 1px 0 #fff; |
| 92 |
overflow: hidden; |
| 93 |
} |
| 94 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info h3 { |
| 95 |
font-size: 1em; |
| 96 |
margin: 0 0 0.5em 0 !important; |
| 97 |
} |
| 98 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p { |
| 99 |
margin: 0 0 0.25em; |
| 100 |
color: #999; |
| 101 |
} |
| 102 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p.widget-loading { |
| 103 |
margin: 1em 0 0; |
| 104 |
color: #333; |
| 105 |
} |
| 106 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a { |
| 107 |
display: block; |
| 108 |
} |
| 109 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info p a.button { |
| 110 |
display: inline; |
| 111 |
} |
| 112 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts { |
| 113 |
float: left; |
| 114 |
width: 50%; |
| 115 |
padding-right: 3%; |
| 116 |
} |
| 117 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p { |
| 118 |
white-space: nowrap; |
| 119 |
overflow: hidden; |
| 120 |
} |
| 121 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p a { |
| 122 |
overflow: hidden; |
| 123 |
text-overflow: ellipsis; |
| 124 |
} |
| 125 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search { |
| 126 |
float: left; |
| 127 |
width: 50%; |
| 128 |
} |
| 129 |
#jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search p { |
| 130 |
color: #999; |
| 131 |
} |
| 132 |
#jetpack_summary_widget .stats, |
| 133 |
#jetpack_summary_widget .widgets, |
| 134 |
#jetpack_summary_widget .wpcom-connect { |
| 135 |
padding: 0.75em; |
| 136 |
} |
| 137 |
#jetpack_summary_widget .wpcom-connect { |
| 138 |
background: #f6f7f7; |
| 139 |
text-align: center; |
| 140 |
} |
| 141 |
#jetpack_summary_widget .wpcom-connect .jp-emblem { |
| 142 |
padding: 5px 0 0 0; |
| 143 |
} |
| 144 |
#jetpack_summary_widget .wpcom-connect svg { |
| 145 |
width: 40px; |
| 146 |
height: 40px; |
| 147 |
} |
| 148 |
#jetpack_summary_widget .wpcom-connect svg path { |
| 149 |
fill: #00be28; |
| 150 |
} |
| 151 |
#jetpack_summary_widget .wpcom-connect .jp-emblem, |
| 152 |
#jetpack_summary_widget .wpcom-connect h3, |
| 153 |
#jetpack_summary_widget .wpcom-connect p { |
| 154 |
width: 100%; |
| 155 |
} |
| 156 |
#jetpack_summary_widget .wpcom-connect h3 { |
| 157 |
font-size: 1.25em; |
| 158 |
font-weight: 400; |
| 159 |
} |
| 160 |
#jetpack_summary_widget .wpcom-connect p { |
| 161 |
color: #50575e; |
| 162 |
margin-top: 0; |
| 163 |
padding: 0 15px; |
| 164 |
} |
| 165 |
#jetpack_summary_widget .wpcom-connect .actions { |
| 166 |
text-align: center; |
| 167 |
padding: 15px 0 10px 0; |
| 168 |
} |
| 169 |
#jetpack_summary_widget .wpcom-connect .actions small { |
| 170 |
display: block; |
| 171 |
} |
| 172 |
#jetpack_summary_widget .wpcom-connect .actions small a { |
| 173 |
color: #999; |
| 174 |
} |
| 175 |
#jetpack_summary_widget .button-jetpack { |
| 176 |
background: #00be28; |
| 177 |
border-color: #008b1d; |
| 178 |
color: white; |
| 179 |
box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15); |
| 180 |
} |
| 181 |
#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus { |
| 182 |
background: #00a523; |
| 183 |
border-color: #007218; |
| 184 |
color: white; |
| 185 |
box-shadow: inset 0 1px 0 #00f133; |
| 186 |
} |
| 187 |
#jetpack_summary_widget .button-jetpack:focus { |
| 188 |
box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| 189 |
} |
| 190 |
#jetpack_summary_widget .button-jetpack:active { |
| 191 |
background: #008b1d; |
| 192 |
border-color: #007218; |
| 193 |
color: white; |
| 194 |
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); |
| 195 |
} |
| 196 |
#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 { |
| 197 |
color: #c7d1c9 !important; |
| 198 |
background: #00951f !important; |
| 199 |
border-color: #007218 !important; |
| 200 |
text-shadow: none !important; |
| 201 |
} |
| 202 |
#jetpack_summary_widget footer { |
| 203 |
background: #f6f7f7; |
| 204 |
padding: 0.75em 0.75em 0 0.75em; |
| 205 |
overflow: hidden; |
| 206 |
border-top: 1px solid #ccc; |
| 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 |
font-size: 1.5em; |
| 226 |
font-weight: normal; |
| 227 |
margin: 0; |
| 228 |
padding: 0; |
| 229 |
} |
| 230 |
#jetpack_summary_widget footer p { |
| 231 |
margin: 0; |
| 232 |
padding: 0; |
| 233 |
} |
| 234 |
#jetpack_summary_widget footer section { |
| 235 |
margin: 0; |
| 236 |
padding: 0; |
| 237 |
text-align: center; |
| 238 |
} |
| 239 |
|
| 240 |
/* Hide the widget title's SVG in the Screen Options tab */ |
| 241 |
.metabox-prefs label[for=jetpack_summary_widget-hide] span { |
| 242 |
display: none; |
| 243 |
} |
| 244 |
/*# sourceMappingURL=dashboard-widget.css.map */ |
| 245 |
|