Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
UlloriaqPlanetarium authored Feb 16, 2024
1 parent 2cfd339 commit cc0a3f5
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 177 deletions.
180 changes: 90 additions & 90 deletions assets/css/Frontpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -2338,100 +2338,100 @@ ul.icons {
font-weight: 400;
text-align: center;
}

/* Nav */

#nav {
margin: 4em 0 2em 0;
}

#nav > ul {
margin: 0;
}

#nav > ul > li {
display: inline-block;
font-style: inherit;
margin: 0 2.0em 0 0.35em;
position: relative;
text-align: center;
}

#nav > ul > li > ul {
display: none;
}

#nav > ul > li > a {
border-radius: 5px;
color: #ccc;
text-decoration: none;
padding: 0.6em 1.2em 0.6em 1.2em;
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
-ms-transition: background-color .25s ease-in-out;
transition: background-color .25s ease-in-out;
outline: 0;
background: #000000;
}

#nav > ul > li:hover > a, #nav > ul > li.active > a {
background: #555;
}

#nav > ul > li.current > a {
text-shadow: #5d5d5d;
color: #cd34f3 !important;
font-weight: 700;
background: #ccc;
}

.dropotron {
border-radius: 5px;
background-color: #000000;
background-color: #000000;
padding: 1.25em 1.5em 1.25em 1.5em;
font-style: inherit;
min-width: 12em;
box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0);
text-align: left;
margin-top: -1.25em;
margin-left: 1px;
list-style: none;
}

.dropotron a, .dropotron span {
color: #a5a5a5;
text-decoration: none;
-moz-transition: color .25s ease-in-out;
-webkit-transition: color .25s ease-in-out;
-ms-transition: color .25s ease-in-out;
transition: color .25s ease-in-out;
}

.dropotron li {
padding: 0.25em 0 0.25em 0;
}
#nav {
margin: 3em 0 3em 0;
}

.dropotron li:hover > a, .dropotron li:hover > span {
color: #fff;
}
#nav > ul {
margin: 0;
}

#nav > ul > li {
display: inline-block;
font-style: inherit;
margin: 0 0.35em 0 0.35em;
position: relative;
text-align: center;
}

#nav > ul > li > ul {
display: none;
}

#nav > ul > li > a {
border-radius: 5px;
color: #ccc;
text-decoration: none;
padding: 0.6em 1.2em 0.6em 1.2em;
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
-ms-transition: background-color .25s ease-in-out;
transition: background-color .25s ease-in-out;
outline: 0;
background: #000000;
}

#nav > ul > li:hover > a, #nav > ul > li.active > a {
background: #555;
}

#nav > ul > li.current > a {
text-shadow: #5d5d5d;
color: #cd34f3 !important;
font-weight: 700;
background: #ccc;
}

.dropotron {
border-radius: 5px;
background-color: #000000;
background-color: #000000;
padding: 1.25em 1.5em 1.25em 1.5em;
font-style: inherit;
min-width: 12em;
box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0);
text-align: left;
margin-top: -1.25em;
margin-left: 1px;
list-style: none;
}

.dropotron.level-0 {
margin-top: 2em;
}
.dropotron a, .dropotron span {
color: #a5a5a5;
text-decoration: none;
-moz-transition: color .25s ease-in-out;
-webkit-transition: color .25s ease-in-out;
-ms-transition: color .25s ease-in-out;
transition: color .25s ease-in-out;
}

.dropotron li {
padding: 0.25em 0 0.25em 0;
}

.dropotron li:hover > a, .dropotron li:hover > span {
color: #fff;
}

.dropotron.level-0 {
margin-top: 2em;
}

.dropotron.level-0:before {
content: '';
display: block;
position: absolute;
left: 50%;
margin-left: -10px;
top: -9px;
border-left: solid 10px transparent;
border-right: solid 10px transparent;
border-bottom: solid 10px #252122;
border-bottom-color: rgba(34, 30, 31, 0.98);
}

.dropotron.level-0:before {
content: '';
display: block;
position: absolute;
left: 50%;
margin-left: -10px;
top: -9px;
border-left: solid 10px transparent;
border-right: solid 10px transparent;
border-bottom: solid 10px #252122;
border-bottom-color: rgba(34, 30, 31, 0.98);
}

/* Banner */

Expand Down Expand Up @@ -3174,4 +3174,4 @@ ul.icons {
padding: 40px 0 20px 0;
}

}
}
6 changes: 3 additions & 3 deletions assets/css/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ input, select, textarea {
/* Nav */

#nav {
margin: 4em 0 2em 0;
margin: 3em 0 3em 0;
}

#nav > ul {
Expand All @@ -2084,7 +2084,7 @@ input, select, textarea {
#nav > ul > li {
display: inline-block;
font-style: inherit;
margin: 0 2.0em 0 0.35em;
margin: 0 0.35em 0 0.35em;
position: relative;
text-align: center;
}
Expand Down Expand Up @@ -3139,4 +3139,4 @@ input, select, textarea {
padding: 40px 0 20px 0;
}

}
}
Loading

0 comments on commit cc0a3f5

Please sign in to comment.