Kévin Tessier il y a 6 ans
Parent
commit
4345ab50a2

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":129}
+{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":192}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"05-2018":692}
+{"05-2018":755}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":682,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
+{"\/":745,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527513797}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527517050}

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
user/themes/anissabensalah/css-compiled/theme.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
user/themes/anissabensalah/css-compiled/theme.min.css


+ 57 - 1
user/themes/anissabensalah/scss/theme/header.scss

@@ -1,3 +1,59 @@
-#header{
+;#header{
   position: fixed;
+  .language-selector{
+      display: flex;
+      position: fixed;
+      width: 100px;
+      left: 50%;
+      margin-left: -100px;
+    li{
+      margin-right: 20px;
+    }
+  }
+  .navigation{
+    li{
+      position: fixed;
+      text-align: center;
+      &:first-child{
+        display: none;
+      }
+      &:nth-child(2){
+        bottom: 0;
+        width: 50%;
+      }
+      &:nth-child(3){
+        top: 0;
+        width: 50%;
+      }
+      &:nth-child(4){
+        bottom: 0;
+        width: 50%;
+        right: 0;
+      }
+      &:nth-child(5){
+        transform: rotate(90deg);
+        // right: 50%;
+        top: 50%;
+        width: 100%;
+        right: -50%;
+        margin-right: 22px;
+      }
+      &:nth-child(6){
+        transform: rotate(-90deg);
+        top: 50%;
+        width: 100%;
+        left: -50%;
+        margin-left: 22px;
+      }
+      &:nth-child(7){
+        top: 0;
+        right: 0;
+        width: 50%;
+      }
+      a{
+        position: relative;
+        margin: auto;
+      }
+    }
+  }
 }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff