Advertisement
Guest User

Wikia.css

a guest
May 12th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.89 KB | None | 0 0
  1. body {
  2.     color: #dfdfdf;
  3. }
  4.  
  5. .WikiaPage .WikiaPageBackground {
  6.     background: rgba(0, 0, 0, 0.7);
  7. }
  8.  
  9. .mainpagebox, .mainpage .ChatModule, .WikiaBlogListingBox.module, .mainpage .ForumActivityModule, #WikiaRail .module {
  10.     background-color: transparent;
  11. }
  12.  
  13. .portable-infobox {
  14.     background-color: #3b2415;
  15. }
  16.  
  17. .pi-theme-daoinfobox .pi-title, .pi-theme-daoinfobox .pi-header, .pi-theme-daoinfobox .pi-data-label:not(th) {
  18.     background-color: #522c12;
  19. }
  20.  
  21. table.navbox th {
  22.     background-color: #522c12;
  23.     color: #dfdfdf !important;
  24. }
  25.  
  26. table.navbox td.navbox-group {
  27.     background-color: #522c12;
  28.     color: #dfdfdf !important;
  29. }
  30.  
  31. td.navbox-list {
  32.     background-color: #3b2415;
  33. }
  34.  
  35. .wikitable {
  36.     background: transparent !important;
  37. }
  38.  
  39. .wikitable td {
  40.     color: #dfdfdf !important;
  41. }
  42.  
  43. .SpeechBubble .speech-bubble-message, .SpeechBubble.even .speech-bubble-message, .SpeechBubble.owner .speech-bubble-message {
  44.     background: #222222;
  45.     border: 1px solid #464646;
  46. }
  47.  
  48. .SpeechBubble .speech-bubble-message:after, .SpeechBubble.even .speech-bubble-message:after, .SpeechBubble.owner .speech-bubble-message:after {
  49.     border-color: transparent #222222 #222222 transparent;
  50.     border-style: solid;
  51. }
  52.  
  53. .Wall .comments .SpeechBubble .msg-title a {
  54.     color: #dfdfdf;
  55. }
  56.  
  57. .Wall ul.comments > li.message > .speech-bubble-message {
  58.         background: #75370f;
  59. }
  60.  
  61. .Wall ul.comments > li.message > .speech-bubble-message:after {
  62.         border-color: #75370f #75370f transparent transparent;
  63. }
  64.  
  65. .Wall .quote, .WallPreview .quote {
  66.     background-color: #212121;
  67.     border: 1px solid #2f2f2f;
  68. }
  69.  
  70. .modal > header, .modal > footer {
  71.     background-color: #2f2f2f !important;
  72. }
  73.  
  74. .modal > header h3 {
  75.     color: #dfdfdf !important;
  76. }
  77.  
  78. .modal {
  79.     background-color: #191919 !important;
  80. }
  81.  
  82. .WallPreview {
  83.         border: 1px solid #2f2f2f !important;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement