themes/funkymonkey/style.css
changeset 11 0faea3a6c881
parent 10 d3059e20b0fa
child 19 75dd71fe35b2
equal deleted inserted replaced
10:d3059e20b0fa 11:0faea3a6c881
   120   font-size: 1px;
   120   font-size: 1px;
   121   position: absolute;
   121   position: absolute;
   122   background-repeat: no-repeat;
   122   background-repeat: no-repeat;
   123   background-position: center center;
   123   background-position: center center;
   124 }
   124 }
       
   125 
       
   126 /* The list of colors that will be cycled through as playback takes place */
       
   127 tr.pulsar0 td { background-color: #47507a; }
       
   128 tr.pulsar1 td { background-color: #424a73; }
       
   129 tr.pulsar2 td { background-color: #3c436c; }
       
   130 tr.pulsar3 td { background-color: #383d64; }
       
   131 tr.pulsar4 td { background-color: #31365d; }
       
   132 tr.pulsar5 td { background-color: #2c3155; }
       
   133 tr.pulsar6 td { background-color: #272a4e; }
       
   134 tr.pulsar7 td { background-color: #222447; }
       
   135 tr.pulsar8 td { background-color: #1c1d3f; }
       
   136 tr.pulsar9 td { background-color: #171738; }
       
   137