Advertisement
IrrelevantSysadmin

TikTok css for MediaWiki

Nov 28th, 2021 (edited)
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. /******************************************************************************
  2.  Appalling TikToks Wiki Vector CSS
  3.  This CSS was made by MarioMario456
  4.  Edited for use by Bukkit
  5.  ******************************************************************************/
  6.  
  7. /* Not in the global CSS because of the Cologne Blue skin */
  8.  
  9.  body {
  10.   background: black;
  11. }
  12.  
  13.  #mw-page-base {
  14.   background: black;
  15. }
  16.  
  17. #content { background-color: #010101; }
  18.  
  19. #p-personal a {
  20.     color: #EE1D52 !important;
  21. }
  22.  
  23. #mw-panel a {
  24.     color: white !important;
  25. }
  26.  
  27.  
  28. /* This here is just for the TikTok aesthetic, and can be removed if you want. */
  29.  
  30. #content h1 {
  31.     color: #69C9D0 !important;
  32.  }
  33.  
  34. #content p {
  35.     color: #EE1D52 !important;
  36.  }
  37.  
  38. /*fix for new Vector*/
  39. .mw-page-container,
  40. #mw-panel {
  41.     background: none;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement