themes/grey/style.css
changeset 72 b8730fcd64a9
parent 50 1b4288399b1f
child 78 08f8a72b1f7b
equal deleted inserted replaced
71:8663af0e27c7 72:b8730fcd64a9
     8 body {
     8 body {
     9   font-family: sans-serif;
     9   font-family: sans-serif;
    10   background-color: #262626;
    10   background-color: #262626;
    11   color: #ffffff;
    11   color: #ffffff;
    12   padding: 0 8px;
    12   padding: 0 8px;
       
    13   font-size: 87.5%;
    13 }
    14 }
    14 
    15 
    15 body.playlist {
    16 body.playlist {
    16   background-image: url(images/playbar-shadow.gif);
    17   background-image: url(images/playbar-shadow.gif);
    17   background-repeat: repeat-x;
    18   background-repeat: repeat-x;
   170   color: #c71700;
   171   color: #c71700;
   171 }
   172 }
   172 
   173 
   173 a.backlink {
   174 a.backlink {
   174   display: block;
   175   display: block;
   175   width: 150px;
   176   max-width: 135px;
   176   color: #a0a0a0;
   177   color: #a0a0a0;
   177   background-color: #404040;
   178   background-color: #404040;
   178   padding: 5px;
   179   padding: 5px;
   179   margin: 10px 0 5px 0;
   180   margin: 10px 0 5px 0;
   180   text-decoration: none;
   181   text-decoration: none;