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