Big visual overhaul of the docs. Docs now using indexes for all menu generation.

This commit is contained in:
spf13
2013-10-26 02:18:14 -04:00
parent df0523ff7f
commit 90355eec79
36 changed files with 1059 additions and 6875 deletions

View File

@@ -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;
}

File diff suppressed because it is too large Load Diff

845
docs/static/static/css/bootstrap.min.css vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -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

File diff suppressed because one or more lines are too long