Added mod panel, nested fpanel menus, fpanel playlist
This commit is contained in:
parent
3f653c4893
commit
1da7cab9cd
15 changed files with 556 additions and 146 deletions
|
|
@ -40,21 +40,49 @@ body{
|
|||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#mp-show-ip-in-tooltip{
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
#main, #titles{
|
||||
display: flex;
|
||||
}
|
||||
.static-cont{
|
||||
position: absolute;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
||||
}
|
||||
.qt{
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
#qt-clearuser{
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
.container-fluid {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.nmenu{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
z-index: 1;
|
||||
}
|
||||
.nmenu-btn{
|
||||
flex-grow: 1;
|
||||
}
|
||||
#minicontrol{
|
||||
display: none;
|
||||
margin: 0 0.5em 0 0.5em;
|
||||
}
|
||||
|
||||
#vidplay{
|
||||
}
|
||||
#viddur{
|
||||
|
|
@ -63,7 +91,14 @@ body{
|
|||
#loginform > .form-group {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#npoll-timeout{
|
||||
width: 4em;
|
||||
}
|
||||
#npopt{
|
||||
display: flex;
|
||||
height: 1.6em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -98,7 +133,7 @@ body{
|
|||
#messagebuffer, #userlist {
|
||||
height: 329px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
@ -107,7 +142,12 @@ body{
|
|||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.floatcont{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.linewrap, .linewrap code {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
|
|
@ -420,7 +460,8 @@ label[for="emotealphabox"]{
|
|||
font-family: Monospace;
|
||||
}
|
||||
.fpcont{
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#optedit, #permedit, #filteredit, #motdedit, #cssedit, #jsedit,
|
||||
#banlist, #loginhistory, #channelranks, #chanlog {
|
||||
|
|
|
|||
|
|
@ -88,7 +88,13 @@ sub,sup{
|
|||
font-size:75%;
|
||||
line-height:0;
|
||||
position:relative;
|
||||
vertical-align:baseline
|
||||
vertical-align:baseline;
|
||||
}
|
||||
.btn.btn-sm.btn-default.nmenu-btn.nmenu-border{
|
||||
border-left: 1px #949494 solid;
|
||||
}
|
||||
.nmenu{
|
||||
border-top: 1px #949494 solid;
|
||||
}
|
||||
.label-admin, .label.label-admin{
|
||||
background-color: #cc0000;
|
||||
|
|
@ -5492,11 +5498,17 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#pollopenbtn, #prefopenbtn, #emoteopenbtn, #chatsend, #motdwrap, #chatline, #rightcontrols, #chatheader, #userlist, #messagebuffer, #videowrap-header, .embed-responsive, #rightpane, #mainrow{
|
||||
.panelback, .embed-responsive{
|
||||
background-color: #111111C0;
|
||||
backdrop-filter: blur(12px);
|
||||
}
|
||||
|
||||
|
||||
.nmenu-btn{
|
||||
background-color: #00000000;
|
||||
backdrop-filter: blur(12px);
|
||||
}
|
||||
|
||||
#fpaneldiv{
|
||||
border: 1px #949494 solid;
|
||||
background-color: #1119;
|
||||
|
|
@ -5513,6 +5525,15 @@ a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{
|
|||
background-color: #111111C0;
|
||||
padding: 10px;
|
||||
border: 1px solid #949494;
|
||||
position:absolute;
|
||||
left: 50%;
|
||||
right 50%;
|
||||
transform: translate(-50%);
|
||||
top: 10%;
|
||||
width: 40%;
|
||||
}
|
||||
.npoll-opt{
|
||||
width: 50%;
|
||||
}
|
||||
#chatwrap, #videowrap{
|
||||
padding-right: 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue