kollapsminoriteten/wp-content/plugins/wp-lightbox-2/admin/styles/admin_themplate.css

92 lines
1.8 KiB
CSS
Raw Permalink Normal View History

2026-03-31 11:30:59 +02:00
.div_included_slider {
padding-top: 3px;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.slider_parametrs {
padding-left: 5px;
width: 180px;
float: left;
margin-top: 2px;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.slider_input {
display: none;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.main_yutube_plus_params pre {
background: #ddd;
width: max-content;
padding: 12px;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.slider_span {
2020-12-17 14:35:39 +01:00
margin-left: 13px;
}
2026-03-31 11:30:59 +02:00
.desription_class {
float: right;
cursor: default;
color: #0074a2;
font-size: 12px;
font-weight: bold;
border: 1px solid #ddd;
background: #fafafa;
border-radius: 200px;
height: 20px;
width: 20px;
padding: 0;
margin: 0;
text-align: center;
vertical-align: middle;
cursor: help;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.wp-picker-holder {
position: absolute;
z-index: 999999;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.not_paramter {
color: #B33F41;
font-size: 14px;
2020-12-17 14:35:39 +01:00
}
/* SAVE BUTTON*/
2026-03-31 11:30:59 +02:00
button {
-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
2020-12-17 14:35:39 +01:00
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
2026-03-31 11:30:59 +02:00
#save_button,#save_button_general {
max-width: 200px;
2020-12-17 14:35:39 +01:00
text-align: left;
2026-03-31 11:30:59 +02:00
overflow: hidden;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
#save_button_general {
max-width: 200px;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.sucsses_save,
.saving_in_progress,
.error_in_saving {
2020-12-17 14:35:39 +01:00
position: relative;
2026-03-31 11:30:59 +02:00
display: none;
2020-12-17 14:35:39 +01:00
width: 18px;
height: 18px;
2026-03-31 11:30:59 +02:00
margin: 0 0 0 6px;
2020-12-17 14:35:39 +01:00
top: 4px;
2026-03-31 11:30:59 +02:00
background-size: 100% 100%;
2020-12-17 14:35:39 +01:00
}
2026-03-31 11:30:59 +02:00
.saving_in_progress {
background-image: url(../images/loading.gif);
}
.sucsses_save {
2020-12-17 14:35:39 +01:00
background-image: url(../images/success.png);
}
2026-03-31 11:30:59 +02:00
.error_in_saving {
2020-12-17 14:35:39 +01:00
background-image: url(../images/remove_element.png);
}
2026-03-31 11:30:59 +02:00
.error_massage {
2020-12-17 14:35:39 +01:00
color: #BB1E1E;
font-size: 18px;
font-weight: bold;
padding-left: 21px;
}