spaceport/webclient/src/light.css

173 lines
2.2 KiB
CSS
Raw Normal View History

2020-01-09 07:38:49 +00:00
html, body {
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
.topPadding > .ui.container{
min-height: 45rem;
}
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-01-18 03:34:55 +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;
}
2020-01-11 08:56:31 +00:00
.footer {
margin-top: -20rem;
background: black;
color: white;
}
.footer .container {
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-04-05 22:00:33 +00:00
.darkmode-layer, .darkmode-toggle {
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;
}