Advertisement
jamastar

phoenix

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