Guest User

Untitled

a guest
May 2nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. @-moz-document domain('forum.blockland.us') {
  2.  
  3. /*@import url(https://fonts.googleapis.com/css?family=Roboto);*/
  4. @font-face {
  5. font-family: 'Roboto', sans-serif;
  6. src: local('Roboto'), url(https://fonts.googleapis.com/css?family=Roboto) format('woff');
  7. }
  8.  
  9. * {
  10. background-image: none !important;
  11. border: none !important;
  12. font-family: 'Roboto', sans-serif;
  13. }
  14.  
  15. body {
  16. background-color: #e0e0e0;
  17. }
  18.  
  19. body > table:not(:last-of-type) > tbody > tr > td,
  20. body > table:not(:last-of-type) > tbody > tr,
  21. .windowbg,
  22. .windowbg2,
  23. .windowbg > td,
  24. .windowbg2 > td{
  25. background-color: #f5f5f5 !important;
  26. }
  27.  
  28. body > table > tbody > tr > td {
  29. padding: 0;
  30. }
  31.  
  32.  
  33. body > table:first-of-type {
  34. max-width: 1330px;
  35. }
  36.  
  37. .titlebg,
  38. .titlebg > td,
  39. .titlebg > td > a {
  40. background-color: #aed581 !important;
  41. color: #000 !important;
  42. font-weight: lighter !important;
  43. }
  44.  
  45. .bordercolor {
  46. border-spacing: 0 !important;
  47. border-collapse: collapse !important;
  48. width: 100%;
  49. }
  50.  
  51. body > table:not(:last-of-type) {
  52. -webkit-box-shadow: 0px 1px 2px #1c2429 ;
  53. -moz-box-shadow: 0px 1px 2px #1c2429 ;
  54. box-shadow: 0px 1px 2px #1c2429 ;
  55. }
  56.  
  57. body > table:last-of-type tr {
  58. background-color: #e0e0e0 !important;
  59. }
  60. a
  61. body > table td {
  62. padding: 5px 0 5px 0;
  63. }
  64.  
  65. .windowbg,
  66. .windowbg2,
  67. .titlebg > td:first-of-type,
  68. .catbg{
  69. padding: 5px 5px 5px 15px;
  70. }
  71.  
  72. .nav {
  73. padding: 2px 0 2px 15px;
  74. }
  75.  
  76. .nav {
  77. display: inline-block;
  78. }
  79.  
  80. .nav br {
  81. display: none;
  82. }
  83. body > table:first-of-type {
  84. width: 100%;
  85. height: 100px;
  86. }
  87.  
  88. body > table:first-of-type td:last-child {
  89. text-align: right;
  90. padding-right: 5%;
  91. }
  92.  
  93. body > table:first-of-type td:first-child {
  94. vertical-align: top;
  95. }
  96.  
  97. body > table:nth-of-type(2n) {
  98. max-width: 1366px !important;
  99. }
  100.  
  101. .logolink {
  102. background-image: none !important;
  103. }
  104.  
  105. center:first-of-type {
  106. display: block;
  107. width: 70%;
  108. margin: -53px auto 30px !important;
  109. text-align: left;
  110. }
  111.  
  112. body,
  113. td,
  114. th,
  115. .post {
  116. color: #222 !important;
  117. font-size: 11pt !important;
  118. font-family: 'Roboto', verdana, sans-serif !important;
  119. }
  120.  
  121. .catbg a:visited, .catbg a:link, .catbg {
  122. font-weight: 100;
  123. }
  124.  
  125. .bordercolor{
  126. background-color: transparent !important;
  127. }
  128.  
  129. .windowbg {
  130. width: 3%;
  131. }
  132.  
  133. .catbg,
  134. .catbg td,
  135. .catbg tr {
  136. font-size: 14pt !important;
  137. background-color: #689f38 !important;
  138. padding-top: 5px;
  139. padding-bottom: 5px;
  140. color: #FFF !important;
  141. }
  142.  
  143. td.catbg > table td,
  144. td.catbg > table tr {
  145. background-color: #689f38 !important;
  146. }
  147. }
Advertisement
Add Comment
Please, Sign In to add comment