Guest User

Untitled

a guest
May 2nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.40 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-image: url("https://wallpaperscraft.com/image/space_art_universe_97750_3840x2160.jpg") !important;
  17.     padding-top:16px !important;
  18.     margin:0 auto !important;
  19. }
  20.   body > table:not(:last-of-type) > tbody > tr > td,
  21. body > table:not(:last-of-type) > tbody > tr,
  22. .windowbg,
  23. .windowbg2,
  24. .windowbg > td,
  25. .windowbg2 > td{
  26.   background-color: #000000 !important;
  27. }
  28. .hrcolor {
  29.     height: 1px;
  30.     border: 0;
  31.     color: #b2b2b2;
  32.     background-color: #b2b2b2;
  33. }
  34.   tr {
  35.     background-color: rgba(255, 255, 255, 0) !important;
  36. }
  37.   .titlebg,
  38. .titlebg > td,
  39. .titlebg > td > a {
  40.     background-color: #000000 !important;
  41.     color: #000 !important;
  42.     font-weight: lighter !important;
  43.   }
  44. .logoLink {
  45.     width: 0 !important;
  46.     height: 50px !important;
  47.     padding-right: 400px !important;
  48.     background-image: url("http://i.imgur.com/QpWTfFa.png") !important;
  49. }
  50.  
  51. body > table:not(:last-of-type) > tbody > tr > td,
  52. body > table:not(:last-of-type) > tbody > tr,
  53. .windowbg,
  54. .windowbg2,
  55. .windowbg > td,
  56. .windowbg2 > td{
  57.   background-color: transparent !important;
  58. }
  59. a.nav{
  60.         color: #ffa144 !important; /* This was inconsistent with the rest of the layout, so I changed it. */
  61.  
  62.     }
  63.   td.windowbg2{
  64.     background:#2f3031 !important;
  65.     border-color:#202021 #202021 #202021 #202021 !important;
  66. }
  67. body > table > tbody > tr > td {
  68.     padding: 0;
  69. }
  70.  tr.titlebg>td, tr.titlebg>td>a{
  71.     background:#2e2f30 !important;
  72.     border:2px solid !important;
  73.     border-color:#593096 #593096 #593096 #593096 !important;
  74. }
  75.  
  76. body > table:first-of-type {
  77.     max-width: 1330px;
  78. }
  79.   a{
  80.         color: #9c91ff !important;
  81.     }
  82.  span.smalltext{
  83.         color:#9c91ff !important;
  84.  
  85.     }
  86. .bordercolor {
  87.     border-spacing: 0 !important;
  88.     border-collapse: collapse !important;
  89.     width: 100%;
  90. }
  91.    
  92. body > table:not(:last-of-type) {
  93.     -webkit-box-shadow: 0px 1px 2px #00000;
  94.     -moz-box-shadow; 0px 1px 2px #000000;
  95.     box-shadow: 0px 1px 2px #1c2429 ;
  96. }
  97.  
  98. body > table:last-of-type tr {
  99.     background-color: #e0e0e0 !important;
  100. }
  101. a
  102. body > table td {
  103.     padding: 5px 0 5px 0;
  104. }
  105.  
  106. .windowbg,
  107. .windowbg2,
  108. .titlebg > td:first-of-type,
  109. .catbg{
  110.     padding: 5px 5px 5px 15px;
  111. }
  112.  
  113. .nav {
  114.     padding: 2px 0 2px 15px;
  115. }
  116.  
  117. .nav {
  118.     display: inline-block;
  119. }
  120.  
  121. .nav br {
  122.     display: none;
  123. }
  124. body > table:first-of-type {
  125.     width: 100%;
  126.     height: 100px;
  127. }
  128.  
  129. body > table:first-of-type td:last-child {
  130.     text-align: right;
  131.     padding-right: 5%;
  132. }
  133.  
  134. body > table:first-of-type td:first-child {
  135.     vertical-align: top;
  136. }
  137.  
  138. body > table:nth-of-type(2n) {
  139.     max-width: 1366px !important;
  140. }
  141.  
  142. .logolink {
  143.     background-image: none !important;
  144. }
  145.  
  146. center:first-of-type {
  147.   display: block;
  148.   width: 70%;
  149.   margin: -53px auto 30px !important;
  150.   text-align: left;
  151. }
  152.  
  153. body,
  154. td,
  155. th,
  156. .post {
  157.   color: #fff !important;
  158.   font-size: 11pt !important;
  159.   font-family: 'Roboto', verdana, sans-serif !important;
  160. }
  161.  
  162. .catbg a:visited, .catbg a:link, .catbg {
  163.     font-weight: 100;
  164.  }
  165.  
  166. td.windowbg, td.catbg{
  167.     border-width:2px !important;
  168.     border-style:solid !important;
  169.  
  170. }
  171. td.windowbg, tr.windowbg>td{
  172.     background:#1a1e21 !important;
  173.     border:2px solid !important;
  174.     border-color:#202021 #202021 #202021 #202021 !important;
  175. }
  176.  
  177. td.windowbg2{
  178.     background:#2f3031 !important;
  179.     border-color:#151616 #252828 #252828 #151616 !important;
  180. }
  181.  
  182. tr.titlebg>td, tr.titlebg>td>a{
  183.     background:#2e2f30 !important;
  184.     border:2px solid !important;
  185.     border-color:#593096 #593096 #593096 #593096 !important;
  186. }
  187. td.catbg{
  188.     border:2px solid !important;
  189.     border-color:#25282b #25282b #25282b #25282b !important;
  190. }
  191. .bordercolor{
  192.     background-color: transparent !important;
  193. }
  194.  
  195. .windowbg {
  196.     width: 3%;
  197. }
  198.   input, textarea{
  199.     color: #b2b2b2 !important;
  200.     background:#25282b !important;
  201.     border-color: #565656 !important;
  202. }
  203.  
  204. .catbg,
  205. .catbg td,
  206. .catbg tr {
  207.     font-size: 14pt !important;
  208.     background-color: #689f38 !important;
  209.     padding-top: 5px;
  210.     padding-bottom: 5px;
  211.     color: #FFF !important;
  212. }
  213. }
Advertisement
Add Comment
Please, Sign In to add comment