view AB.css @ 1130:c75d2ac7f45e

Added AB test interface
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 11 Jan 2016 16:32:26 +0000
parents c1c696ccd6f9
children 0db687b660f1
line wrap: on
line source
body {
	/* Set the background colour (note US English spelling) to grey*/
	background-color: #fff
}

div.pageTitle {
	width: auto;
	height: 20px;
	margin-top: 20px;
}

div.pageTitle span{
	font-size: 1.5em;
}

div.testHalt {
	/* Specify any colouring during the test halt for pre/post questions */
	background-color: rgba(0,0,0,0.5);
	/* Don't mess with this bit */
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

button {
	/* Specify any button structure or style */
	min-width: 20px;
	background-color: #ddd
}

button.big-button {
	width: 250px;
	height: 40px;
	font-size: 1.2em;
}

div.comparitor-holder {
	width: 260px;
	height: 300px;
	border:  black 1px solid;
	position: absolute;
	padding-top: 5px;
}

div.comparitor-selector {
	width: 248px;
	height: 250px;
	border: black 1px solid;
	position: relative;
	background-color: #FF0000;
}

div.selected {
	background-color: #008000;
}

div.comparitor-selector span {
	font-size: 4em;
}

button.comparitor-button {
	width: 250px;
	height: 38px;
	position: relative;
	margin-top: 5px;
}