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