HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/intranet.kauko.lt/wp-content/plugins/prevent-direct-access/css/pda_setting.css
/*
Main container
*/
.main_container {

    background-color: white;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 0 0 10px 10px;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9dee0',GradientType=0 );
}

.pda_faq ul {
    list-style: disc;
    padding-left: 20px;
}

.postbox {
    min-width: 0px;
    border-radius: 5px;
}

.notice.pda-notice {
    border-left-color: #0194F3 !important;
    padding: 20px;
}
.rtl .notice.pda-notice {
    border-right-color: #0194F3 !important;
}
.notice.pda-notice .pda-notice-inner {
    display: table;
    width: 100%;
}
.notice.pda-notice .pda-notice-inner .pda-notice-icon,
.notice.pda-notice .pda-notice-inner .pda-notice-content,
.notice.pda-notice .pda-notice-inner .pda-install-now {
    display: table-cell;
    vertical-align: middle;
}
.notice.pda-notice .pda-notice-icon {
    color: #0194F3;
    font-size: 50px;
    width: 50px;
}
.notice.pda-notice .pda-notice-content {
    padding: 0 20px;
}
.notice.pda-notice p {
    padding: 0;
    margin: 0;
}
.notice.pda-notice h3 {
    margin: 0 0 5px;
}
.notice.pda-notice .pda-install-now {
    text-align: center;
}
.notice.pda-notice .pda-install-now .pda-install-button {
    background-color: #0194F3;
    color: #fff;
    border-color: #0da8f3;
    box-shadow: 0 1px 0 #0da8f3;
    padding: 5px 14px;
    height: auto;
    line-height: 20px;
    text-transform: capitalize;
    float: right;
    font-size: 1rem;
}
.notice.pda-notice .pda-install-now .pda-install-button i {
    padding-right: 5px;
}
.rtl .notice.pda-notice .pda-install-now .pda-install-button i {
    padding-right: 0;
    padding-left: 5px;
}
.notice.pda-notice .pda-install-now .pda-install-button:hover {
    background-color: #0da8f3;
}
.notice.pda-notice .pda-install-now .pda-install-button:active {
    box-shadow: inset 0 1px 0 #0da8f3;
    transform: translateY(1px);
}
@media (max-width: 767px) {
    .notice.pda-notice {
        padding: 10px;
    }
    .notice.pda-notice .pda-notice-inner {
        display: block;
    }
    .notice.pda-notice .pda-notice-inner .pda-notice-content {
        display: block;
        padding: 0;
    }
    .notice.pda-notice .pda-notice-inner .pda-notice-icon,
    .notice.pda-notice .pda-notice-inner .pda-install-now {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .sortable {
        width: 100%;
    }
    .wrap {
        float:left;width:70%;margin-right:3%;
    }
    #right_column_metaboxes {
        width:25%;float:left;margin-top:30px;
    }
}
@media only screen and (max-width: 1200px) {
    #right_column_metaboxes .main_container {
        margin-right:20px;
    }
    table.table {
        width: 100% !important;
    }
}

/*
Plugin ratings
*/
table.table_plugin_ratings tbody tr td:first-child {
    width: 50px;
}
table.table_plugin_ratings tbody tr td {
    padding: 0px;
    border-top: none;
}
div.plugin_rating_container {
    position: relative;
    width: 100px;
    height: 16px;
    background-color: #DDD;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}
div.plugin_rating_percentage {
    position: absolute;
    height: 100%;
    background-color: #008EC2;
    display: inline-block;
}

.plugin_star_container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 18pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
    -webkit-text-stroke: 1px orange;
}
.pda-star {
    color: #fde16d;
    -webkit-text-stroke: 1px orange;
    width: auto;
}
.pda-star:before {
    content: '\f155\f155\f155\f155\f155';
}
@-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}
/* on/off button */
.pda_switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.pda_switch input {
  display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  /*left: 2px;*/
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0194F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Css page not found 404*/
#pda_search_result li:nth-child(odd) {
  background: #f9f9f9;
}
#pda_search_result li:nth-child(even) {
  background: white;
}
#pda_search_result li{
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 1px solid #CCC;
  height: 20px;
  width: 500px;
  padding-left: 10px;
}
#pda_search_result li.selected{
  background: #ddd;
}
#pda_search_result li.selected:hover{
  background: #ddd;
}
#pda_search_result li:hover{
  background: #DDDDDD;
}
td{
  vertical-align: top;
}

.save_general_btn {
    margin-top: 10px;
}
.pda-tooltip {
  color: grey;
}
h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
.wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
.nav-tab-wrapper {
  border-bottom: none !important;
}