File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/shapepress-dsgvo/public/css/
Upload File :
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/shapepress-dsgvo/public/css/sp-dsgvo-public.css

/* bootstrap overrides */
.sp-dsgvo .row:before,
.sp-dsgvo .row:after {
    display: none !important;
}

/* end bootstrap overrides */

.sp-dsgvo-btn {
    background-color: #ea6153;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px;
    float: left;
}

.sp-dsgvo-btn-red {
    background-color: red
}

#cookie-notice-blocker {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;

}

#cookie-notice {
    display: none;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
}

@media only screen and (max-width: 375px) {
    #cookie-notice {
        height: auto !important;
    }

}


.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 576px) {

    .cookie-notice-container {
        text-align: center;
    }

    #cn-notice-text {
        display: block;
    }
}

.cookie-notice-container #cn-notice-icon {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
    float:left;
}

.cn-shadow-top {
    box-shadow: 0 -5px 5px 0px #E4E4E4;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.button-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 20px;
    background-image: none;
    -moz-box-sizing: border-box;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    outline: none;
    width: fit-content;
    height: fit-content;
}

@media only screen and (max-width: 576px) {

    #cookie-notice .button.button-default {
        display: block;
        width: 100%;
        text-align: center;
        margin: 5px 0px 0px 0px;
        padding: 5px;
    }

}

#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {

}

input[name="gdpr-cb"] {
    background-color: red;
    display: inline-block !important;
}

label[for="gdpr-cb"] {
    display: inline;
    position: relative;
    left: 0px;
}

p.notice {
    margin-bottom: 0;
    color: #f0ad4e;
}

.gdpr-cb-info-text {
    /* display:none; */
    color: red;
}

/*
this is class for small info box when checkbox in new comment is not checked
 */
.gdpr-warning {
    background-color: orange;
}

/*
this is class for submit button in new comment form when checkbox is not checked
 */
.gdpr-disabled {
    background-color: #c1c1c1 !important;
}

/* dont forget to add this changes also to admin.css for preview container */
.sp-dsgvo-blocked-embedding-placeholder {
    min-height: 100px;
    /*background-color: #ededed;*/
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    /*background: -webkit-linear-gradient(left, rgb(51, 102, 154) 0%, rgb(8, 158, 204) 51%, rgb(104, 181, 222) 100%);*/
    padding: 20px 10px;
   /* color: black; */
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: 3px;
    line-height: normal;
}

@media all and (max-width: 375px) {
    .sp-dsgvo-blocked-embedding-placeholder  {
        font-size: 85%;
    }
}

@media all and (min-width: 376px) and (max-width: 768px) {
    .sp-dsgvo-blocked-embedding-placeholder  {
        font-size: 90% !important;
    }
}

.sp-dsgvo-blocked-embedding-placeholder-header {
    font-weight: bold;
    font-size: 120%;
}

.sp-dsgvo-blocked-embedding-placeholder-header-icon,
.sp-dsgvo-blocked-embedding-placeholder-header-icon img{
    height: 40px !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.sp-dsgvo-blocked-embedding-placeholder-body p {
    line-height: normal;
}

@media all and (max-width: 375px) {
    .sp-dsgvo-blocked-embedding-placeholder-body p {
        font-size: 85%!important;
    }
}

@media all and (min-width: 376px) and (max-width: 768px) {
    .sp-dsgvo-blocked-embedding-placeholder-body p  {
        font-size: 90% !important;
    }
}

.sp-dsgvo-blocked-embedding-button-container {
    margin-top: 20px;
}

a.sp-dsgvo-blocked-embedding-button-enable {
    display: inline-block;
    padding: 0.5em 3em;
    border-style: solid;
    border-width: 2px;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    transition: all 0.15s;
}
/*
a.sp-dsgvo-blocked-embedding-button-enable:hover {
    color: #313334;
    border-color: #313334;
}

a.sp-dsgvo-blocked-embedding-button-enable:active {
    color: #313334;
    border-color: #313334;
}
*/
@media all and (max-width: 375px) {
    a.sp-dsgvo-blocked-embedding-button-enable {
        display: block;
        margin: 0.4em auto;
        padding: 0.5em 0.5em;
    }
}

.sp-dsgvo-hidden-embedding-content {
    display: none;
}

/*
@media all and (min-width: 767px) {
    .wpb_video_widget .wpb_video_wrapper .sp-dsgvo-blocked-embedding-placeholder {
        display: block;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .sp-dsgvo-blocked-embedding-placeholder,
    .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper .sp-dsgvo-blocked-embedding-placeholder {
        top: 0;
        left: 0;
        position: absolute
    }
}
*/

.form-row-website-cap {
    display: none !important;
}



File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com