client/css/controlpanel.css
changeset 0 f7febf052997
child 3 82b4715202d1
equal deleted inserted replaced
-1:000000000000 0:f7febf052997
       
     1 @font-face {
       
     2     font-family: "Metric";
       
     3     font-weight: normal;
       
     4     font-style: normal;
       
     5     src: url("../font/MetricF-Regular.otf");
       
     6 }
       
     7 @font-face {
       
     8     font-family: "Metric";
       
     9     font-weight: bold;
       
    10     font-style: normal;
       
    11     src: url("../font/MetricF-Bold.otf");
       
    12 }
       
    13 @font-face {
       
    14     font-family: "Metric";
       
    15     font-weight: normal;
       
    16     font-style: italic;
       
    17     src: url("../font/MetricF-Italic.otf");
       
    18 }
       
    19 a, body, div, h1, h2, h3, h4, h5, h6, li, p, span, ul {
       
    20     font-weight: normal; margin: 0; padding: 0; border: none; font-size: 100%;
       
    21     font: inherit; text-decoration: none; color: inherit;
       
    22 }
       
    23 ul {
       
    24     list-style: none;
       
    25 }
       
    26 body {
       
    27     font-family: Metric; background: #000000;
       
    28 }
       
    29 #btv-cp-container {
       
    30     position: absolute; top: -65px; width: 100%;
       
    31     background-image: linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
       
    32     background-image: -o-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
       
    33     background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
       
    34     background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
       
    35     background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(250,250,250) 80%);
       
    36     height: 70px;
       
    37     border-bottom: 2px solid #666666;
       
    38 }
       
    39 #btv-cp-container:hover {
       
    40     top: 0;
       
    41 }
       
    42 .btv-cp-line {
       
    43     position: relative; width: 1160px; height: 100%; margin: 0 auto;
       
    44 }
       
    45 .btv-cp-element {
       
    46     float: left;
       
    47     height: 66px;
       
    48     padding: 2px 4px; border-right: 1px solid #cccccc;
       
    49 }
       
    50 .btv-cp-element h2 {
       
    51     font-size: 24px; margin: 18px 0 0;
       
    52 }
       
    53 .btv-cp-element h3 {
       
    54     font-size: 14px; margin: 3px 0; text-align: center; line-height: 12px;
       
    55 }
       
    56 .btv-cp-element h4 {
       
    57     font-size: 24px; font-weight: bold; text-align: center;
       
    58 }
       
    59 
       
    60 #btv-cp-champ-filtre {
       
    61     width: 100px;
       
    62 }
       
    63 
       
    64 .btv-cp-liste-tweets {
       
    65     width: 280px; max-height: 45px; background: #fefefe; overflow: auto;
       
    66 }
       
    67 .btv-cp-liste-tweets:hover {
       
    68     max-height: 150px;
       
    69 }
       
    70 .btv-cp-liste-tweets li {
       
    71     padding: 1px; border-bottom: 1px solid #ddd; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
       
    72 }
       
    73 .btv-cp-tweet-button {
       
    74     display: inline-block; margin: -1px 0; width: 15px; height: 14px; background: url("../img/addshow.png");
       
    75 }
       
    76 .btv-cp-tweet-show {
       
    77     background-position: -15px 0;
       
    78 }
       
    79 .btv-cp-tweet-date {
       
    80     font-style: italic;
       
    81 }
       
    82 .btv-cp-tweet-from {
       
    83     font-weight: bold;
       
    84 }
       
    85 .btv-cp-liste-tweets li:hover {
       
    86     background: #00f; color: #fff;
       
    87 }
       
    88 
       
    89 .btv-cp-cont-pause {
       
    90     width: 60px;
       
    91 }
       
    92 .btv-cp-play-pause {
       
    93     display: block; margin: 0 12px; width: 32px; height: 35px; background: url("../img/playpause.png");
       
    94 }
       
    95 .btv-cp-status-play {
       
    96     background-position: -32px 0;
       
    97 }
       
    98 
       
    99 .btv-cp-compteur {
       
   100     width: 75px; position: relative;
       
   101 }
       
   102 
       
   103 .btv-cp-compteur h4 {
       
   104     width: 100%; position: absolute; left: 0; top: 40px;
       
   105 }
       
   106