n@470: body { n@470: /* Set the background colour (note US English spelling) to grey*/ n@470: background-color: #fff n@470: } n@470: n@470: div.pageTitle { n@470: width: auto; n@470: height: 20px; n@470: margin-top: 20px; n@470: } n@470: n@470: div.pageTitle span{ n@470: font-size: 1.5em; n@470: } n@470: n@470: div.testHalt { n@470: /* Specify any colouring during the test halt for pre/post questions */ n@470: background-color: rgba(0,0,0,0.5); n@470: /* Don't mess with this bit */ n@470: z-index: 2; n@470: width: 100%; n@470: height: 100%; n@470: position: absolute; n@470: left: 0px; n@470: top: 0px; n@470: } n@470: n@470: button { n@470: /* Specify any button structure or style */ n@470: min-width: 20px; n@470: background-color: #ddd n@470: } n@470: n@470: button.big-button { n@470: width: 250px; n@470: height: 40px; n@470: font-size: 1.2em; n@470: } n@470: n@470: div.comparitor-holder { n@470: width: 260px; n@470: height: 300px; n@470: border: black 1px solid; n@470: float: left; n@470: padding-top: 5px; n@470: margin: 25px; n@470: } n@470: n@470: div.comparitor-selector { n@470: width: 248px; n@470: height: 250px; n@470: border: black 1px solid; n@470: position: relative; n@470: background-color: #FF0000; n@509: border-radius: 20px; n@470: } n@470: n@470: div.disabled { n@470: background-color: #AAA; n@470: } n@470: n@470: div.selected { n@470: background-color: #008000; n@470: } n@470: n@470: div.comparitor-selector span { n@470: font-size: 4em; n@470: } n@470: n@470: button.comparitor-button { n@470: width: 250px; n@470: height: 38px; n@470: position: relative; n@470: margin-top: 5px; n@470: } n@485: n@485: div.playhead { n@485: margin: 5px; n@485: } n@485: n@485: div#page-count { n@485: float: left; n@485: margin: 0px 5px; n@485: } n@485: n@485: div#master-volume-holder { n@485: position: absolute; n@485: top: 10px; n@485: left: 120px; n@485: }