1.1.1 Final Commit

This commit is contained in:
rainbownapkin 2022-10-01 04:14:57 +00:00
parent 54052d6cfc
commit 88b98993d2
36 changed files with 12314 additions and 491 deletions

View file

@ -323,7 +323,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
font-family: Monospace;
}
.qe_sTime, .qe_pref{
.qe_etime, .qe_sTime, .qe_pref{
float: right;
font-family: Monospace;
}
@ -829,6 +829,7 @@ table td {
font-size: 8pt;
border: 1px solid;
border-top-width: 0;
overflow: clip;
}
.ab-bumparray-span{
@ -862,11 +863,14 @@ table td {
.emotelist-table {
margin: auto;
}
#ab-freq-min, #ab-freq-max{
width: 2em;
#ab-freq-min, #ab-freq-max, #qs-chat-min, #qs-sync-threshold, #qs-whisper-clear{
width: 2em;
text-align: center;
}
#ab-dur-min{
width: 4em;
text-align: center;
}
.ab-bumplists-ltype, .ab-bumplist-listname{
display: inline;
@ -992,3 +996,24 @@ body.hd #resize-video-larger, body.hd #resize-video-smaller {
text-decoration: line-through;
}
#lightning{
background-color: white;
width: 100%;
height: 99.95%;/*setting both of these to any higher than this completely fucking breaks it on firefox, don't ask why I have no fucking clue. Works fine on chrome if both are 100%*/
top: 0;
position: fixed;
z-index: 10005
}
#chathint{
position: absolute;
z-index: 10;
margin-top: 0.64em;
margin-left: 0.92em
}
.hintspace{
color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0);
text-shadow: none;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -786,7 +786,7 @@ td,th{
content:"\e079"
}
.glyphicon-chevron-right:before{
content:"\e079"
content:"\e080"
}
.glyphicon-plus-sign:before{
content:"\e081"
@ -5882,3 +5882,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
#chatsend{
border-left: 1px solid #949494;
}
#chathint{
color: #888;
text-shadow: var(--accent0) 0 0 10px;
}

View file

@ -786,7 +786,7 @@ td,th{
content:"\e079"
}
.glyphicon-chevron-right:before{
content:"\e079"
content:"\e080"
}
.glyphicon-plus-sign:before{
content:"\e081"
@ -5882,3 +5882,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
#chatsend{
border-left: 1px solid #949494;
}
#chathint{
color: #888;
text-shadow: var(--accent0) 0 0 10px;
}

View file

@ -787,7 +787,7 @@ td,th{
content:"\e079"
}
.glyphicon-chevron-right:before{
content:"\e079"
content:"\e080"
}
.glyphicon-plus-sign:before{
content:"\e081"
@ -5883,3 +5883,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
#chatsend{
border-left: 1px solid #949494;
}
#chathint{
color: #888;
text-shadow: var(--accent0) 0 0 10px;
}

View file

@ -786,7 +786,7 @@ td,th{
content:"\e079"
}
.glyphicon-chevron-right:before{
content:"\e079"
content:"\e080"
}
.glyphicon-plus-sign:before{
content:"\e081"
@ -5882,3 +5882,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
#chatsend{
border-left: 1px solid #949494;
}
#chathint{
color: #888;
text-shadow: var(--accent0) 0 0 10px;
}

View file

@ -786,7 +786,7 @@ td,th{
content:"\e079"
}
.glyphicon-chevron-right:before{
content:"\e079"
content:"\e080"
}
.glyphicon-plus-sign:before{
content:"\e081"
@ -5882,3 +5882,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
#chatsend{
border-left: 1px solid #949494;
}
#chathint{
color: #888;
text-shadow: var(--accent0) 0 0 10px;
}

View file

@ -786,7 +786,7 @@ td,th{
content:"\e079"
}
.glyphicon-chevron-right:before{
content:"\e079"
content:"\e080"
}
.glyphicon-plus-sign:before{
content:"\e081"
@ -5882,3 +5882,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
#chatsend{
border-left: 1px solid #949494;
}
#chathint{
color: #888;
text-shadow: var(--accent0) 0 0 10px;
}