PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.9
Jetpack – WP Security, Backup, Speed, & Growth v6.9
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 6.9, at css/dashboard-widget.css

178 lines 4.5 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 svg {
41 height: 20px;
42 margin: .15em 0 0 .5em;
43 }
44
45 #jetpack_summary_widget .inside {
46 margin: 0;
47 padding: 0;
48 }
49
50 #jetpack_summary_widget .inside .stats-view-all {
51 text-align: center;
52 margin: 1em 0;
53 }
54
55 #jetpack_summary_widget .stats,
56 #jetpack_summary_widget .widgets,
57 #jetpack_summary_widget .wpcom-connect {
58 padding: .75em;
59 }
60
61 #jetpack_summary_widget .wpcom-connect {
62 background: #fafafa;
63 text-align: center;
64 }
65
66 #jetpack_summary_widget .wpcom-connect .jp-emblem {
67 padding: 5px 0 0 0;
68 }
69
70 #jetpack_summary_widget .wpcom-connect svg {
71 width: 40px;
72 height: 40px;
73 }
74
75 #jetpack_summary_widget .wpcom-connect svg path {
76 fill: #00BE28;
77 }
78
79 #jetpack_summary_widget .wpcom-connect .jp-emblem,
80 #jetpack_summary_widget .wpcom-connect h3,
81 #jetpack_summary_widget .wpcom-connect p {
82 width: 100%;
83 }
84
85 #jetpack_summary_widget .wpcom-connect h3 {
86 font-size: 1.25em;
87 font-weight: 400;
88 }
89
90 #jetpack_summary_widget .wpcom-connect p {
91 color: #555d66;
92 margin-top: 0;
93 padding: 0 15px;
94 }
95
96 #jetpack_summary_widget .wpcom-connect .actions {
97 text-align: center;
98 padding: 15px 0 10px 0;
99 }
100
101 #jetpack_summary_widget .wpcom-connect .actions small {
102 display: block;
103 }
104
105 #jetpack_summary_widget .wpcom-connect .actions small a {
106 color: #999;
107 }
108
109 #jetpack_summary_widget .button-jetpack {
110 background: #00BE28;
111 border-color: #008b1d;
112 color: white;
113 box-shadow: inset 0 1px 0 #0cff3f, 0 1px 0 rgba(0, 0, 0, 0.15);
114 }
115
116 #jetpack_summary_widget .button-jetpack:hover, #jetpack_summary_widget .button-jetpack:focus {
117 background: #00a523;
118 border-color: #007218;
119 color: white;
120 box-shadow: inset 0 1px 0 #00f133;
121 }
122
123 #jetpack_summary_widget .button-jetpack:focus {
124 box-shadow: inset 0 1px 0 #00f133, 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
125 }
126
127 #jetpack_summary_widget .button-jetpack:active {
128 background: #008b1d;
129 border-color: #007218;
130 color: white;
131 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);
132 }
133
134 #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 {
135 color: #c7d1c9 !important;
136 background: #00951f !important;
137 border-color: #007218 !important;
138 text-shadow: none !important;
139 }
140
141 #jetpack_summary_widget footer {
142 background: #fafafa;
143 padding: .75em;
144 overflow: hidden;
145 border-top: 1px solid #ccc;
146 }
147
148 #jetpack_summary_widget footer .protect,
149 #jetpack_summary_widget footer .akismet {
150 width: 50%;
151 float: left;
152 text-align: left;
153 }
154
155 #jetpack_summary_widget footer .protect {
156 padding-right: 3%;
157 }
158
159 #jetpack_summary_widget footer h3 {
160 font-size: 1.5em;
161 font-weight: normal;
162 margin: 0;
163 padding: 0;
164 }
165
166 #jetpack_summary_widget footer p {
167 margin: 0;
168 padding: 0;
169 }
170
171 #jetpack_summary_widget footer section {
172 margin: 0;
173 padding: 0;
174 text-align: center;
175 }
176
177 /*# sourceMappingURL=dashboard-widget.css.map */
178