PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.7
Jetpack – WP Security, Backup, Speed, & Growth v7.7
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / css / dashboard-widget.css

dashboard-widget.css in Jetpack – WP Security, Backup, Speed, & Growth 7.7, at css/dashboard-widget.css

187 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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;
148 overflow: hidden;
149 border-top: 1px solid #ccc;
150 }
151
152 #jetpack_summary_widget footer .protect,
153 #jetpack_summary_widget footer .akismet {
154 width: 50%;
155 float: left;
156 text-align: left;
157 }
158
159 #jetpack_summary_widget footer .protect {
160 padding-right: 3%;
161 }
162
163 #jetpack_summary_widget footer h3 {
164 font-size: 1.5em;
165 font-weight: normal;
166 margin: 0;
167 padding: 0;
168 }
169
170 #jetpack_summary_widget footer p {
171 margin: 0;
172 padding: 0;
173 }
174
175 #jetpack_summary_widget footer section {
176 margin: 0;
177 padding: 0;
178 text-align: center;
179 }
180
181 /* Hide the widget title's SVG in the Screen Options tab */
182 .metabox-prefs label[for="jetpack_summary_widget-hide"] span {
183 display: none;
184 }
185
186 /*# sourceMappingURL=dashboard-widget.css.map */
187