kollapsminoriteten/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.css

179 lines
5.6 KiB
CSS
Raw Permalink Normal View History

2025-05-07 06:48:41 +02:00
/**
* $gray color functions:
*
* color.adjust( $gray, $lightness: 10% )
* color.adjust( $gray, $lightness: 20% )
* color.adjust( $gray, $lightness: 30% )
* color.adjust( $gray, $lightness: -10% )
* color.adjust( $gray, $lightness: -20% )
* color.adjust( $gray, $lightness: -30% )
*
* See wordpress.com/design-handbook/colors/ for more info.
*/
/**
* $gray color functions:
*
* color.adjust( $gray, $lightness: 10% )
* color.adjust( $gray, $lightness: 20% )
* color.adjust( $gray, $lightness: 30% )
* color.adjust( $gray, $lightness: -10% )
* color.adjust( $gray, $lightness: -20% )
* color.adjust( $gray, $lightness: -30% )
*
* See wordpress.com/design-handbook/colors/ for more info.
*/
2020-06-23 13:49:54 +02:00
#TB_window.jetpack-disconnect-modal {
max-width: 635px;
max-height: 600px;
}
@media screen and (min-width: 661px) {
#TB_window.jetpack-disconnect-modal {
max-height: 360px;
}
}
#TB_window.jetpack-disconnect-modal #TB_title {
font-size: 28px;
line-height: 24px;
font-weight: 600;
height: 24px;
padding: 24px;
2021-04-27 08:32:47 +02:00
color: #1d2327;
2020-06-23 13:49:54 +02:00
}
#TB_window.jetpack-disconnect-modal #TB_ajaxWindowTitle {
2025-05-07 06:48:41 +02:00
padding-left: 0;
2020-06-23 13:49:54 +02:00
margin-top: -2px;
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent {
width: auto !important;
2025-05-07 06:48:41 +02:00
padding: 0;
2020-06-23 13:49:54 +02:00
max-height: 435px;
}
@media screen and (min-width: 661px) {
#TB_window.jetpack-disconnect-modal #TB_ajaxContent {
max-height: 203px;
}
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content {
padding: 24px;
padding-bottom: 80px;
2025-05-07 06:48:41 +02:00
margin-top: 0;
2020-06-23 13:49:54 +02:00
}
@media screen and (min-width: 661px) {
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content {
padding-bottom: 24px;
}
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content p {
font-size: 16px;
line-height: 24px;
2025-05-07 06:48:41 +02:00
margin-top: 0;
2020-06-23 13:49:54 +02:00
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul {
font-size: 16px;
line-height: 24px;
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul li {
margin-bottom: 10px;
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul li span {
vertical-align: middle;
}
#TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul li span.dashicons {
color: #eb0001;
}
#TB_window.jetpack-disconnect-modal #TB_closeWindowButton {
left: auto;
right: 22px;
2021-04-27 08:32:47 +02:00
color: #50575e;
2020-06-23 13:49:54 +02:00
top: 22px;
}
2025-05-07 06:48:41 +02:00
#TB_window.jetpack-disconnect-modal #TB_closeWindowButton::after {
2021-09-07 21:40:48 +02:00
content: "\f335";
2025-05-07 06:48:41 +02:00
font: 400 32px/29px dashicons;
2020-06-23 13:49:54 +02:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#TB_window.jetpack-disconnect-modal #TB_closeWindowButton:hover, #TB_window.jetpack-disconnect-modal #TB_closeWindowButton:focus {
2025-06-09 09:58:01 +02:00
color: rgb(161.5, 161.5, 161.5);
2020-06-23 13:49:54 +02:00
outline: none;
box-shadow: none;
}
#TB_window.jetpack-disconnect-modal .tb-close-icon {
display: none;
}
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row-container {
position: absolute;
2025-05-07 06:48:41 +02:00
bottom: 0;
2020-06-23 13:49:54 +02:00
width: 100%;
2021-04-27 08:32:47 +02:00
border-top: 1px solid #c3c4c7;
2023-09-26 10:24:36 +02:00
background-color: rgb(255, 255, 255);
2020-06-23 13:49:54 +02:00
}
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row {
position: relative;
margin: 24px;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media screen and (min-width: 661px) {
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row {
flex-direction: row;
}
}
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row p {
font-size: 13px;
line-height: 1.5;
2025-05-07 06:48:41 +02:00
margin-bottom: 0;
margin-top: 0;
padding-top: 0;
2020-06-23 13:49:54 +02:00
}
@media screen and (min-width: 661px) {
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row p {
padding-top: 5px;
}
}
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button {
2021-04-27 08:32:47 +02:00
background: #f6f7f7;
border-color: #2271b1;
2020-06-23 13:49:54 +02:00
border-style: solid;
border-width: 1px;
2021-04-27 08:32:47 +02:00
color: #2271b1;
2020-06-23 13:49:54 +02:00
cursor: pointer;
display: inline-block;
margin: 0;
outline: 0;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
vertical-align: top;
box-sizing: border-box;
font-size: 13px;
border-radius: 3px;
padding: 7px 14px 9px;
appearance: none;
width: 100%;
margin-bottom: 18px;
}
@media screen and (min-width: 661px) {
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button {
2025-05-07 06:48:41 +02:00
margin-bottom: 0;
2020-06-23 13:49:54 +02:00
margin-left: 18px;
width: auto;
}
}
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate {
background: #d94f4f;
2025-06-09 09:58:01 +02:00
border-color: rgb(159.5514018692, 34.4485981308, 34.4485981308);
2023-09-26 10:24:36 +02:00
color: rgb(255, 255, 255);
2025-05-07 06:48:41 +02:00
margin-bottom: 0;
2020-06-23 13:49:54 +02:00
}
#TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate[disabled], #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate:disabled {
2025-06-09 09:58:01 +02:00
background: rgb(235.1121495327, 162.8878504673, 162.8878504673);
border-color: rgb(228.4, 131.8, 131.8);
2020-06-23 13:49:54 +02:00
}
#jetpack_deactivation_dialog {
display: none;
}