equal
deleted
inserted
replaced
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 |