Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve portal landing page and About content #215

Merged
merged 15 commits into from
Mar 4, 2022
Merged
31 changes: 31 additions & 0 deletions portal/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
main.banner-main #project-pythia {
padding-top: 1rem;
padding-bottom: 1rem;
}

main.banner-main #project-pythia p {
font-size: 1.4rem; /* default: 1.25rem */
/* font-weight: 700; default: 300 */
}

main.banner-main #project-pythia a,
main.banner-main #project-pythia a:visited {
color: rgba(var(--spt-color-light), 1);
text-decoration: underline dotted rgba(var(--spt-color-gray-400), 1);
kmpaul marked this conversation as resolved.
Show resolved Hide resolved
}

kmpaul marked this conversation as resolved.
Show resolved Hide resolved
main.banner-main #project-pythia a.headerlink:hover {
color: #DDD;
}

main.banner-main #project-pythia a.btn-light {
color: rgba(var(--pst-color-primary), 1)
}

.modal {
display: none;
position: fixed;
Expand Down Expand Up @@ -87,3 +111,10 @@
padding-bottom: 1rem;
}
}

div.horizontalgap {
float: left;
overflow: hidden;
height: 1px;
width: 0px;
}
225 changes: 225 additions & 0 deletions portal/_static/images/logos/pythia_logo-blue-rtext.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading