view core.css @ 883:cd20f076f6a3

Readme: reference to issue tracker; Scripts: comment_parser and score_parser read and write in '/saves' from 'scripts/', condensing XML queries (references from children instead of from root)
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Mon, 29 Jun 2015 13:15:00 +0100
parents ca4ae613f1dd
children 3d13f019c3e6 a049c6cf7eb3
line wrap: on
line source
/* structure.css
 * Define the structure for classes and objects in HTML
 */

div.title {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	font-size: 2em;
}

div.indicator-box {
	position: absolute;
	left: 150px;
	top: 10px;
	width: 300px;
	height: 60px;
	padding: 20px;
	border-radius: 10px;
	background-color: rgb(100,200,200);
}

div.comment-div {
	border:#444444;
	border-style:solid;
	border-width:1px;
	width: 624px;
	float: left;
	margin: 5px;
	height: 90px;
}

div.comment-div span {
	margin-left: 15px;
}

div.popupHolder {
	width: 500px;
	height: 250px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 50px #000;
	z-index: 2;
}

button.popupButton {
	/* Button for popup window
	 */
	width: 50px;
	height: 25px;
	position: absolute;
	border-radius: 5px;
	border: #444;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
}

textarea.trackComment {
	width: 618px;
	margin-right:15px;
}

div.playhead {
	width: 500px;
	height: 50px;
	background-color: #eee;
	border-radius: 10px;
	padding: 10px;
}

div.playhead-scrub-track {
	width: 100%;
	height: 10px;
	border-style: solid;
	border-width: 1px;
}

div#playhead-scrubber {
	width: 10px;
	height: 10px;
	position: relative;
	background-color: #000;
}