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