contentdb/app/scss/components.scss

125 lines
2.1 KiB
SCSS
Raw Normal View History

.ui-autocomplete, ui-front {
position:absolute;
cursor:default;
2020-07-14 04:49:30 +02:00
z-index:1100 !important
}
.ui-autocomplete {
background: #333 !important;
border: 1px solid #444 !important;
2018-05-26 01:32:22 +02:00
overflow-x: hidden;
overflow-y: auto;
max-height: 400px;
li {
display: block !important;
margin: 0 !important;
padding: 0 !important;
}
a {
display: block;
padding: 0.3em 0.5em !important;
margin: 0 !important;
}
}
2018-12-29 20:00:13 +01:00
.bulletselector {
height: auto !important;
display: inline-block !important;
}
2018-05-27 21:15:35 +02:00
.bulletselector input {
border: none;
border-radius: 0;
-moz-border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
width: auto;
min-width: 50px;
float: left;
padding: 4px 0;
white-space: nowrap;
background: transparent;
}
2018-12-22 12:23:58 +01:00
.bulletselector .badge {
float: left;
2018-12-22 12:23:58 +01:00
padding: 0.4em 0.8em;
margin-right: 0.3em;
}
2018-12-22 12:23:58 +01:00
.invalid-remaining {
display: none;
}
2018-05-18 22:35:54 +02:00
.t-mll tr td:not(:first-child) {
text-align: left;
}
2018-05-15 16:00:07 +02:00
.userlist li.NOT_JOINED {
2020-01-21 23:40:51 +01:00
color: #aaa !important;
2018-05-15 16:00:07 +02:00
}
2020-01-21 23:40:51 +01:00
.NOT_JOINED a, .NOT_JOINED {
color: #7ac !important;
2018-05-15 16:00:07 +02:00
}
2020-01-21 23:40:51 +01:00
.ADMIN a, .ADMIN{
color: #e30 !important;
2018-05-15 16:00:07 +02:00
}
2020-01-21 23:40:51 +01:00
.MODERATOR a, .MODERATOR {
color: #e90 !important;
2018-05-15 16:00:07 +02:00
}
2020-01-21 23:40:51 +01:00
.EDITOR a, .EDITOR {
color: #b6f !important;
2018-05-15 16:00:07 +02:00
}
2018-05-18 03:31:38 +02:00
2020-01-21 23:40:51 +01:00
.TRUSTED_MEMBER a, .TRUSTED_MEMBER {
color: #2c2 !important;
2018-05-29 22:38:35 +02:00
}
2018-12-24 01:13:45 +01:00
.wiptopic a:not(.btn) {
2018-07-07 00:15:56 +02:00
color: #7ac;
}
2018-09-15 00:10:30 +02:00
.discardtopic {
text-decoration: line-through;
2018-12-24 01:13:45 +01:00
a:not(.btn) {
color: #7ac;
}
filter: brightness(0.5);
}
.editor-toolbar, .editor-toolbar.fullscreen {
margin-bottom: 0 !important;
background-color: #444 !important;
border: none !important;
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
2018-09-15 00:10:30 +02:00
}
.editor-toolbar button {
color: white;
}
.editor-toolbar button.active, .editor-toolbar button:hover {
background: #375a7f !important;
color: white !important;
2018-09-15 00:10:30 +02:00
}
.editor-toolbar.fullscreen::before, .editor-toolbar.fullscreen::after {
display: none !important;
}
// .CodeMirror {
// background-color: #222 !important;
// }
.editor-preview-side, .editor-preview {
2018-09-15 00:10:30 +02:00
background-color: #222 !important;
color: white !important;
2018-09-15 00:10:30 +02:00
}