Autobump system and UI complete. The bulk of this update is now over.

Just a couple of bug fixes and tweaks before release.
This commit is contained in:
rainbownapkin 2022-08-21 21:26:53 +00:00
parent c9fb5b0b0e
commit 85fbe6bb5a
9 changed files with 925 additions and 72 deletions

View file

@ -822,7 +822,7 @@ table td {
padding-bottom: 2px;
}
.queue_entry {
.queue_entry, .ab-bumparray-bump{
line-height: 22px;
padding: 2px;
font-size: 8pt;
@ -830,10 +830,53 @@ table td {
border-top-width: 0;
}
.ab-bumparray-span{
display: grid;
grid-template: 2em 2em / 33% 33% auto;
grid-auto-flow: column;
justify-content: space-between;
}
.ab-bumparray-creator{
display: inline;
}
.ab-bumparray-cspan{
float: right;
}
#ab-bumphist-div{
overflow: scroll;
max-height: 25em;
}
.ab-bumplist-lbl, .ab-newlist-form{
display: inline;
}
.ab-newlist-form{
margin-left: 0.5em;
}
.ab-newbump-form{
display: inline;
}
.ab-newbump-cancel{
display: inline;
}
.emotelist-table {
margin: auto;
}
#ab-freq-min, #ab-freq-max{
width: 2em;
}
#ab-dur-min{
width: 4em;
}
.ab-bumplists-ltype, .ab-bumplist-listname{
display: inline;
}
.ab-bumplist-bumps{
max-height: 30em;
overflow: scroll;
}
.ab-bumplist-delete{
float: right;
}
.emote-preview-container {
width: 100px;
height: 100px;
@ -937,6 +980,9 @@ input#logout[type="submit"]:hover {
font-weight: 700;
display: inline;
}
#ab-bumparray-reuserfl{
margin: 0px;
}
body.hd #resize-video-larger, body.hd #resize-video-smaller {
display: none;
}
@ -944,3 +990,7 @@ body.hd #resize-video-larger, body.hd #resize-video-smaller {
.userlist-ignored {
text-decoration: line-through;
}
#bumpi{
background-image: url("../img/bumps.png");
background-size: 2.2em;
}

View file

@ -988,7 +988,7 @@ hr{
font-size:16px
}
p{
margin:0 0 10px
margin:0;
}
.lead{
margin-bottom:20px;
@ -5396,7 +5396,7 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
}
/* CYTUBE EDIT */
body {
background-image: url(https://ourfore.st/img/frst.jpg);
background-image: url(../../img/frst.jpg);
color: #c8c8c8;
}
@ -5471,11 +5471,34 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.queue_entry {
.ab-bumparray-bump, .queue_entry {
border-color: #949494;
background-color: #060606;
}
.navbar-inverse .navbar-text-nofloat {
.ab-bumparray-edit{
margin: 0 0.5em 0 0.5em;
}
.ab-bumplist-list{
background-color: #060606;
border-bottom: 1px solid #949494;
margin: 0;
padding-top: 0.5em;
}
.ab-bumplist-bumps{
border-top: 1px solid #949494;
}
.ab-bumplist-setactive-active{
color: #339933;
text-shadow: #339933 0 0 10px;
}
.ab-bumplist-delete{
color: #c00;
}
.ab-bumplist-setactive:hover, .ab-bumplist-setactive-active:hover{
color: #ded;
text-shadow: #339933 0 0 10px;
}
.navbar-inverse .navbar-text-nofloat {
color: #888;
}
.queue_entry.queue_active {