client/css/main.css
author veltr
Tue, 21 Feb 2012 12:12:01 +0100
changeset 15 03c54e8c00dc
parent 13 e42d9f11f6e2
child 21 488f3ba34709
permissions -rw-r--r--
Merge with a7b169ba0172834acb0ba48d94962f5e08467d93

#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 {
    width: 100px;
    height: 100px;
    margin: 0 30px 30px 0;
    float: left;
}
.btv-bigtweet-screen-name {
    font-weight: bold;
}
.btv-bigtweet-name {
    margin: 10px 0;
}
.btv-tweet-text {
    clear: both;
}