/*

Ver.: 231115.1

// 
// MENU
// 
// §_01. BLINK
// 
// §A_01. ADMIN: SISTEMAZIONI CSS AVADA
// §A_02. ADMIN: TITOLI PAGINA SETTAGGI
// §A_03. ADMIN: TABELLA SETTAGGI
// §A_04. ADMIN: LOG
// §A_05. ADMIN: TABELLA MOVIMENTI
//


*/






/* #################################################################################################### // §_01. BLINK */
.blink_me {
    animation: blinker 5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}


/* #################################################################################################### // §A_01. ADMIN: SISTEMAZIONI CSS AVADA */
/*
.dashicons-avada, .dashicons-avada::before, .dashicons-avada::after {
    box-sizing:content-box !important;
}
*[class^="fusion"] {
    box-sizing:content-box !important;
}
*/

/* #################################################################################################### // §A_02. ADMIN: TITOLI PAGINA SETTAGGI */
.r20-tag-settaggi {
    background-color:cornflowerblue;
    padding:10px;
    border-radius:0 30px 30px 0;
    margin-bottom:0;
}


/* #################################################################################################### // §A_03. ADMIN: TABELLA SETTAGGI */
.r20-settaggi tr { height: 3em; }
.r20-settaggi tr td { padding:5px; }


/* #################################################################################################### // §A_04. ADMIN: LOG */
#log-screen {
    padding: 20px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
}
.r20-log-sx { /* colonna sinistra */
    float:left;
    width:200px;
}
.r20-log-dx { /* colonna destra */
    float:left;
    width:calc(100% - 200px);
    white-space:normal;
}

/* #################################################################################################### // §A_05. ADMIN: TABELLA MOVIMENTI */
.r20_ghost {
    border: none !important;
}
