XxBloodyHell

Cat

Jun 29th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.36 KB | None | 0 0
  1. <script type="text/javascript">
  2.   discordWidget.init({
  3.     serverId: '151464858532052992',
  4.     title: 'Vahlok Public',
  5.     join: true,
  6.     alphabetical: true,
  7.     theme: 'dark',
  8.     hideChannels: ['channel name 1', 'channel name 2'],
  9.     showAllUsers: true,
  10.     allUsersDefaultState: true
  11.   });
  12.   discordWidget.render();
  13. </script>
  14.  
  15. <div class="discord-widget"></div>
  16.  
  17. <style>
  18.     .discord-widget {
  19.     background: #191A1C;
  20.     color: #aaa;
  21.     text-align: left;
  22.     padding: 15px;
  23.     margin: 4px;
  24.     font-size: 14px;
  25.     font-weight: 500;
  26.     position: relative;
  27.     -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
  28.     -moz-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
  29.     box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
  30.     border: 0px solid #2461b2 !important;
  31.     border-width: 0;
  32.     border-top-width: 3px;
  33.     box-sizing: border-box;
  34. }
  35.  
  36. .discord-join {
  37.     position: relative;
  38.     width: 100%;
  39.     height: 30px;
  40.     text-align: center;
  41.     margin: 10px 0 -5px 0!important;
  42.     line-height: 30px!important;
  43.     z-index: 2;
  44.     color: white;
  45.     background-color: #B74923;
  46. }
  47.  
  48. .discord-join:hover {
  49.     background-color: #FF7300;
  50. }
  51.  
  52. .discord-title,
  53. .discord-fade{
  54.     display: none;
  55.   }
  56.  
  57.   .discord-channel {
  58.     font-weight: normal !important;
  59.     list-style-type: none!important;
  60.     padding-left: 0;
  61. }
  62. </style>
Advertisement
Add Comment
Please, Sign In to add comment