toolkit/exemples/relations/design.css
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 16 Apr 2014 14:59:23 +0200
changeset 50 f68ecaf5265e
parent 47 c0b4a8b5a012
permissions -rw-r--r--
add visualisation dossiers + general editing

@CHARSET "ISO-8859-1";

/* -- General style -- */

body {
	width: 830px;
	font: 14px; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow-y: scroll;
	z-index: 1;
	position: relative;
}

h1 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: .3em;
}

h2 {
	clear: both;
}


/* -- Streamgraph Style -- */

#dessin {
	width: 200px;
	height: 200px;
	border: solid 1px black;
}

#couleurs li {
	float: left;
	margin: 5px 15px;
	padding: 10px 20px;
	border: solid 1px black;
	font-weight: bold;
}

#couleurs li.rouge {
	background: red;
}

#couleurs li.bleu {
	background: blue;
}

#couleurs li.vert {
	background: green;
}

#piano li {
	margin: 5px;
	padding: 5px 10px;
	border: solid 1px black;
	width: 75px;
	background-color: white;
	color: black;
}

#piano li.enfonce {
	background-color: black;
	color: white;
}