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