mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
106 lines
1.6 KiB
SCSS
106 lines
1.6 KiB
SCSS
.ui-autocomplete, ui-front {
|
|
position:absolute;
|
|
cursor:default;
|
|
z-index:1001 !important
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
background: #333 !important;
|
|
border: 1px solid #444 !important;
|
|
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;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
.bulletselector .tag {
|
|
background: #375D81;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
color: #FFF;
|
|
float: left;
|
|
height: 15px;
|
|
padding: 0.1em 0.4em 0.5em;
|
|
margin-right: 0.3em;
|
|
margin-bottom: 0.3em;
|
|
vertical-align: baseline;
|
|
}
|
|
.bulletselector .tag a {
|
|
color: #FFF;
|
|
cursor: pointer;
|
|
}
|
|
.bulletselector .tag a:hover {
|
|
color: #0099CC;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.t-mll tr td:not(:first-child) {
|
|
text-align: left;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.TRUSTED_MEMBER a, a.TRUSTED_MEMBER {
|
|
color: #2c2;
|
|
}
|
|
|
|
.wiptopic a {
|
|
color: #7ac;
|
|
}
|
|
|
|
.editor-toolbar {
|
|
background-color: #333 !important;
|
|
}
|
|
|
|
.CodeMirror {
|
|
background-color: #222 !important;
|
|
}
|
|
|
|
.editor-preview-side {
|
|
background-color: #222 !important;
|
|
}
|