Skip to content

Commit

Permalink
Merge pull request #14 from melissawm/header-footer
Browse files Browse the repository at this point in the history
Fix header and footer icons and text
  • Loading branch information
dgmccart authored Nov 6, 2023
2 parents 022559d + 2872344 commit e1af3f7
Show file tree
Hide file tree
Showing 9 changed files with 252 additions and 9 deletions.
75 changes: 75 additions & 0 deletions docs/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,81 @@
color: white;
}

.md-footer-meta__inner {
display: flex;
flex-direction: column;
}

.md-footer-meta__inner-social {
display: flex;
flex-direction: row;
margin-left: 0;
align-items: center;
justify-content: space-between;
}

.md-footer-meta__inner-social .links {
display: flex;
padding-left: 14px;
}

html .md-footer-meta.md-typeset a {
color: var(--md-footer-fg-color--light);
text-decoration: underline;
}

.md-header__links {
display: flex;
flex-direction: row;
}

.md-source {
font-weight: 700;
text-decoration: none !important;
display: flex;
align-items: center;
padding-right: 38px;
color: var(--md-footer-fg-color);
opacity: 0.7;
}

.md-source:hover {
opacity: 1;
}

.vl {
border-left: 2px solid white;
height: 42px;
opacity: 0.7;
}

.czi {
padding-left: 76px;
}

@media (max-width: 800px) {
.vl {
display: none;
}
.md-footer-meta__inner-social {
display: flex;
flex-direction: column;
align-self: flex-start;
padding-left: 1rem;
}
.md-footer-meta__inner-social .links {
padding-left: 0px;
}
.czi {
padding-left: 0px;
}
.md-source {
display: flex;
flex-direction: row;
align-items: center;
align-self: flex-start;
padding: 0.3rem 0 0.3rem 0;
}
.md-footer__title:hover {
color: var(--md-accent-fg-color);
}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences

14 changes: 14 additions & 0 deletions overrides/assets/images/CZI_Logotype.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions overrides/assets/images/Icon-Github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions overrides/assets/images/Icon-PyPi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions overrides/assets/images/Icon-Zulip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions overrides/partials/czi.html

This file was deleted.

Loading

0 comments on commit e1af3f7

Please sign in to comment.