Sébastien Dufromentel 11 years ago
parent
commit
a46cf45f5a
1 changed files with 29 additions and 7 deletions
  1. 29 7
      illyse-si-design/css/illyse.css

+ 29 - 7
illyse-si-design/css/illyse.css

@@ -1,25 +1,47 @@
 /* Structure */
 
 h1 {
-	/*border: 2px solid red;*/
+	user-select: none;
+	position: fixed;
+	height: -0.2em;
+	width: 100%;
+}
+div.large-3, div.large-9 {
+	margin-top: 7em;
+}
+h1 a:before {
+	margin-left: 1em;
+	margin-right: -1em;
+	display: block;
+	float: left;
+	width: 25%;
+}
+
+/* Navigateurs */
+
+h1 {
+	-moz-user-select: none;
+	-webkit-user-select: none;
 }
 
 /* Contenus */
 
-h1:before {
-	content: "\\_o< – ";
+h1 a:before {
+	content: "\\_o<";
 	font-family: monospace;
 }
-h1:hover:before {
-	content: "\\_x< – ";
+h1:hover a:before {
+	content: "\\_x<";
 }
 
 /* Couleurs */
 
-h1 {
+h1 a {
 	color: #0086A9;
+	font-weight: bold;
 }
 
-h1:before {	
+h1 a:before {	
 	color: #FF6600;
+	font-weight: normal;
 }