| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- /*!
- * Do not modify this file directly. It is compiled SASS code.
- */
- @charset "UTF-8";
- /*
- The MIT License (MIT)
- Copyright © 2011–2015 thoughtbot, inc.
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
- documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
- persons to whom the Software is furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all copies or substantial
- portions of the Software.
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- https://github.com/thoughtbot/bourbon
- */
- #jetpack_summary_widget {
- /* Widget settings */
- }
- #jetpack_summary_widget * {
- box-sizing: border-box;
- }
- #jetpack_summary_widget h2.hndle span {
- display: flex;
- align-items: center;
- }
- #jetpack_summary_widget h2.hndle span span {
- padding: 0 0.4em;
- }
- #jetpack_summary_widget h2.hndle svg {
- height: 20px;
- margin: 0.15em 0 0 0.5em;
- }
- #jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator:before {
- content: "\f111";
- display: inline-block;
- font: normal 20px/1 dashicons;
- }
- #jetpack_summary_widget .inside {
- margin: 0;
- padding: 0;
- }
- #jetpack_summary_widget .inside .stats-view-all {
- text-align: center;
- margin: 1em 0;
- }
- #jetpack_summary_widget .inside #stats_dashboard_widget_control {
- display: none;
- padding: 0 10px;
- overflow: hidden;
- }
- #jetpack_summary_widget .inside #stats_dashboard_widget_control .button-primary {
- float: right;
- }
- #jetpack_summary_widget .inside #dashboard_stats {
- box-sizing: border-box;
- width: 100%;
- padding: 0 10px;
- /* Widget graph contents */
- }
- #jetpack_summary_widget .inside #dashboard_stats .inside {
- margin: 10px 0 0 0 !important;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-graph {
- margin: 0;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stat-chart {
- background: none !important;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info {
- border-top: 1px solid #dcdcde;
- margin: 7px -10px 0 -10px;
- padding: 10px;
- background: #fcfcfc;
- box-shadow: inset 0 1px 0 #fff;
- overflow: hidden;
- border-radius: 0 0 2px 2px;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info div#active {
- border-top: 1px solid #dcdcde;
- margin: 0 -10px;
- padding: 10px 10px 0 10px;
- box-shadow: inset 0 1px 0 #fff;
- overflow: hidden;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info h3 {
- font-size: 1em;
- margin: 0 0 0.5em 0 !important;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info p {
- margin: 0 0 0.25em;
- color: #999;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info p.widget-loading {
- margin: 1em 0 0;
- color: #333;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info p a {
- display: block;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info p a.button {
- display: inline;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts {
- float: left;
- width: 50%;
- padding-right: 3%;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p {
- white-space: nowrap;
- overflow: hidden;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-posts .stats-section-inner p a {
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search {
- float: left;
- width: 50%;
- }
- #jetpack_summary_widget .inside #dashboard_stats #stats-info #top-search p {
- color: #999;
- }
- #jetpack_summary_widget .stats,
- #jetpack_summary_widget .widgets,
- #jetpack_summary_widget .wpcom-connect {
- padding: 0.75em;
- }
- #jetpack_summary_widget .wpcom-connect {
- background: #f6f7f7;
- text-align: center;
- }
- #jetpack_summary_widget .wpcom-connect .jp-emblem {
- padding: 5px 0 0 0;
- }
- #jetpack_summary_widget .wpcom-connect svg {
- width: 40px;
- height: 40px;
- }
- #jetpack_summary_widget .wpcom-connect svg path {
- fill: #00be28;
- }
- #jetpack_summary_widget .wpcom-connect .jp-emblem,
- #jetpack_summary_widget .wpcom-connect h3,
- #jetpack_summary_widget .wpcom-connect p {
- width: 100%;
- }
- #jetpack_summary_widget .wpcom-connect h3 {
- font-size: 1.25em;
- font-weight: 400;
- }
- #jetpack_summary_widget .wpcom-connect p {
- color: #50575e;
- margin-top: 0;
- padding: 0 15px;
- }
- #jetpack_summary_widget .wpcom-connect .actions {
- text-align: center;
- padding: 15px 0 10px 0;
- }
- #jetpack_summary_widget .wpcom-connect .actions small {
- display: block;
- }
- #jetpack_summary_widget .wpcom-connect .actions small a {
- color: #999;
- }
- #jetpack_summary_widget .button-jetpack {
- background: #00be28;
- border-color: #008b1d;
- color: white;
- box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);
- }
- #jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
- background: #00a523;
- border-color: #007218;
- color: white;
- box-shadow: inset 0 1px 0 #00f133;
- }
- #jetpack_summary_widget .button-jetpack:focus {
- box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(30, 140, 190, 0.8);
- }
- #jetpack_summary_widget .button-jetpack:active {
- background: #008b1d;
- border-color: #007218;
- color: white;
- 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);
- }
- #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 {
- color: #c7d1c9 !important;
- background: #00951f !important;
- border-color: #007218 !important;
- text-shadow: none !important;
- }
- #jetpack_summary_widget footer {
- background: #f6f7f7;
- padding: 0.75em 0.75em 0 0.75em;
- overflow: hidden;
- border-top: 1px solid #ccc;
- }
- #jetpack_summary_widget footer .protect,
- #jetpack_summary_widget footer .akismet {
- float: left;
- text-align: left;
- margin-bottom: 0.75em;
- }
- #jetpack_summary_widget footer .protect {
- padding-right: 3%;
- min-width: 50%;
- }
- #jetpack_summary_widget footer h3 {
- font-size: 1em;
- font-weight: normal;
- margin: 0 0 0.25em 0;
- padding: 0;
- }
- #jetpack_summary_widget footer p.blocked-count {
- font-size: 1.5em;
- font-weight: normal;
- margin: 0;
- padding: 0;
- }
- #jetpack_summary_widget footer p {
- margin: 0;
- padding: 0;
- }
- #jetpack_summary_widget footer section {
- margin: 0;
- padding: 0;
- text-align: center;
- }
- /* Hide the widget title's SVG in the Screen Options tab */
- .metabox-prefs label[for=jetpack_summary_widget-hide] span {
- display: none;
- }
- /*# sourceMappingURL=dashboard-widget.css.map */
|