HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-rss-aggregator/v4/css/admin-tracking-styles.css
#wprss_tracking_notice {
    position: fixed;
    display: inline-block;

    top: 45px;
    left: 50%;

    width: 300px;
    height: auto;
    padding: 40px 10px 10px;
    margin-left: -150px;

    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    z-index: 20000;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#wprss_tracking_notice > p {
    margin: 0;
}
#wprss_tracking_notice > p:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 6px 10px;
    font-weight: bold;
    background: #008BC2;
    color: white;
}

#wprss_tracking_notice > p:nth-child(2) {
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}