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 c85b8c7 commit 0200cf5
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 151 deletions.
14 changes: 8 additions & 6 deletions assets/css/Frontpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@ ul.icons {
#nav > ul > li {
display: inline-block;
font-style: inherit;
margin: 0 2.35em 0 0.35em;
margin: 0 2.0em 0 0.35em;
position: relative;
text-align: center;
}
Expand All @@ -2363,30 +2363,32 @@ ul.icons {

#nav > ul > li > a {
border-radius: 5px;
color: #a5a5a5;
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: #3f3f3f;
background: #555;
}

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

.dropotron {
border-radius: 5px;
background-color: #252122;
background-color: rgba(34, 30, 31, 0.98);
background-color: #000000;
background-color: #000000;
padding: 1.25em 1.5em 1.25em 1.5em;
font-style: inherit;
min-width: 12em;
Expand Down
149 changes: 76 additions & 73 deletions assets/css/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ input, select, textarea {
margin-bottom: 2em;
}


/* Container */

.container {
Expand Down Expand Up @@ -2046,96 +2047,98 @@ input, select, textarea {

/* Nav */

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

#nav > ul {
margin: 0;
}

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

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

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

#nav > ul > li > a {
border-radius: 5px;
color: #a5a5a5;
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;
}
#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: #3f3f3f;
}
#nav > ul > li:hover > a, #nav > ul > li.active > a {
background: #555;
}

#nav > ul > li.current > a {
text-shadow: rgb(71, 71, 71);
color: #cd34f3 !important;
font-weight: 700;
}
#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 {
border-radius: 5px;
background-color: #252122;
background-color: rgba(34, 30, 31, 0.98);
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 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 {
padding: 0.25em 0 0.25em 0;
.dropotron li:hover > a, .dropotron li:hover > span {
color: #fff;
}

.dropotron li:hover > a, .dropotron li:hover > span {
color: #fff;
}
.dropotron.level-0 {
margin-top: 2em;
}

.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);
}

/* Tiles */

.tiles {
Expand Down
146 changes: 74 additions & 72 deletions assets/css/MainContacts.css
Original file line number Diff line number Diff line change
Expand Up @@ -1661,96 +1661,98 @@ input, select, textarea {

/* Nav */

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

#nav > ul {
margin: 0;
}

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

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

#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 > a {
border-radius: 5px;
color: #a5a5a5;
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;
}
#nav > ul > li:hover > a, #nav > ul > li.active > a {
background: #555;
}

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

#nav > ul > li.current > a {
text-shadow: rgb(71, 71, 71);
color: #cd34f3 !important;
font-weight: 700;
}
.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 {
border-radius: 5px;
background-color: #252122;
background-color: rgba(34, 30, 31, 0.98);
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 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 {
padding: 0.25em 0 0.25em 0;
.dropotron li:hover > a, .dropotron li:hover > span {
color: #fff;
}

.dropotron li:hover > a, .dropotron li:hover > span {
color: #fff;
}
.dropotron.level-0 {
margin-top: 2em;
}

.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);
}


/* Main */

Expand Down

0 comments on commit 0200cf5

Please sign in to comment.