client/css/main.css
author veltr
Tue, 21 Feb 2012 15:28:05 +0100
changeset 25 8a25cd7b2761
parent 24 5c1245fcc06f
child 26 83cf3d8be396
permissions -rw-r--r--
added tweet filtering

#podium-container {
    position: absolute;
    width: 1480px;
    top: 700px;
    left: 400px;
}
#podium {
    width: 100%;
    height: 200px;
}
#podium-labels {
    position: absolute;
    width: 100%;
    top: 215px;
}
#podium-labels li {
    float: left;
    width: 25%;
    color: #ffffff;
    text-align: center;
    font-size: 42px;
}
#podium-chiffres {
    position: absolute;
    width: 100%;
    top: 145px;
}
#podium-chiffres li {
    float: left;
    width: 25%;
    color: #000000;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}


#btv-bigtweet {
    position: absolute;
    left: 775px;
    top: 250px;
    width: 650px;
    background: #0031ff;
    padding: 40px;
    color: #ffffff;
    font-size: 42px;
    display: none;
}
.btv-bigtweet-image {
    position: absolute;
    width: 100px;
    height: 100px;
}
.btv-bigtweet-screen-name {
    font-weight: bold; margin: -8px 0 0 140px;
}
.btv-bigtweet-name {
    margin: 10px 0 20px 140px;
}
.btv-tweet-text {
    clear: both;
}