HEX
Server: Apache
System: Linux 162-240-236-42.bluehost.com 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
User: bt667 (1004)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/bt667/public_html/wp-content/themes/news-event/inc/metaboxes/assets/metabox.css
/**
 * Metaboxes stylings
 */
 #news-event-post-metabox .radio-image-fields-wrap {
    display: flex;
    align-items: center;
  }

  #news-event-post-metabox .radio-image-fields-wrap .radio-field {
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
  }

  #news-event-post-metabox .radio-image-fields-wrap .radio-field img {
    height: 60px;
    display: block;
  }
  #news-event-post-metabox .radio-image-fields-wrap .radio-field.selected {
    border:3px solid #2271b1; 
  }

#news-event-post-metabox .single-meta-field.radio-image-field label {
  font-weight: 500;
}

.term-sidebar-layouts-wrap .taxonomy-sidebar-layouts-wrap,
.term-archive-layouts-wrap .taxonomy-archive-layouts-wrap,
.form-field .taxonomy-sidebar-layouts-wrap,
.form-field .taxonomy-archive-layouts-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.term-sidebar-layouts-wrap .taxonomy-sidebar-layouts-wrap > p,
.term-archive-layouts-wrap .taxonomy-archive-layouts-wrap > p,
.form-field .taxonomy-sidebar-layouts-wrap > p,
.form-field .taxonomy-archive-layouts-wrap > p {
    position: relative;
    flex: 0 1 30px;
}

.postbox .sidebar-section .sidebar-layouts-wrap > p input,
.postbox .single-layouts-section .single-layouts-wrap > p input,
.term-sidebar-layouts-wrap .taxonomy-sidebar-layouts-wrap > p input,
.term-archive-layouts-wrap .taxonomy-archive-layouts-wrap > p input,
.form-field .taxonomy-sidebar-layouts-wrap > p input,
.form-field .taxonomy-archive-layouts-wrap > p input {
    position: absolute;
    visibility: hidden;
}

.form-field .taxonomy-sidebar-layouts-wrap label img,
.form-field .taxonomy-archive-layouts-wrap label img {
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    padding: 6px 10px 0 6px;
    margin-bottom: 10px;
    width: 80px;
}

.postbox .sidebar-section .sidebar-layouts-wrap .layout-item input[type="radio"]:checked + label img,
.postbox .single-layouts-section .single-layouts-wrap .layout-item input[type="radio"]:checked + label img,
.term-sidebar-layouts-wrap .taxonomy-sidebar-layouts-wrap .layout-item input[type="radio"]:checked + label img,
.term-archive-layouts-wrap .taxonomy-archive-layouts-wrap .layout-item input[type="radio"]:checked + label img,
.form-field .taxonomy-sidebar-layouts-wrap .layout-item input[type="radio"]:checked + label img,
.form-field .taxonomy-archive-layouts-wrap .layout-item input[type="radio"]:checked + label img {
    background-color: #007cba;
}

.postbox .sidebar-section .sidebar-layouts-wrap > p label span,
.postbox .single-layouts-section .single-layouts-wrap > p label span,
.term-sidebar-layouts-wrap .taxonomy-sidebar-layouts-wrap > p label span,
.term-archive-layouts-wrap .taxonomy-archive-layouts-wrap > p label span,
.form-field .taxonomy-sidebar-layouts-wrap > p label span,
.form-field .taxonomy-archive-layouts-wrap > p label span {
    display: none;
}