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