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@1130: button.big-button { n@1130: width: 250px; n@1130: height: 40px; n@1130: font-size: 1.2em; n@1130: } n@1130: n@1129: div.comparitor-holder { n@1129: width: 260px; n@1129: height: 300px; n@1129: border: black 1px solid; n@1136: float: left; n@1130: padding-top: 5px; n@1136: margin: 25px; n@1129: } n@1129: n@1129: div.comparitor-selector { n@1130: width: 248px; n@1129: height: 250px; n@1129: border: black 1px solid; n@1129: position: relative; n@1130: background-color: #FF0000; n@1129: } n@1129: n@1133: div.disabled { n@1133: background-color: #AAA; n@1133: } n@1133: n@1130: div.selected { n@1130: background-color: #008000; n@1130: } n@1130: n@1130: div.comparitor-selector span { n@1130: font-size: 4em; n@1130: } n@1130: n@1130: button.comparitor-button { n@1129: width: 250px; n@1130: height: 38px; n@1129: position: relative; n@1130: margin-top: 5px; n@1129: }