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