Mercurial > hg > webaudioevaluationtool
comparison interfaces/ABX.css @ 1253:8aa21ebd9b15
WIP. ABX Framework. Minor core.js modifications.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 16 Mar 2016 13:31:42 +0000 |
parents | |
children | b0b4d264d9a8 |
comparison
equal
deleted
inserted
replaced
1252:a44af5ba444c | 1253:8aa21ebd9b15 |
---|---|
1 body { | |
2 /* Set the background colour (note US English spelling) to grey*/ | |
3 background-color: #fff | |
4 } | |
5 | |
6 div.pageTitle { | |
7 width: auto; | |
8 height: 20px; | |
9 margin-top: 20px; | |
10 } | |
11 | |
12 div.pageTitle span{ | |
13 font-size: 1.5em; | |
14 } | |
15 | |
16 div.testHalt { | |
17 /* Specify any colouring during the test halt for pre/post questions */ | |
18 background-color: rgba(0,0,0,0.5); | |
19 /* Don't mess with this bit */ | |
20 z-index: 2; | |
21 width: 100%; | |
22 height: 100%; | |
23 position: absolute; | |
24 left: 0px; | |
25 top: 0px; | |
26 } | |
27 | |
28 button { | |
29 /* Specify any button structure or style */ | |
30 min-width: 20px; | |
31 background-color: #ddd | |
32 } | |
33 | |
34 button.big-button { | |
35 width: 250px; | |
36 height: 40px; | |
37 font-size: 1.2em; | |
38 } | |
39 | |
40 div.comparator-holder { | |
41 width: 260px; | |
42 height: 300px; | |
43 border: black 1px solid; | |
44 float: left; | |
45 padding-top: 5px; | |
46 margin: 25px; | |
47 } | |
48 | |
49 div.comparator-selector { | |
50 width: 248px; | |
51 height: 250px; | |
52 border: black 1px solid; | |
53 position: relative; | |
54 background-color: #FF0000; | |
55 border-radius: 20px; | |
56 } | |
57 | |
58 div.disabled { | |
59 background-color: #AAA; | |
60 } | |
61 | |
62 div.selected { | |
63 background-color: #008000; | |
64 } | |
65 | |
66 div.comparator-selector span { | |
67 font-size: 4em; | |
68 } | |
69 | |
70 button.comparator-button { | |
71 width: 250px; | |
72 height: 38px; | |
73 position: relative; | |
74 margin-top: 5px; | |
75 } | |
76 | |
77 div.playhead { | |
78 margin: 5px; | |
79 } | |
80 | |
81 div#page-count { | |
82 float: left; | |
83 margin: 0px 5px; | |
84 } | |
85 | |
86 div#master-volume-holder { | |
87 position: absolute; | |
88 top: 10px; | |
89 left: 120px; | |
90 } |