Update css files to confront stylelint rules
This commit is contained in:
parent
4be80ed029
commit
ad6b4e8939
File diff suppressed because it is too large
Load Diff
@ -18,12 +18,14 @@ body {
|
||||
font: 16px Inconsolata-g, monospace;
|
||||
}
|
||||
|
||||
a, #chat a {
|
||||
color: #00FF0E;
|
||||
a,
|
||||
#chat a {
|
||||
color: #00ff0e;
|
||||
}
|
||||
|
||||
a:hover, #chat a:hover {
|
||||
color: #3EFF48;
|
||||
a:hover,
|
||||
#chat a:hover {
|
||||
color: #3eff48;
|
||||
}
|
||||
|
||||
#windows .window h2 {
|
||||
@ -33,10 +35,10 @@ a:hover, #chat a:hover {
|
||||
}
|
||||
|
||||
#main {
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
top: 0px;
|
||||
border-radius: 0px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
@ -54,15 +56,17 @@ a:hover, #chat a:hover {
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-color: #00FF0E;
|
||||
color: #00FF0E;
|
||||
border-color: #00ff0e;
|
||||
color: #00ff0e;
|
||||
}
|
||||
|
||||
.btn:disabled, .btn:hover {
|
||||
background: #00FF0E;
|
||||
.btn:disabled,
|
||||
.btn:hover {
|
||||
background: #00ff0e;
|
||||
}
|
||||
|
||||
#windows .window:before, #windows .chan:before {
|
||||
#windows .window:before,
|
||||
#windows .chan:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@ -77,7 +81,7 @@ a:hover, #chat a:hover {
|
||||
}
|
||||
|
||||
#sidebar .chan:first-child {
|
||||
color: #00FF0E;
|
||||
color: #00ff0e;
|
||||
}
|
||||
|
||||
#sidebar button,
|
||||
@ -104,9 +108,10 @@ a:hover, #chat a:hover {
|
||||
top: 48px;
|
||||
}
|
||||
|
||||
#chat.no-colors .from button, #chat.no-colors .sidebar button {
|
||||
#chat.no-colors .from button,
|
||||
#chat.no-colors .sidebar button {
|
||||
color: #000 !important;
|
||||
font-weight: bold
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#form .input {
|
||||
@ -119,6 +124,6 @@ a:hover, #chat a:hover {
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#main {
|
||||
left: 0px;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,5 @@
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -30,12 +30,14 @@ QUIT #d0907d
|
||||
#form .input,
|
||||
#chat,
|
||||
#windows .header {
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
font-family: "Open Sans", sans-serif !important;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#settings, #sign-in, #connect {
|
||||
color: #cccccc;
|
||||
#settings,
|
||||
#sign-in,
|
||||
#connect {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#chat .count {
|
||||
@ -43,25 +45,26 @@ QUIT #d0907d
|
||||
}
|
||||
|
||||
#chat .search {
|
||||
color: #cccccc;
|
||||
color: #ccc;
|
||||
padding: 15px 16px;
|
||||
}
|
||||
|
||||
#chat .search::-webkit-input-placeholder {
|
||||
color: #99a2b4;
|
||||
opacity: 0.5;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/* Borders */
|
||||
#chat .from, #windows .header,
|
||||
#chat .from,
|
||||
#windows .header,
|
||||
#chat .user-mode:before,
|
||||
#chat .sidebar {
|
||||
border-color: #2a323d;
|
||||
}
|
||||
|
||||
|
||||
/* Attach chat to window borders */
|
||||
#windows .window:before, #windows .chan:before {
|
||||
#windows .window:before,
|
||||
#windows .chan:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -78,7 +81,8 @@ QUIT #d0907d
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#chat .chat, #chat .sidebar {
|
||||
#chat .chat,
|
||||
#chat .sidebar {
|
||||
top: 48px;
|
||||
}
|
||||
|
||||
@ -115,12 +119,12 @@ QUIT #d0907d
|
||||
#form #input {
|
||||
background-color: #2e3642;
|
||||
border-color: #242a33;
|
||||
color: #cccccc;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#form #nick {
|
||||
background: #242a33;
|
||||
color: #CCC;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
@ -129,16 +133,15 @@ QUIT #d0907d
|
||||
#windows .header .button {
|
||||
background: #2e3642;
|
||||
border-color: #242a33;
|
||||
color: #CCC;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#chat .show-more-button:hover,
|
||||
#form #submit:hover,
|
||||
#windows .header .button:hover {
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
#chat .header {
|
||||
color: #99a2b4;
|
||||
}
|
||||
@ -147,6 +150,7 @@ QUIT #d0907d
|
||||
#chat .msg {
|
||||
color: #f3f3f3;
|
||||
}
|
||||
|
||||
#chat .message {
|
||||
color: #fefefe;
|
||||
}
|
||||
@ -179,15 +183,17 @@ QUIT #d0907d
|
||||
#chat .msg.join .from button {
|
||||
color: #84ce88 !important;
|
||||
}
|
||||
|
||||
/* Embeds */
|
||||
#chat .toggle-content,
|
||||
#chat .toggle-button {
|
||||
background: #242a33;
|
||||
color: #f3f3f3;
|
||||
}
|
||||
|
||||
#chat .toggle-content img {
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
#chat .toggle-content .body {
|
||||
|
@ -34,19 +34,25 @@ body {
|
||||
#form .input,
|
||||
#chat,
|
||||
#windows .header {
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
font-family: "Open Sans", sans-serif !important;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#settings, #sign-in, #connect {
|
||||
#settings,
|
||||
#sign-in,
|
||||
#connect {
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
#settings, #sign-in, #connect .title {
|
||||
#settings,
|
||||
#sign-in,
|
||||
#connect .title {
|
||||
color: #88b090;
|
||||
}
|
||||
|
||||
#settings, #sign-in, #connect .opt {
|
||||
#settings,
|
||||
#sign-in,
|
||||
#connect .opt {
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
@ -71,18 +77,20 @@ body {
|
||||
|
||||
#chat .search::-webkit-input-placeholder {
|
||||
color: #d2d39b;
|
||||
opacity: 0.5;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/* Borders */
|
||||
#chat .from, #windows .header,
|
||||
#chat .from,
|
||||
#windows .header,
|
||||
#chat .user-mode:before,
|
||||
#chat .sidebar {
|
||||
border-color: #333333;
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
/* Attach chat to window borders */
|
||||
#windows .window:before, #windows .chan:before {
|
||||
#windows .window:before,
|
||||
#windows .chan:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -99,7 +107,8 @@ body {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#chat .chat, #chat .sidebar {
|
||||
#chat .chat,
|
||||
#chat .sidebar {
|
||||
top: 48px;
|
||||
}
|
||||
|
||||
@ -129,7 +138,7 @@ body {
|
||||
|
||||
/* Message form */
|
||||
#form {
|
||||
background: #333333;
|
||||
background: #333;
|
||||
border-color: #101010;
|
||||
}
|
||||
|
||||
@ -156,10 +165,9 @@ body {
|
||||
#chat .show-more-button:hover,
|
||||
#form #submit:hover,
|
||||
#windows .header .button:hover {
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
#chat .header {
|
||||
color: #d2d39b;
|
||||
}
|
||||
@ -168,6 +176,7 @@ body {
|
||||
#chat .msg {
|
||||
color: #ffcfaf;
|
||||
}
|
||||
|
||||
#chat .message {
|
||||
color: #dcdccc;
|
||||
}
|
||||
@ -196,15 +205,17 @@ body {
|
||||
#chat .msg.join .from button {
|
||||
color: #8cd0d3 !important;
|
||||
}
|
||||
|
||||
/* Embeds */
|
||||
#chat .toggle-content,
|
||||
#chat .toggle-button {
|
||||
background: #93b3a3;
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
#chat .toggle-content img {
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
#chat .toggle-content .body {
|
||||
|
Loading…
Reference in New Issue
Block a user