@@ -1,6 +1,7 @@
/* Structure */
h1 {
+ font-size: 2.5em;
user-select: none;
position: fixed;
height: -0.2em;
@@ -9,7 +10,8 @@ h1 {
div.large-3, div.large-9 {
margin-top: 7em;
}
-h1 a:before {
+h1:before {
+ font-size: 1.25em;
margin-left: 1em;
margin-right: -1em;
display: block;
@@ -26,22 +28,43 @@ h1 {
/* Contenus */
content: "\\_o<";
font-family: monospace;
-h1:hover a:before {
+h1:hover:before {
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 a {
+h1 a, h1:after {
color: #0086A9;
font-weight: bold;
+h2 {
+ color: #FF6600;
+ border-bottom: 2px solid #0086A9;
color: #FF6600;
font-weight: normal;