annotate mushra.css @ 718:0b095f66de65

Update to WAC paper references
author Dave <djmoffat@users.noreply.github.com>
date Thu, 24 Sep 2015 09:49:01 +0100
parents
children 6e01da7f9f92
rev   line source
djmoffat@718 1 /*
djmoffat@718 2 * Hold any style information for MUSHRA interface. Customise if you like to make the interface your own!
djmoffat@718 3 *
djmoffat@718 4 */
djmoffat@718 5 body {
djmoffat@718 6 /* Set the background colour (note US English spelling) to grey*/
djmoffat@718 7 background-color: #ddd
djmoffat@718 8 }
djmoffat@718 9
djmoffat@718 10 div.pageTitle {
djmoffat@718 11 width: auto;
djmoffat@718 12 height: 20px;
djmoffat@718 13 margin-top: 20px;
djmoffat@718 14 }
djmoffat@718 15
djmoffat@718 16 div.pageTitle span{
djmoffat@718 17 font-size: 1.5em;
djmoffat@718 18 }
djmoffat@718 19
djmoffat@718 20 div.testHalt {
djmoffat@718 21 /* Specify any colouring during the test halt for pre/post questions */
djmoffat@718 22 background-color: rgba(0,0,0,0.5);
djmoffat@718 23 /* Don't mess with this bit */
djmoffat@718 24 z-index: 2;
djmoffat@718 25 width: 100%;
djmoffat@718 26 height: 100%;
djmoffat@718 27 position: absolute;
djmoffat@718 28 left: 0px;
djmoffat@718 29 top: 0px;
djmoffat@718 30 }
djmoffat@718 31
djmoffat@718 32 button {
djmoffat@718 33 /* Specify any button structure or style */
djmoffat@718 34 min-width: 20px;
djmoffat@718 35 background-color: #ddd
djmoffat@718 36 }
djmoffat@718 37
djmoffat@718 38
djmoffat@718 39 div.track-slider {
djmoffat@718 40 float: left;
djmoffat@718 41 width: 94px;
djmoffat@718 42 border: solid;
djmoffat@718 43 border-width: 1px;
djmoffat@718 44 border-color: black;
djmoffat@718 45 padding:2px;
djmoffat@718 46 }
djmoffat@718 47
djmoffat@718 48 input[type=range][orient=vertical]
djmoffat@718 49 {
djmoffat@718 50 writing-mode: bt-lr; /* IE */
djmoffat@718 51 -webkit-appearance: slider-vertical; /* WebKit */
djmoffat@718 52 width: 8px;
djmoffat@718 53 height: 175px;
djmoffat@718 54 padding: 0 5px;
djmoffat@718 55 }