client/css/main.css
changeset 10 dd7d86fbee70
child 13 e42d9f11f6e2
equal deleted inserted replaced
9:fd659ad76e0f 10:dd7d86fbee70
       
     1 #podium-container {
       
     2     position: absolute;
       
     3     width: 1480px;
       
     4     top: 600px;
       
     5     left: 400px;
       
     6 }
       
     7 #podium {
       
     8     width: 100%;
       
     9     height: 300px;
       
    10 }
       
    11 #podium-labels {
       
    12     position: absolute;
       
    13     width: 100%;
       
    14     top: 320px;
       
    15 }
       
    16 #podium-labels li {
       
    17     float: left;
       
    18     width: 25%;
       
    19     color: #ffffff;
       
    20     text-align: center;
       
    21     font-size: 42px;
       
    22 }
       
    23 #podium-chiffres {
       
    24     position: absolute;
       
    25     width: 100%;
       
    26     top: 240px;
       
    27 }
       
    28 #podium-chiffres li {
       
    29     float: left;
       
    30     width: 25%;
       
    31     color: #000000;
       
    32     text-align: center;
       
    33     font-size: 50px;
       
    34     font-weight: bold;
       
    35 }
       
    36 
       
    37 
       
    38 #btv-bigtweet {
       
    39     position: absolute;
       
    40     left: 775px;
       
    41     top: 250px;
       
    42     width: 650px;
       
    43     background: #0031ff;
       
    44     padding: 40px;
       
    45     color: #ffffff;
       
    46     font-size: 42px;
       
    47     display: none;
       
    48 }
       
    49 .btv-bigtweet-image {
       
    50     width: 100px;
       
    51     height: 100px;
       
    52     margin: 0 30px 30px 0;
       
    53     float: left;
       
    54 }
       
    55 .btv-bigtweet-screen-name {
       
    56     font-weight: bold;
       
    57 }
       
    58 .btv-bigtweet-name {
       
    59     margin: 10px 0;
       
    60 }
       
    61 .btv-tweet-text {
       
    62     clear: both;
       
    63 }