Advertisement
jamastar

custom for milo

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