Advertisement
jamastar

Periwinkle

Apr 2nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. /* code created by landshark
  2. https://www.xanje.com/~jamastar */
  3.  
  4.  
  5. #header-logo-info>div {
  6. width: 33.33%;
  7. margin-top: 55px;
  8.  
  9. }
  10.  
  11. body {
  12. background-image: url("https://i.imgur.com/5Dx2lLY.png");
  13. background-color: #000;
  14. color: #000;
  15. height: 100px;
  16.  
  17. }
  18.  
  19. #header-nav {
  20. background-image: url("https://i.imgur.com/ksGLUbZ.png");
  21. border-radius: 1px 1px 1px 1px;
  22. margin-top: 80px;
  23. background-color: transparent;
  24. font-size: 13px;
  25. text-transform: uppercase;
  26. width: 740px;
  27. margin-left: 100px;
  28. }
  29.  
  30. #header-nav>div:hover>a, #header-nav>div>div {
  31. background-color: transparent;
  32. }
  33.  
  34. #header-nav>div a {
  35. color: #000;
  36. border-radius: 1px 1px 1px 1px;
  37. font: Arial;
  38.  
  39. }
  40.  
  41. #header-nav>div>div {
  42. background-image: url("https://i.imgur.com/ksGLUbZ.png");
  43. border-radius: 1px 1px 1px 1px;
  44. color: #000;
  45. font: Arial;
  46. font-size: 11px;
  47. line-height: 10px;
  48. }
  49.  
  50. #coin-balance-top, #unread-replies-link {
  51. cursor: pointer;
  52. padding: 3px 10px;
  53. height: inherit;
  54. font-size: 11px;
  55. font-family: Arial;
  56. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.25);
  57. border-radius: 1px 1px 1px 1px;
  58. float: right;
  59. color: #000;
  60. }
  61.  
  62. #coin-balance-top, #unread-replies-link, .toolbar-button.open, .toolbar-window {
  63. background-image: url("https://i.imgur.com/ksGLUbZ.png");
  64. display: none;
  65. }
  66.  
  67. #profile-header {
  68. display: none;
  69.  
  70. }
  71.  
  72. #profile-header h1 {
  73. display:none;
  74. }
  75.  
  76.  
  77. div#profile-signature {
  78. display: none;
  79. }
  80. div#profile-recent-posts {
  81. display: none;
  82.  
  83. }
  84. div#profile-friends {
  85. display: none;
  86. }
  87.  
  88. div#profile-greeting {
  89. padding-right: 0;
  90. width: 530px;
  91. margin-left: 70px;
  92. }
  93. .thread-attr:not(.mobile-only) {
  94. display: inline-block;
  95. display: none;
  96. }
  97. #profile-info {
  98. line-height: 17px;
  99. font-size: 13px;
  100. width: 200px;
  101. margin-left: 100px;
  102. line-height: 12px;
  103. font-size: 0px;
  104. height: 200px;
  105. }
  106.  
  107. .user-action-btns {
  108. font-size: 13px;
  109. margin-top: -80px;
  110. }
  111.  
  112. section.text-center {
  113. text-align: center;
  114. width: 740px;
  115. height: 40px;
  116. margin-left: 100px;
  117. }
  118. div.avatar {
  119. display: inline-block;
  120. text-align: center;
  121. margin-left: 10px;
  122. border-radius: 50%;
  123. box-sizing: 80px;
  124. width: 100px;
  125. }
  126.  
  127. #header {
  128. background-image: url("");
  129. background-repeat: no-repeat;
  130. background-size: 700px;
  131. background-position-x: 50%;
  132. margin-top: 60px;
  133. margin-left: -0px;
  134. }
  135.  
  136. #logo {
  137. position: absolute;
  138. top: 0;
  139. left: 260px;
  140. display: block;
  141. background-positi on: 50%;
  142. width: 600px;
  143. height: 60px;
  144. background-repeat: no-repeat;
  145. background-image: url("");
  146. display: none;
  147. }
  148.  
  149. #wrapper {
  150. width: 960px;
  151. min-height: 100%;
  152. margin: 0 auto;
  153. border: 0 solid;
  154. padding-top: 0px;
  155. }
  156.  
  157. html {
  158. overflow-x: auto;
  159. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  160. }
  161.  
  162. #welcome-message #greeting-name {
  163. font-weight: bold;
  164. font-size: 16px;
  165. color: #000;
  166. display: none;
  167.  
  168. }
  169.  
  170. #welcome-message.logged-in {
  171. padding-right: 85px;
  172. display: none;
  173. }
  174.  
  175. a:link,a:visited {
  176. color: #000;
  177. text-decoration: none;
  178. transition-duration: 0.9s;
  179. font-family: Arial;
  180. font-weight: normal;
  181. }
  182.  
  183. .tabbed-container .tabbed-tabs>div.tab-open, .tabbed-container.inverted .tabbed-tabs>div {
  184. background-color: #C1C1BA;
  185. font-family: Arial;
  186. color: #000;
  187. display: none;
  188.  
  189. }
  190.  
  191. .bbc_table td {
  192. font-family: Arial;
  193. color: #7F0F56;
  194.  
  195. }
  196.  
  197. .tabbed-container .tabbed-tabs>div, .tabbed-container.inverted .tabbed-tabs>div.tab-open {
  198. background-color: #c1c1ba;
  199. font-family: Arial;
  200. color: #000;
  201.  
  202. }
  203.  
  204. #site-announcement {
  205. padding: 0 10px;
  206. text-align: center;
  207. position: relative;
  208. display: none;
  209. }
  210.  
  211. header {
  212. background-image: url("https://i.imgur.com/ksGLUbZ.png");
  213. border-radius: 1px 1px 1px 1px;
  214. display: none;
  215.  
  216. }
  217.  
  218. section:not(.no-margin) {
  219. border-radius: 1px 1px 1px 1px;
  220. background-image: url("https://i.imgur.com/ksGLUbZ.png");
  221. font-family: Arial;
  222. color: #000;
  223. }
  224.  
  225. .thread-attr {
  226. background-color: transparent;
  227. }
  228.  
  229. .forums-pagination li a, .thread-attr {
  230. color: #000;
  231. font-family: Arial;
  232. }
  233.  
  234. h2:last-child {
  235. margin-bottom: 0;
  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: #000;
  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. .toolbar-button {
  281. background-image: url("https://i.imgur.com/ksGLUbZ.png");
  282. }
  283.  
  284. #wrapper>iframe, header, th {
  285. background-color: transparent;
  286. }
  287.  
  288. #side-boxes.right .side-tools {
  289. border-radius: 1px 1px 1px 1px;
  290. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.35);
  291. display: none;
  292. }
  293.  
  294. blockquote, code.bbc_code {
  295. border-color: #ffffff;
  296. background-color: #ffffff42;
  297. border-radius: 1px 1px 1px 1px;
  298. }
  299.  
  300. 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 {
  301. border-color: transparent;
  302. font-family: Arial;
  303. color: #000;
  304. background-color: transparent;
  305. border-width: 1px 1px 1px 1px;
  306. font-size: 10px;
  307. border-radius: 1px 1px 1px 1px;
  308. text-transform: uppercase;
  309. }
  310.  
  311.  
  312. .fa {
  313. display: inline-block;
  314. font: normal normal normal 14px/1 FontAwesome;
  315. font-size: inherit;
  316. text-rendering: auto;
  317. -webkit-font-smoothing: antialiased;
  318. display: none;
  319. -moz-osx-font-smoothing: grayscale;
  320. }
  321.  
  322. #footer, #header {
  323. color: #000000;
  324. font-size: 10px;
  325. }
  326.  
  327. #footer {
  328. color: #000000;
  329. font-size: 10px;
  330. display: none;
  331. }
  332.  
  333. .user-action-btns {
  334. font-size: 3px;
  335. margin-top: -80px;
  336. width: 80px;
  337. margin-left: 50px;
  338. }
  339.  
  340. [role=anchor], a {
  341. color: #000000;
  342. }
  343.  
  344. body {
  345. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  346. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement