Added schedule airtimes, fixed layout issues, locked down fore,st(guest disable), contrast fixes (css)
This commit is contained in:
parent
b0570f2c15
commit
55a9fcf465
20 changed files with 279 additions and 1238 deletions
|
|
@ -19,7 +19,12 @@ body {
|
|||
}
|
||||
|
||||
.nick-highlight {
|
||||
background-color: #555555;
|
||||
background-color: #262626;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.server-whisper{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.nick-hover {
|
||||
|
|
@ -69,7 +74,6 @@ input.form-control[type="email"], textarea.form-control {
|
|||
#chatheader, #videowrap-header {
|
||||
border: 1px solid #cccccc;
|
||||
border-bottom-width: 0;
|
||||
border-radius: 5px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
|
@ -96,3 +100,26 @@ input.form-control[type="email"], textarea.form-control {
|
|||
background-color: #111111C0;
|
||||
}
|
||||
|
||||
.qe_sTime{
|
||||
float: right;
|
||||
font-family: Monospace;
|
||||
}
|
||||
.aboutText{
|
||||
background-color: #111111C0;
|
||||
padding: 10px;
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
|
||||
#chatwrap, #videowrap{
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.navbar{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#filei{
|
||||
background-color: #710404;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue