Mercurial > hg > webaudioevaluationtool
annotate mushra.css @ 1965:c6b94c7dcade
Paper: Now with images - minor edits
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Thu, 15 Oct 2015 20:46:17 +0100 |
parents | 82f43919f385 |
children | 6e01da7f9f92 |
rev | line source |
---|---|
b@1478 | 1 /* |
b@1478 | 2 * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! |
b@1478 | 3 * |
b@1478 | 4 */ |
b@1478 | 5 body { |
b@1478 | 6 /* Set the background colour (note US English spelling) to grey*/ |
b@1478 | 7 background-color: #ddd |
b@1478 | 8 } |
b@1478 | 9 |
b@1478 | 10 div.pageTitle { |
b@1478 | 11 width: auto; |
b@1478 | 12 height: 20px; |
b@1478 | 13 margin-top: 20px; |
b@1478 | 14 } |
b@1478 | 15 |
b@1478 | 16 div.pageTitle span{ |
b@1478 | 17 font-size: 1.5em; |
b@1478 | 18 } |
b@1478 | 19 |
b@1478 | 20 div.testHalt { |
b@1478 | 21 /* Specify any colouring during the test halt for pre/post questions */ |
b@1478 | 22 background-color: rgba(0,0,0,0.5); |
b@1478 | 23 /* Don't mess with this bit */ |
b@1478 | 24 z-index: 2; |
b@1478 | 25 width: 100%; |
b@1478 | 26 height: 100%; |
b@1478 | 27 position: absolute; |
b@1478 | 28 left: 0px; |
b@1478 | 29 top: 0px; |
b@1478 | 30 } |
b@1478 | 31 |
b@1478 | 32 button { |
b@1478 | 33 /* Specify any button structure or style */ |
b@1478 | 34 min-width: 20px; |
b@1478 | 35 background-color: #ddd |
b@1478 | 36 } |
b@1478 | 37 |
b@1478 | 38 |
b@1478 | 39 div.track-slider { |
b@1478 | 40 float: left; |
b@1478 | 41 width: 94px; |
b@1478 | 42 border: solid; |
b@1478 | 43 border-width: 1px; |
b@1478 | 44 border-color: black; |
b@1478 | 45 padding:2px; |
b@1478 | 46 } |
b@1478 | 47 |
b@1478 | 48 input[type=range][orient=vertical] |
b@1478 | 49 { |
b@1478 | 50 writing-mode: bt-lr; /* IE */ |
b@1478 | 51 -webkit-appearance: slider-vertical; /* WebKit */ |
b@1478 | 52 width: 8px; |
b@1478 | 53 height: 175px; |
b@1478 | 54 padding: 0 5px; |
b@1478 | 55 } |