Mercurial > hg > webaudioevaluationtool
view mushra.css @ 761:af6cfa619c24
Browser GET support. In the project URL, you can select the test page to load by using http://server.com/index.html?url=server/path/to/project.xml
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Dec 2015 16:48:08 +0000 |
parents | 801e1977ab55 |
children | c08af4b5c9f3 |
line wrap: on
line source
/* * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own! * */ body { /* Set the background colour (note US English spelling) to grey*/ background-color: #ddd } div.pageTitle { width: auto; height: 20px; margin-top: 20px; } div.pageTitle span{ font-size: 1.5em; } div.testHalt { /* Specify any colouring during the test halt for pre/post questions */ background-color: rgba(0,0,0,0.5); /* Don't mess with this bit */ z-index: 2; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; } button { /* Specify any button structure or style */ min-width: 20px; background-color: #ddd } div.track-slider { float: left; width: 94px; border: solid; border-width: 1px; border-color: black; padding:2px; } div.track-slider-playing { background-color: #FFDDDD; } input.track-slider-range { margin-left: 0px; margin-right: 0px; } input[type=range][orient=vertical] { writing-mode: bt-lr; /* IE */ -webkit-appearance: slider-vertical; /* WebKit */ width: 8px; padding: 0 5px; color: rgb(255, 144, 144); }