aboutsummaryrefslogtreecommitdiff
path: root/crypto.css
diff options
context:
space:
mode:
authorJérémie Astori <[email protected]>2018-04-11 00:42:56 -0400
committerJérémie Astori <[email protected]>2018-04-11 00:42:56 -0400
commita11bde0198296dcb28fd4db6af14599eb8348686 (patch)
tree7881e57902f5a2b5fd57f67b1d1f2b11feb25507 /crypto.css
parentda223781d7f416e16b3b4767a17009c310cd5854 (diff)
downloadthelounge-theme-crypto-a11bde0198296dcb28fd4db6af14599eb8348686.tar.gz
thelounge-theme-crypto-a11bde0198296dcb28fd4db6af14599eb8348686.tar.bz2
thelounge-theme-crypto-a11bde0198296dcb28fd4db6af14599eb8348686.zip
Fix style per stylelint recommendations
Diffstat (limited to 'crypto.css')
-rw-r--r--crypto.css62
1 files changed, 30 insertions, 32 deletions
diff --git a/crypto.css b/crypto.css
index 1559c5f..01ae62e 100644
--- a/crypto.css
+++ b/crypto.css
@@ -9,63 +9,61 @@ GitHub: https://github.com/aynik
*/
body {
- background: #000;
- font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
+ background: #000;
+ font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
}
-a,
-#chat a {
- color: #00ff0e;
+a {
+ color: #00ff0e;
}
-a:hover,
-#chat a:hover {
- color: #3eff48;
+a:hover {
+ color: #3eff48;
}
#windows .window h2,
#windows .window h3 {
- color: #666;
+ color: #666;
}
#windows .window h2 {
- border-bottom: none;
+ border-bottom: none;
}
.container {
- margin: 40px auto;
+ margin: 40px auto;
}
#sign-in label {
- color: #666;
+ color: #666;
}
#sign-in label input {
- margin-top: 10px !important;
- font-size: 14px;
+ margin-top: 10px !important;
+ font-size: 14px;
}
.btn {
- border-color: #00ff0e;
- color: #00ff0e;
+ border-color: #00ff0e;
+ color: #00ff0e;
}
.btn:disabled,
.btn:hover {
- background: #00ff0e;
+ background: #00ff0e;
}
#connection-error {
- background: #f00;
+ background: #f00;
}
#settings .opt {
- line-height: 20px;
- font-size: 12px;
+ line-height: 20px;
+ font-size: 12px;
}
#sidebar .chan.lobby {
- color: #00ff0e;
+ color: #00ff0e;
}
#sidebar button,
@@ -73,43 +71,43 @@ a:hover,
#chat .time,
#chat .count::before,
#sidebar .empty {
- color: #666;
+ color: #666;
}
#chat .unhandled .from {
- color: #ddd;
+ color: #ddd;
}
#sidebar .active {
- color: #fff;
+ color: #fff;
}
#windows .header .topic,
.messages .msg,
.userlist {
- line-height: 1.8;
+ line-height: 1.8;
}
#chat .user {
- color: black;
- font-weight: bold;
+ color: black;
+ font-weight: bold;
}
#windows #form .input {
- font-family: inherit;
- font-size: 12px;
+ font-family: inherit;
+ font-size: 12px;
}
#windows select.input {
- height: 38px;
+ height: 38px;
}
#footer .icon {
- color: #666;
+ color: #666;
}
/* Previews */
#chat .toggle-text {
- line-height: initial;
+ line-height: initial;
}