Browse Source

Illyse CSS 0.1

Sébastien Dufromentel 11 years ago
parent
commit
64c95c1bd1
1 changed files with 25 additions and 0 deletions
  1. 25 0
      illyse-si-design/css/illyse.css

+ 25 - 0
illyse-si-design/css/illyse.css

@@ -0,0 +1,25 @@
+/* Structure */
+
+h1 {
+	/*border: 2px solid red;*/
+}
+
+/* Contenus */
+
+h1:before {
+	content: "\\_o< – ";
+	font-family: monospace;
+}
+h1:hover:before {
+	content: "\\_x< – ";
+}
+
+/* Couleurs */
+
+h1 {
+	color: #0086A9;
+}
+
+h1:before {	
+	color: #FF6600;
+}