thelounge/client/themes/crypto.css

145 lines
1.8 KiB
CSS
Raw Normal View History

2015-04-14 21:13:38 +02:00
/*
Crypto theme for The Lounge.
2015-04-14 21:13:38 +02:00
Installation instructions can be found here
https://thelounge.github.io/docs/server/configuration.html#theme
2015-04-14 21:13:38 +02:00
Author: Aynik
GitHub: https://github.com/aynik
*/
2015-04-16 10:07:13 +02:00
@font-face {
font-family: Inconsolata-g;
2016-10-09 11:05:42 +02:00
src: url("../css/fonts/inconsolatag.woff") format("woff");
2015-04-16 10:07:13 +02:00
}
2015-04-14 21:13:38 +02:00
body {
background: #000;
font: 16px Inconsolata-g, monospace;
2015-04-14 21:13:38 +02:00
}
code,
kbd {
font-family: Inconsolata-g, monospace;
}
a,
#chat a {
color: #00ff0e;
2015-04-14 21:13:38 +02:00
}
a:hover,
#chat a:hover {
color: #3eff48;
2015-04-14 21:13:38 +02:00
}
#windows .window h2,
#windows .window h3 {
color: #666;
}
#windows .window h2 {
border-bottom: none;
2015-04-14 21:13:38 +02:00
}
2015-04-14 21:32:17 +02:00
.container {
margin: 40px auto;
2015-04-14 21:32:17 +02:00
}
2015-04-14 21:13:38 +02:00
#sign-in label {
color: #666;
2015-04-14 21:13:38 +02:00
}
#sign-in label input {
margin-top: 10px !important;
font-size: 14px;
2015-04-14 21:13:38 +02:00
}
.btn {
border-color: #00ff0e;
color: #00ff0e;
2015-04-14 21:13:38 +02:00
}
.btn:disabled,
.btn:hover {
background: #00ff0e;
2015-04-14 21:13:38 +02:00
}
.btn-reconnect {
background: #f00;
color: #fff;
border: 0;
border-radius: 0;
margin: 0;
}
2015-04-14 21:13:38 +02:00
#settings .opt {
line-height: 20px;
font-size: 12px;
2015-04-14 21:13:38 +02:00
}
#sign-in .remember {
font-size: 12px;
line-height: 30px;
2015-04-14 21:13:38 +02:00
}
#sidebar .chan:first-child {
color: #00ff0e;
2015-04-14 21:13:38 +02:00
}
#sidebar .chan .name::after {
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
2015-04-16 10:07:13 +02:00
#sidebar button,
#sidebar .chan,
#sidebar .sign-out,
#chat .time,
#chat .count::before,
2015-04-14 21:13:38 +02:00
#sidebar .empty {
color: #666;
2015-04-14 21:13:38 +02:00
}
#chat .unhandled .from {
color: #ddd;
}
2015-04-14 21:13:38 +02:00
#sidebar .active {
color: #fff;
2015-04-14 21:13:38 +02:00
}
#windows .header .topic,
.messages .msg,
.sidebar {
font: 12px Inconsolata-g, monospace;
line-height: 1.8;
2015-04-16 10:07:13 +02:00
}
#chat .user {
color: black;
font-weight: bold;
2015-04-14 21:13:38 +02:00
}
2016-07-31 23:50:42 +02:00
#windows #form .input {
font-family: inherit;
font-size: 12px;
2015-04-16 10:07:13 +02:00
}
#windows select.input {
height: 38px;
}
2015-04-14 21:13:38 +02:00
#footer .icon {
color: #666;
2015-04-14 21:13:38 +02:00
}
.tooltipped::after {
font-family: Inconsolata-g, monospace;
}
/* Previews */
#chat .toggle-text {
line-height: initial;
}