Mercurial > hg > webaudioevaluationtool
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/AB.css Mon Jan 11 13:56:30 2016 +0000 @@ -0,0 +1,53 @@ +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 +} + +div.comparitor-holder { + width: 260px; + height: 300px; + border: black 1px solid; + position: absolute; +} + +div.comparitor-selector { + width: 250px; + height: 250px; + border: black 1px solid; + position: relative; +} + +div.comparitor-button { + width: 250px; + height: 50px; + position: relative; + background-color: #FF0000; +}