annotate AB.css @ 1129:c1c696ccd6f9

Added AB interface. WIP. Stash
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 13:56:30 +0000
parents
children f6c9f9e5400e
rev   line source
n@1129 1 body {
n@1129 2 /* Set the background colour (note US English spelling) to grey*/
n@1129 3 background-color: #fff
n@1129 4 }
n@1129 5
n@1129 6 div.pageTitle {
n@1129 7 width: auto;
n@1129 8 height: 20px;
n@1129 9 margin-top: 20px;
n@1129 10 }
n@1129 11
n@1129 12 div.pageTitle span{
n@1129 13 font-size: 1.5em;
n@1129 14 }
n@1129 15
n@1129 16 div.testHalt {
n@1129 17 /* Specify any colouring during the test halt for pre/post questions */
n@1129 18 background-color: rgba(0,0,0,0.5);
n@1129 19 /* Don't mess with this bit */
n@1129 20 z-index: 2;
n@1129 21 width: 100%;
n@1129 22 height: 100%;
n@1129 23 position: absolute;
n@1129 24 left: 0px;
n@1129 25 top: 0px;
n@1129 26 }
n@1129 27
n@1129 28 button {
n@1129 29 /* Specify any button structure or style */
n@1129 30 min-width: 20px;
n@1129 31 background-color: #ddd
n@1129 32 }
n@1129 33
n@1129 34 div.comparitor-holder {
n@1129 35 width: 260px;
n@1129 36 height: 300px;
n@1129 37 border: black 1px solid;
n@1129 38 position: absolute;
n@1129 39 }
n@1129 40
n@1129 41 div.comparitor-selector {
n@1129 42 width: 250px;
n@1129 43 height: 250px;
n@1129 44 border: black 1px solid;
n@1129 45 position: relative;
n@1129 46 }
n@1129 47
n@1129 48 div.comparitor-button {
n@1129 49 width: 250px;
n@1129 50 height: 50px;
n@1129 51 position: relative;
n@1129 52 background-color: #FF0000;
n@1129 53 }