annotate AB.css @ 458:46b4af266cdf Dev_main

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