@@ -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< – ";
+ 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;
color: #FF6600;
+ font-weight: normal;