Advertisement
jamastar

Josie's Custom

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