Advertisement
Guest User

Skyrock Darkmode CSS

a guest
Mar 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.65 KB | None | 0 0
  1. @import url('http://fonts.googleapis.com/css?family=Oswald');
  2. @import url('http://fonts.googleapis.com/css?family=Lato');
  3.  
  4.  
  5. #js-skychat {
  6.    background-color: #23272a;
  7.    color: #403d40;
  8.    font-size: .9em;
  9.    font-family: 'Lato', sans-serif;
  10.  
  11. }
  12.  
  13. #chat-container .action {
  14.     color: #c38fc3;
  15. }
  16.  
  17. .chat-area, .chat-area.show-sidebar-user {
  18.        width: 78.6247288%;
  19.        margin-top: 0px;
  20.      height: 100%;
  21. }
  22. aside.user-list-area {
  23.        top: 0;
  24.        width: 20.952562%; /* 263px / 1054 */
  25. }
  26.  
  27. .buttonlink {
  28.    border-radius: 5px;
  29.    padding: 3px 1.2em;
  30. }
  31.  
  32. nav.channel-nav ul > li {
  33.    background: #2c2f33;
  34.    border-radius: 15px;
  35.     font-family: 'Oswald', sans-serif;
  36.  
  37. }
  38. nav.channel-nav ul > li .pointe_channel {
  39.    visibility: hidden;
  40. }
  41.  
  42. nav.channel-nav ul > li a {
  43.        padding: 3px 1.2em;
  44. }
  45.  
  46. nav.channel-nav ul > li.new_activity .pointe_channel {
  47.    border-color: transparent #c1ccd2 transparent transparent;
  48. }
  49. nav.channel-nav ul > li.new_activity {
  50.    background: #4c5459 !important;
  51. }
  52. nav.channel-nav ul>li.highlight {
  53.     background: #FF0C00 !important;
  54. }
  55. .box_saisie img {
  56.    display : none;
  57. }
  58. .box_saisie button {
  59.    display: none;
  60. }
  61. .box_saisie form,input[type="text"] {
  62.    border-radius: 20px;
  63.    -webkit-border-radius: 20px;
  64.  -moz-border-radius: 20px;
  65.    outline: none;
  66.    padding: 5px;
  67. }
  68. input.msg-form-input.grow {
  69.    background-color: #2c2f33 !important;
  70.    color: #c1ccd2;
  71. }
  72. @media screen and (min-width: 767px) {
  73.    html, body {
  74.        overflow: visible;
  75.    }
  76. }
  77.    #chat-container ::-webkit-scrollbar {
  78.        width: 6px;
  79.        background: #2c2f33 !important;
  80.        border-radius: 10px;
  81.    }
  82.    
  83.  #chat-container ::-webkit-scrollbar-thumb {
  84.    border-radius: 10px;
  85.    }
  86.    
  87.    #chat-container ::-webkit-scrollbar-track {
  88.    border-radius: 10px;
  89.    }
  90.    
  91.    #chat-container ::-webkit-scrollbar-button {
  92.        background: #2c2f33;
  93.        border-radius: 10px;
  94.  }
  95.  
  96.  
  97. .messages-wrapper {
  98.    height: 380px;
  99. }
  100. #logosky {
  101.    background-color: #23272a;
  102.    display: none;
  103. }
  104. #navtop {
  105.    background-color: #23272a;
  106. }
  107. #pm-list-preview-3304174366 span {
  108.    color: #c1ccd2;
  109. }
  110. #search-form {
  111.    background-color: #23272a;
  112.    color: #dedede;
  113. }
  114. .profile {
  115.    background-color: #23272a;
  116. }
  117. a.buttonlink {
  118.     padding: 0.2em 0.7em;
  119. }
  120. .search-user-list li:nth-child(even) {
  121.     background: #23272a;
  122. }
  123. #search-form, #search-user-list, #search-avatar-list  {
  124.     background: #23272a;
  125.  
  126. }
  127.  
  128. a.buttonlink.search-button {
  129.    background-color: #23272a;
  130. }
  131. .buttonlink {
  132.    padding: 0.6em 0.7em;
  133.    margin: 3px 0 3px 3px;
  134.    background-color: #2c2f33;
  135.    color: #fff;
  136.    display: inline-block;
  137. }
  138. a.operator.black {
  139.    color: #ffffff;
  140. }
  141. a.pink.js-pseudo {
  142.    color: #ff7ac5;
  143. }
  144. a.voice.black {
  145.    color: #ffffff;
  146. }
  147. a.voice.pink {
  148.    color: #fa84fa;
  149. }
  150. button.btn_send {
  151.    background-color: #121212;
  152.    border-style: none;
  153.    color: #c1ccd2;
  154. }
  155. div.chan-topic {
  156.    background-color: #23272a;
  157.    color: #f5f5f5;
  158. }
  159. div.js-chat-area.chat-area {
  160.    background-color: #23272a;
  161. }
  162. div.js-profile {
  163.    background-color: #23272a;
  164. }
  165. div.js-profile.profile {
  166.    background-color: #23272a;
  167. }
  168. div.js-profile.profile.clearfix {
  169.    background-color: #23272a;
  170.    background-image: none;
  171. }
  172. div.messages-wrapper {
  173.    background-color: #23272a;
  174.    color: #23272a;
  175. }
  176. div.mp_infos div {
  177.    color: #b3b3b3;
  178. }
  179. div.private-message-top {
  180.    background-color: #2e2e2e;
  181. }
  182. div.profile {
  183.    background-color: #23272a;
  184. }
  185. div.profile-img-container {
  186.    background-color: #23272a;
  187. }
  188. div.profile-img-container img {
  189.    background-color: #000000;
  190. }
  191. div.profile-infos {
  192.    background-color: #525252;
  193. }
  194. div.sls_page_wrapper {
  195.    background-color: #23272a;
  196. }
  197. div.table-cell.grow {
  198.    background-color: #23272a;
  199. }
  200. div.topic-txt {
  201.    margin-bottom: 0;
  202. }
  203. img.js-lazy-load {
  204.    background-color: #23272a;
  205.    border-color: #000000;
  206.    border-style: solid;
  207. }
  208.  
  209. input.js-upload-photo-input {
  210.    background-color: #23272a;
  211. }
  212. input.js-upload-photo-input.upload {
  213.    background-color: #23272a;
  214.    border-style: none;
  215. }
  216. input.msg-form-input.grow {
  217.    background-color: #363636;
  218.    color: #ffffff;
  219. }
  220. li {
  221.    margin-right: 0;
  222. }
  223. li span img {
  224.    background-color: #a356a3;
  225. }
  226. li.clearfix {
  227.    background-color: #23272a;
  228.    color: #e6e6e6;
  229. }
  230. li.clearfix.n-489956491 {
  231.    background-color: #1a1a1a;
  232. }
  233. nav {
  234.    background-color: #242424;
  235. }
  236. nav.channel-nav {
  237.    background-color: #23272a;
  238.    margin-left: -75px;
  239.    margin-top: 10px;
  240.    
  241. }
  242. p span img {
  243.    background-color: #363536;
  244. }
  245.  
  246.  
  247. span.quit {
  248.    color: #595959;
  249. }
  250. ul.avatar-list li {
  251.    background-color: #000000;
  252.    border-color: #3d3d3d;
  253.    border-style: none;
  254. }
  255. ul.avatar-list li a {
  256.    background-color: #000000;
  257. }
  258. ul.js-sort-choice.sort-choice.clearfix {
  259.    background-color: #23272a;
  260. }
  261. ul.js-ul-messages.chan-messages * {
  262.    background-color: #23272a;
  263. }
  264. ul.js-ul-messages.chan-messages span[style] {
  265.    background-color: #23272a !important;
  266.    color: #c1ccd2 !important;
  267. }
  268. ul.mp_boutons li {
  269.    background-color: #23272a;
  270. }
  271. ul.private-message-list {
  272.    background-color: #23272a;
  273. }
  274. ul.userMenu {
  275.    background-color: #c1ccd2;
  276. }
  277. ul.userlist {
  278.    border-color: #23272a;
  279. }
  280. ul.userlist li {
  281.    background-color: #23272a;
  282.    height: 10px;
  283. }
  284. .userlist li:nth-child(odd) {
  285.    background: #23272a;
  286. }
  287.  
  288. .topic-txt {
  289.    display: none;
  290. }
  291. .messages-wrapper * {
  292.    color: #c1ccd2;
  293. }
  294. .messages-wrapper span * {
  295.    color: #c1ccd2;
  296. }
  297. .time {
  298.    color: #999999;
  299.    font-size: 75%;
  300. }
  301. #chat-container .black {
  302.    color: red;
  303. }
  304. #chat-container .part,
  305. #chat-container .quit {
  306.    color: #999999;
  307. }
  308.    .chan-messages li {
  309.    padding: 2px 10px;
  310. }
  311.  
  312. img[src*="https://static.skyrock.net/img/chat/smileys/1-smile.png"] {
  313.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/160/facebook/65/slightly-smiling-face_1f642.png")
  314. }
  315. img[src*="https://static.skyrock.net/img/chat/smileys/5-tongue-out.png"] {
  316.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/65/face-savouring-delicious-food_1f60b.png")
  317. }
  318. img[src*="https://static.skyrock.net/img/chat/smileys/30-niceeyes.png"] {
  319.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/65/smiling-face-with-smiling-eyes_1f60a.png")
  320. }
  321. img[src*="https://static.skyrock.net/img/chat/smileys/lol.gif"] {
  322.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/65/face-with-tears-of-joy_1f602.png")
  323. }
  324. img[src*="https://static.skyrock.net/img/chat/smileys/tongue.gif"] {
  325.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/65/face-with-stuck-out-tongue_1f61b.png")
  326. }
  327. img[src*="https://static.skyrock.net/img/chat/smileys/kiss.gif"] {
  328.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/65/face-throwing-a-kiss_1f618.png")
  329. }
  330. img[src*="https://static.skyrock.net/img/chat/smileys/3-blink.png"] {
  331.    content: url("https://emojipedia-us.s3.amazonaws.com/thumbs/120/facebook/65/winking-face_1f609.png")
  332. }
  333.  
  334. .private-conversation .chan-messages li:nth-child(even),
  335. .private-message-list li:nth-child(even) {
  336.    background: #23272a;
  337. }
  338.    
  339. .user-list-area .userlist {
  340.    background: #23272a;
  341. }
  342.    
  343. .private-conversation .chan-messages .avatar {
  344.  display: none;
  345.    }
  346.    
  347. .buttonlink.active {
  348.    background-color: #7289da;
  349. }
  350.    
  351.    nav.channel-nav ul > li.active {
  352.      background: #7289da;
  353. }
  354.    
  355.    nav.channel-nav ul > li.new_activity {
  356.    background: #6b767e;
  357. }
  358. .buttonlink.close {
  359.    float: right;
  360. }
  361.  
  362. input.js-is-private.grow {
  363.    background-color: #2c2f33;
  364.    color: #c1ccd2;
  365. }
  366.  
  367. .profile-description {
  368.     background-color: #2c2f33 !important;
  369. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement