mirror of https://github.com/calzoneman/sync.git
Move color CSS rules into their own files. minify bootstrap
This commit is contained in:
parent
829cc090fa
commit
e4de90c38b
|
@ -21,11 +21,6 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userlist {
|
|
||||||
list-style: none outside none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#messagebuffer {
|
#messagebuffer {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
@ -35,6 +30,8 @@
|
||||||
float: left;
|
float: left;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
|
list-style: none outside none;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#messagebuffer, #userlist {
|
#messagebuffer, #userlist {
|
||||||
|
@ -44,6 +41,7 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#chatheader, #currenttitle {
|
#chatheader, #currenttitle {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
|
@ -89,12 +87,10 @@
|
||||||
.drink {
|
.drink {
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
border: 2px solid #0000cc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#drinkcount {
|
#drinkcount {
|
||||||
background-color: #000000;
|
|
||||||
color: #ffffff;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -107,13 +103,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userlist, #messagebuffer {
|
|
||||||
height: 347px;
|
|
||||||
overflow-y: scroll;
|
|
||||||
overflow-x: hidden;
|
|
||||||
border: 1px solid #aaaaaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chatwrap, #videowrap {
|
#chatwrap, #videowrap {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -173,9 +162,7 @@
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plmeta {
|
|
||||||
border: 1px solid #aaaaaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pllength {
|
#pllength {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -37,3 +37,20 @@ footer {
|
||||||
.chat-shadow {
|
.chat-shadow {
|
||||||
color: #aaaaaa;
|
color: #aaaaaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drink {
|
||||||
|
border: 2px solid #0000cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#drinkcount {
|
||||||
|
background-color: #000000;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plmeta {
|
||||||
|
border: 1px solid #aaaaaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
#userlist, #messagebuffer {
|
||||||
|
border: 1px solid #aaaaaa;
|
||||||
|
}
|
|
@ -6864,3 +6864,20 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
.chat-shadow {
|
.chat-shadow {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drink {
|
||||||
|
border: 2px solid #0000cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#drinkcount {
|
||||||
|
background-color: #000000;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plmeta {
|
||||||
|
border: 1px solid #aaaaaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
#userlist, #messagebuffer {
|
||||||
|
border: 1px solid #aaaaaa;
|
||||||
|
}
|
Loading…
Reference in New Issue