aboutsummaryrefslogtreecommitdiff
path: root/crypto.css
blob: 1559c5f8945efccc5bce5b0b13f660cb9407d062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/*
Crypto theme for The Lounge.

Installation instructions can be found here
https://thelounge.chat/docs/server/configuration.html#theme

Author: Aynik
GitHub: https://github.com/aynik
*/

body {
	background: #000;
	font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
}

a,
#chat a {
	color: #00ff0e;
}

a:hover,
#chat a:hover {
	color: #3eff48;
}

#windows .window h2,
#windows .window h3 {
	color: #666;
}

#windows .window h2 {
	border-bottom: none;
}

.container {
	margin: 40px auto;
}

#sign-in label {
	color: #666;
}

#sign-in label input {
	margin-top: 10px !important;
	font-size: 14px;
}

.btn {
	border-color: #00ff0e;
	color: #00ff0e;
}

.btn:disabled,
.btn:hover {
	background: #00ff0e;
}

#connection-error {
	background: #f00;
}

#settings .opt {
	line-height: 20px;
	font-size: 12px;
}

#sidebar .chan.lobby {
	color: #00ff0e;
}

#sidebar button,
#sidebar .chan,
#chat .time,
#chat .count::before,
#sidebar .empty {
	color: #666;
}

#chat .unhandled .from {
	color: #ddd;
}

#sidebar .active {
	color: #fff;
}

#windows .header .topic,
.messages .msg,
.userlist {
	line-height: 1.8;
}

#chat .user {
	color: black;
	font-weight: bold;
}

#windows #form .input {
	font-family: inherit;
	font-size: 12px;
}

#windows select.input {
	height: 38px;
}

#footer .icon {
	color: #666;
}

/* Previews */

#chat .toggle-text {
	line-height: initial;
}