cubstud85

Bateworld Vidchat Darkmode [Stylus Extension]

Mar 23rd, 2024 (edited)
133
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.51 KB | Source Code | 0 0
  1.     #tabs .nav-tabs { background-color: #222 !important; }
  2.     #tabs .nav-tabs > li.active a { background-color: #222 !important; color: #fff !important; font-weight: bold; box-shadow: none; }
  3.  
  4.     /* header stuff */
  5.     #header { background-color: #222 !important; border-bottom: 1px solid #333 !important; } /* background of various header elements */
  6.     #header .myUsername { color: #fff !important } /* username */
  7.     .userAvatar { background-color: #333; } /* outline behind the user avatar */
  8.     #roomsBtn, .buttons-subnames  { color: #fff !important; }
  9.    
  10.     /* sort button stuff */
  11.     .btn-default, #sortWebcamtBtn, #sortBtn { color: #fff; background-color: #333; border-color: #222; }
  12.     .btn-default:hover, #sortWebcamtBtn:hover, #sortBtn:hover { color: #fff; background-color: #555; border-color: #222; }
  13.     #usersContainer2 button.selected { color: #fff; background-color: #333; border-color: #fff; }
  14.    
  15.     /* room list stuff */
  16.     .table > thead:first-child > tr:first-child > th { background-color: #333; }
  17.     .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #333; }
  18.  
  19.     /* user list */
  20.     #usersContainer { background-color: #222; color: #fff; } /* background of the whole thing, and also for some reason the Rooms tab */
  21.     #usersContainer .nav-pills > li.active > a { background-color: #444; color: #fff; }
  22.     #searchInput { color: #fff } /* search box text */
  23.     .fa-video-camera { color: white; } /* color of the video camera button */
  24.     #userList i.lock.fa-unlock { color: white; } /* color of the private camera icon */
  25.     .webcamBtn { background-color: black !important; } /* background color of the video/lock icon container */
  26.     .online-user-item { background-color: #333 !important; color: #fff !important; } /* brighten slightly every other user in the list */
  27.     #userList .userItem { border-bottom: 1px solid #222; }
  28.     #roomsContainer2, #usersContainer2, #friendsContainer2, .users-info, .online-user-item:nth-child(2n) { background-color: #222 !important; color: #fff !important; }
  29.    
  30.     /* messages */
  31.     #tabs .tab-pane { background-color: #222 !important; }
  32.     .slide_block { background-color: #333 !important; } /* that little arrow that hides the user list */
  33.     .message { background-color: #222 !important; color: #fff !important; } /* an actual user message */
  34.     .message:nth-of-type(2n) { background-color: #292929 !important; } /* slightly alternate backgrounds */
  35.     .message .userItem { color: #fff !important; border-bottom:1px solid #fff;} /* names of chatters white and add underlines */
  36.     div.message div.content, div.user div.content, div.addPrivateMessage { color: #fff !important; background-color: inherit !important; }
  37.    
  38.     .serverText, .serverMessage { background-color: #202020 !important; color: #fff !important; } /* server messages */
  39.     .webcamRequested { border-bottom: none; }
  40.     .webcamRequest, .privateRequest, .privateClosed { background-color: #202020 !important; color: #fff !important; } /* more server messages */
  41.    
  42.     /* chat box */
  43.     .chat-input-icons .fa { color: white }
  44.     .emojionearea, .emojionearea .emojionearea-editor { background-color: #222 !important; color: #fff; }
  45.    
  46.     /* video feeds */
  47.     video { background-color: #222; }
  48.     .jsPanel-theme-default { border: 1px solid #555; color: #fff; }
  49.     .webcamContainer { border: 1px solid #222; }
  50.     .jsPanel-theme-default > .jsPanel-hdr * { color: #fff; background-color: #222 !important; }
  51.    
  52.     #footer { background-color: #111 !important; }
  53.  
Advertisement
Comments
  • cubstud85
    1 year (edited)
    # text 0.65 KB | 0 0
    1. To use this, install Stylus, then open vidchat by itself. While viewing vidchat, from the extension menu open Stylus and a small menu will appear asking what you want to style -- you should see the text "<iframe>" at the bottom of this small window, select it and it will expand <iframe> into something that looks like:
    2.  
    3. bateworld.com/html5-chat/chat2/8221/eyJ0blahblah
    4. ^-- this is what you want to click to create this style.
    5.  
    6. A new window for Stylus will appear with a place to paste the above CSS in the section where it says "Insert code here ..." -- paste it there, and hit save, and you should be able to switch back to Vidchat and it should be dark now.
Add Comment
Please, Sign In to add comment