Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- discordWidget.init({
- serverId: '151464858532052992',
- title: 'Vahlok Public',
- join: true,
- alphabetical: true,
- theme: 'dark',
- hideChannels: ['channel name 1', 'channel name 2'],
- showAllUsers: true,
- allUsersDefaultState: true
- });
- discordWidget.render();
- </script>
- <div class="discord-widget"></div>
- <style>
- .discord-widget {
- background: #191A1C;
- color: #aaa;
- text-align: left;
- padding: 15px;
- margin: 4px;
- font-size: 14px;
- font-weight: 500;
- position: relative;
- -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
- -moz-box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
- box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
- border: 0px solid #2461b2 !important;
- border-width: 0;
- border-top-width: 3px;
- box-sizing: border-box;
- }
- .discord-join {
- position: relative;
- width: 100%;
- height: 30px;
- text-align: center;
- margin: 10px 0 -5px 0!important;
- line-height: 30px!important;
- z-index: 2;
- color: white;
- background-color: #B74923;
- }
- .discord-join:hover {
- background-color: #FF7300;
- }
- .discord-title,
- .discord-fade{
- display: none;
- }
- .discord-channel {
- font-weight: normal !important;
- list-style-type: none!important;
- padding-left: 0;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment