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