Move color CSS rules into their own files. minify bootstrap

This commit is contained in:
Graham 2015-01-03 15:27:15 -05:00
parent 829cc090fa
commit e4de90c38b
5 changed files with 79 additions and 6476 deletions

View file

@ -21,11 +21,6 @@
margin-top: 10px;
}
#userlist {
list-style: none outside none;
padding: 0;
}
#messagebuffer {
width: auto;
}
@ -35,6 +30,8 @@
float: left;
border-right: 0;
font-size: 9pt;
list-style: none outside none;
padding: 0;
}
#messagebuffer, #userlist {
@ -44,6 +41,7 @@
margin-bottom: 0;
}
#chatheader, #currenttitle {
border: 1px solid #cccccc;
border-bottom-width: 0;
@ -89,12 +87,10 @@
.drink {
margin: 10px 10px;
padding: 10px 0px;
border: 2px solid #0000cc;
}
#drinkcount {
background-color: #000000;
color: #ffffff;
text-align: center;
font-weight: bold;
}
@ -107,13 +103,6 @@
cursor: pointer;
}
#userlist, #messagebuffer {
height: 347px;
overflow-y: scroll;
overflow-x: hidden;
border: 1px solid #aaaaaa;
}
#chatwrap, #videowrap {
margin-bottom: 10px;
}
@ -173,9 +162,7 @@
overflow-y: scroll;
}
#plmeta {
border: 1px solid #aaaaaa;
}
#pllength {
float: right;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -37,3 +37,20 @@ footer {
.chat-shadow {
color: #aaaaaa;
}
.drink {
border: 2px solid #0000cc;
}
#drinkcount {
background-color: #000000;
color: #ffffff;
}
#plmeta {
border: 1px solid #aaaaaa;
}
#userlist, #messagebuffer {
border: 1px solid #aaaaaa;
}

View file

@ -6864,3 +6864,20 @@ input.form-control[type="email"], textarea.form-control {
.chat-shadow {
color: #777777;
}
.drink {
border: 2px solid #0000cc;
}
#drinkcount {
background-color: #000000;
color: #ffffff;
}
#plmeta {
border: 1px solid #aaaaaa;
}
#userlist, #messagebuffer {
border: 1px solid #aaaaaa;
}