spaceport/webclient/src/light.css

206 lines
2.6 KiB
CSS
Raw Normal View History

2020-08-21 03:25:10 +00:00
html,
body {
2020-01-09 07:38:49 +00:00
font-size: 16px;
2020-01-11 08:56:31 +00:00
height: 100%;
margin: 0;
2020-01-09 07:38:49 +00:00
}
2020-01-09 09:04:32 +00:00
body {
2020-01-11 08:56:31 +00:00
background: black;
2020-01-09 09:04:32 +00:00
overflow-y: scroll;
}
2020-01-11 08:56:31 +00:00
#root {
position: relative;
height: 100%;
margin: 0;
}
.hero {
padding-top: 1.5rem;
margin-bottom: 1.5rem;
}
.hero .logo-long {
max-width: 100%;
height: 2rem;
display: block;
margin: auto;
}
2020-01-09 07:38:49 +00:00
2020-02-09 08:18:44 +00:00
.hero a {
outline: none;
}
2020-01-09 07:38:49 +00:00
#ps-menu .menu .item {
padding: 1.25rem 1rem !important;
}
#ps-menu .dropdown.icon {
display: none;
}
2020-01-09 10:44:44 +00:00
.topPadding {
padding-top: 1rem;
}
2020-01-11 06:27:30 +00:00
2020-08-21 03:25:10 +00:00
.topPadding > .ui.container {
min-height: 45rem;
}
.bean,
2020-01-11 06:57:08 +00:00
.photo-404 {
max-width: 100%;
height: auto;
}
2020-01-11 08:56:31 +00:00
2020-02-10 06:29:13 +00:00
.swordfish {
width: 100%;
margin-top: -1rem;
}
2020-01-11 08:56:31 +00:00
.content-wrap {
min-height: 100%;
background: white;
}
.content-wrap-inside {
padding-bottom: 24rem;
}
2020-08-21 03:25:10 +00:00
.course-editor,
.class-editor,
.transaction-editor {
margin-bottom: 1rem;
}
.ql-container {
height: 30rem !important;
font-size: inherit !important;
font-family: inherit !important;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
margin-bottom: 1rem !important;
}
.rdtTimeToggle {
font-size: 2rem;
padding-top: 1rem;
}
2020-01-18 07:54:17 +00:00
.attendance-row {
margin-top: 1rem;
}
.attendance-row .button {
margin-bottom: 4px;
}
.pay-custom {
margin-bottom: 1rem;
width: 10rem;
}
.bio-paragraph {
white-space: pre-line;
margin-top: -1rem;
margin-left: 1rem;
}
2021-07-24 01:17:58 +00:00
.list-num {
display: flex;
align-items: center;
margin-right: 1rem;
color: black;
}
2020-01-11 08:56:31 +00:00
.footer {
margin-top: -20rem;
background: black;
color: white;
2020-08-21 03:25:10 +00:00
display: grid;
2020-01-11 08:56:31 +00:00
}
2021-03-21 02:32:45 +00:00
@media (min-width: 650px) {
.footer-content {
transition: all 0.2s ease-in;
2021-03-22 00:20:39 +00:00
opacity: 0.5;
2021-03-21 02:32:45 +00:00
}
.footer-content:hover {
opacity: 1;
}
2021-03-21 01:59:13 +00:00
}
2020-08-21 03:25:10 +00:00
/* grid bottom */
.footer canvas {
grid-row: 1/2;
grid-column: 1/2;
2021-03-17 16:51:19 +00:00
margin: auto;
2020-08-21 03:25:10 +00:00
}
/* grid top */
2020-01-11 08:56:31 +00:00
.footer .container {
2020-08-21 03:25:10 +00:00
z-index: 99;
grid-row: 1/2;
grid-column: 1/2;
2020-01-11 08:56:31 +00:00
padding-top: 3rem;
padding-bottom: 3rem;
}
.footer p {
color: white;
}
.footer .logo {
filter: invert(100%);
2020-01-16 23:13:43 +00:00
height: 2rem;
2020-01-11 08:56:31 +00:00
}
.footer a {
color: white;
outline: 0;
}
.footer .text a {
border-bottom: 1px solid #ddd;
padding-bottom: 2px;
}
.footer i {
margin-top: 3px;
margin-left: -3.5px;
margin-right: 0.5em;
}
2020-04-05 22:00:33 +00:00
2020-08-21 03:25:10 +00:00
.darkmode-layer,
.darkmode-toggle {
2020-04-05 22:00:33 +00:00
z-index: 500;
}
.darkmode--activated .ui.image {
mix-blend-mode: difference;
filter: brightness(50%);
}
.darkmode--activated i.green.circle.icon,
.darkmode--activated i.yellow.circle.icon,
.darkmode--activated i.red.circle.icon {
mix-blend-mode: difference;
}
.darkmode--activated .footer {
mix-blend-mode: difference;
}