Mercurial > hg > webaudioevaluationtool
comparison ape.css @ 1657:faa52cea3e3d
Added customised scale - NEED TO ENTER INTO DOCUMENTATION!
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 10 Apr 2015 19:09:21 +0100 |
parents | dc2969dbe0a2 |
children | 46cfd9fac5e7 a948850f297b 06fbaccf3b58 |
comparison
equal
deleted
inserted
replaced
1656:52d36936c582 | 1657:faa52cea3e3d |
---|---|
7 background-color: #ddd | 7 background-color: #ddd |
8 } | 8 } |
9 | 9 |
10 div.title { | 10 div.title { |
11 /* Specify any colouring for the title */ | 11 /* Specify any colouring for the title */ |
12 } | |
13 | |
14 div.pageTitle { | |
15 width: auto; | |
16 height: 20px; | |
12 } | 17 } |
13 | 18 |
14 div.testHalt { | 19 div.testHalt { |
15 /* Specify any colouring during the test halt for pre/post questions */ | 20 /* Specify any colouring during the test halt for pre/post questions */ |
16 background-color: rgba(0,0,0,0.5); | 21 background-color: rgba(0,0,0,0.5); |
31 | 36 |
32 div#slider { | 37 div#slider { |
33 /* Specify any structure for the slider holder interface */ | 38 /* Specify any structure for the slider holder interface */ |
34 background-color: #eee; | 39 background-color: #eee; |
35 height: 150px; | 40 height: 150px; |
36 margin-bottom: 25px; | 41 margin-bottom: 5px; |
42 } | |
43 | |
44 div.sliderScale { | |
45 width: 100%; | |
46 min-height: 20px; | |
47 } | |
48 | |
49 div.sliderScale span { | |
50 /* Any formatting of text below scale */ | |
51 min-width: 5px; | |
52 height: 20px; | |
53 height: 100%; | |
54 position: absolute; | |
37 } | 55 } |
38 | 56 |
39 div.track-slider { | 57 div.track-slider { |
40 /* Specify any strcture for the slider objects */ | 58 /* Specify any strcture for the slider objects */ |
41 position: absolute; | 59 position: absolute; |