2022-02-11 17:44:08 +00:00
|
|
|
* {
|
|
|
|
font-family: "Ubuntu Bold", "Ubuntu", sans-serif;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
button {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2022-03-20 18:29:27 +00:00
|
|
|
/* override styles for when the div is collapsed */
|
|
|
|
div.reminderContent.is-collapsed .column.discord-frame {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-07-22 14:06:53 +00:00
|
|
|
div.reminderContent.is-collapsed .column.settings {
|
2022-03-20 18:29:27 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.reminderContent.is-collapsed .invert-collapses {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.reminderContent .invert-collapses {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.reminderContent.is-collapsed input[name="name"] {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-grow: 1;
|
2022-03-27 18:17:30 +00:00
|
|
|
border: none;
|
|
|
|
background: none;
|
2023-07-22 14:06:53 +00:00
|
|
|
box-shadow: none;
|
|
|
|
opacity: 1;
|
2022-03-20 18:29:27 +00:00
|
|
|
}
|
|
|
|
|
2023-07-22 14:06:53 +00:00
|
|
|
div.reminderContent.is-collapsed .hide-box {
|
2022-03-20 18:29:27 +00:00
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
2023-07-22 14:06:53 +00:00
|
|
|
div.reminderContent.is-collapsed .hide-box i {
|
2022-03-20 18:29:27 +00:00
|
|
|
transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
/* END */
|
|
|
|
|
|
|
|
/* dashboard styles */
|
2023-07-22 14:06:53 +00:00
|
|
|
.hide-box {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-box:focus {
|
|
|
|
outline: none;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-bar {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
button.inline-btn {
|
|
|
|
height: 100%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2022-03-20 18:29:27 +00:00
|
|
|
button.change-color {
|
|
|
|
position: absolute;
|
|
|
|
left: calc(-1rem - 40px);
|
|
|
|
}
|
|
|
|
|
2022-03-21 23:11:52 +00:00
|
|
|
button.disable-enable[data-action="enable"]:after {
|
|
|
|
content: "Enable";
|
|
|
|
}
|
|
|
|
|
|
|
|
button.disable-enable[data-action="disable"]:after {
|
|
|
|
content: "Disable";
|
|
|
|
}
|
|
|
|
|
2022-03-20 18:29:27 +00:00
|
|
|
.media-content {
|
|
|
|
overflow-x: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.discord-embed {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-07-22 14:06:53 +00:00
|
|
|
div.split-controls {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-grow: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reminder-topbar > div {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name-bar {
|
|
|
|
flex-grow: 1;
|
2023-07-23 11:06:03 +00:00
|
|
|
flex-shrink: 1;
|
2023-07-22 14:06:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide-button-bar {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.patreon-only {
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2023-07-23 11:06:03 +00:00
|
|
|
.tts-row {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2023-07-22 14:06:53 +00:00
|
|
|
.reminder-topbar {
|
|
|
|
display: flex;
|
2023-07-23 11:06:03 +00:00
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reminder-settings {
|
|
|
|
margin-top: 0 !important;
|
2023-07-22 14:06:53 +00:00
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
div.reminderContent {
|
2023-07-22 14:06:53 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 14px;
|
2022-02-11 17:44:08 +00:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2023-07-23 11:06:03 +00:00
|
|
|
/* Interval inputs */
|
2023-07-30 12:22:57 +00:00
|
|
|
div.interval-group {
|
|
|
|
height: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.interval-group .clear:focus {
|
2023-07-23 11:06:03 +00:00
|
|
|
outline: none;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2023-07-30 12:22:57 +00:00
|
|
|
div.interval-group .no-break {
|
|
|
|
text-wrap: avoid;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-07-23 11:06:03 +00:00
|
|
|
div.interval-group .clear {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
padding: 1px;
|
|
|
|
margin-right: -3px;
|
2022-03-24 22:40:05 +00:00
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
div.interval-group > .interval-group-left input {
|
2022-03-24 22:40:05 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
border-style: none;
|
|
|
|
background-color: #eee;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
div.interval-group > .interval-group-left input.w2 {
|
2022-03-24 22:40:05 +00:00
|
|
|
width: 3ch;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
div.interval-group > .interval-group-left input.w3 {
|
2023-07-23 11:06:03 +00:00
|
|
|
width: 3ch;
|
2022-03-24 22:40:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.interval-group {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2023-07-23 11:06:03 +00:00
|
|
|
justify-content: space-between;
|
2022-03-24 22:40:05 +00:00
|
|
|
}
|
2022-03-27 18:17:30 +00:00
|
|
|
/* !Interval inputs */
|
2022-03-24 22:40:05 +00:00
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
.left-pad {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 0.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
padding-right: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.inset-content {
|
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.flash-message {
|
|
|
|
position: fixed;
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
margin: 16px !important;
|
|
|
|
z-index: 99;
|
|
|
|
bottom: 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.flash-message.is-active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.spacer {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .dashboard-button {
|
|
|
|
background: white ;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.patreon-color {
|
|
|
|
color: #f96854;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
p.pageTitle {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#welcome > div {
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 30vh;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
div#pageNavbar {
|
|
|
|
background-color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#pageNavbar a {
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-07-23 15:28:27 +00:00
|
|
|
.navbar-burger {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-item.pageTitle {
|
|
|
|
flex-shrink: 1;
|
|
|
|
text-wrap: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2023-07-23 15:15:24 +00:00
|
|
|
.navbar-burger, .navbar-burger:active, .navbar-burger.is-active {
|
|
|
|
background-color: #adc99c !important;
|
|
|
|
border-radius: 14px;
|
|
|
|
padding: 6px;
|
|
|
|
background-clip: content-box;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
div#pageNavbar a:hover {
|
|
|
|
background-color: #4a4a4a;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.rounded-corners {
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.brand {
|
|
|
|
text-align: center;
|
2022-03-27 18:17:30 +00:00
|
|
|
height: 52px;
|
2022-02-11 17:44:08 +00:00
|
|
|
background-color: #8fb677;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.dashboard-brand {
|
|
|
|
text-align: center;
|
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-sidebar {
|
|
|
|
background-color: #363636;
|
|
|
|
width: 230px !important;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
div.dashboard-sidebar:not(.mobile-sidebar) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashboard-sidebar:not(.mobile-sidebar) .aside-footer {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 226px;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
div.mobile-sidebar {
|
|
|
|
z-index: 100;
|
2022-03-27 18:17:30 +00:00
|
|
|
min-height: 100vh;
|
2022-02-11 17:44:08 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
display: none;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
#expandAll {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mobile-sidebar .aside-footer {
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
div.mobile-sidebar.is-active {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2022-04-07 20:41:24 +00:00
|
|
|
aside.menu {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
div.dashboard-frame {
|
|
|
|
min-height: 100vh;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2022-04-03 20:53:28 +00:00
|
|
|
.embed-field-box[data-inlined="0"] .inline-btn > i {
|
|
|
|
transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-field-box[data-inlined="0"] {
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-field-box[data-inlined="1"] {
|
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
.menu a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu .menu-label {
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-navbar {
|
|
|
|
background-color: #8fb677 !important;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea.autoresize {
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea, input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-05-15 11:14:07 +00:00
|
|
|
input.default-width {
|
|
|
|
width: initial;
|
|
|
|
}
|
|
|
|
|
2022-02-11 17:44:08 +00:00
|
|
|
.message-input:placeholder-shown {
|
|
|
|
background-color: #40444b;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-input {
|
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-input {
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
background-color: #40444b;
|
|
|
|
color: #fff;
|
|
|
|
width: 120px;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.message-input::placeholder {
|
|
|
|
color: #72767b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1rem;
|
|
|
|
margin: 4px 0 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-description {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-username {
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
width: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-message-header {
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-content {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable img {
|
|
|
|
background-color: #72767b;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.is-20x20 img {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.is-24x24 img {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.is-400x300 img {
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 100px;
|
|
|
|
max-height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.is-32x32 img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.thumbnail img {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable input.imageInput {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 36px;
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.thumbnail input.imageInput {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: -400px;
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable input.is-active {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-frame {
|
|
|
|
color: #fff;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: #36393f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-embed {
|
|
|
|
padding: 8px 16px 16px 12px;
|
|
|
|
margin: 0 20px 4px 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-left: 4px solid #fff;
|
|
|
|
background-color: #2f3136;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-author-box {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-author-box > .a {
|
|
|
|
flex: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-author-box > .b {
|
|
|
|
flex: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-footer-box {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-author-box .image {
|
|
|
|
margin: 0 8px 0 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-footer-box .image {
|
|
|
|
margin: 0 8px 0 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-embed-author {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-embed-footer {
|
|
|
|
font-size: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-body {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-body > .a {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
flex-basis: auto;
|
2023-07-30 14:50:46 +00:00
|
|
|
margin-right: 4px;
|
2022-02-11 17:44:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.embed-body input, .embed-body textarea {
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-body > .b {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
flex-basis: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-field-title, .discord-field-value {
|
|
|
|
max-width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discord-field-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-field-box {
|
|
|
|
margin: 12px 8px 0 0;
|
|
|
|
max-width: 120px;
|
|
|
|
flex: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-input {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embed-multifield-box {
|
|
|
|
display: flex;
|
|
|
|
max-width: 100%;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-select {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-left: 48px;
|
|
|
|
display: inline-flex;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #6e89da;
|
|
|
|
width: auto;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
2022-03-27 18:17:30 +00:00
|
|
|
|
2023-07-30 14:26:51 +00:00
|
|
|
li.highlight {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2023-07-23 11:06:03 +00:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.button-row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-row > button {
|
|
|
|
width: 100%;
|
|
|
|
margin: 4px;
|
|
|
|
}
|
2023-07-23 15:28:27 +00:00
|
|
|
|
|
|
|
p.title.pageTitle {
|
|
|
|
visibility: hidden;
|
|
|
|
text-wrap: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2023-07-23 11:06:03 +00:00
|
|
|
}
|
|
|
|
|
2022-03-27 18:17:30 +00:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.customizable.thumbnail img {
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customizable.is-24x24 img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
}
|
2022-04-07 20:41:24 +00:00
|
|
|
|
|
|
|
/* loader */
|
|
|
|
#loader {
|
|
|
|
position: fixed;
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
width: 100vw;
|
|
|
|
z-index: 999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loader .title {
|
|
|
|
font-size: 6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* END */
|
|
|
|
|
|
|
|
/* other stuff */
|
|
|
|
|
|
|
|
.half-rem {
|
|
|
|
width: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pad-left {
|
|
|
|
width: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dead {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.colorpicker-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-reminder {
|
|
|
|
margin: 0 12px 12px 12px;
|
|
|
|
}
|
2022-04-09 11:21:28 +00:00
|
|
|
|
|
|
|
.button.is-success:not(.is-outlined) {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-outlined.is-success {
|
|
|
|
background-color: white;
|
|
|
|
}
|
2022-04-19 14:23:27 +00:00
|
|
|
|
2023-07-23 15:30:15 +00:00
|
|
|
a.switch-pane {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2023-07-30 14:50:46 +00:00
|
|
|
.feedback {
|
|
|
|
background-color: #5865F2;
|
|
|
|
}
|
|
|
|
|
2022-04-19 14:23:27 +00:00
|
|
|
.is-locked {
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-locked .foreground {
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-locked .field:last-of-type {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-06-21 14:09:24 +00:00
|
|
|
|
|
|
|
.stat-row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-box {
|
|
|
|
flex-grow: 1;
|
|
|
|
border-radius: 6px;
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
border-color: #efefef;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
margin: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure-num {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|