client/css/main.css
author veltr
Tue, 21 Feb 2012 14:01:06 +0100
changeset 21 488f3ba34709
parent 13 e42d9f11f6e2
child 24 5c1245fcc06f
permissions -rw-r--r--
big tweet css corrections

#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-left: 140px;
}
.btv-bigtweet-name {
    margin: 10px 0 20px 140px;
}
.btv-tweet-text {
    clear: both;
}