Advertisement
KR_Death

Untitled

Jun 25th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. .userlist_item {padding-left: 3px; height: 14px;}
  2. .userlist_item.userlist_afk {-webkit-filter: opacity(.5); filter: opacity(.5);}
  3. .glyphicon-time:before {content:none; color: #888888;}
  4.  
  5. /* Top Navigation Bar Image */
  6.  
  7. .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  8. border-color: #697075;
  9. background-image: url('http://i.imgur.com/dqkIX0T.png');
  10. background-size: 95%;
  11. background-repeat: no-repeat;
  12. background-position-x: center;
  13. background-position-y: center;
  14. background-color: black;
  15. }
  16.  
  17. b, strong {
  18. font-weight: 700;
  19. color: #d3d3d3;
  20. }
  21.  
  22. /* Admin Edits */
  23. .chat-msg-BananaArms .username { font-weight: bold; background: -webkit-linear-gradient(#FFD700, #ff5700); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  24.  
  25. /* Mod Edits */
  26.  
  27. // Top Navigation Bar Image //
  28.  
  29.  
  30.  
  31. /*TODO: delete mikeeyj stuff*/
  32.  
  33. /* Default Edits */
  34.  
  35.  
  36. /* USERGROUP COLORS */
  37. .userlist_owner { font-weight: bold !important; color: #ffff66 !important;} /* ADMIN */
  38. .userlist_op { font-weight: bold !important; color: #ff66ff !important; } /* MOD */
  39. .userlist_item { color: #7fffff !important; } /* WHITEYS */
  40. .userlist_guest {color: #888888 !important;} /* GUESTS */
  41.  
  42.  
  43. /* HOWTO Stuff */
  44.  
  45. /* Append something to each chat line */
  46. /*.chat-msg-<NAME> .username::after {content: ", in Jimmy's Mother's Voice: ";}*/
  47.  
  48. /* Shadowmute someone with CSS- */
  49. /*.chat-msg-<NAME> span {display: none;}*/
  50.  
  51. /* Bury someones /say */
  52. /* .chat-msg-<NAME> .shout {color: #c8c8c8;font-size: 14px;font-weight: normal;} */
  53.  
  54. /* Image before a person's name */
  55. /*.chat-msg-<NAME> .username:before {content: url(http://i.imgur.com/eS2SQ9m.png) " ";}*/
  56.  
  57. /* Rename someone in chat */
  58. /*
  59. .chat-msg-<ORGINAL NAME> .username{font-size: 0px;}
  60. .chat-msg-<ORGINAL NAME> .username::after{font-size: 14px;content: "<NEW NAME>: ";color: red;}
  61. */
  62.  
  63. /* Affects the whole chat, SHOULDNT NEED TO CHANGE ANYTHING BELOW */
  64. /* */
  65. /* */
  66. /* */
  67.  
  68. .channel-emote {max-height: 70px;} /*Max Emote Height*/
  69.  
  70. span.timestamp { font-size:8px; } /*size of the timestamp, keeps fixed across all messages*/
  71. span.timestamp.shout { font-size:8px; }
  72.  
  73. a:link, a:focus, a:visited {color: #FFFFFF;} /*colour of links, keeps white across all links*/
  74. a:hover, a:active {color: #FFFFFF;}
  75. body {background: #242424 url(http://www.tv-asahi.co.jp/ghost/img/bgtop.jpg) repeat 0 0;;}
  76.  
  77. ::-webkit-scrollbar{width: 8px;} /*scroll bar width*/
  78. #userlist, #messagebuffer{overflow:hidden;} /*shit to do with how the CSS manages long user/message lists, DON'T FUCK WITH*/
  79. #userlist:hover, #messagebuffer:hover{overflow-y:scroll;} /*the same, how it manages hovering over users/messages don't fuck*/
  80. #userlist{font-size: 8pt; width: 100px; white-space: nowrap; text-overflow: clip;} /*layout of the userlist, don't fuck*/
  81. #chatheader, #userlist, #messagebuffer, #videowrap{background: #161616; border-top: 0;} /*to do with background and layout of the page elements*/
  82. #chatheader, #currenttitle {padding: 2px;}
  83. .well {background-color: #161616}
  84. #motdrow, #announcements, #main, #playlistrow {margin-bottom: none;}
  85. hr.style-two {border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(180, 180, 180, 1), rgba(0, 0, 0, 0));}
  86. #plmeta {background: none; padding: none; font-size: 10pt;}
  87. .nick-hover {background-color: #242424;}
  88. input.form-control[type="text"], input.form-control[type="password"],
  89. input.form-control[type="email"], textarea.form-control {background-color: #141414 !important; color: #c8c8c8;}
  90.  
  91.  
  92. .form-control:focus {outline-color: none;}
  93.  
  94. footer {background-color: #121212 !important}
  95. .modal-content {background-color: #242424}
  96.  
  97. filter: opacity(.5);}
  98. .panel-body {background-color: #181818;}
  99.  
  100. /* Add a watermark to the top right of the chat window */
  101. #messagebuffer {
  102. /*background-image: url("");*/
  103. background-repeat: no-repeat;
  104. background-position: right top;
  105. /*color: #ea77af;/*
  106. /*text-align: right;*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement