فهرست منبع

HUE-8741 [doc] Tone down the logo and left and right navigation chevrons

Johan Ahlen 6 سال پیش
والد
کامیت
be6b453dcd

+ 3 - 3
docs/docs-site/config.toml

@@ -44,18 +44,18 @@ home = [ "HTML", "RSS", "JSON"]
   themeVariant = "hue"
 
 [[menu.shortcuts]]
-name = "<i class='fab fa-github'></i> Github"
+name = "<i class='fab fa-fw fa-github'></i> GitHub"
 identifier = "ds"
 url = "https://github.com/cloudera/hue"
 weight = 10
 
 [[menu.shortcuts]]
-name = "<i class='fas fa-camera'></i> Demo"
+name = "<i class='fas fa-fw fa-camera'></i> Demo"
 url = "http://demo.gethue.com"
 weight = 11
 
 [[menu.shortcuts]]
-name = "<i class='fas fa-bookmark'></i> Gethue.com"
+name = "<i class='fas fa-fw fa-bookmark'></i> Gethue.com"
 identifier = "hugodoc"
 url = "http://gethue.com"
 weight = 20

+ 0 - 2
docs/docs-site/content/_index.md

@@ -8,8 +8,6 @@ pre = "<b>1. </b>"
 
 # Documentation
 
-![Hue Logo](images/hue_logo.png)
-
 The manual to install, use and develop Hue.
 
 Hue is an open source workbench for self-service operation and development of SQL applications

+ 1 - 1
docs/docs-site/themes/hugo-theme-learn/static/css/nucleus.css

@@ -87,7 +87,7 @@ sub {
 
 img {
   border: 0;
-  max-width: 100%; }
+  max-width: 50%; }
 
 svg:not(:root) {
   overflow: hidden; }

+ 4 - 2
docs/docs-site/themes/hugo-theme-learn/static/css/theme.css

@@ -101,7 +101,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
     background: #8451a1;
     color: #fff;
     text-align: center;
-    border-bottom: 4px solid #9c6fb6;
+    /*border-bottom: 1px solid #9c6fb6;*/
     padding: 1rem;
 }
 #header a {
@@ -373,11 +373,12 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
     top: 0;
     bottom: 0;
     width: 4rem;
-    font-size: 50px;
+    font-size: 25px;
     height: 100%;
     cursor: pointer;
     display: table;
     text-align: center;
+    opacity: 0.4;
 }
 #body .nav > i {
     display: table-cell;
@@ -401,6 +402,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
 }
 #body .nav:hover {
     background: #F6F6F6;
+    opacity: 1;
 }
 #body .nav.nav-pref {
     left: 0;