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