Advertisement
jamastar

Black Widow [For Ashe]

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