Mercurial > hg > webaudioevaluationtool
annotate interfaces/AB.css @ 1141:df4284a31f69
Moved interfaces into their own sub-directory
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 13 Jan 2016 09:34:46 +0000 |
parents | |
children | 92f26057b934 |
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@1141 | 9 margin-top: 20px; |
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@1141 | 40 div.comparitor-holder { |
n@1141 | 41 width: 260px; |
n@1141 | 42 height: 300px; |
n@1141 | 43 border: black 1px solid; |
n@1141 | 44 float: left; |
n@1141 | 45 padding-top: 5px; |
n@1141 | 46 margin: 25px; |
n@1141 | 47 } |
n@1141 | 48 |
n@1141 | 49 div.comparitor-selector { |
n@1141 | 50 width: 248px; |
n@1141 | 51 height: 250px; |
n@1141 | 52 border: black 1px solid; |
n@1141 | 53 position: relative; |
n@1141 | 54 background-color: #FF0000; |
n@1141 | 55 } |
n@1141 | 56 |
n@1141 | 57 div.disabled { |
n@1141 | 58 background-color: #AAA; |
n@1141 | 59 } |
n@1141 | 60 |
n@1141 | 61 div.selected { |
n@1141 | 62 background-color: #008000; |
n@1141 | 63 } |
n@1141 | 64 |
n@1141 | 65 div.comparitor-selector span { |
n@1141 | 66 font-size: 4em; |
n@1141 | 67 } |
n@1141 | 68 |
n@1141 | 69 button.comparitor-button { |
n@1141 | 70 width: 250px; |
n@1141 | 71 height: 38px; |
n@1141 | 72 position: relative; |
n@1141 | 73 margin-top: 5px; |
n@1141 | 74 } |