n@932: /* n@932: * Hold any style information for APE interface. Customise if you like to make the interface your own! n@932: * n@932: */ n@932: body { n@932: /* Set the background colour (note US English spelling) to grey*/ n@932: background-color: #ddd n@932: } n@932: n@932: div.title { n@932: /* Specify any colouring for the title */ n@932: } n@932: n@932: div.pageTitle { n@932: width: auto; n@932: height: 20px; n@932: margin-top: 20px; n@932: } n@932: n@932: div.pageTitle span{ n@932: font-size: 1.5em; n@932: } n@932: n@932: div.testHalt { n@932: /* Specify any colouring during the test halt for pre/post questions */ n@932: background-color: rgba(0,0,0,0.5); n@932: /* Don't mess with this bit */ n@932: z-index: 2; n@932: width: 100%; n@932: height: 100%; n@932: position: absolute; n@932: left: 0px; n@932: top: 0px; n@932: } n@932: n@932: button { n@932: /* Specify any button structure or style */ n@932: min-width: 20px; n@932: background-color: #ddd n@932: } n@932: n@932: div#slider { n@932: /* Specify any structure for the slider holder interface */ n@932: background-color: #eee; n@932: height: 150px; n@932: margin-bottom: 5px; n@932: } n@932: n@932: div.sliderScale { n@932: width: 100%; n@932: min-height: 30px; n@932: } n@932: n@932: div.sliderScale span{ n@932: font-size: 1.2em; n@932: } n@932: n@932: div.sliderScale span { n@932: /* Any formatting of text below scale */ n@932: min-width: 5px; n@932: height: 20px; n@932: height: 100%; n@932: position: absolute; n@932: } n@932: n@932: div.track-slider { n@932: /* Specify any structure for the slider objects */ n@932: position: absolute; n@932: height: inherit; n@932: width: 12px; n@932: float: left; n@932: background-color: rgb(100,200,100); n@932: } n@932: n@932: div.comment-div { n@932: border:#444444; n@932: border-style:solid; n@932: border-width:1px; n@932: width: 624px; n@932: float: left; n@932: margin: 5px; n@932: } n@932: n@932: div.comment-div span { n@932: margin-left: 15px; n@932: } n@932: n@932: div.popupHolder { n@932: width: 500px; n@932: height: 250px; n@932: background-color: #fff; n@932: border-radius: 10px; n@932: box-shadow: 0px 0px 50px #000; n@932: z-index: 2; n@932: } n@932: n@932: button.popupButton { n@932: /* Button for popup window n@932: */ n@932: width: 50px; n@932: height: 25px; n@932: position: absolute; n@932: left: 440px; n@932: top: 215px; n@932: border-radius: 5px; n@932: border: #444; n@932: border-width: 1px; n@932: border-style: solid; n@932: background-color: #fff; n@932: } n@932: n@932: textarea.trackComment { n@932: width: 618px; n@932: margin-right:15px; n@932: }