themes/grey/style.css
changeset 78 08f8a72b1f7b
parent 72 b8730fcd64a9
equal deleted inserted replaced
77:e5f1f45ea7e2 78:08f8a72b1f7b
   102 a.volume_button_active {
   102 a.volume_button_active {
   103   background-color: #404040;
   103   background-color: #404040;
   104   border-color: #d0d0d0;
   104   border-color: #d0d0d0;
   105 }
   105 }
   106 
   106 
       
   107 div#offlinemode {
       
   108   float: right;
       
   109   margin-left: 4px;
       
   110   display: none;
       
   111 }
       
   112 
   107 /* Position slider (playhead) */
   113 /* Position slider (playhead) */
   108 
   114 
   109 div#playhead {
   115 div#playhead {
   110   background-image: url(images/position-empty.png);
   116   background-image: url(images/position-empty.png);
   111   width: 250px;
   117   width: 250px;
   184 a.backlink:hover {
   190 a.backlink:hover {
   185   color: #c0c0c0;
   191   color: #c0c0c0;
   186   background-color: #505050;
   192   background-color: #505050;
   187 }
   193 }
   188 
   194 
       
   195 a.backlink.inline {
       
   196   max-width: none;
       
   197   background-color: #282828;
       
   198   margin: 5px 10px;
       
   199 }
       
   200 
       
   201 a.backlink.inline:hover {
       
   202   background-color: #303030;
       
   203 }
       
   204 
       
   205 span.clearer {
       
   206   display: block;
       
   207   clear: both;
       
   208 }
       
   209 
   189 div.greylogo {
   210 div.greylogo {
   190   width: 120px;
   211   width: 120px;
   191   height: 33px;
   212   height: 33px;
   192   background-image: url(images/greylogo.png);
   213   background-image: url(images/greylogo.png);
   193   background-repeat: no-repeat;
   214   background-repeat: no-repeat;
   196 }
   217 }
   197 
   218 
   198 div.clearer {
   219 div.clearer {
   199   clear: both;
   220   clear: both;
   200 }
   221 }
       
   222