toolkit/exemples/couleurs/design.css
changeset 47 c0b4a8b5a012
child 50 f68ecaf5265e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolkit/exemples/couleurs/design.css	Thu Apr 10 14:20:23 2014 +0200
@@ -0,0 +1,27 @@
+@CHARSET "ISO-8859-1";
+
+/* -- General style -- */
+
+body {
+	width: 960px;
+	font: 14px Helvetica Neue;
+	text-rendering: optimizeLegibility;
+	overflow-y: scroll;
+	z-index: 1;
+	position: relative;
+}
+
+h1 {
+  font-size: 36px;
+  font-weight: 300;
+  margin-bottom: .3em;
+}
+
+
+/* -- Streamgraph Style -- */
+
+#degrade .square {
+	border: solid black 1px;
+	margin: 0 10px 0 5px;
+	padding: 0 10px 0;
+}
\ No newline at end of file