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