Advertisement
jamastar

3AM

Jan 16th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. /* code created by landshark
  2. https://www.xanje.com/~jamastar */
  3.  
  4. #header-logo-info>div {
  5. width: 33.33%;
  6. margin-top: 55px;
  7.  
  8. }
  9.  
  10.  
  11.  
  12.  
  13.  
  14. body {
  15. background-image: url("http://78.media.tumblr.com/f5351c472d0172d2ddd2b54494c32c84/tumblr_nbhl56r3FH1tlo6npo1_500.jpg");
  16. background-color: #000;
  17. color: #000;
  18. height: 100px;
  19.  
  20. }
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. #top-buttons-contain>div, .toolbar-button.open, .toolbar-window {
  29. background-color: #9e9e9e;
  30. border-radius: 1px 1px 1px 1px;
  31. }
  32.  
  33. #header-nav {
  34. background-image: url("https://i.imgur.com/DhsVylc.png");
  35. border-radius: 1px 1px 1px 1px;
  36. margin-top: 80px;
  37. }
  38.  
  39. #header-nav {
  40. background-color: transparent;
  41. }
  42.  
  43. #header-nav>div:hover>a, #header-nav>div>div {
  44. background-color: transparent;
  45. }
  46.  
  47. #header-nav>div a {
  48. color: #000;
  49. border-radius: 1px 1px 1px 1px;
  50. font: Arial;
  51.  
  52. }
  53.  
  54. #header-nav>div>div {
  55. background-image: url("https://i.imgur.com/DhsVylc.png");
  56. border-radius: 1px 1px 1px 1px;
  57. color: #000;
  58. font: Arial;
  59. }
  60.  
  61. #coin-balance-top, #unread-replies-link {
  62. cursor: pointer;
  63. padding: 3px 10px;
  64. height: inherit;
  65. font-size: 11px;
  66. font-family: Arial;
  67. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.25);
  68. border-radius: 1px 1px 1px 1px;
  69. float: right;
  70. color: #000;
  71. }
  72.  
  73. #coin-balance-top, #unread-replies-link, .toolbar-button.open, .toolbar-window {
  74. background-image: url("https://i.imgur.com/DhsVylc.png");
  75. }
  76. #top-buttons-contain {
  77. width: inherit;
  78. max-width: 100%;
  79. height: 27px;
  80. line-height: 20px;
  81. z-index: 2500;
  82. position: fixed;
  83. top: 0;
  84. padding-right: 80px;
  85. font: Arial;
  86. color: #000;
  87. }
  88.  
  89. replies-link, .toolbar-button.open, .toolbar-window {
  90. background-color: #969691;
  91. }
  92.  
  93.  
  94.  
  95. #header {
  96. background-image: url("");
  97. background-repeat: no-repeat;
  98. background-size: 700px;
  99. background-position-x: 50%;
  100. margin-top: 60px;
  101. margin-left: -0px;
  102. }
  103.  
  104. #wrapper {
  105. width: 960px;
  106. min-height: 100%;
  107. margin: 0 auto;
  108. border: 0 solid;
  109. padding-top: 0px;
  110. }
  111.  
  112.  
  113. #welcome-message #greeting-name {
  114. font-weight: bold;
  115. font-size: 16px;
  116. color: #000;
  117. display: none;
  118.  
  119. }
  120.  
  121. #welcome-message.logged-in {
  122. padding-right: 85px;
  123. display: none;
  124. }
  125.  
  126. a:link,a:visited {
  127. color: #000;
  128. text-decoration: none;
  129. transition-duration: 0.9s;
  130. font-family: Arial;
  131. }
  132.  
  133. #logo {
  134. position: absolute;
  135. top: 0;
  136. left: 0;
  137. display: block;
  138. width: 168px;
  139. height: 75px;
  140. background-repeat: no-repeat;
  141. display: none;
  142. }
  143.  
  144. .tabbed-container .tabbed-tabs>div.tab-open, .tabbed-container.inverted .tabbed-tabs>div {
  145. background-color: #C1C1BA;
  146. font-family: Arial;
  147. color: #000;
  148. display: none;
  149.  
  150. }
  151.  
  152. .bbc_table td {
  153. font-family: Arial;
  154. color: #000;
  155.  
  156. }
  157.  
  158. .tabbed-container .tabbed-tabs>div, .tabbed-container.inverted .tabbed-tabs>div.tab-open {
  159. background-color: #c1c1ba;
  160. font-family: Arial;
  161. color: #000;
  162.  
  163. }
  164.  
  165. table {
  166. background-color: #C1C1BA;
  167.  
  168.  
  169. }
  170.  
  171. .tabbed-container .tabbed-sections>div.tab-open {
  172. background-color: #C1C1BA;
  173.  
  174. }
  175.  
  176. #site-announcement {
  177. padding: 0 10px;
  178. text-align: center;
  179. position: relative;
  180. display: none;
  181. }
  182.  
  183. header {
  184. background-image: url("https://i.imgur.com/DhsVylc.png");
  185. border-radius: 1px 1px 1px 1px;
  186.  
  187. }
  188.  
  189. .thread-attr {
  190. background-color: transparent;
  191. }
  192.  
  193. .forums-pagination li a, .thread-attr {
  194. color: #000;
  195. font-family: Arial;
  196. }
  197.  
  198. h2:last-child {
  199. margin-bottom: 0;
  200. font-family: Arial;
  201. color: #000;
  202.  
  203. }
  204.  
  205.  
  206. [role=button], select {
  207. border-color: #c1c1ba;
  208. color: #000;
  209. background-color: #8c9294;
  210. display: none;
  211. }
  212.  
  213. section:not(.no-margin) {
  214. /* margin-bottom: 1px; */
  215. /* margin-top: 0px; */
  216. border-radius: 1px 1px 1px 1px;
  217. background-image: url("https://i.imgur.com/mFnk9ZN.png");
  218. font-family: Arial;
  219. color: #000;
  220. }
  221.  
  222. section {
  223. background-color: transparent;
  224. }
  225.  
  226. #threads-table .th-tbl-last {
  227. width: 155px;
  228. font-size: 0.9em;
  229. color: #000;
  230. display: none;
  231. }
  232.  
  233. #threads-table .th-tbl-icon {
  234. width: 10px;
  235. text-align: center;
  236. color: #000;
  237. display: none;
  238. }
  239.  
  240. #toolbar {
  241. border-radius: 0px 0 0;
  242. }
  243.  
  244. .side-tools {
  245. background-color: #5f2c34;
  246. }
  247.  
  248. #toolbar-clock {
  249. text-align: center;
  250. font-size: 11px;
  251. font-weight: 700;
  252. margin-bottom: 3px;
  253. margin-top: 5px;
  254. color: #51324B;
  255. }
  256.  
  257. .side-tools>.button {
  258. background-color: #000;
  259. }
  260.  
  261.  
  262. element.style {
  263. }
  264.  
  265. .toolbar-button {
  266. background-image: url("https://i.imgur.com/mFnk9ZN.png");
  267. }
  268.  
  269. #wrapper>iframe, header, th {
  270. background-color: transparent;
  271. }
  272.  
  273. #side-boxes.right .side-tools {
  274. border-radius: 1px 1px 1px 1px;
  275. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.35);
  276. display: none;
  277. }
  278.  
  279. blockquote, code.bbc_code {
  280. border-color: #ffffff;
  281. background-color: #ffffff42;
  282. border-radius: 1px 1px 1px 1px;
  283. }
  284.  
  285. section button, section input[type=button], section input[type=email], section input[type=number], section input[type=password], section input[type=search], section input[type=submit], section input[type=text], section select, section textarea {
  286. border-color: transparent;
  287. font-family: Arial;
  288. color: #000;
  289. background-color: transparent;
  290. border-width: 1px 1px 1px 1px;
  291. font-size: 10px;
  292. border-radius: 1px 1px 1px 1px;
  293. text-transform: uppercase;
  294. }
  295.  
  296. #header-nav>div>a:last-child {
  297. height: auto;
  298. border-radius: 1px 1px 1px 1px;
  299. }
  300.  
  301. [role=anchor], a {
  302. color: #000;
  303. }
  304.  
  305. body {
  306. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  307. }
  308.  
  309. #footer, #header {
  310. color: #000;
  311. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement