| 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 |
box-sizing: border-box; |
| 27 |
} |
| 28 |
|
| 29 |
#jetpack_summary_widget h2.hndle span.js-toggle-stats_dashboard_widget_control { |
| 30 |
position: absolute; |
| 31 |
top: 8px; |
| 32 |
right: 36px; |
| 33 |
} |
| 34 |
|
| 35 |
#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) { |
| 36 |
display: flex; |
| 37 |
align-items: center; |
| 38 |
} |
| 39 |
|
| 40 |
#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) span { |
| 41 |
padding: 0 0.4em; |
| 42 |
} |
| 43 |
|
| 44 |
#jetpack_summary_widget h2.hndle svg { |
| 45 |
height: 20px; |
| 46 |
margin: .15em 0 0 .5em; |
| 47 |
} |
| 48 |
|
| 49 |
#jetpack_summary_widget .inside { |
| 50 |
margin: 0; |
| 51 |
padding: 0; |
| 52 |
} |
| 53 |
|
| 54 |
#jetpack_summary_widget .inside .stats-view-all { |
| 55 |
text-align: center; |
| 56 |
margin: 1em 0; |
| 57 |
} |
| 58 |
|
| 59 |
#jetpack_summary_widget .stats, |
| 60 |
#jetpack_summary_widget .widgets, |
| 61 |
#jetpack_summary_widget .wpcom-connect { |
| 62 |
padding: .75em; |
| 63 |
} |
| 64 |
|
| 65 |
#jetpack_summary_widget .wpcom-connect { |
| 66 |
background: #fafafa; |
| 67 |
text-align: center; |
| 68 |
} |
| 69 |
|
| 70 |
#jetpack_summary_widget .wpcom-connect .jp-emblem { |
| 71 |
padding: 5px 0 0 0; |
| 72 |
} |
| 73 |
|
| 74 |
#jetpack_summary_widget .wpcom-connect svg { |
| 75 |
width: 40px; |
| 76 |
height: 40px; |
| 77 |
} |
| 78 |
|
| 79 |
#jetpack_summary_widget .wpcom-connect svg path { |
| 80 |
fill: #00be28; |
| 81 |
} |
| 82 |
|
| 83 |
#jetpack_summary_widget .wpcom-connect .jp-emblem, |
| 84 |
#jetpack_summary_widget .wpcom-connect h3, |
| 85 |
#jetpack_summary_widget .wpcom-connect p { |
| 86 |
width: 100%; |
| 87 |
} |
| 88 |
|
| 89 |
#jetpack_summary_widget .wpcom-connect h3 { |
| 90 |
font-size: 1.25em; |
| 91 |
font-weight: 400; |
| 92 |
} |
| 93 |
|
| 94 |
#jetpack_summary_widget .wpcom-connect p { |
| 95 |
color: #555d66; |
| 96 |
margin-top: 0; |
| 97 |
padding: 0 15px; |
| 98 |
} |
| 99 |
|
| 100 |
#jetpack_summary_widget .wpcom-connect .actions { |
| 101 |
text-align: center; |
| 102 |
padding: 15px 0 10px 0; |
| 103 |
} |
| 104 |
|
| 105 |
#jetpack_summary_widget .wpcom-connect .actions small { |
| 106 |
display: block; |
| 107 |
} |
| 108 |
|
| 109 |
#jetpack_summary_widget .wpcom-connect .actions small a { |
| 110 |
color: #999; |
| 111 |
} |
| 112 |
|
| 113 |
#jetpack_summary_widget .button-jetpack { |
| 114 |
background: #00be28; |
| 115 |
border-color: #008b1d; |
| 116 |
color: white; |
| 117 |
box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15); |
| 118 |
} |
| 119 |
|
| 120 |
#jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus { |
| 121 |
background: #00a523; |
| 122 |
border-color: #007218; |
| 123 |
color: white; |
| 124 |
box-shadow: inset 0 1px 0 #00f133; |
| 125 |
} |
| 126 |
|
| 127 |
#jetpack_summary_widget .button-jetpack:focus { |
| 128 |
box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| 129 |
} |
| 130 |
|
| 131 |
#jetpack_summary_widget .button-jetpack:active { |
| 132 |
background: #008b1d; |
| 133 |
border-color: #007218; |
| 134 |
color: white; |
| 135 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| 136 |
} |
| 137 |
|
| 138 |
#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 { |
| 139 |
color: #c7d1c9 !important; |
| 140 |
background: #00951f !important; |
| 141 |
border-color: #007218 !important; |
| 142 |
text-shadow: none !important; |
| 143 |
} |
| 144 |
|
| 145 |
#jetpack_summary_widget footer { |
| 146 |
background: #fafafa; |
| 147 |
padding: .75em .75em 0 .75em; |
| 148 |
overflow: hidden; |
| 149 |
border-top: 1px solid #ccc; |
| 150 |
} |
| 151 |
|
| 152 |
#jetpack_summary_widget footer .protect, |
| 153 |
#jetpack_summary_widget footer .akismet { |
| 154 |
float: left; |
| 155 |
text-align: left; |
| 156 |
margin-bottom: .75em; |
| 157 |
} |
| 158 |
|
| 159 |
#jetpack_summary_widget footer .protect { |
| 160 |
padding-right: 3%; |
| 161 |
min-width: 50%; |
| 162 |
} |
| 163 |
|
| 164 |
#jetpack_summary_widget footer h3 { |
| 165 |
font-size: 1em; |
| 166 |
font-weight: normal; |
| 167 |
margin: 0 0 0.25em 0; |
| 168 |
padding: 0; |
| 169 |
} |
| 170 |
|
| 171 |
#jetpack_summary_widget footer p.blocked-count { |
| 172 |
font-size: 1.5em; |
| 173 |
font-weight: normal; |
| 174 |
margin: 0; |
| 175 |
padding: 0; |
| 176 |
} |
| 177 |
|
| 178 |
#jetpack_summary_widget footer p { |
| 179 |
margin: 0; |
| 180 |
padding: 0; |
| 181 |
} |
| 182 |
|
| 183 |
#jetpack_summary_widget footer section { |
| 184 |
margin: 0; |
| 185 |
padding: 0; |
| 186 |
text-align: center; |
| 187 |
} |
| 188 |
|
| 189 |
/* Hide the widget title's SVG in the Screen Options tab */ |
| 190 |
.metabox-prefs label[for="jetpack_summary_widget-hide"] span { |
| 191 |
display: none; |
| 192 |
} |
| 193 |
|
| 194 |
/*# sourceMappingURL=dashboard-widget.css.map */ |
| 195 |
|