Advertisement
jamastar

Orange Mountains

Mar 8th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 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. body {
  10. background-image: url("http://res.cloudinary.com/tempest/image/upload/c_limit,cs_srgb,dpr_1.0,q_80,w_10000/MTM2NDU2MTg4MTgyMTQ0NjA3.jpg");
  11. background-color: #000;
  12. color: #b8b8b8;
  13. height: 200px;
  14.  
  15. }
  16.  
  17. #top-buttons-contain>div, .toolbar-button.open, .toolbar-window {
  18. background-color: #7d343f;
  19. border-radius: 1px 1px 1px 1px;
  20. }
  21.  
  22. #header-nav {
  23. background-color: #94434f;
  24. border-radius: 1px 1px 1px 1px;
  25. margin-top: 80px;
  26. }
  27.  
  28. #header-nav>div:hover>a {
  29. background-color: #b96572;
  30. border-radius: 1px 1px 1px 1px;
  31. }
  32.  
  33. #header-nav>div a {
  34. color: #000;
  35. border-radius: 1px 1px 1px 1px;
  36.  
  37. }
  38.  
  39. #header-nav>div>div {
  40. background-color: #b96572;
  41. border-radius: 1px 1px 1px 1px;
  42. }
  43.  
  44. #coin-balance-top, #unread-replies-link {
  45. cursor: pointer;
  46. padding: 3px 10px;
  47. height: inherit;
  48. font-size: 11px;
  49. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.25);
  50. border-radius: 1px 1px 1px 1px;
  51. float: right;
  52. color: black;
  53. }
  54.  
  55. #coin-balance-top, #unread-replies-link, .toolbar-button.open, .toolbar-window {
  56. background-color: #bb6571;
  57. }
  58. #top-buttons-contain {
  59. width: inherit;
  60. max-width: 100%;
  61. height: 27px;
  62. line-height: 20px;
  63. z-index: 2500;
  64. position: fixed;
  65. top: 0;
  66. padding-right: 80px;
  67. color: #999994;
  68. }
  69.  
  70. replies-link, .toolbar-button.open, .toolbar-window {
  71. background-color: #969691;
  72. }
  73.  
  74.  
  75.  
  76. #header {
  77. background-image: url(http://i.imgur.com/o8sV9oj.png);
  78. background-repeat: no-repeat;
  79. background-size: 300px;
  80. background-position-x: 0%;
  81.  
  82. margin-top: 100px;
  83. }
  84.  
  85. #wrapper {
  86. width: 960px;
  87. min-height: 100%;
  88. margin: 0 auto;
  89. border: 0 solid;
  90. padding-top: 0px;
  91. }
  92.  
  93.  
  94. #welcome-message #greeting-name {
  95. font-weight: bold;
  96. font-size: 16px;
  97. color: #000;
  98. display: none;
  99.  
  100. }
  101.  
  102. #welcome-message.logged-in {
  103. padding-right: 85px;
  104. display: none;
  105. }
  106.  
  107. a:link,a:visited {
  108. color: black;
  109. text-decoration: none;
  110. transition-duration: 0.9s;
  111. font-family: georgia;
  112. }
  113.  
  114. #logo {
  115. position: absolute;
  116. top: 0;
  117. left: 0;
  118. display: block;
  119. width: 168px;
  120. height: 75px;
  121. background-repeat: no-repeat;
  122. display: none;
  123. }
  124.  
  125. .tabbed-container .tabbed-tabs>div.tab-open, .tabbed-container.inverted .tabbed-tabs>div {
  126. background-color: #C1C1BA;
  127. font-family: Georgia;
  128. color: black;
  129. display: none;
  130.  
  131. }
  132.  
  133. .bbc_table td {
  134. font-family: georgia;
  135. color: black;
  136.  
  137. }
  138.  
  139. .tabbed-container .tabbed-tabs>div, .tabbed-container.inverted .tabbed-tabs>div.tab-open {
  140. background-color: #c1c1ba;
  141. font-family: georgia;
  142. color: black;
  143.  
  144. }
  145.  
  146. table {
  147. background-color: #C1C1BA;
  148.  
  149.  
  150. }
  151.  
  152. .tabbed-container .tabbed-sections>div.tab-open {
  153. background-color: #C1C1BA;
  154.  
  155. }
  156.  
  157. #site-announcement {
  158. padding: 0 10px;
  159. text-align: center;
  160. position: relative;
  161. display: none;
  162. }
  163.  
  164. header {
  165. background-color: #7b333e;
  166. border-radius: 1px 1px 1px 1px;
  167.  
  168. }
  169.  
  170. .thread-attr {
  171. background-color: #a2373d;
  172. }
  173.  
  174. .forums-pagination li a, .thread-attr {
  175. color: #000000;
  176. font-family: Georgia;
  177. }
  178.  
  179. h2:last-child {
  180. margin-bottom: 0;
  181. font-family: georgia;
  182. color: black;
  183.  
  184. }
  185.  
  186.  
  187. [role=button], select {
  188. border-color: #c1c1ba;
  189. color: #fff;
  190. background-color: #8c9294;
  191. display: none;
  192. }
  193.  
  194. section:not(.no-margin) {
  195. /* margin-bottom: 1px; */
  196. /* margin-top: 0px; */
  197. border-radius: 1px 1px 1px 1px;
  198. background-color: #a2373d;
  199. font-family: Georgia;
  200. color: black;
  201. }
  202.  
  203. #threads-table .th-tbl-last {
  204. width: 155px;
  205. font-size: 0.9em;
  206. color: black;
  207. display: none;
  208. }
  209.  
  210. #threads-table .th-tbl-icon {
  211. width: 10px;
  212. text-align: center;
  213. display: none;
  214. }
  215.  
  216. #toolbar {
  217. border-radius: 0px 0 0;
  218. }
  219.  
  220. .side-tools {
  221. background-color: #5f2c34;
  222. }
  223.  
  224. #toolbar-clock {
  225. text-align: center;
  226. font-size: 11px;
  227. font-weight: 700;
  228. margin-bottom: 3px;
  229. margin-top: 5px;
  230. color: black;
  231. }
  232.  
  233. .side-tools>.button {
  234. background-color: #000;
  235. }
  236.  
  237.  
  238. element.style {
  239. }
  240.  
  241. .toolbar-button {
  242. background-color: #7b333e;
  243. }
  244.  
  245. #side-boxes.right .side-tools {
  246. border-radius: 1px 1px 1px 1px;
  247. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.35);
  248. }
  249.  
  250. blockquote, code.bbc_code {
  251. border-color: #ffffff;
  252. background-color: #ffffff42;
  253. border-radius: 1px 1px 1px 1px;
  254. }
  255.  
  256. 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 {
  257. border-color: transparent;
  258. font-family: Arial;
  259. color: #000;
  260. background-color: transparent;
  261. border-width: 1px 1px 1px 1px;
  262. font-size: 10px;
  263. border-radius: 1px 1px 1px 1px;
  264. text-transform: uppercase;
  265. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement