2024-04-19 15:08:21 +00:00
|
|
|
|
|
|
|
html {
|
|
|
|
min-height: 100vh;
|
|
|
|
background: rgb(11, 22, 34);
|
|
|
|
padding: 0;
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
2024-04-19 15:08:21 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 4px;
|
|
|
|
background: rgb(11, 22, 34);
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
2024-04-19 15:08:21 +00:00
|
|
|
curio-ux {
|
|
|
|
/* To resemble Clarity Design */
|
|
|
|
color: rgb(227, 234, 237);
|
|
|
|
font-family: Metropolis, monospace;
|
|
|
|
font-weight: 400;
|
|
|
|
background: rgb(11, 22, 34);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.app-head {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
2024-04-19 15:08:21 +00:00
|
|
|
.head-left {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
2024-04-19 15:08:21 +00:00
|
|
|
.head-right {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2024-05-10 16:24:14 +00:00
|
|
|
a:link,
|
|
|
|
a:visited {
|
2024-04-19 15:08:21 +00:00
|
|
|
color: #adf7ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #88cc60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.success {
|
|
|
|
color: greenyellow;
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
2024-04-19 15:08:21 +00:00
|
|
|
.warning {
|
|
|
|
color: yellow;
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
2024-04-19 15:08:21 +00:00
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
}
|
2024-05-10 16:24:14 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-Regular.woff) format('woff')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-ExtraLight.woff) format('woff')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-Light.woff) format('woff')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-Thin.woff) format('woff')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-Medium.woff) format('woff')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-Bold.woff) format('woff')
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: metropolis;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 800;
|
|
|
|
src: local('Metropolis'), url(/ux/fonts/Metropolis-ExtraBold.woff) format('woff')
|
|
|
|
}
|