| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/stirizo/wp-content/plugins/widgetkit-pro/admin/assets/css/ |
Upload File : |
.widgetkit-header-wrapper {
padding: 20px;
overflow: hidden;
}
.widgetkit-title-left {
width: 80%;
float: left;
}
h1.widgetkit-title-main {
padding: 0;
line-height: 1.3em;
font-size: 42px;
margin-top: 5px;
}
.widgetkit-title-sub {
color:#777;
font-weight: normal;
margin-left: 3px;
}
.widgetkit-title-right{
float: right;
}
.button.widgetkit-btn {
border: none;
color: #fff;
text-align: center;
padding: 3px;
max-width: 250px;
height: auto;
margin-bottom: 15px;
display: block;
font-weight: bold;
box-shadow: none;
}
.widgetkit-btn.widgetkit-save-button {
border: 1px solid #ed485f;
margin-bottom: 0;
margin-top: 30px;
padding: 8px 15px;
color: #ed485f;
border-radius: 0;
transition: all 0.3s ease;
}
.widgetkit-btn.widgetkit-save-button:hover,
.widgetkit-btn.widgetkit-save-button:focus {
background: #ed485f;
color: #fff;
border: 1px solid #ed485f;
transition: all 0.3s ease;
box-shadow: none;
}
.widgetkit-settings-tabs-list {
margin: 40px 0;
border-bottom: 1px solid #ccc;
}
/*About Settings Tab*/
.widgetkit-settings-tabs-list li {
display: inline-block;
margin-bottom: 4px;
margin-left:0;
}
.widgetkit-tab-list-item {
background: #e5e5e5;
padding: 9px 15px;
line-height: 33px;
font-size: 18px;
font-weight: bold;
color: #444;
text-decoration: none;
border: 1px solid #ccc;
border-bottom: none;
}
.widgetkit-tab-list-item:focus {
box-shadow: none;
}
li.ui-state-default:not(.ui-state-active):hover a {
background: #fff;
color: #444;
}
li.ui-state-active a{
outline: none;
color: black;
background: transparent;
box-shadow: none;
border-bottom: 1px solid #f1f1f1;
color: #ed485f;
}
.widgetkit-row {
width: 100%;
overflow: hidden;
}
.widgetkit-settings-tabs {
padding: 15px 25px;
}
#widgetkit-about {
margin-top: 50px;
}
.widgetkit-col-half {
width: 40%;
height: auto;
float: left;
}
.widgetkit-about-panel {
width: 100%;
display: inline-block;
margin-bottom: 20px;
}
.widgetkit-icon-container {
float: left;
display: inline-block;
width: 45px;
}
.widgetkit-icon-container i {
font-size: 25px;
}
.widgetkit-text-container {
display: inline-block;
width: 80%;
}
.widgetkit-text-container h4 {
margin: 0;
font-weight: normal;
font-size: 18px;
}
.widgetkit-text-container p {
line-height: 22px;
color: #444;
font-size: 13px;
margin: 1em 0;
}
/*ELements Settings Tab*/
.widgetkit-elements-table {
border-collapse: collapse;
margin-top: 2.5em;
margin-left: 5px;
width: 100%;
clear: both;
}
.widgetkit-elements-table th {
vertical-align: top;
text-align: left;
padding: 20px 10px 20px 0;
/* width: 200px;*/
line-height: 1.3;
font-weight: 600;
}
.widgetkit-elements-table tr:not(:last-child)>th{
border-bottom: 1px solid #ddd;
}
.widgetkit-elements-table td {
margin-bottom: 9px;
padding: 15px 10px;
line-height: 1.3;
vertical-align: middle;
}
.widgetkit-elements-table .widgetkit-element-desc {
font-weight: 300;
padding-bottom: 1.5em;
border-bottom: 1px solid #ddd;
}
/* The switch - the box around the rectangle */
.switch {
position: relative;
display: inline-block;
width: 70px;
height: 33px;
}
/* Hide default HTML checkbox */
.switch input {
display:none;
}
/* The rectangle */
.rectangle {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgb(242,242,242);
box-shadow: 0 0 2px 1px #ccc inset;
-webkit-transition: .4s;
transition: .4s;
}
.rectangle:before {
position: absolute;
content: "";
height: 27.5px;
width: 27.5px;
left: 0px;
bottom: 1.1px;
background: radial-gradient(farthest-corner at 14px 0px,
rgb(240,240,240) 50%, rgb(202,202,202) 100%) ;
-webkit-transition: .4s;
transition: .4s;
padding: 0;
margin: 0;
border: 1px solid rgb(198,198,198);
}
input:checked + .rectangle {
background-color: #ed485f;
box-shadow: 0 0 2px 1px #ed485f inset;
border: 1px solid #ed485f;
}
input:focus + .rectangle {
box-shadow: 0 0 1px rgb(24,164,253);
}
input:checked + .rectangle:before {
border: 1px solid #ed485f;
-webkit-transform: translateX(39px);
-ms-transform: translateX(39px);
transform: translateX(39px);
}
/* Rounded rectangles */
.rectangle.round {
border: 1px solid rgb(184,184,185);
border-radius: 0;
}
.rectangle.round:before {
border-radius: 0;
}
.widgetkit-maps-table {
text-align: left;
}
.widgetkit-api-title {
display: inline-block;
margin: 0;
}
.widgetkit-api-disable-title label {
margin-right: 15px;
}
.widgetkit-api-disable-title span {
font-weight: normal;
}
.widgetkit-maps-api-notice {
margin: 10px 0 0 0;
}
.widgetkit-api-title input {
margin-top: 10px;
font-size: normal;
font-weight: normal;
width: 400px;
margin-left: 30px;
}