Advertisement
jamastar

Dark Stars

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