themes/iphone/style.css
changeset 11 0faea3a6c881
parent 10 d3059e20b0fa
child 19 75dd71fe35b2
equal deleted inserted replaced
10:d3059e20b0fa 11:0faea3a6c881
   132   position: absolute;
   132   position: absolute;
   133   background-repeat: no-repeat;
   133   background-repeat: no-repeat;
   134   background-position: center center;
   134   background-position: center center;
   135 }
   135 }
   136 
   136 
       
   137 /* The list of colors that will be cycled through as playback takes place */
       
   138 tr.pulsar0 td { background-color: #47507a; }
       
   139 tr.pulsar1 td { background-color: #424a73; }
       
   140 tr.pulsar2 td { background-color: #3c436c; }
       
   141 tr.pulsar3 td { background-color: #383d64; }
       
   142 tr.pulsar4 td { background-color: #31365d; }
       
   143 tr.pulsar5 td { background-color: #2c3155; }
       
   144 tr.pulsar6 td { background-color: #272a4e; }
       
   145 tr.pulsar7 td { background-color: #222447; }
       
   146 tr.pulsar8 td { background-color: #1c1d3f; }
       
   147 tr.pulsar9 td { background-color: #171738; }
       
   148