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