Skip to content

Commit

Permalink
Merge pull request #900 from conda/new-sphinx-theme
Browse files Browse the repository at this point in the history
Adding conda-sphinx-theme and redesign of front page
  • Loading branch information
travishathaway authored Nov 28, 2023
2 parents 82ef8df + 24d42f9 commit 08f9a9e
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 143 deletions.
83 changes: 2 additions & 81 deletions docs/source/_static/css/custom.css
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;
}
84 changes: 84 additions & 0 deletions docs/source/_static/img/conda_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 08f9a9e

Please sign in to comment.