Advertisement
jamastar

Emollient

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