Advertisement
jamastar

Skulls

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