Karbowiak

Untitled

Jul 1st, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.70 KB | None | 0 0
  1. /*
  2. Dark theme for The Lounge.
  3. Based on the Zenburn Theme by JP Smith
  4.  
  5. Installation instructions can be found here
  6. https://thelounge.github.io/docs/server/configuration.html#theme
  7.  
  8. Author: Nathan Grebowiec
  9. GitHub: https://github.com/gweedo767
  10. */
  11.  
  12. /*
  13. BACKGROUND #3f3f3f
  14. INPUT BACKGROUND #434443
  15. PRIMARY #dcdccc
  16. SECONDARY #d2d39b
  17. BORDERS #333333
  18. QUIT #bc6c4c
  19. */
  20.  
  21. @import url(https://fonts.googleapis.com/css?family=Roboto);
  22.  
  23. body {
  24.         background: #2b2b2b;
  25.         font-family: 'Roboto', sans-serif;
  26. }
  27.  
  28. #main,
  29. #chat .sidebar,
  30. #windows .chan,
  31. #windows .window {
  32.         background: #3f3f3f;
  33. }
  34.  
  35. #main #chat,
  36. #main #form,
  37. #form .input,
  38. #chat,
  39. #windows .header {
  40.         font-size: 13px;
  41. }
  42.  
  43. #windows .header .topic {
  44.         color: #abb4ce;
  45. }
  46.  
  47. #settings,
  48. #sign-in,
  49. #connect {
  50.         color: #dcdccc;
  51. }
  52.  
  53. #settings,
  54. #sign-in,
  55. #connect .title {
  56.         color: #88b090;
  57. }
  58.  
  59. #settings,
  60. #sign-in,
  61. #connect .opt {
  62.         color: #dcdccc;
  63. }
  64.  
  65. #sidebar {
  66.         background: #2b2b2b;
  67.         bottom: 48px;
  68. }
  69.  
  70. #sidebar .chan .name:after {
  71.         background: linear-gradient(to right, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
  72. }
  73.  
  74. #footer {
  75.         background: #33332f;
  76.         border-top: 1px solid #000;
  77. }
  78.  
  79. #chat .count {
  80.         background-color: #434443;
  81. }
  82.  
  83. #chat .search {
  84.         color: #88b090;
  85.         padding: 15px 16px;
  86. }
  87.  
  88. #chat .search::-webkit-input-placeholder {
  89.         color: #d2d39b;
  90.         opacity: .5;
  91. }
  92.  
  93. #form #input::-webkit-input-placeholder {
  94.         color: white;
  95.         opacity: .3;
  96. }
  97.  
  98. /* Borders */
  99. #chat .from,
  100. #windows .header,
  101. #chat .user-mode:before,
  102. #chat .sidebar {
  103.         border-color: #333;
  104. }
  105.  
  106. /* Attach chat to window borders */
  107. #windows .window:before,
  108. #windows .chan:before {
  109.         display: none;
  110. }
  111.  
  112. #footer {
  113.         left: 0;
  114.         bottom: 0;
  115.         width: 220px;
  116. }
  117.  
  118. #main {
  119.         top: 0;
  120.         bottom: 0;
  121.         right: 0;
  122.         border-radius: 0;
  123. }
  124.  
  125. #chat .chat,
  126. #chat .sidebar {
  127.         top: 48px;
  128. }
  129.  
  130. /* User list */
  131. #chat .user-mode {
  132.         color: #dcdccc;
  133. }
  134.  
  135. /* Nicknames */
  136. #chat .user {
  137.         color: #bc8cbc;
  138. }
  139.  
  140. #chat .user:hover {
  141.         color: #dcdccc;
  142. }
  143.  
  144. #chat.colored-nicks .user.color-1 { color: #f7adf7; }
  145. #chat.colored-nicks .user.color-2 { color: #abf99f; }
  146. #chat.colored-nicks .user.color-3 { color: #86efdc; }
  147. #chat.colored-nicks .user.color-4 { color: #b76ee5; }
  148. #chat.colored-nicks .user.color-5 { color: #f9a4b3; }
  149. #chat.colored-nicks .user.color-6 { color: #f7999a; }
  150. #chat.colored-nicks .user.color-7 { color: #f497b9; }
  151. #chat.colored-nicks .user.color-8 { color: #f9a9d7; }
  152. #chat.colored-nicks .user.color-9 { color: #7fa2e2; }
  153. #chat.colored-nicks .user.color-10 { color: #a8b8ff; }
  154. #chat.colored-nicks .user.color-11 { color: #ad88fc; }
  155. #chat.colored-nicks .user.color-12 { color: #f4aead; }
  156. #chat.colored-nicks .user.color-13 { color: #fc71ab; }
  157. #chat.colored-nicks .user.color-14 { color: #ff72e0; }
  158. #chat.colored-nicks .user.color-15 { color: #8cb6ea; }
  159. #chat.colored-nicks .user.color-16 { color: #f9857c; }
  160. #chat.colored-nicks .user.color-17 { color: #ed9b82; }
  161. #chat.colored-nicks .user.color-18 { color: #8df484; }
  162. #chat.colored-nicks .user.color-19 { color: #ffcce3; }
  163. #chat.colored-nicks .user.color-20 { color: #efcc81; }
  164. #chat.colored-nicks .user.color-21 { color: #90a1ed; }
  165. #chat.colored-nicks .user.color-22 { color: #f4d484; }
  166. #chat.colored-nicks .user.color-23 { color: #97ea70; }
  167. #chat.colored-nicks .user.color-24 { color: #fcbbba; }
  168. #chat.colored-nicks .user.color-25 { color: #eef975; }
  169. #chat.colored-nicks .user.color-26 { color: #c7ff93; }
  170. #chat.colored-nicks .user.color-27 { color: #ffade1; }
  171. #chat.colored-nicks .user.color-28 { color: #98ecf2; }
  172. #chat.colored-nicks .user.color-29 { color: #7187f2; }
  173. #chat.colored-nicks .user.color-30 { color: #9676e2; }
  174. #chat.colored-nicks .user.color-31 { color: #f2a4eb; }
  175. #chat.colored-nicks .user.color-32 { color: #85f27d; }
  176.  
  177. #chat a {
  178.         color: #8c8cbc;
  179. }
  180.  
  181. #chat button:hover {
  182.         opacity: 1;
  183. }
  184.  
  185. /* Message form */
  186. #form {
  187.         background: #333;
  188.         border-color: #101010;
  189. }
  190.  
  191. #form #input {
  192.         background-color: #434443;
  193.         border-color: #101010;
  194.         color: #dcdccc;
  195.         padding: 6px;
  196. }
  197.  
  198. #form #nick {
  199.         background: #101010;
  200.         color: #dcdccc;
  201. }
  202.  
  203. #form #submit:hover {
  204.         opacity: 1;
  205. }
  206.  
  207. /* Buttons */
  208. #chat .show-more-button {
  209.         background: #434443;
  210.         border-color: #101010;
  211.         color: #dcdccc;
  212. }
  213.  
  214. #chat .show-more-button:hover {
  215.         color: #fff;
  216. }
  217.  
  218. #chat .header {
  219.         color: #d2d39b;
  220. }
  221.  
  222. /* Setup text colors */
  223. #chat .msg {
  224.         color: #ffcfaf;
  225. }
  226.  
  227. #chat .message {
  228.         color: #dcdccc;
  229. }
  230.  
  231. #chat .self .text {
  232.         color: #d2d39b;
  233. }
  234.  
  235. #chat .error,
  236. #chat .error .from,
  237. #chat .highlight,
  238. #chat .highlight .from,
  239. #chat .channel .highlight .text {
  240.         color: #bc6c4c;
  241. }
  242.  
  243. #chat .msg.quit .time,
  244. #chat .msg.quit .from button {
  245.         color: #bc6c9c !important;
  246. }
  247.  
  248. #chat .msg.topic {
  249.         color: #dcdccc;
  250. }
  251.  
  252. #chat .msg.join .time,
  253. #chat .msg.join .from button {
  254.         color: #8cd0d3 !important;
  255. }
  256.  
  257. #chat .highlight .text {
  258.         color: #00fdff;
  259. }
  260.  
  261. #chat .topic .text {
  262.         color: #fdeb00;
  263. }
  264.  
  265. /* Embeds */
  266. #chat .toggle-content,
  267. #chat .toggle-button {
  268.         background: #93b3a3;
  269.         color: #dcdccc;
  270. }
  271.  
  272. #chat .toggle-content img {
  273.         float: left;
  274.         margin-right: .5em;
  275. }
  276.  
  277. #chat .toggle-content .body {
  278.         color: #d2d39b;
  279. }
  280.  
  281. @media (max-width: 768px) {
  282.         #main {
  283.                 left: 0;
  284.         }
  285.         #footer {
  286.                 left: -220px;
  287.                 width: 225px;
  288.         }
  289. }
Advertisement
Add Comment
Please, Sign In to add comment