Advertisement
jamastar

Orange and Grey Polygons

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