-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48a3570
commit ec4c874
Showing
4 changed files
with
103 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,112 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); | ||
|
||
.banner { | ||
width: 100%; | ||
height: 300px; | ||
|
||
background-image: linear-gradient(#0176c3, #111579); | ||
|
||
display: flex; | ||
|
||
align-items: center; | ||
justify-content: center; | ||
body { | ||
background-image:url("../ice-station-cropped.png"); | ||
background-position-x: 99%; | ||
background-size: cover; | ||
background-attachment: fixed; | ||
height: 100%; | ||
margin: 0px; | ||
font-weight: 475; | ||
} | ||
|
||
border-radius: 15px; | ||
a { | ||
color: #1af7ff | ||
} | ||
|
||
p { | ||
margin-top: 25px; | ||
font-weight: 475; | ||
margin: auto; | ||
margin-top: 20px; | ||
margin-bottom: 20px; | ||
|
||
color: #172f70; | ||
color: #FFF; | ||
|
||
text-align: center; | ||
font-size: 12pt; | ||
font-family: 'Montserrat', sans-serif; | ||
background-color: #00000070; | ||
width: fit-content; | ||
padding: 20px; | ||
padding-top: 10px; | ||
line-height: 35px; | ||
} | ||
|
||
font-size: 14pt; | ||
.nav { | ||
margin-top: 0px; | ||
width: 100%; | ||
height: 40px; | ||
background-color: #00000070; | ||
border-bottom-color: #4c5250; | ||
border-bottom-style: solid; | ||
border-bottom-width: 1px; | ||
} | ||
.nav_logo { | ||
width: 150px; | ||
padding: 7px | ||
} | ||
|
||
font-family: 'Comfortaa', sans-serif; | ||
iframe { | ||
border: none | ||
} | ||
|
||
body { | ||
background-color: #eee; | ||
.homepage { | ||
border-bottom-style: solid !important; | ||
border-bottom-color: #FFF !important; | ||
border-bottom-width: 2px !important; | ||
padding: 0px; | ||
margin-left: 90px; | ||
position: absolute; | ||
width: 41px; | ||
transition-duration: 400ms; | ||
color: #FFF; | ||
|
||
font-size: 10pt; | ||
font-family: 'Montserrat', sans-serif; | ||
|
||
background: none; | ||
border: 0px; | ||
} | ||
|
||
button { | ||
background-color: #172f70; | ||
color: #eee; | ||
.serverlist { | ||
margin-left: 90px !important; | ||
padding: 0px; | ||
position: absolute; | ||
width: 71px; | ||
transition-duration: 400ms; | ||
color: #FFF; | ||
|
||
font-size: 10pt; | ||
font-family: 'Montserrat', sans-serif; | ||
background: none; | ||
border: 0px; | ||
} | ||
#nav_button { | ||
font-weight: 475; | ||
margin: 10px; | ||
background: none; | ||
border: none; | ||
} | ||
|
||
width: 150px; | ||
height: 80px; | ||
#nav_button:hover { | ||
transition-duration: 400ms; | ||
color: #EEE; | ||
} | ||
|
||
font-size: 14pt; | ||
.download { | ||
transition-duration: 400ms; | ||
background-color: #14c5cc; | ||
color: #000; | ||
|
||
font-family: 'Comfortaa', sans-serif; | ||
width: 120px; | ||
height: 30px; | ||
|
||
border: 0; | ||
font-size: 12pt; | ||
font-family: 'Montserrat', sans-serif; | ||
|
||
border-radius: 10px; | ||
border: 0; | ||
} | ||
|
||
button:hover { | ||
background-color: #0176c3; | ||
.download:hover { | ||
transition-duration: 200ms; | ||
background-color: #1af7ff; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.