annotate interfaces/AB.css @ 485:92f26057b934 Dev_main

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