Advertisement
RenzXVI

Dark Terraria Gamepedia

May 3rd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.63 KB | None | 0 0
  1. @-moz-document url-prefix("http://terraria.gamepedia.com/"), url-prefix("https://terraria.gamepedia.com/") {
  2. #content div#atflb, #content div#btflb {
  3.     display: none;
  4. }
  5.  
  6. div#content {
  7.     background-color: #6F6D6D;
  8.     background-image: none;
  9.     background: url(http://vignette4.wikia.nocookie.net/kallenbearrp/images/5/51/Googletile.png/revision/latest?cb=20160113083017);
  10.     background-repeat: repeat;
  11. }
  12.  
  13. h1, h2, h3, h4, h5, h6 {
  14.     color: #bbb;
  15. }
  16.  
  17. div#content {
  18.     color: #bbb
  19. }
  20.  
  21. a:visited {
  22.     color: #be00bf;
  23. }
  24.  
  25. a {
  26.     text-decoration: none;
  27.     color: #0253d8;
  28.     background: none;
  29. }
  30.  
  31. .infobox {
  32.     border: 1px #AAA solid;
  33.     background-color: #928E8E;
  34. }
  35.  
  36. #toc, .toc, .mw-warning {
  37.     border: 1px solid #AFCFE2;
  38.     background-color: #928E8E;
  39. }
  40.  
  41. element.style {
  42.     background-color: #6AAAD0;
  43.     color: #063B5E;
  44. }
  45.  
  46. table {
  47.     font-size: 100%;
  48.     color: #000000;
  49.     background-color: #928E8E;
  50. }
  51.  
  52. table.terraria {
  53.     margin: 1em 1em 1em 0;
  54.     background: #928E8E;
  55. }
  56.  
  57. #global-wrapper.with-siderail #content #bodyContent {
  58.     box-sizing: border-box;
  59.     float: left;
  60.     width: 100%;
  61. }
  62.  
  63. div#atflb, div#btflb {
  64.     display: none;
  65. }
  66.  
  67. #siderail {
  68.     background-color: rgba(0,0,0,0.1);
  69.     box-sizing: border-box;
  70.     float: right;
  71.     min-height: 500px;
  72.     text-align: center;
  73.     width: 0px;
  74.     Display: none;
  75. }
  76.  
  77. #siderail > * {
  78.     max-width: 300px;
  79.     margin: 5px auto;
  80.     display: none;
  81. }
  82.  
  83. .recovery {
  84.     font-family: sans-serif;
  85.     max-width: 300px;
  86.     text-align: left;
  87.     Display: none;
  88. }
  89.  
  90. .cc_bottom {
  91.     bottom: 0;
  92.     display: none;
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement