2018-05-25 17:53:25 +02:00
|
|
|
.ui-autocomplete, ui-front {
|
|
|
|
position:absolute;
|
|
|
|
cursor:default;
|
|
|
|
z-index:1001 !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;
|
2018-05-25 17:53:25 +02:00
|
|
|
|
|
|
|
li {
|
|
|
|
display: block !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
padding: 0.3em 0.5em !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-27 21:15:35 +02:00
|
|
|
.bulletselector input {
|
2018-05-25 17:53:25 +02:00
|
|
|
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 {
|
2018-05-25 17:53:25 +02:00
|
|
|
float: left;
|
2018-12-22 12:23:58 +01:00
|
|
|
padding: 0.4em 0.8em;
|
2018-05-25 17:53:25 +02:00
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
|
2018-12-22 12:23:58 +01:00
|
|
|
.invalid-remaining {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-05-25 17:53:25 +02:00
|
|
|
|
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 {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.NOT_JOINED a, a.NOT_JOINED {
|
|
|
|
color: #7ac;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ADMIN a, a.ADMIN{
|
|
|
|
color: #e30;
|
|
|
|
}
|
|
|
|
|
|
|
|
.MODERATOR a, a.MODERATOR {
|
|
|
|
color: #e90;
|
|
|
|
}
|
|
|
|
|
|
|
|
.EDITOR a, a.EDITOR {
|
|
|
|
color: #b6f;
|
|
|
|
}
|
2018-05-18 03:31:38 +02:00
|
|
|
|
2018-05-29 22:38:35 +02:00
|
|
|
.TRUSTED_MEMBER a, a.TRUSTED_MEMBER {
|
|
|
|
color: #2c2;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2018-12-24 00:49:49 +01:00
|
|
|
.discardtopic {
|
|
|
|
text-decoration: line-through;
|
2018-12-24 01:13:45 +01:00
|
|
|
a:not(.btn) {
|
2018-12-24 00:49:49 +01:00
|
|
|
color: #7ac;
|
|
|
|
}
|
|
|
|
filter: brightness(0.5);
|
|
|
|
}
|
|
|
|
|
2018-12-23 18:02:02 +01:00
|
|
|
.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
|
|
|
}
|
|
|
|
|
2018-12-23 18:02:02 +01: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
|
|
|
}
|
|
|
|
|
2018-12-23 18:02:02 +01: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;
|
2018-12-23 18:02:02 +01:00
|
|
|
color: white !important;
|
2018-09-15 00:10:30 +02:00
|
|
|
}
|