n@816: /* n@816: * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! n@816: * n@816: */ n@816: body { n@816: /* Set the background colour (note US English spelling) to grey*/ n@816: background-color: #ddd n@816: } n@816: n@816: div.pageTitle { n@816: width: auto; n@816: height: 20px; n@816: margin-top: 20px; n@816: } n@816: n@816: div.pageTitle span{ n@816: font-size: 1.5em; n@816: } n@816: n@816: div.testHalt { n@816: /* Specify any colouring during the test halt for pre/post questions */ n@816: background-color: rgba(0,0,0,0.5); n@816: /* Don't mess with this bit */ n@816: z-index: 2; n@816: width: 100%; n@816: height: 100%; n@816: position: absolute; n@816: left: 0px; n@816: top: 0px; n@816: } n@816: n@816: button { n@816: /* Specify any button structure or style */ n@816: min-width: 20px; n@816: background-color: #ddd n@816: } n@816: n@816: n@816: div.track-slider { n@816: float: left; n@816: width: 94px; n@816: border: solid; n@816: border-width: 1px; n@816: border-color: black; n@816: padding:2px; n@816: } n@816: n@816: input[type=range][orient=vertical] n@816: { n@816: writing-mode: bt-lr; /* IE */ n@816: -webkit-appearance: slider-vertical; /* WebKit */ n@816: width: 8px; n@816: height: 175px; n@816: padding: 0 5px; n@816: }