source: main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/style/jam-guitar.css@ 29879

Last change on this file since 29879 was 29879, checked in by davidb, 9 years ago

Work developing a guitar to play, and recording notes on piano when played (with the radio button set to record)

  • Property svn:executable set to *
File size: 585 bytes
Line 
1#jamWrapper {
2 position: relative;
3 width: 900px;
4 margin: 50px auto;
5}
6
7#jamStage {
8 position: absolute;
9 width: 900px;
10 height: 300px;
11 z-index: 10;
12 -moz-user-select: none;
13 -webkit-user-select: none;
14 -ms-user-select: none;
15 user-select: none;
16}
17
18#jamStrings {
19 position: absolute;
20 top: 34px;
21 left: 40px;
22 z-index: 9;
23}
24
25#jamPlate {
26 position: relative;
27 top: 0;
28 left: 20px;
29 width: 864px;
30 height: 296px;
31 background: url(images/guitar-plate-med.png) center center no-repeat;
32}
Note: See TracBrowser for help on using the repository browser.