Parcourir la source

change font card

kevin tessier il y a 5 ans
Parent
commit
776811b3db

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214,"22-08-2018":440,"24-08-2018":273,"27-08-2018":358,"28-08-2018":82,"29-08-2018":155,"02-01-2019":39,"04-01-2019":43,"07-01-2019":398,"10-01-2019":186,"17-01-2019":202,"28-01-2019":15}
+{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214,"22-08-2018":440,"24-08-2018":273,"27-08-2018":358,"28-08-2018":82,"29-08-2018":155,"02-01-2019":39,"04-01-2019":43,"07-01-2019":398,"10-01-2019":186,"17-01-2019":202,"28-01-2019":15,"19-02-2019":1,"27-02-2019":8,"05-03-2019":35}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"08-2018":2077,"01-2019":883}
+{"08-2018":2077,"01-2019":883,"02-2019":9,"03-2019":35}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":1540,"\/projets":99,"\/news":389,"\/a-propros":75,"\/projets-n-1":1,"\/projets\/projets-n-1":679,"\/projets\/projet-n-2":55,"\/projets\/projets-n-2":6,"\/projets\/projets-n":23,"\/projets\/undercurrent":22,"\/publications":14,"\/contact":11,"\/projets\/fracking-futures":16,"\/projets\/when-the-future-was-about-fracking":25,"\/projets\/gone-with-the-wind":1,"\/projets\/radiant-tree":1,"\/projets\/air-deluxe":2,"\/projets\/laboratory-planet-i":1}
+{"\/":1583,"\/projets":99,"\/news":389,"\/a-propros":75,"\/projets-n-1":1,"\/projets\/projets-n-1":679,"\/projets\/projet-n-2":55,"\/projets\/projets-n-2":6,"\/projets\/projets-n":23,"\/projets\/undercurrent":22,"\/publications":14,"\/contact":11,"\/projets\/fracking-futures":16,"\/projets\/when-the-future-was-about-fracking":25,"\/projets\/gone-with-the-wind":1,"\/projets\/radiant-tree":1,"\/projets\/air-deluxe":3,"\/projets\/laboratory-planet-i":1}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1548666596}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1551804493}

Fichier diff supprimé car celui-ci est trop grand
+ 8 - 2
user/themes/hehe/css-compiled/template.css


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


+ 26 - 3
user/themes/hehe/scss/template/_section.scss

@@ -16,10 +16,33 @@
       &:nth-child(3n+2){
         margin: 0 5px;
       }
+      .card-image{
+        filter: grayscale(100%);
+        -webkit-filter: grayscale(100%);
+        -moz-filter: grayscale(100%);
+        -ms-filter: grayscale(100%);
+        -o-filter: grayscale(100%);
+        -webkit-transition: all 1s ease;
+        transition: all 1s ease;
+      }
+      .card-subtitle{
+        a{
+          padding: 0px 7px;
+
+          background-color: rgba(0, 255, 0,0.5);
+        }
+      }
       .card-image:hover{
-        -webkit-transition: all 0.6s;
-        transition: all 0.6s;
-        background-color: rgb(0, 255, 0);
+        filter: grayscale(0%);
+        -webkit-filter: grayscale(0%);
+        -moz-filter: grayscale(0%);
+        -ms-filter: grayscale(0%);
+        -o-filter: grayscale(0%);
+        -webkit-transition: all 1s ease;
+        transition: all 1s ease;
+        // -webkit-transition: all 0.6s;
+        // transition: all 0.6s;
+        // background-color: rgb(0, 255, 0);
         img{
           -webkit-transition: all .6s;
           transition: all .6s;

+ 6 - 1
user/themes/hehe/scss/template/_typography.scss

@@ -87,7 +87,12 @@ p{
 
 #start{
   .card-title{
-    line-height: 1.25;
+    line-height: 1.85rem;
+    h2{
+      a{
+        font-family: $roboto_regular;
+      }
+    }
   }
 }
 

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