diff options
| author | Pavel Djundik <[email protected]> | 2018-04-11 12:28:15 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-11 12:28:15 +0300 |
| commit | 950663da7db4787c55e2470a0f4e23f03349155a (patch) | |
| tree | 417018ebd08ebe9e5dea02a3792750ea84d639f1 /crypto.css | |
| parent | e06eec601baf1316b3cf3e147d1cad527ca35610 (diff) | |
| parent | e292dd7ef92be9fcda49c79564e70f7fa31843fa (diff) | |
| download | thelounge-theme-crypto-950663da7db4787c55e2470a0f4e23f03349155a.tar.gz thelounge-theme-crypto-950663da7db4787c55e2470a0f4e23f03349155a.tar.bz2 thelounge-theme-crypto-950663da7db4787c55e2470a0f4e23f03349155a.zip | |
Merge pull request #1 from thelounge/astorije/crypto
Move this theme over from main codebase
Diffstat (limited to 'crypto.css')
| -rw-r--r-- | crypto.css | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/crypto.css b/crypto.css new file mode 100644 index 0000000..01ae62e --- /dev/null +++ b/crypto.css @@ -0,0 +1,113 @@ +/* +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 { + color: #00ff0e; +} + +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; +} |
