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:
parent
c9fb5b0b0e
commit
85fbe6bb5a
9 changed files with 925 additions and 72 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue