Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/wd-twitter-feed/assets/scss/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/wd-twitter-feed/assets/scss/_tweets_ScrollingTweets.scss

.atf-scrolling-tweets {
    margin-bottom: 15px;
    padding-bottom: 1px;

    .atf-tweet-wrapper {
        padding: 1px;
        
        .atf-tweet-text {
            text-rendering: optimizeLegibility;
            -webkit-hyphens: auto;
            height:25px;
            position:relative;
            overflow:hidden;
            font-size: 14px;
            font-weight: 600;
            
            p {
                white-space: nowrap;
                position: absolute;
                top:0;left:0;
                margin: 0 !important;
            }
        }
    }
    
    &.atf-skin-default {
        .atf-tweet-time {
            font-style: italic;
            opacity: 0.7;
            font-size:12px;
        }
    }
    
    &.atf-skin-led-screen {
        
        .atf-inner-wrapper {
            border-radius: 10px;
            position:relative;
            margin-bottom: 20px;
            border:2px solid #CCC;
            box-shadow: 0 0 5px rgba(0,0,0,0.7);
            background-color: #333;
            
            &:after {
                border:2px solid #CCC;
                box-shadow: 0 0 5px rgba(0,0,0,0.7);
                background-color: #333;
                position:absolute;
                left:20px;
                bottom:-15px;
                border-top:none;
                box-shadow: none;
                border-radius: 0 0 10px 10px;
                padding: 0 10px 3px;
                content: '';
                width:150px;
                height:15px;
            }
            
            .atf-tweet-wrapper {margin: 10px;}
            
            .atf-tweet-time {
                position: absolute;
                left: 22px;
                bottom:-12px;
                line-height: 18px;
                z-index: 2;
                color: silver;
                font-family: 'bpdots';
                letter-spacing: 2px;
                width: 140px;
                text-align: center;
                font-size: 15px;
            }
            
            .atf-tweet-text {
                height:30px;
                
                p, a, span {
                    font-family: 'bpdots', cursive; 
                    color:rgb(255,0,0) !important;
                    text-shadow: 0 0 15px rgb(255,0,0);
                    font-size: 30px !important;
                    line-height: 30px;
                    margin: 0;
                }
            }
        }
    }
}