Advertisement
jamastar

VHS

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