client/css/controlpanel.css
author veltr
Fri, 24 Feb 2012 12:03:33 +0100
changeset 40 c0205b71e013
parent 26 83cf3d8be396
permissions -rw-r--r--
Corrected localStorage


#btv-cp-container {
    position: absolute; left: -315px; width: 320px;
    background-image: linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
    background-image: -o-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
    background-image: -moz-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
    background-image: -webkit-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
    background-image: -ms-linear-gradient(right, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
    top: 0; height: 100%;
    border-right: 4px solid #666666;
    z-index: 20;
}
.btv-cp-line {
    position: relative; width: 100%; height: 100%; margin: 0 auto;
}
.btv-cp-element {
    float: left; text-align: center;
    width: 312px;
    padding: 4px; border-bottom: 1px solid #cccccc;
}
.btv-cp-element h2 {
    font-size: 28px; margin: 10px 0;
}
.btv-cp-element h3 {
    font-size: 18px; margin: 4px 0; line-height: 12px;
}
.btv-cp-element h4 {
    font-size: 28px; font-weight: bold;
}

#btv-cp-champ-filtre {
    width: 180px;
}

.btv-cp-liste-tweets {
    width: 310px; height: 220px; border: 1px solid #b0b0b0;
    background: #fefefe; overflow: auto; margin: 4px 0;
}
.btv-cp-liste-tweets li {
    padding: 1px; border-bottom: 1px solid #ddd; font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; text-align: left;
}
.btv-cp-tweet-button {
    display: inline-block; margin: -1px 0; width: 15px; height: 14px; background: url("../img/addshow.png");
}
.btv-cp-tweet-show {
    background-position: -15px 0;
}
.btv-cp-tweet-date {
    font-style: italic;
}
.btv-cp-tweet-from {
    font-weight: bold;
}
.btv-cp-tweet-image, .btv-cp-tweet-from-name {
    display: none;
}

.btv-cp-tweet-remove {
    background-position: -30px 0;
}

.btv-cp-liste-tweets li:hover {
    background: #00f; color: #fff;
}

.btv-cp-highlight {
    background: #ffff00;
}

.btv-cp-cont-pause {
    width: 152px;
}
.btv-cp-play-pause {
    display: block; margin: 5px 60px; width: 32px; height: 35px; background: url("../img/playpause.png");
}
.btv-cp-status-play .btv-cp-play-pause {
    background-position: -32px 0;
}

.btv-cp-compteur {
    width: 152px;
}