2015-01-10 17:05:47 +00:00
|
|
|
/*
|
2016-02-10 05:45:51 +00:00
|
|
|
Zenburn theme for The Lounge.
|
2015-01-10 17:05:47 +00:00
|
|
|
Based on the Morning Theme by Riku Rouvila
|
|
|
|
|
|
|
|
Installation instructions can be found here
|
2018-01-14 07:15:08 +00:00
|
|
|
https://thelounge.chat/docs/server/configuration.html#theme
|
2015-01-10 17:05:47 +00:00
|
|
|
|
|
|
|
Author: JP Smith
|
|
|
|
GitHub: https://github.com/japesinator
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
BACKGROUND #3f3f3f
|
|
|
|
INPUT BACKGROUND #434443
|
|
|
|
PRIMARY #dcdccc
|
|
|
|
SECONDARY #d2d39b
|
|
|
|
BORDERS #333333
|
|
|
|
QUIT #bc6c4c
|
|
|
|
*/
|
|
|
|
|
2015-10-04 01:37:39 +00:00
|
|
|
body {
|
|
|
|
background: #2b2b2b;
|
2016-06-07 17:56:49 +00:00
|
|
|
color: #dcdccc;
|
2015-10-04 01:37:39 +00:00
|
|
|
}
|
|
|
|
|
2017-10-28 20:50:57 +00:00
|
|
|
.loading-logo-bright {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading-logo-dark {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-01-23 16:53:12 +00:00
|
|
|
#main,
|
|
|
|
#chat .sidebar,
|
|
|
|
#windows .chan,
|
|
|
|
#windows .window {
|
2016-02-17 18:38:42 +00:00
|
|
|
background: #3f3f3f;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-02-17 18:38:42 +00:00
|
|
|
#settings,
|
|
|
|
#sign-in,
|
|
|
|
#connect .title {
|
|
|
|
color: #88b090;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-02-17 18:38:42 +00:00
|
|
|
#settings,
|
|
|
|
#sign-in,
|
|
|
|
#connect .opt {
|
|
|
|
color: #dcdccc;
|
2015-01-12 15:57:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
2016-02-17 18:38:42 +00:00
|
|
|
background: #2b2b2b;
|
2015-01-12 15:57:58 +00:00
|
|
|
}
|
|
|
|
|
2017-08-21 06:18:33 +00:00
|
|
|
#sidebar .chan .name::after {
|
2016-02-25 07:29:51 +00:00
|
|
|
background: linear-gradient(to right, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
|
|
|
|
}
|
|
|
|
|
2015-01-12 15:57:58 +00:00
|
|
|
#footer {
|
2017-07-04 17:39:39 +00:00
|
|
|
background: #333;
|
2016-02-17 18:38:42 +00:00
|
|
|
border-top: 1px solid #000;
|
2015-01-12 15:57:58 +00:00
|
|
|
}
|
|
|
|
|
2015-01-10 17:05:47 +00:00
|
|
|
#chat .count {
|
2016-02-17 18:38:42 +00:00
|
|
|
background-color: #434443;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .search {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #88b090;
|
|
|
|
padding: 15px 16px;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Borders */
|
2018-02-11 17:11:17 +00:00
|
|
|
#chat .content,
|
2016-02-17 18:38:42 +00:00
|
|
|
#windows .header,
|
2017-08-21 06:18:33 +00:00
|
|
|
#chat .user-mode::before,
|
2015-01-10 17:05:47 +00:00
|
|
|
#chat .sidebar {
|
2016-02-17 18:38:42 +00:00
|
|
|
border-color: #333;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* User list */
|
|
|
|
#chat .user-mode {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #dcdccc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Nicknames */
|
2016-05-15 19:56:48 +00:00
|
|
|
#chat .user {
|
|
|
|
color: #bc8cbc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#chat.colored-nicks .user.color-1 { color: #f7adf7; }
|
|
|
|
#chat.colored-nicks .user.color-2 { color: #abf99f; }
|
|
|
|
#chat.colored-nicks .user.color-3 { color: #86efdc; }
|
|
|
|
#chat.colored-nicks .user.color-4 { color: #b76ee5; }
|
|
|
|
#chat.colored-nicks .user.color-5 { color: #f9a4b3; }
|
|
|
|
#chat.colored-nicks .user.color-6 { color: #f7999a; }
|
|
|
|
#chat.colored-nicks .user.color-7 { color: #f497b9; }
|
|
|
|
#chat.colored-nicks .user.color-8 { color: #f9a9d7; }
|
|
|
|
#chat.colored-nicks .user.color-9 { color: #7fa2e2; }
|
|
|
|
#chat.colored-nicks .user.color-10 { color: #a8b8ff; }
|
|
|
|
#chat.colored-nicks .user.color-11 { color: #ad88fc; }
|
|
|
|
#chat.colored-nicks .user.color-12 { color: #f4aead; }
|
|
|
|
#chat.colored-nicks .user.color-13 { color: #fc71ab; }
|
|
|
|
#chat.colored-nicks .user.color-14 { color: #ff72e0; }
|
|
|
|
#chat.colored-nicks .user.color-15 { color: #8cb6ea; }
|
|
|
|
#chat.colored-nicks .user.color-16 { color: #f9857c; }
|
|
|
|
#chat.colored-nicks .user.color-17 { color: #ed9b82; }
|
|
|
|
#chat.colored-nicks .user.color-18 { color: #8df484; }
|
|
|
|
#chat.colored-nicks .user.color-19 { color: #ffcce3; }
|
|
|
|
#chat.colored-nicks .user.color-20 { color: #efcc81; }
|
|
|
|
#chat.colored-nicks .user.color-21 { color: #90a1ed; }
|
|
|
|
#chat.colored-nicks .user.color-22 { color: #f4d484; }
|
|
|
|
#chat.colored-nicks .user.color-23 { color: #97ea70; }
|
|
|
|
#chat.colored-nicks .user.color-24 { color: #fcbbba; }
|
|
|
|
#chat.colored-nicks .user.color-25 { color: #eef975; }
|
|
|
|
#chat.colored-nicks .user.color-26 { color: #c7ff93; }
|
|
|
|
#chat.colored-nicks .user.color-27 { color: #ffade1; }
|
|
|
|
#chat.colored-nicks .user.color-28 { color: #98ecf2; }
|
|
|
|
#chat.colored-nicks .user.color-29 { color: #7187f2; }
|
|
|
|
#chat.colored-nicks .user.color-30 { color: #9676e2; }
|
|
|
|
#chat.colored-nicks .user.color-31 { color: #f2a4eb; }
|
|
|
|
#chat.colored-nicks .user.color-32 { color: #85f27d; }
|
2016-05-12 06:29:36 +00:00
|
|
|
|
2015-01-10 17:05:47 +00:00
|
|
|
#chat a {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #8c8cbc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-12-20 19:19:40 +00:00
|
|
|
/* Increase contrast of some IRC colors */
|
|
|
|
.irc-fg2 { color: #1b94ff; }
|
|
|
|
.irc-fg5 { color: #e969a7; }
|
|
|
|
.irc-fg12 { color: #6fb7ff; }
|
|
|
|
|
2015-01-10 17:05:47 +00:00
|
|
|
/* Message form */
|
|
|
|
#form {
|
2016-02-17 18:38:42 +00:00
|
|
|
background: #333;
|
|
|
|
border-color: #101010;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-08-14 21:28:47 +00:00
|
|
|
#windows #form .input {
|
2016-07-06 07:21:51 +00:00
|
|
|
background-color: #434443 !important;
|
|
|
|
border-color: #101010 !important;
|
|
|
|
color: #dcdccc !important;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#form #nick {
|
2016-02-17 18:38:42 +00:00
|
|
|
background: #101010;
|
|
|
|
color: #dcdccc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-03-13 00:34:26 +00:00
|
|
|
#form #submit:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2016-01-23 16:53:12 +00:00
|
|
|
/* Buttons */
|
2016-03-11 21:18:20 +00:00
|
|
|
#chat .show-more-button {
|
2016-02-17 18:38:42 +00:00
|
|
|
background: #434443;
|
|
|
|
border-color: #101010;
|
|
|
|
color: #dcdccc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
2015-01-12 15:57:58 +00:00
|
|
|
|
2016-03-11 21:18:20 +00:00
|
|
|
#chat .show-more-button:hover {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #fff;
|
2016-01-23 16:53:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .header {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #d2d39b;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-07-10 20:38:08 +00:00
|
|
|
/* Notification dot on the top right corner of the menu icon */
|
2017-08-21 06:18:33 +00:00
|
|
|
#viewport .lt::after {
|
2016-07-10 20:38:08 +00:00
|
|
|
border-color: #3f3f3f;
|
|
|
|
}
|
|
|
|
|
2017-08-21 06:18:33 +00:00
|
|
|
#chat .unread-marker-text::before {
|
2016-07-04 21:57:49 +00:00
|
|
|
background-color: #3f3f3f;
|
|
|
|
}
|
|
|
|
|
2017-08-21 06:18:33 +00:00
|
|
|
#chat .date-marker::before {
|
2016-10-03 18:03:19 +00:00
|
|
|
border-color: #97ea70;
|
|
|
|
}
|
|
|
|
|
2017-08-21 06:18:33 +00:00
|
|
|
#chat .date-marker-text::before {
|
2016-10-03 18:03:19 +00:00
|
|
|
background-color: #3f3f3f;
|
|
|
|
color: #97ea70;
|
|
|
|
}
|
|
|
|
|
2015-01-10 17:05:47 +00:00
|
|
|
/* Setup text colors */
|
|
|
|
#chat .msg {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #ffcfaf;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
2016-02-17 18:38:42 +00:00
|
|
|
|
2015-01-10 17:05:47 +00:00
|
|
|
#chat .message {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #dcdccc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .self .text {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #d2d39b;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .error,
|
|
|
|
#chat .error .from,
|
2016-05-16 19:46:22 +00:00
|
|
|
#chat .channel .highlight,
|
2016-09-28 18:23:06 +00:00
|
|
|
#chat .channel .highlight .from,
|
|
|
|
#chat .channel .highlight .text {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #bc6c4c;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
2016-04-24 15:12:54 +00:00
|
|
|
#chat .unhandled .from {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
2015-01-10 17:05:47 +00:00
|
|
|
#chat .msg.quit .time,
|
2016-01-23 14:39:54 +00:00
|
|
|
#chat .msg.quit .from button {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #bc6c9c !important;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .msg.topic {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #dcdccc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .msg.join .time,
|
2016-01-23 14:39:54 +00:00
|
|
|
#chat .msg.join .from button {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #8cd0d3 !important;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
2016-02-17 18:38:42 +00:00
|
|
|
|
2017-04-06 14:45:01 +00:00
|
|
|
#chat table.channel-list td {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2018-02-28 22:09:46 +00:00
|
|
|
code,
|
|
|
|
.irc-monospace {
|
|
|
|
background: #333;
|
|
|
|
color: #dcdccc;
|
|
|
|
}
|
|
|
|
|
2017-07-04 17:39:39 +00:00
|
|
|
/* Previews */
|
|
|
|
|
2017-07-12 06:56:58 +00:00
|
|
|
#chat .toggle-content {
|
|
|
|
background: #333;
|
2017-08-06 16:35:01 +00:00
|
|
|
color: #dcdccc;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .toggle-content .body {
|
2016-02-17 18:38:42 +00:00
|
|
|
color: #d2d39b;
|
2015-01-10 17:05:47 +00:00
|
|
|
}
|
2016-12-13 06:27:56 +00:00
|
|
|
|
2016-12-21 01:42:08 +00:00
|
|
|
/* Form elements */
|
|
|
|
|
|
|
|
#chat-container ::-moz-placeholder {
|
|
|
|
color: #d2d39b;
|
2017-08-21 06:22:40 +00:00
|
|
|
opacity: 0.5;
|
2016-12-21 01:42:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat-container ::-webkit-input-placeholder {
|
|
|
|
color: #d2d39b;
|
2017-08-21 06:22:40 +00:00
|
|
|
opacity: 0.5;
|
2016-12-21 01:42:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat-container :-ms-input-placeholder {
|
|
|
|
color: #d2d39b;
|
2017-08-21 06:22:40 +00:00
|
|
|
opacity: 0.5;
|
2016-12-21 01:42:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* End form elements */
|
2017-05-11 00:17:27 +00:00
|
|
|
|
|
|
|
@media (min-width: 480px) {
|
2017-08-21 06:18:33 +00:00
|
|
|
#chat .from::after {
|
2017-08-21 06:22:40 +00:00
|
|
|
background: linear-gradient(to right, rgba(63, 63, 63, 0.5) 0%, rgba(63, 63, 63, 1) 100%);
|
2017-05-11 00:17:27 +00:00
|
|
|
}
|
|
|
|
}
|