Add upstream
This commit is contained in:
186
wp-content/plugins/jetpack/css/dashboard-widget-rtl.css
Normal file
186
wp-content/plugins/jetpack/css/dashboard-widget-rtl.css
Normal file
@@ -0,0 +1,186 @@
|
||||
/*!
|
||||
* 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 * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle span.js-toggle-stats_dashboard_widget_control {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 36px;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) span {
|
||||
padding: 0 0.4em;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle svg {
|
||||
height: 20px;
|
||||
margin: .15em .5em 0 0;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .inside .stats-view-all {
|
||||
text-align: center;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .stats,
|
||||
#jetpack_summary_widget .widgets,
|
||||
#jetpack_summary_widget .wpcom-connect {
|
||||
padding: .75em;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .wpcom-connect {
|
||||
background: #fafafa;
|
||||
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: #555d66;
|
||||
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 #5b9dd9, 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 #5b9dd9, 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: #fafafa;
|
||||
padding: .75em;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget footer .protect,
|
||||
#jetpack_summary_widget footer .akismet {
|
||||
width: 50%;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget footer .protect {
|
||||
padding-left: 3%;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget footer h3 {
|
||||
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-rtl.css.map */
|
||||
3
wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
@charset "UTF-8";/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/#jetpack_summary_widget *{box-sizing:border-box}#jetpack_summary_widget h2.hndle span.js-toggle-stats_dashboard_widget_control{position:absolute;top:8px;left:36px}#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control){display:flex;align-items:center}#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) span{padding:0 .4em}#jetpack_summary_widget h2.hndle svg{height:20px;margin:.15em .5em 0 0}#jetpack_summary_widget .inside{margin:0;padding:0}#jetpack_summary_widget .inside .stats-view-all{text-align:center;margin:1em 0}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;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:#555d66;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:#fff;box-shadow:inset 0 1px 0 #0cff3f,0 1px 0 rgba(0,0,0,.15)}#jetpack_summary_widget .button-jetpack:focus,#jetpack_summary_widget .button-jetpack:hover{background:#00a523;border-color:#007218;color:#fff;box-shadow:inset 0 1px 0 #00f133}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #00f133,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack:active{background:#008b1d;border-color:#007218;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled,#jetpack_summary_widget .button-jetpack: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:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .akismet,#jetpack_summary_widget footer .protect{width:50%;float:right;text-align:right}#jetpack_summary_widget footer .protect{padding-left:3%}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:400;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}.metabox-prefs label[for=jetpack_summary_widget-hide] span{display:none}
|
||||
186
wp-content/plugins/jetpack/css/dashboard-widget.css
Normal file
186
wp-content/plugins/jetpack/css/dashboard-widget.css
Normal file
@@ -0,0 +1,186 @@
|
||||
/*!
|
||||
* 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 * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle span.js-toggle-stats_dashboard_widget_control {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 36px;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) span {
|
||||
padding: 0 0.4em;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget h2.hndle svg {
|
||||
height: 20px;
|
||||
margin: .15em 0 0 .5em;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .inside .stats-view-all {
|
||||
text-align: center;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .stats,
|
||||
#jetpack_summary_widget .widgets,
|
||||
#jetpack_summary_widget .wpcom-connect {
|
||||
padding: .75em;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget .wpcom-connect {
|
||||
background: #fafafa;
|
||||
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: #555d66;
|
||||
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 #5b9dd9, 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 #5b9dd9, 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: #fafafa;
|
||||
padding: .75em;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget footer .protect,
|
||||
#jetpack_summary_widget footer .akismet {
|
||||
width: 50%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget footer .protect {
|
||||
padding-right: 3%;
|
||||
}
|
||||
|
||||
#jetpack_summary_widget footer h3 {
|
||||
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 */
|
||||
3
wp-content/plugins/jetpack/css/dashboard-widget.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/dashboard-widget.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
@charset "UTF-8";/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/#jetpack_summary_widget *{box-sizing:border-box}#jetpack_summary_widget h2.hndle span.js-toggle-stats_dashboard_widget_control{position:absolute;top:8px;right:36px}#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control){display:flex;align-items:center}#jetpack_summary_widget h2.hndle span:not(.js-toggle-stats_dashboard_widget_control) span{padding:0 .4em}#jetpack_summary_widget h2.hndle svg{height:20px;margin:.15em 0 0 .5em}#jetpack_summary_widget .inside{margin:0;padding:0}#jetpack_summary_widget .inside .stats-view-all{text-align:center;margin:1em 0}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;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:#555d66;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:#fff;box-shadow:inset 0 1px 0 #0cff3f,0 1px 0 rgba(0,0,0,.15)}#jetpack_summary_widget .button-jetpack:focus,#jetpack_summary_widget .button-jetpack:hover{background:#00a523;border-color:#007218;color:#fff;box-shadow:inset 0 1px 0 #00f133}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #00f133,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack:active{background:#008b1d;border-color:#007218;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled,#jetpack_summary_widget .button-jetpack: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:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .akismet,#jetpack_summary_widget footer .protect{width:50%;float:left;text-align:left}#jetpack_summary_widget footer .protect{padding-right:3%}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:400;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}.metabox-prefs label[for=jetpack_summary_widget-hide] span{display:none}
|
||||
1487
wp-content/plugins/jetpack/css/jetpack-admin-rtl.css
Normal file
1487
wp-content/plugins/jetpack/css/jetpack-admin-rtl.css
Normal file
File diff suppressed because it is too large
Load Diff
3
wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1487
wp-content/plugins/jetpack/css/jetpack-admin.css
Normal file
1487
wp-content/plugins/jetpack/css/jetpack-admin.css
Normal file
File diff suppressed because it is too large
Load Diff
3
wp-content/plugins/jetpack/css/jetpack-admin.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-admin.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
477
wp-content/plugins/jetpack/css/jetpack-banners-rtl.css
Normal file
477
wp-content/plugins/jetpack/css/jetpack-banners-rtl.css
Normal file
@@ -0,0 +1,477 @@
|
||||
/*!
|
||||
* 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
|
||||
*/
|
||||
.updated.jp-banner {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.updated .jp-banner__header {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.updated .jp-banner__button-container {
|
||||
padding: 2rem 0 0;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.updated .jp-banner__button-container {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.updated .jp-banner__tos-blurb {
|
||||
display: block;
|
||||
padding: 0.375rem 0;
|
||||
line-height: 1.5;
|
||||
font-size: 0.6875rem;
|
||||
color: #414141;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.updated .jp-banner__tos-blurb {
|
||||
margin-right: 1.125rem;
|
||||
}
|
||||
}
|
||||
|
||||
.updated .jp-banner__tos-blurb a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.jp-banner .notice-dismiss {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-banner__description {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.jp-banner__description-container {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 1.25rem;
|
||||
right: 0;
|
||||
z-index: 999;
|
||||
background: #f1f1f1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jetpack-disconnected .jp-connect-full__container {
|
||||
top: 42px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 782px) {
|
||||
.jetpack-disconnected .jp-connect-full__container {
|
||||
right: -20px;
|
||||
}
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
|
||||
padding: 4rem 4rem 6rem;
|
||||
background: white;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters {
|
||||
margin-top: 1.5rem;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container h4 {
|
||||
line-height: 1.25;
|
||||
font-size: 1.375rem;
|
||||
font-weight: normal;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container .jp-connect-full__container-card {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 782px) {
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
|
||||
top: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.jp-connect-full__svg-dismiss {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
fill: #a2a2a2;
|
||||
padding: 1rem;
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header h2 {
|
||||
margin: 1.5rem 10% 0;
|
||||
font-size: 1.375rem;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-connect-full__step-header h2 {
|
||||
margin: 1.5rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header h3 {
|
||||
color: #747474;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
margin: 0.625rem 0 1.5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header.bottom {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__button-container {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jp-connect-full__button-container .dops-button.is-primary {
|
||||
background: #00BE28;
|
||||
border-color: #00a523;
|
||||
padding-right: 1.5rem;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus {
|
||||
background: #00a523;
|
||||
border-color: #008b1d;
|
||||
}
|
||||
|
||||
.jp-connect-full__tos-blurb {
|
||||
font-size: 0.6875rem;
|
||||
margin: 0 auto 1rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__dismiss {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.jp-connect-full__dismiss-paragraph {
|
||||
font-size: .6875rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__tos-blurb a,
|
||||
.jp-connect-full__dismiss-paragraph a {
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.jp-connect-full__row {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
text-align: right;
|
||||
align-items: baseline;
|
||||
margin: 0 auto;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.jp-connect-full__slide {
|
||||
max-width: 35%;
|
||||
margin: 3rem 0;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jp-connect-full__slide {
|
||||
margin: 1.875rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-connect-full__slide p {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__slide .illustration {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.jp-connect-full__slide .illustration {
|
||||
margin-bottom: 2.625rem;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-connect-full__step-support {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-support h2 {
|
||||
margin: 1rem 0 0;
|
||||
font-size: 1.375rem;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-support h3 {
|
||||
color: #747474;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
margin: 0.625rem 0 1.5rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.jp-connect-full__row {
|
||||
display: block;
|
||||
}
|
||||
.jp-connect-full__slide {
|
||||
margin: 2em 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.updated.jp-wpcom-connect__container {
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
.updated.jp-wpcom-connect__container {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.updated.jp-wpcom-connect__container .dops-button {
|
||||
padding: 7px 14px 9px;
|
||||
}
|
||||
|
||||
.updated .notice-dismiss {
|
||||
z-index: 1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text + .jp-wpcom-connect__inner-container .notice-dismiss::before {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text {
|
||||
padding: 15px 15px 25px 35px;
|
||||
background-color: #00BE28;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-left: 10px;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-wpcom-connect__container-top-text svg {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text svg path {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-wpcom-connect__container-top-text span {
|
||||
flex: 9;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container {
|
||||
display: block;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
background-color: #00BE28;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__inner-container > a:first-child {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__inner-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: left;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-container {
|
||||
width: 1250px;
|
||||
position: relative;
|
||||
padding: 2rem;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-container p {
|
||||
color: #6f6f6f;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-container h2 {
|
||||
margin-top: 0;
|
||||
line-height: 1.6;
|
||||
display: block;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-wpcom-connect__hide-phone-and-smaller {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-icon {
|
||||
margin: 0 1.5rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.jp-connect-illo img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.jp-connect-illo .jetpack-logo {
|
||||
margin-bottom: 2.25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-connect-illo .jetpack-logo {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jp-connect-illo {
|
||||
width: 100%;
|
||||
margin: 0.5rem 0;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 900px) {
|
||||
.jp-wpcom-connect__slide-text {
|
||||
padding-right: 2.8125rem;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide.jp__slide-is-active {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jp-wpcom-connect__slide.jp__slide-is-active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide ul {
|
||||
list-style: disc;
|
||||
padding: 0 0.9375rem 0 0;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide ul li {
|
||||
color: #6f6f6f;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.jp-banner__button-container .dops-button {
|
||||
margin: 0.3125rem 0;
|
||||
}
|
||||
|
||||
.jp-banner__button-container .dops-button.is-primary {
|
||||
background: #00BE28;
|
||||
border-color: #00a523;
|
||||
padding-right: 1.5rem;
|
||||
padding-left: 1.5rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
|
||||
background: #00a523;
|
||||
border-color: #008b1d;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-banners-rtl.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
477
wp-content/plugins/jetpack/css/jetpack-banners.css
Normal file
477
wp-content/plugins/jetpack/css/jetpack-banners.css
Normal file
@@ -0,0 +1,477 @@
|
||||
/*!
|
||||
* 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
|
||||
*/
|
||||
.updated.jp-banner {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.updated .jp-banner__header {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.updated .jp-banner__button-container {
|
||||
padding: 2rem 0 0;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.updated .jp-banner__button-container {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.updated .jp-banner__tos-blurb {
|
||||
display: block;
|
||||
padding: 0.375rem 0;
|
||||
line-height: 1.5;
|
||||
font-size: 0.6875rem;
|
||||
color: #414141;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.updated .jp-banner__tos-blurb {
|
||||
margin-left: 1.125rem;
|
||||
}
|
||||
}
|
||||
|
||||
.updated .jp-banner__tos-blurb a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.jp-banner .notice-dismiss {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-banner__description {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.jp-banner__description-container {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 1.25rem;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
background: #f1f1f1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jetpack-disconnected .jp-connect-full__container {
|
||||
top: 42px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 782px) {
|
||||
.jetpack-disconnected .jp-connect-full__container {
|
||||
left: -20px;
|
||||
}
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
|
||||
padding: 4rem 4rem 6rem;
|
||||
background: white;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters {
|
||||
margin-top: 1.5rem;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.jetpack-disconnected .jp-connect-full__container h4 {
|
||||
line-height: 1.25;
|
||||
font-size: 1.375rem;
|
||||
font-weight: normal;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
box-shadow: 0 0 0 1px rgba(213, 213, 213, 0.5), 0 1px 2px #eeeeee;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container .jp-connect-full__container-card {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 782px) {
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container {
|
||||
top: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
.jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.jp-connect-full__svg-dismiss {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
fill: #a2a2a2;
|
||||
padding: 1rem;
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header h2 {
|
||||
margin: 1.5rem 10% 0;
|
||||
font-size: 1.375rem;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-connect-full__step-header h2 {
|
||||
margin: 1.5rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header h3 {
|
||||
color: #747474;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
margin: 0.625rem 0 1.5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-header.bottom {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__button-container {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jp-connect-full__button-container .dops-button.is-primary {
|
||||
background: #00BE28;
|
||||
border-color: #00a523;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__button-container .dops-button.is-primary:hover, .jp-connect-full__button-container .dops-button.is-primary:focus {
|
||||
background: #00a523;
|
||||
border-color: #008b1d;
|
||||
}
|
||||
|
||||
.jp-connect-full__tos-blurb {
|
||||
font-size: 0.6875rem;
|
||||
margin: 0 auto 1rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__dismiss {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.jp-connect-full__dismiss-paragraph {
|
||||
font-size: .6875rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__tos-blurb a,
|
||||
.jp-connect-full__dismiss-paragraph a {
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.jp-connect-full__row {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
text-align: left;
|
||||
align-items: baseline;
|
||||
margin: 0 auto;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.jp-connect-full__slide {
|
||||
max-width: 35%;
|
||||
margin: 3rem 0;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jp-connect-full__slide {
|
||||
margin: 1.875rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-connect-full__slide p {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.jp-connect-full__slide .illustration {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.jp-connect-full__slide .illustration {
|
||||
margin-bottom: 2.625rem;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-connect-full__step-support {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-support h2 {
|
||||
margin: 1rem 0 0;
|
||||
font-size: 1.375rem;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.jp-connect-full__step-support h3 {
|
||||
color: #747474;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
margin: 0.625rem 0 1.5rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.jp-connect-full__row {
|
||||
display: block;
|
||||
}
|
||||
.jp-connect-full__slide {
|
||||
margin: 2em 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card {
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.updated.jp-wpcom-connect__container {
|
||||
border-left: none;
|
||||
padding: 0;
|
||||
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
.updated.jp-wpcom-connect__container {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.updated.jp-wpcom-connect__container .dops-button {
|
||||
padding: 7px 14px 9px;
|
||||
}
|
||||
|
||||
.updated .notice-dismiss {
|
||||
z-index: 1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text + .jp-wpcom-connect__inner-container .notice-dismiss::before {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text {
|
||||
padding: 15px 35px 25px 15px;
|
||||
background-color: #00BE28;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-wpcom-connect__container-top-text svg {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text svg path {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container-top-text span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-wpcom-connect__container-top-text span {
|
||||
flex: 9;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__container {
|
||||
display: block;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
background-color: #00BE28;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__inner-container > a:first-child {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__inner-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: left;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-container {
|
||||
width: 1250px;
|
||||
position: relative;
|
||||
padding: 2rem;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-container p {
|
||||
color: #6f6f6f;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-container h2 {
|
||||
margin-top: 0;
|
||||
line-height: 1.6;
|
||||
display: block;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-wpcom-connect__hide-phone-and-smaller {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__content-icon {
|
||||
margin: 0 1.5rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.jp-connect-illo img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.jp-connect-illo .jetpack-logo {
|
||||
margin-bottom: 2.25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.jp-connect-illo .jetpack-logo {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jp-connect-illo {
|
||||
width: 100%;
|
||||
margin: 0.5rem 0;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 900px) {
|
||||
.jp-wpcom-connect__slide-text {
|
||||
padding-left: 2.8125rem;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide.jp__slide-is-active {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.jp-wpcom-connect__slide.jp__slide-is-active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide ul {
|
||||
list-style: disc;
|
||||
padding: 0 0 0 0.9375rem;
|
||||
}
|
||||
|
||||
.jp-wpcom-connect__slide ul li {
|
||||
color: #6f6f6f;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.jp-banner__button-container .dops-button {
|
||||
margin: 0.3125rem 0;
|
||||
}
|
||||
|
||||
.jp-banner__button-container .dops-button.is-primary {
|
||||
background: #00BE28;
|
||||
border-color: #00a523;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.jp-banner__button-container .dops-button.is-primary:hover, .jp-banner__button-container .dops-button.is-primary:focus {
|
||||
background: #00a523;
|
||||
border-color: #008b1d;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-banners.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-banners.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-banners.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
24
wp-content/plugins/jetpack/css/jetpack-icons-rtl.css
Normal file
24
wp-content/plugins/jetpack/css/jetpack-icons-rtl.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: "jetpack";
|
||||
src: url("../_inc/fonts/jetpack/jetpack.eot");
|
||||
src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
@font-face {
|
||||
font-family: "jetpack";
|
||||
src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
|
||||
}
|
||||
}
|
||||
|
||||
li.toplevel_page_jetpack .wp-menu-image:before {
|
||||
font-family: 'jetpack' !important;
|
||||
content: '\f100';
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-icons-rtl.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.eot);src:url(../_inc/fonts/jetpack/jetpack.eot?#iefix) format("embedded-opentype"),url(../_inc/fonts/jetpack/jetpack.woff) format("woff"),url(../_inc/fonts/jetpack/jetpack.ttf) format("truetype"),url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg")}}li.toplevel_page_jetpack .wp-menu-image:before{font-family:jetpack!important;content:'\f100'}
|
||||
24
wp-content/plugins/jetpack/css/jetpack-icons.css
Normal file
24
wp-content/plugins/jetpack/css/jetpack-icons.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: "jetpack";
|
||||
src: url("../_inc/fonts/jetpack/jetpack.eot");
|
||||
src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
@font-face {
|
||||
font-family: "jetpack";
|
||||
src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
|
||||
}
|
||||
}
|
||||
|
||||
li.toplevel_page_jetpack .wp-menu-image:before {
|
||||
font-family: 'jetpack' !important;
|
||||
content: '\f100';
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-icons.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-icons.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-icons.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.eot);src:url(../_inc/fonts/jetpack/jetpack.eot?#iefix) format("embedded-opentype"),url(../_inc/fonts/jetpack/jetpack.woff) format("woff"),url(../_inc/fonts/jetpack/jetpack.ttf) format("truetype"),url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:jetpack;src:url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg")}}li.toplevel_page_jetpack .wp-menu-image:before{font-family:jetpack!important;content:'\f100'}
|
||||
33
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css
Normal file
33
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/
|
||||
#wp-admin-bar-jetpack-idc.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {
|
||||
background: #fff;
|
||||
border-radius: 2px;
|
||||
color: #23282d;
|
||||
padding: 4px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {
|
||||
color: #23282d;
|
||||
font-family: 'dashicons';
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-idc-admin-bar-rtl.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}
|
||||
33
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.css
Normal file
33
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/
|
||||
#wp-admin-bar-jetpack-idc.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {
|
||||
background: #fff;
|
||||
border-radius: 2px;
|
||||
color: #23282d;
|
||||
padding: 4px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {
|
||||
color: #23282d;
|
||||
font-family: 'dashicons';
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-idc-admin-bar.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-idc-admin-bar.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}
|
||||
217
wp-content/plugins/jetpack/css/jetpack-idc-rtl.css
Normal file
217
wp-content/plugins/jetpack/css/jetpack-idc-rtl.css
Normal file
@@ -0,0 +1,217 @@
|
||||
/*!
|
||||
* 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
|
||||
*/
|
||||
.jp-idc-notice,
|
||||
.jp-idc-notice * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.jp-idc-notice {
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
padding-bottom: 16px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice.is-non-admin {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@media all and (min-width: 783px) {
|
||||
.jp-idc-notice {
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.jp-idc-notice.has-help-tabs {
|
||||
margin-top: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice h3, .jp-idc-notice p {
|
||||
color: #414141;
|
||||
}
|
||||
|
||||
.jp-idc-notice a:not(.dops-notice__action) {
|
||||
color: #0087be;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice a:not(.dops-notice__action):visited {
|
||||
color: #0087be;
|
||||
}
|
||||
|
||||
.jp-idc-notice a:not(.dops-notice__action):hover, .jp-idc-notice a:not(.dops-notice__action):focus, .jp-idc-notice a:not(.dops-notice__action):active {
|
||||
color: #33bbe3;
|
||||
}
|
||||
|
||||
.jp-idc-notice .dops-button {
|
||||
align-self: flex-start;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.jp-idc-notice > div {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.jp-idc-notice__first-step {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.jp-idc-notice__second-step {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-notice__header {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.jp-idc-notice__header__emblem {
|
||||
fill: #00BE28;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin: 0 auto 0 1em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.jp-idc-notice__header__text {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 25px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__content-header {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__content-header__lead {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 21px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 960px) {
|
||||
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
|
||||
margin: 4px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice__action {
|
||||
border: 1px solid #eeeeee;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
padding: 16px;
|
||||
flex-direction: column;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.jp-idc-notice__action:last-child {
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 960px) {
|
||||
.jp-idc-notice__actions {
|
||||
display: flex;
|
||||
}
|
||||
.jp-idc-notice__action {
|
||||
flex: 1;
|
||||
margin: 0 0 0 8px;
|
||||
}
|
||||
.jp-idc-notice__action:last-child {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
.jp-idc-notice__action:first-child {
|
||||
padding-left: 24px;
|
||||
}
|
||||
.jp-idc-notice__action:last-child {
|
||||
padding-right: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-notice__action__explanation {
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__separator {
|
||||
background-color: #eeeeee;
|
||||
margin: 0 -10px 0 -10px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
|
||||
margin-left: -46px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 782px) {
|
||||
.jp-idc-notice__separator {
|
||||
margin: 0 -12px 0 -12px;
|
||||
}
|
||||
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
|
||||
margin-left: -38px;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-notice__unsure-prompt {
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-error__notice {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 683px) {
|
||||
.jp-idc-notice .jp-idc-error__notice .dops-notice__text {
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-idc-rtl.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-idc-rtl.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-idc-rtl.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
@charset "UTF-8";/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/.jp-idc-notice,.jp-idc-notice *{box-sizing:border-box}.jp-idc-notice{margin-right:0;margin-left:10px;margin-top:10px;overflow:hidden;padding-bottom:16px;padding-top:0}.jp-idc-notice.is-non-admin{padding-bottom:0}@media all and (min-width:783px){.jp-idc-notice{margin-left:20px;margin-top:20px}.jp-idc-notice.has-help-tabs{margin-top:48px}}.jp-idc-notice p{margin:0;padding:0}.jp-idc-notice h3,.jp-idc-notice p{color:#414141}.jp-idc-notice a:not(.dops-notice__action){color:#0087be;text-decoration:none}.jp-idc-notice a:not(.dops-notice__action):visited{color:#0087be}.jp-idc-notice a:not(.dops-notice__action):active,.jp-idc-notice a:not(.dops-notice__action):focus,.jp-idc-notice a:not(.dops-notice__action):hover{color:#33bbe3}.jp-idc-notice .dops-button{align-self:flex-start;margin-top:auto}.jp-idc-notice>div{padding:0 8px}.jp-idc-notice__first-step{display:inline-block}.jp-idc-notice__second-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step{display:inline-block}.jp-idc-notice .jp-idc-notice__header{padding-top:8px;padding-bottom:8px}.jp-idc-notice__header__emblem{fill:#00be28;width:25px;height:25px;margin:0 auto 0 1em;float:right}.jp-idc-notice__header__text{font-size:14px;font-weight:600;line-height:25px;margin:0}.jp-idc-notice__content-header{margin:16px 0}.jp-idc-notice__content-header__lead{font-size:16px;font-weight:600;line-height:21px;margin:0}.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{font-size:14px;font-weight:400;margin:8px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{margin:4px 0 0}}.jp-idc-notice__action{border:1px solid #eee;border-radius:4px;display:flex;padding:16px;flex-direction:column;margin-top:auto}.jp-idc-notice__action:last-child{margin:16px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__actions{display:flex}.jp-idc-notice__action{flex:1;margin:0 0 0 8px}.jp-idc-notice__action:last-child{margin:0 8px 0 0}.jp-idc-notice__action:first-child{padding-left:24px}.jp-idc-notice__action:last-child{padding-right:24px}}.jp-idc-notice .jp-idc-notice__action__explanation{margin:0 0 16px 0}.jp-idc-notice__separator{background-color:#eee;margin:0 -10px 0 -10px;height:1px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-left:-46px}@media only screen and (min-width:782px){.jp-idc-notice__separator{margin:0 -12px 0 -12px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-left:-38px}}.jp-idc-notice .jp-idc-notice__unsure-prompt{margin:16px 0 0}.jp-idc-notice .jp-idc-error__notice{display:none}.jp-idc-notice .jp-idc-error__notice .dops-notice__icon{height:auto;width:auto}@media only screen and (min-width:683px){.jp-idc-notice .jp-idc-error__notice .dops-notice__text{line-height:24px}}
|
||||
217
wp-content/plugins/jetpack/css/jetpack-idc.css
Normal file
217
wp-content/plugins/jetpack/css/jetpack-idc.css
Normal file
@@ -0,0 +1,217 @@
|
||||
/*!
|
||||
* 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
|
||||
*/
|
||||
.jp-idc-notice,
|
||||
.jp-idc-notice * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.jp-idc-notice {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
padding-bottom: 16px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice.is-non-admin {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@media all and (min-width: 783px) {
|
||||
.jp-idc-notice {
|
||||
margin-right: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.jp-idc-notice.has-help-tabs {
|
||||
margin-top: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice h3, .jp-idc-notice p {
|
||||
color: #414141;
|
||||
}
|
||||
|
||||
.jp-idc-notice a:not(.dops-notice__action) {
|
||||
color: #0087be;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice a:not(.dops-notice__action):visited {
|
||||
color: #0087be;
|
||||
}
|
||||
|
||||
.jp-idc-notice a:not(.dops-notice__action):hover, .jp-idc-notice a:not(.dops-notice__action):focus, .jp-idc-notice a:not(.dops-notice__action):active {
|
||||
color: #33bbe3;
|
||||
}
|
||||
|
||||
.jp-idc-notice .dops-button {
|
||||
align-self: flex-start;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.jp-idc-notice > div {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.jp-idc-notice__first-step {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.jp-idc-notice__second-step {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-notice__header {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.jp-idc-notice__header__emblem {
|
||||
fill: #00BE28;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin: 0 1em 0 auto;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.jp-idc-notice__header__text {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 25px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__content-header {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__content-header__lead {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 21px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 960px) {
|
||||
.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation {
|
||||
margin: 4px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice__action {
|
||||
border: 1px solid #eeeeee;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
padding: 16px;
|
||||
flex-direction: column;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.jp-idc-notice__action:last-child {
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 960px) {
|
||||
.jp-idc-notice__actions {
|
||||
display: flex;
|
||||
}
|
||||
.jp-idc-notice__action {
|
||||
flex: 1;
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
.jp-idc-notice__action:last-child {
|
||||
margin: 0 0 0 8px;
|
||||
}
|
||||
.jp-idc-notice__action:first-child {
|
||||
padding-right: 24px;
|
||||
}
|
||||
.jp-idc-notice__action:last-child {
|
||||
padding-left: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-notice__action__explanation {
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice__separator {
|
||||
background-color: #eeeeee;
|
||||
margin: 0 -10px 0 -10px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
|
||||
margin-right: -46px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 782px) {
|
||||
.jp-idc-notice__separator {
|
||||
margin: 0 -12px 0 -12px;
|
||||
}
|
||||
.jp-idc-notice.is-dismissible .jp-idc-notice__separator {
|
||||
margin-right: -38px;
|
||||
}
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-notice__unsure-prompt {
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-error__notice {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jp-idc-notice .jp-idc-error__notice .dops-notice__icon {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 683px) {
|
||||
.jp-idc-notice .jp-idc-error__notice .dops-notice__text {
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=jetpack-idc.css.map */
|
||||
3
wp-content/plugins/jetpack/css/jetpack-idc.min.css
vendored
Normal file
3
wp-content/plugins/jetpack/css/jetpack-idc.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
@charset "UTF-8";/*!
|
||||
* Do not modify this file directly. It is compiled SASS code.
|
||||
*/.jp-idc-notice,.jp-idc-notice *{box-sizing:border-box}.jp-idc-notice{margin-left:0;margin-right:10px;margin-top:10px;overflow:hidden;padding-bottom:16px;padding-top:0}.jp-idc-notice.is-non-admin{padding-bottom:0}@media all and (min-width:783px){.jp-idc-notice{margin-right:20px;margin-top:20px}.jp-idc-notice.has-help-tabs{margin-top:48px}}.jp-idc-notice p{margin:0;padding:0}.jp-idc-notice h3,.jp-idc-notice p{color:#414141}.jp-idc-notice a:not(.dops-notice__action){color:#0087be;text-decoration:none}.jp-idc-notice a:not(.dops-notice__action):visited{color:#0087be}.jp-idc-notice a:not(.dops-notice__action):active,.jp-idc-notice a:not(.dops-notice__action):focus,.jp-idc-notice a:not(.dops-notice__action):hover{color:#33bbe3}.jp-idc-notice .dops-button{align-self:flex-start;margin-top:auto}.jp-idc-notice>div{padding:0 8px}.jp-idc-notice__first-step{display:inline-block}.jp-idc-notice__second-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__first-step{display:none}.jp-idc-notice.jp-idc-show-second-step .jp-idc-notice__second-step{display:inline-block}.jp-idc-notice .jp-idc-notice__header{padding-top:8px;padding-bottom:8px}.jp-idc-notice__header__emblem{fill:#00be28;width:25px;height:25px;margin:0 1em 0 auto;float:left}.jp-idc-notice__header__text{font-size:14px;font-weight:600;line-height:25px;margin:0}.jp-idc-notice__content-header{margin:16px 0}.jp-idc-notice__content-header__lead{font-size:16px;font-weight:600;line-height:21px;margin:0}.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{font-size:14px;font-weight:400;margin:8px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__content-header .jp-idc-notice__content-header__explanation{margin:4px 0 0}}.jp-idc-notice__action{border:1px solid #eee;border-radius:4px;display:flex;padding:16px;flex-direction:column;margin-top:auto}.jp-idc-notice__action:last-child{margin:16px 0 0}@media only screen and (min-width:960px){.jp-idc-notice__actions{display:flex}.jp-idc-notice__action{flex:1;margin:0 8px 0 0}.jp-idc-notice__action:last-child{margin:0 0 0 8px}.jp-idc-notice__action:first-child{padding-right:24px}.jp-idc-notice__action:last-child{padding-left:24px}}.jp-idc-notice .jp-idc-notice__action__explanation{margin:0 0 16px 0}.jp-idc-notice__separator{background-color:#eee;margin:0 -10px 0 -10px;height:1px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-right:-46px}@media only screen and (min-width:782px){.jp-idc-notice__separator{margin:0 -12px 0 -12px}.jp-idc-notice.is-dismissible .jp-idc-notice__separator{margin-right:-38px}}.jp-idc-notice .jp-idc-notice__unsure-prompt{margin:16px 0 0}.jp-idc-notice .jp-idc-error__notice{display:none}.jp-idc-notice .jp-idc-error__notice .dops-notice__icon{height:auto;width:auto}@media only screen and (min-width:683px){.jp-idc-notice .jp-idc-error__notice .dops-notice__text{line-height:24px}}
|
||||
30
wp-content/plugins/jetpack/css/jetpack-rtl.css
Normal file
30
wp-content/plugins/jetpack/css/jetpack-rtl.css
Normal file
File diff suppressed because one or more lines are too long
30
wp-content/plugins/jetpack/css/jetpack.css
Normal file
30
wp-content/plugins/jetpack/css/jetpack.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user