Mercurial > hg > webaudioevaluationtool
view interfaces/AB.css @ 2790:cae61c5bbed1
Completed #133
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Sat, 22 Apr 2017 17:56:18 +0100 |
parents | d6e496b0a5a9 |
children | b4e91500891a |
line wrap: on
line source
body { /* Set the background colour (note US English spelling) to grey*/ background-color: #fff } div#feedbackHolder { display: flex; flex-direction: column; } div.pageTitle { width: auto; height: 20px; margin: 10px 0px; } div.pageTitle span { font-size: 1.5em; } 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.interface-buttons { height: 40px; } div#outside-reference-holder { display: flex; align-content: center; justify-content: center; margin-bottom: 5px; } button.outside-reference { height: 40px; position: inherit; margin: 0px 5px; } div#box-holders { width: 100%; text-align: center; } div#playback-holder { float: none; } div.comparator-holder { width: 260px; height: 300px; border: black 1px solid; padding-top: 5px; margin: 25px; display: inline-block; } div.comparator-selector { width: 248px; height: 250px; border: black 1px solid; position: relative; background-color: #FF0000; border-radius: 20px; text-align: center; display: block; margin: auto; } div.disabled { background-color: #AAA; } div.selected { background-color: #008000; } div.comparator-selector span { font-size: 4em; } button.comparator-button { width: 250px; height: 38px; position: relative; margin-top: 5px; } div.playhead { margin: 5px; } div#page-count { float: left; margin: 0px 5px; }