]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update homepage
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 24 Sep 2016 11:41:10 +0000 (12:41 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 24 Sep 2016 11:41:10 +0000 (12:41 +0100)
docs/_includes/footer.html
docs/_includes/head.html
docs/bulma-docs.sass
docs/css/bulma-docs.css
docs/favicons/browserconfig.xml
docs/index.html

index c95dfacfa59dd50e8e5316b456df913331f70e6c..9fe04b9d9c53b37c42d9b7455dbe0af2b2d61c7c 100644 (file)
     }
 
     .title.is-2 a {
-      color: #222324;
+      color: #242424;
       padding-left: 60px;
     }
 
     .title.is-2 a:hover {
-      color: #1fc8db;
+      color: #11e4c4;
     }
 
     .title.is-2 .icon.is-large {
       color: white;
     }
 
-    a.column:hover .title strong {
+    .hero.is-primary a.column,
+    .hero.is-primary a.column:hover {
+      color: white;
+    }
+
+    .hero.is-primary a.column:hover .title strong {
       border-bottom: 1px solid;
     }
 
index f86225d2985bf7376e647452dd877ed0859c6d5d..7ace113e88fdd3261b528befe7bbb974c936155c 100644 (file)
@@ -6,7 +6,7 @@
 
   <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
 
-  <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> -->
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
   <link rel="stylesheet" href="{{ site.baseurl }}/css/bulma-docs.css">
 
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
@@ -26,9 +26,9 @@
   <link rel="icon" type="image/png" href="{{ site.baseurl }}/favicons/favicon-96x96.png" sizes="96x96">
   <link rel="icon" type="image/png" href="{{ site.baseurl }}/favicons/favicon-16x16.png" sizes="16x16">
   <link rel="manifest" href="{{ site.baseurl }}/favicons/manifest.json">
-  <link rel="mask-icon" href="{{ site.baseurl }}/favicons/safari-pinned-tab.svg" color="#1fc8db">
+  <link rel="mask-icon" href="{{ site.baseurl }}/favicons/safari-pinned-tab.svg" color="#11e4c4">
   <link rel="shortcut icon" href="{{ site.baseurl }}/favicons/favicon.ico">
-  <meta name="msapplication-TileColor" content="#1fc8db">
+  <meta name="msapplication-TileColor" content="#11e4c4">
   <meta name="msapplication-TileImage" content="{{ site.baseurl }}/favicons/mstile-144x144.png">
   <meta name="msapplication-config" content="{{ site.baseurl }}/favicons/browserconfig.xml">
   <meta name="theme-color" content="#ffffff">
index 739267b6a5de484c77ca8505fd62fadec4d9bc9d..3752f6023ac658509fa7af4e11037482e9619059 100644 (file)
@@ -78,10 +78,13 @@ $twitter: #55acee
     color: $white
 
 @keyframes floatUp
-  from
+  0%
     box-shadow: 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0)
     transform: scale(0.86)
-  to
+  67%
+    box-shadow: 0 0 0 rgba($black, 0), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2)
+    transform: scale(1)
+  100%
     box-shadow: 0 20px 60px rgba($black, 0.05), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2)
     transform: scale(1)
 
@@ -114,7 +117,7 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1)
 
 #b
   animation-delay: 1s
-  animation-duration: 1s
+  animation-duration: 1.5s
   animation-fill-mode: both
   animation-name: floatUp
   animation-timing-function: $curve
@@ -340,3 +343,11 @@ $structure-invert: $danger-invert
   .input
     border-color: $white
     box-shadow: none
+
+html
+  \::-moz-selection
+    background: $primary
+    color: $primary-invert
+  \::selection
+    background: $primary
+    color: $primary-invert
index 013990b6c6e7e362be93497ee28e3f798b15405e..43375d492f84697dbfc589af3e0a56dd5b125008 100644 (file)
@@ -6311,11 +6311,15 @@ body.page-grid .column > .notification {
 }
 
 @keyframes floatUp {
-  from {
+  0% {
     box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0);
     transform: scale(0.86);
   }
-  to {
+  67% {
+    box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2);
+    transform: scale(1);
+  }
+  100% {
     box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2);
     transform: scale(1);
   }
@@ -6358,7 +6362,7 @@ body.page-grid .column > .notification {
 
 #b {
   animation-delay: 1s;
-  animation-duration: 1s;
+  animation-duration: 1.5s;
   animation-fill-mode: both;
   animation-name: floatUp;
   animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
@@ -6669,3 +6673,13 @@ body.page-grid .column > .notification {
   border-color: white;
   box-shadow: none;
 }
+
+html ::-moz-selection {
+  background: #11e4c4;
+  color: white;
+}
+
+html ::selection {
+  background: #11e4c4;
+  color: white;
+}
index 628928fa079606646bf3f7bbb506e720031c7431..d3cb0bd6c81009b7f9ff0eb627393ff6f8255ec7 100644 (file)
@@ -6,7 +6,7 @@
       <square150x150logo src="/favicons/mstile-150x150.png"/>\r
       <square310x310logo src="/favicons/mstile-310x310.png"/>\r
       <wide310x150logo src="/favicons/mstile-310x150.png"/>\r
-      <TileColor>#1fc8db</TileColor>\r
+      <TileColor>#11e4c4</TileColor>\r
     </tile>\r
   </msapplication>\r
 </browserconfig>\r
index abe964fed63548f653aff95856bda96025ef9533..2b5368e963d3e5ec54328000eb19d885594e4518 100644 (file)
@@ -62,14 +62,8 @@ route: index
           <p class="subtitle">Designed for <strong>mobile</strong>-first</p>
         </a>
         <a class="column has-text-centered" href="{{ site.baseurl }}/documentation/overview/modular/">
-          <span class="icon is-large" style="margin-right: -15px;">
-            <i class="fa fa-mobile"></i>
-          </span>
           <span class="icon is-large">
-            <i class="fa fa-tablet"></i>
-          </span>
-          <span class="icon is-large" style="margin-right: 10px;">
-            <i class="fa fa-desktop"></i>
+            <i class="fa fa-cubes"></i>
           </span>
           <p class="title is-4"><strong>Modular</strong></p>
           <p class="subtitle">Just import what you <strong>need</strong></p>
@@ -352,7 +346,7 @@ route: index
         <h3 class="title is-2">
           <a href="{{ site.baseurl }}/documentation/components/media-object/">
             <span class="icon is-large">
-              <i class="fa fa-cubes"></i>
+              <i class="fa fa-magic"></i>
             </span>
             Versatile <strong>media object</strong>
           </a>