You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.3 KiB
59 lines
1.3 KiB
@font-face { |
|
font-family: 'JetBrainsMono'; |
|
src: url(../fonts/JetBrainsMono-Regular.woff2); |
|
font-weight: 400; |
|
font-style: normal; |
|
} |
|
|
|
html, body { |
|
height: 1vh; |
|
} |
|
|
|
body { |
|
margin: 0; |
|
color: #95979F; |
|
background-color: #0c0e14; |
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23586ca8' fill-opacity='0.12'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); |
|
font-family: 'JetBrainsMono'; |
|
} |
|
|
|
.messages { |
|
background-color: #2D313D; |
|
border-radius: 10px; |
|
width: 80%; |
|
padding-left: 10px; |
|
} |
|
|
|
.error { |
|
color: #f3565d; |
|
} |
|
|
|
.info { |
|
color: #2e5bbd; |
|
} |
|
|
|
.content { |
|
padding: 1rem; |
|
border-radius: 10px; |
|
background-color: #2D313D; |
|
width: 80%; |
|
} |
|
|
|
.video { |
|
width: 100%; |
|
} |
|
|
|
form { |
|
background-color: #2D313D; |
|
padding: 5px; |
|
width: 300px; |
|
text-align: center; |
|
} |
|
|
|
input[type="submit"] { |
|
width: 20%; |
|
} |
|
|
|
input[type="text"] { |
|
width: 70%; |
|
} |