-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #900 from conda/new-sphinx-theme
Adding conda-sphinx-theme and redesign of front page
- Loading branch information
Showing
6 changed files
with
222 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,4 @@ | ||
@import url("theme.css"); | ||
|
||
.wy-nav-content { | ||
padding: 1.618em 3.236em; | ||
height: 100%; | ||
max-width: 1500px; | ||
/* max-width: 800px; */ | ||
margin: auto; | ||
background-color: #ffffff; | ||
} | ||
|
||
.wy-side-nav-search { | ||
/*background color of the top search bar*/ | ||
background-color: #43B02A; | ||
} | ||
|
||
.wy-nav-side { | ||
/* This relates to the entire color of the sidebar */ | ||
background-color:#EEEEEE; | ||
} | ||
|
||
.wy-menu a:hover { | ||
/*background color of text upon hovering*/ | ||
background: #c9c9c9 | ||
} | ||
|
||
.wy-menu-vertical li.on a:hover,.wy-menu-vertical li.current>a:hover { | ||
/*background color of text upon hovering an open list*/ | ||
background: #c9c9c9 | ||
} | ||
|
||
.wy-menu-vertical { | ||
/* text color of expanded menu items in the sidebar */ | ||
color:#414042; | ||
} | ||
|
||
.section h1 { | ||
/*header 1 text color */ | ||
color: #047704; | ||
} | ||
|
||
.rst-content .toctree-wrapper p.caption, h2, h3, h4, h5, h6, legend { | ||
/*text color of rst content and subheads*/ | ||
color: #414042; | ||
} | ||
|
||
.wy-menu-vertical a { | ||
/* Text color of toc */ | ||
color: #025C02; | ||
} | ||
|
||
.wy-nav-content-wrap { | ||
/* background color of wrap around main content*/ | ||
background-color: white; | ||
} | ||
|
||
.section-title { | ||
/*text color of section titles*/ | ||
color:#078E07; | ||
} | ||
|
||
.rst-content pre.literal-block, .rst-content div[class^='highlight'] pre, .rst-content .linenodiv pre { | ||
/*color of code blocks*/ | ||
background-color: #EEEEEE | ||
} | ||
|
||
h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { | ||
/*font formats*/ | ||
font-family: "Proxima Nova","Helvetica","Arial",sans-serif; | ||
} | ||
.wy-menu-vertical li.toctree-l1.current>a { | ||
/*text color of toctree*/ | ||
color: #025C02; | ||
} | ||
|
||
.toctree-l1:hover { | ||
background-color: #EEEEEE; | ||
} | ||
|
||
.wy-nav-top { | ||
/*color of nav at top when the window is narrow*/ | ||
background: #43B02A; | ||
#conda-documentation .sd-tab-content { | ||
min-height: 9rem; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.