client/css/main.css
author veltr
Mon, 20 Feb 2012 17:44:20 +0100
changeset 10 dd7d86fbee70
child 13 e42d9f11f6e2
permissions -rw-r--r--
Tweet Queue Algorithm + Counter

#podium-container {
    position: absolute;
    width: 1480px;
    top: 600px;
    left: 400px;
}
#podium {
    width: 100%;
    height: 300px;
}
#podium-labels {
    position: absolute;
    width: 100%;
    top: 320px;
}
#podium-labels li {
    float: left;
    width: 25%;
    color: #ffffff;
    text-align: center;
    font-size: 42px;
}
#podium-chiffres {
    position: absolute;
    width: 100%;
    top: 240px;
}
#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;
}