mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Big visual overhaul of the docs. Docs now using indexes for all menu generation.
This commit is contained in:
8
docs/static/static/css/HPstyles.css
vendored
8
docs/static/static/css/HPstyles.css
vendored
@@ -72,7 +72,7 @@ body {
|
||||
}
|
||||
|
||||
.point {
|
||||
background: #7fbbda;
|
||||
background: rgb(22, 203, 230);
|
||||
padding: 50px 0;
|
||||
color: #ffffff;
|
||||
}
|
||||
@@ -105,12 +105,12 @@ i.point-icon {
|
||||
|
||||
i.lead-icon:hover {
|
||||
color: #fff;
|
||||
border: 3px solid #7FBBDB;
|
||||
background: #7FBBDB;
|
||||
border: 3px solid black;
|
||||
background: black;
|
||||
}
|
||||
|
||||
i.point-icon:hover {
|
||||
color: #7FBBDB;
|
||||
color: rgb(22, 203, 230);
|
||||
border: 3px solid #fff;
|
||||
background: #fff;
|
||||
}
|
||||
|
6805
docs/static/static/css/bootstrap.css
vendored
6805
docs/static/static/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
845
docs/static/static/css/bootstrap.min.css
vendored
Executable file
845
docs/static/static/css/bootstrap.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
71
docs/static/static/css/styles.css
vendored
71
docs/static/static/css/styles.css
vendored
@@ -1,9 +1,12 @@
|
||||
body { padding-top: 70px; }
|
||||
|
||||
#ribbon {
|
||||
background-color: #a00;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
right: -3em;
|
||||
top: 2.5em;
|
||||
/*top: 2.5em;*/
|
||||
top: 85px;
|
||||
-moz-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-box-shadow: 0 0 1em #888;
|
||||
@@ -20,3 +23,69 @@
|
||||
text-decoration: none;
|
||||
text-shadow: 0 0 0.5em #444;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: rgb(253, 253, 251);
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3 {
|
||||
color: rgb(25,71,86);
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(0,140,158);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: rgb(21,201,239);
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
nav.navbar {
|
||||
background: none repeat scroll 0% 0% rgb(22, 203, 230);
|
||||
border-top: 4px solid rgb(15, 166, 188);
|
||||
border-bottom: 1px solid rgb(15, 166, 188);
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.navbar-nav a > i {
|
||||
font-size: 140%;
|
||||
line-height: 49%;
|
||||
vertical-align: -4px;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
|
||||
color: white !important;
|
||||
}
|
||||
.navbar-inverse .navbar-nav > .dropdown > a .caret {
|
||||
border-top-color: white;
|
||||
border-bottom-color: white;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
|
||||
text-decoration: none;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
|
||||
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
|
||||
color: rgb(255, 255, 255);
|
||||
text-decoration: none;
|
||||
outline: 0px none;
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
.navbar-inverse .navbar-toggle {
|
||||
border-color: white;
|
||||
}
|
||||
|
11
docs/static/static/js/bootstrap.min.js
vendored
Executable file
11
docs/static/static/js/bootstrap.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user