n@1129: body { n@1129: /* Set the background colour (note US English spelling) to grey*/ n@1129: background-color: #fff n@1129: } n@1129: n@1129: div.pageTitle { n@1129: width: auto; n@1129: height: 20px; n@1129: margin-top: 20px; n@1129: } n@1129: n@1129: div.pageTitle span{ n@1129: font-size: 1.5em; n@1129: } n@1129: n@1129: div.testHalt { n@1129: /* Specify any colouring during the test halt for pre/post questions */ n@1129: background-color: rgba(0,0,0,0.5); n@1129: /* Don't mess with this bit */ n@1129: z-index: 2; n@1129: width: 100%; n@1129: height: 100%; n@1129: position: absolute; n@1129: left: 0px; n@1129: top: 0px; n@1129: } n@1129: n@1129: button { n@1129: /* Specify any button structure or style */ n@1129: min-width: 20px; n@1129: background-color: #ddd n@1129: } n@1129: n@1129: div.comparitor-holder { n@1129: width: 260px; n@1129: height: 300px; n@1129: border: black 1px solid; n@1129: position: absolute; n@1129: } n@1129: n@1129: div.comparitor-selector { n@1129: width: 250px; n@1129: height: 250px; n@1129: border: black 1px solid; n@1129: position: relative; n@1129: } n@1129: n@1129: div.comparitor-button { n@1129: width: 250px; n@1129: height: 50px; n@1129: position: relative; n@1129: background-color: #FF0000; n@1129: }