n@1106: /* n@1106: * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! n@1106: * n@1106: */ n@1106: body { n@1106: /* Set the background colour (note US English spelling) to grey*/ n@1106: background-color: #ddd n@1106: } n@1106: n@1106: div.pageTitle { n@1106: width: auto; n@1106: height: 20px; n@1106: margin: 10px 0px; n@1106: } n@1106: n@1106: div.pageTitle span{ n@1106: font-size: 1.5em; n@1106: } n@1106: n@1106: div.testHalt { n@1106: /* Specify any colouring during the test halt for pre/post questions */ n@1106: background-color: rgba(0,0,0,0.5); n@1106: /* Don't mess with this bit */ n@1106: z-index: 2; n@1106: width: 100%; n@1106: height: 100%; n@1106: position: absolute; n@1106: left: 0px; n@1106: top: 0px; n@1106: } n@1106: n@1106: button { n@1106: /* Specify any button structure or style */ n@1106: min-width: 20px; n@1106: background-color: #ddd n@1106: } n@1106: n@1106: div#slider-holder { n@1106: height: inherit; n@1106: position: absolute; n@1106: left: 0px; n@1106: z-index: 3; n@1106: margin-top:25px; n@1106: } n@1106: n@1106: div#scale-holder { n@1106: position: absolute; n@1106: left: 0px; n@1106: z-index: 2; n@1106: } n@1106: n@1106: div#scale-text-holder { n@1106: position:relative; n@1106: float: left; n@1106: } n@1106: div.scale-text { n@1106: position: absolute; n@1106: font-size: 1.2em; n@1106: } n@1106: n@1106: canvas#scale-canvas { n@1106: position: relative; n@1106: float: left; n@1106: } n@1106: n@1106: div.track-slider { n@1106: float: left; n@1106: height: 30px; n@1106: border: solid; n@1106: border-width: 1px; n@1106: border-color: black; n@1106: padding:2px; n@1106: margin-left: 94px; n@1106: margin-bottom: 30px; n@1106: } n@1106: n@1106: div.track-slider-range { n@1106: float: left; n@1106: height: 100%; n@1106: margin: 0px 50px; n@1106: position: relative; n@1106: } n@1106: n@1106: div.track-slider-title { n@1106: float: left; n@1106: padding-top: 5px; n@1106: width: 100px; n@1106: } n@1106: n@1106: button.track-slider-button { n@1106: float: left; n@1106: width: 100px; n@1106: height: 30px; n@1106: } n@1106: n@1106: input.track-radio { n@1106: position: absolute; n@1106: margin: 9px 0px; n@1106: } n@1106: n@1106: button.outside-reference { n@1106: width:120px; n@1106: height:20px; n@1106: margin-bottom:5px; n@1106: position: absolute; n@1106: } n@1106: n@1106: div.track-slider-playing { n@1106: background-color: #FFDDDD; n@1106: } n@1106: n@1106: div#page-count { n@1106: float: left; n@1106: margin: 0px 5px; n@1106: } n@1106: n@1106: div#master-volume-holder { n@1106: position: absolute; n@1106: top: 10px; n@1106: left: 120px; n@1106: }