HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/plugins/internal-links/admin/css/ilj_statistic.css
.ilj_modal_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999999
}

.ilj_modal_wrap .ilj_modal {
    background: #ffffff;
    position: absolute;
    width: 50%;
    height: auto;
    max-height: 50%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ilj_modal_wrap .ilj_modal.show {
    animation: fadeInUpTiny .3s !important
}

.ilj_modal_wrap .ilj_modal.hide {
    animation: fadeOut .2s !important
}

.ilj_modal_wrap .ilj_modal_header {
    padding: 15px 12px !important;
    align-items: flex-start !important;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ilj_modal_wrap .ilj_modal_header h2 {
    font-size: 14px;
    line-height: 14px;
    margin: 0
}

.ilj_modal_wrap .ilj_modal_body {
    max-height: 50vh;
    overflow-y: scroll;
    background: #fff
}

.ilj_modal_wrap .ilj_modal_body table thead tr {
    position: sticky;
    top: -1px;
    background: #fff
}

.ilj_modal_wrap .ilj_modal_footer {
    background: #f3f8fb;
    padding: 15px !important;
    box-sizing: border-box;
    justify-content: flex-end !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right
}

.ilj_modal_wrap .ilj_modal_footer button {
    padding: 0 35px !important
}

@keyframes fadeInUpBig {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUpTiny {
    from {
        transform: translate3d(-50%, -70%, 0);
        opacity: 0.6
    }

    to {
        transform: translate3d(-50%, -50%, 0);
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        transform: translate3d(-50%, -50%, 0);
        opacity: 0.6
    }

    to {
        transform: translate3d(-50%, -70%, 0);
        opacity: 0
    }
}

.ilj-statistic .nav-tab-wrapper {
    display: none;
    background: none
}

.ilj-statistic .nav-tab {
    cursor: pointer
}

@media only screen and (max-width: 425px) {
    .ilj-statistic .nav-tab {
        font-size: 11px
    }
}

.ilj-statistic .tab-content {
    display: none
}

.ilj-statistic .tab-content.active {
    display: block
}

.ilj-statistic .spinner {
    float: left;
    top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    margin-left: -10px
}

.ilj-statistic .ilj-type-filter-wrapper {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-left: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    top: 1px
}

.ilj-statistic .ilj-type-filter-wrapper .ilj-type-filter-dropdown {
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #32373c;
    border-color: #7e8993;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 28px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px
}

@media screen and (max-width: 782px) {
    .ilj-statistic .ilj-type-filter-wrapper .ilj-type-filter-dropdown {
        -webkit-appearance: none;
        padding: 3px 10px;
        min-height: 32px;
        line-height: 32px
    }
}

.ilj-statistic .ilj-type-filter-wrapper>ul {
    position: absolute;
    box-sizing: border-box;
    width: 200px;
    margin: 0;
    background: #fff;
    top: 27px;
    left: -1px;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.ilj-statistic .ilj-type-filter-wrapper>ul>li>span {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    color: #7e8993
}

.ilj-statistic .ilj-type-filter-wrapper>ul>li>ul {
    margin-bottom: 15px
}

.ilj-statistic .ilj-type-filter-wrapper>ul>li>ul li {
    margin-bottom: 10px
}

.ilj-statistic .ilj-type-filter-wrapper:hover .ilj-type-filter-dropdown {
    color: #007cba
}

.ilj-statistic .ilj-type-filter-wrapper.show .ilj-type-filter-dropdown {
    color: #007cba;
    background: #eee url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.ilj-statistic .ilj-type-filter-wrapper.show>ul {
    opacity: 1;
    height: auto;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    border-top: none;
    color: #32373c;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px;
    border-top: none
}

table[class^="ilj-statistic-table"] {
    border-top: 1px solid #eee;
    padding-top: 10px;
    min-width: 100% !important
}

table[class^="ilj-statistic-table"] thead th {
    text-align: left;
    padding: 10px !important
}

@media only screen and (max-width: 600px) {
    table[class^="ilj-statistic-table"] tr td {
        display: table-cell !important
    }
}

table[class^="ilj-statistic-table"] td.type span,.ilj-type-filter-wrapper li.type span,.ilj-statistic-detail-table td.type span {
    border-radius: 10px;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px
}

table[class^="ilj-statistic-table"] td.type span[data-type="post"],.ilj-type-filter-wrapper li.type span[data-type="post"],.ilj-statistic-detail-table td.type span[data-type="post"] {
    background: #595758
}

table[class^="ilj-statistic-table"] td.type span[data-type="post_meta"],.ilj-type-filter-wrapper li.type span[data-type="post_meta"],.ilj-statistic-detail-table td.type span[data-type="post_meta"] {
    background: #7b7879
}

table[class^="ilj-statistic-table"] td.type span[data-type="term"],.ilj-type-filter-wrapper li.type span[data-type="term"],.ilj-statistic-detail-table td.type span[data-type="term"] {
    background: #467186
}

table[class^="ilj-statistic-table"] td.type span[data-type="term_meta"],.ilj-type-filter-wrapper li.type span[data-type="term_meta"],.ilj-statistic-detail-table td.type span[data-type="term_meta"] {
    background: #5e92ab
}

table[class^="ilj-statistic-table"] td.type span[data-type="custom"],.ilj-type-filter-wrapper li.type span[data-type="custom"],.ilj-statistic-detail-table td.type span[data-type="custom"] {
    background: #D36135
}

.ilj-statistic-detail-table {
    min-width: 100% !important;
    border-collapse: separate;
    border-spacing: 0
}

.ilj-statistic-detail-table thead tr {
    position: sticky;
    top: -1px;
    background: #fff
}

.ilj-statistic-detail-table thead th {
    text-align: left;
    padding: 11px 10px 10px 10px !important;
    border-bottom: 1px solid #ddd
}

.ilj-statistic-detail-table tr td {
    border-top: 1px solid #ddd;
    padding: 8px 10px
}

.ilj-statistic-detail-table tbody tr:first-child td {
    border-top: none
}

.ilj-statistic-detail-table tr th:first-child,.ilj-statistic-detail-table tr td:first-child {
    padding-left: 15px
}

.ilj-statistic-detail-table tr th:last-child,.ilj-statistic-detail-table tr td:last-child {
    padding-right: 15px
}

.ilj-statistic-detail-table tr.odd {
    background-color: #f9f9f9
}

.ilj-statistic-cover {
    display: none;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.85)
}

.ilj-statistic-cover .spinner {
    position: absolute;
    top: 50%;
    left: 50%
}

.ilj-statistic-wrap .tip {
    cursor: pointer;
    text-decoration: none
}

.ilj-statistic {
    font-size: 13px;
    text-align: left
}

.ilj-statistic .dataTables_length,.ilj-statistic .dataTables_filter,.ilj-statistic .dataTables_info,.ilj-statistic .dataTables_paginate {
    padding: 15px 10px
}

.ilj-statistic .dataTables_info {
    font-size: 12px;
    line-height: 30px;
    color: #69737d
}

.ilj-statistic table.dataTable thead th,.ilj-statistic table.dataTable {
    border-bottom-color: #929ba4 !important
}

.ilj-statistic .dataTables_paginate .paginate_button {
    color: #69737d !important
}

.ilj-statistic .dataTables_paginate .paginate_button.current {
    color: #A1C7DE !important
}

@media only screen and (max-width: 425px) {
    .ilj-statistic .dataTables_length {
        display: none
    }
}

.ilj-statistic-detail-hidden .more {
    padding: 8px 10px;
    font-weight: bold;
    line-height: 24px
}

.ilj-statistic-detail-hidden .upgrade {
    padding: 8px 10px;
    line-height: 24px
}

.ilj-statistic-detail-hidden .upgrade a {
    color: #007bba;
    text-decoration: underline;
    font-weight: bold
}

.ilj-statistic-detail-hidden .upgrade a span {
    text-decoration: none
}

.ilj-statistic-detail-hidden .upgrade a:hover {
    color: #00a0d2
}

.ilj-statistic-detail-hidden.spacer {
    border-top: 1px solid #ddd
}

.ilj-statistic-detail-hidden.spacer .upgrade {
    border-top: 1px dotted #ddd;
    padding: 18px 10px;
    margin-top: 30px
}

.swal2-content {
    overflow: auto
}

.ilj-index-restart-rebuild .hidden {
    display: none
}

.ilj-index-rebuild .hidden {
    display: none
}

#statistic-links {
    position: relative
}

.ilj-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
    z-index: 2147483647
}

#link-statistics-spinner {
    top: 50%
}