Mercurial > hg > nodescore
annotate www/m/css/metronome.css @ 6:33e6dc370ef7
fixed css
author | tzara <rc-web@kiben.net> |
---|---|
date | Wed, 04 Jul 2012 21:24:36 +0000 |
parents | 9070b2a7ca65 |
children |
rev | line source |
---|---|
rc-web@5 | 1 .metrocase { |
rc-web@5 | 2 position: absolute; |
rc-web@5 | 3 top: 10px; |
rc-web@5 | 4 left: 10px; |
rc-web@5 | 5 color: black; |
rc-web@5 | 6 text-align: center; |
rc-web@5 | 7 font-size: 4em; |
rc-web@5 | 8 font-color: black; |
rc-web@5 | 9 background: transparent; |
rc-web@5 | 10 width: 240px; |
rc-web@5 | 11 height: 60px; |
rc-web@5 | 12 z-index: 2; |
rc-web@5 | 13 padding: 5px 5px 5px 5px; |
rc-web@5 | 14 border: 1px solid gray; |
rc-web@5 | 15 } |
rc-web@5 | 16 |
rc-web@5 | 17 #metronome0 { width: 60px; height: 60px; border-radius: 30px; float:left; } |
rc-web@5 | 18 #metronome1 { width: 60px; height: 60px; border-radius: 30px; float:left; } |
rc-web@5 | 19 #metronome2 { width: 60px; height: 60px; border-radius: 30px; float:left; } |
rc-web@5 | 20 #metronome3 { width: 60px; height: 60px; border-radius: 30px; float:left; } |