Skip to content

Commit

Permalink
fix animation, update nav links, center logo
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Nov 26, 2024
1 parent 0017d71 commit 1de0b7c
Show file tree
Hide file tree
Showing 6 changed files with 1,710 additions and 1,167 deletions.
25 changes: 7 additions & 18 deletions asdf_website/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* RTD Sphinx overrides */

div.admonition {
transition: width 0.5s;
-webkit-transition: width 0.5s;
Expand Down Expand Up @@ -125,26 +127,14 @@ a:hover {
width: 100% auto;
top: 50%;
}
/* mountains */
/* .hero-image {
z-index: 2;
display: flex;
margin: 0 auto;
overflow: hidden;
position: relative;
background-repeat: no-repeat;
background-size: cover;
} */

.splash-container {
z-index: 3;
margin-top: 15%;
overflow: visible;
text-align: center;
}




.splash-image {
max-width: 25%;
min-width: 25em;
Expand All @@ -155,7 +145,6 @@ a:hover {
align-items: center;
}


.star-animation {
text-align: center;
display: flex;
Expand Down Expand Up @@ -195,10 +184,10 @@ a:hover {

.star-animation:after {
background-size: 100% auto;
-webkit-animation: rotate 80s infinite linear;
-moz-animation: rotate 80s infinite linear;
-o-animation: rotate 80s infinite linear;
animation: rotate 80s infinite linear;
-webkit-animation: rotate 100s infinite linear;
-moz-animation: rotate 100s infinite linear;
-o-animation: rotate 100s infinite linear;
animation: rotate 100s infinite linear;
}

/* Responsive layout for phones */
Expand Down
56 changes: 0 additions & 56 deletions asdf_website/_static/images/asdf-hero.svg

This file was deleted.

Loading

0 comments on commit 1de0b7c

Please sign in to comment.