Mercurial > hg > webaudioevaluationtool
comparison interfaces/ordinal.css @ 2844:f7ea4470bdd6
#141 Initial commit for ordinal evaluation
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 25 Apr 2017 15:27:52 +0100 |
parents | |
children | 7b2229be3183 |
comparison
equal
deleted
inserted
replaced
2843:dae4f650193b | 2844:f7ea4470bdd6 |
---|---|
1 [draggable] { | |
2 -moz-user-select: none; | |
3 -khtml-user-select: none; | |
4 -webkit-user-select: none; | |
5 user-select: none; | |
6 /* Required to make elements draggable in old WebKit */ | |
7 -khtml-user-drag: element; | |
8 -webkit-user-drag: element; | |
9 } | |
10 .ordinal-element { | |
11 width: 250px; | |
12 height: 250px; | |
13 background: #bbffbb; | |
14 border: 2px #050 solid; | |
15 border-radius: 10px; | |
16 float: left; | |
17 margin: 10px 5px; | |
18 text-align: center; | |
19 cursor: move; | |
20 } | |
21 .disabled { | |
22 background-color: grey; | |
23 } | |
24 .playing { | |
25 background-color: #ffbbbb; | |
26 border: 2px #500 solid; | |
27 } | |
28 .dragging { | |
29 opacity: 0.4; | |
30 } | |
31 .over { | |
32 border-style: dashed; | |
33 } | |
34 .ordinal-element-label { | |
35 font-size: 2em; | |
36 } |