Parcourir la source

Merge branch 'master' of git.illyse.org:coin

Baptiste Jonglez il y a 11 ans
Parent
commit
c6e4e6a142
2 fichiers modifiés avec 50 ajouts et 5 suppressions
  1. 50 5
      illyse-si-design/css/illyse.css
  2. BIN
      illyse-si-design/img/coinitem.png

+ 50 - 5
illyse-si-design/css/illyse.css

@@ -1,25 +1,70 @@
 /* Structure */
 
 h1 {
-	/*border: 2px solid red;*/
+	font-size: 2.5em;
+	user-select: none;
+	position: fixed;
+	height: -0.2em;
+	width: 100%;
+}
+div.large-3, div.large-9 {
+	margin-top: 7em;
+}
+h1:before {
+	font-size: 1.25em;
+	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< – ";
+	content: "\\_o<";
 	font-family: monospace;
 }
 h1:hover:before {
-	content: "\\_x< – ";
+	content: "\\_x<";
+}
+h1:hover:after {
+	content: "PAN Administre les Ninternetz";
+	position: fixed;
+	text-align: center;
+	right: 15%;
+	left: 25%;
+}
+
+h1:hover a {
+	opacity: 0.1;
+}
+
+h2:before {
+	content: url(../img/coinitem.png);
+	margin-right: 0.2em;
 }
 
 /* Couleurs */
 
-h1 {
+h1 a, h1:after {
 	color: #0086A9;
+	font-weight: bold;
 }
 
-h1:before {	
+h2 {
+	color: #FF6600;
+	border-bottom: 2px solid #0086A9;
+}
+
+h1:before {
 	color: #FF6600;
+	font-weight: normal;
 }

BIN
illyse-si-design/img/coinitem.png