Advertisement
jamastar

Xanje Profile Code - BW

Jan 29th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. <div style="text-align: center;"><object width="0" height="0"><param name="movie" value="http://www.youtube.com/v/p3AuawbnJ_E?t&ob=av3n;hl=en_US&fs=1&rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/p3AuawbnJ_E?t&ob=av3n;autoplay=1&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" width="0" height="" /></object></div>
  2.  
  3. [style]
  4.  
  5.  
  6.  
  7.  
  8. #header-logo-info>div {
  9. width: 33.33%;
  10. margin-top: 55px;
  11. }
  12.  
  13. body {
  14. background-image: url("http://i.imgur.com/XMiPpBq.png");
  15. background-color: #000;
  16. color: #000;
  17. height: 200px;
  18.  
  19. }
  20.  
  21. body {
  22. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), default;
  23. }
  24.  
  25. #header-nav {
  26. background-color: #d2d2d2;
  27. border-radius: 1px 1px 1px 1px;
  28. margin-top: 80px;
  29. }
  30.  
  31. #header-nav>div a {
  32. color: #000;
  33. border-radius: 1px 1px 1px 1px;
  34.  
  35. }
  36.  
  37. #header-nav>div>div {
  38. background-color: #bfbfbf;
  39. border-radius: 1px 1px 1px 1px;
  40. }
  41.  
  42. #coin-balance-top, #unread-replies-link {
  43. cursor: pointer;
  44. padding: 3px 10px;
  45. height: inherit;
  46. font-size: 11px;
  47. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.25);
  48. border-radius: 1px 1px 1px 1px;
  49. float: right;
  50. color: black;
  51. }
  52.  
  53. #coin-balance-top, #unread-replies-link, .toolbar-button.open, .toolbar-window {
  54. background-color: #e8e8e8;
  55. }
  56. #top-buttons-contain {
  57. width: inherit;
  58. max-width: 100%;
  59. height: 27px;
  60. line-height: 20px;
  61. z-index: 2500;
  62. position: fixed;
  63. top: 0;
  64. padding-right: 80px;
  65. color: #999994;
  66. }
  67.  
  68. replies-link, .toolbar-button.open, .toolbar-window {
  69. background-color: #e8e8e8;
  70. }
  71.  
  72. #header-nav>div:hover>a {
  73. background-color: #bfbfbf;
  74. border-radius: 1px 1px 1px 1px;
  75. }
  76.  
  77. #header {
  78. background-image: url("https://i.imgur.com/rxo4DMS.png");
  79. background-repeat: no-repeat;
  80. background-size: 600px;
  81. background-position-x: 50%;
  82.  
  83. margin-top: 100px;
  84. }
  85.  
  86. #wrapper {
  87. width: 960px;
  88. min-height: 100%;
  89. margin: 0 auto;
  90. border: 0 solid;
  91. padding-top: 0px;
  92. }
  93.  
  94.  
  95. #welcome-message #greeting-name {
  96. font-weight: bold;
  97. font-size: 16px;
  98. color: #000;
  99. display: none;
  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: #d2d2d2;
  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. display: none;
  137. }
  138.  
  139. .tabbed-container .tabbed-tabs>div, .tabbed-container.inverted .tabbed-tabs>div.tab-open {
  140. background-color: #d2d2d2;
  141. font-family: georgia;
  142. color: black;
  143. display: none;
  144. }
  145.  
  146. table {
  147. background-color: #d2d2d2;
  148.  
  149.  
  150. }
  151.  
  152. .tabbed-container .tabbed-sections>div.tab-open {
  153. background-color: #d2d2d2;
  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: #d2d2d2;
  166. display: none;
  167. }
  168.  
  169. .thread-attr {
  170. background-color: #e8e8e8;
  171. }
  172.  
  173. .forums-pagination li a, .thread-attr {
  174. color: #000000;
  175. font-family: Georgia;
  176. }
  177.  
  178. h2:last-child {
  179. margin-bottom: 0;
  180. font-family: georgia;
  181. color: black;
  182. display: none;
  183. }
  184.  
  185.  
  186. [role=button], select {
  187. border-color: #d2d2d2;
  188. color: #fff;
  189. background-color: #8c9294;
  190. display: none;
  191. }
  192.  
  193. section:not(.no-margin) {
  194. /* margin-bottom: 1px; */
  195. /* margin-top: 0px; */
  196. border-radius: 1px 1px 1px 1px;
  197. background-color: #e8e8e8;
  198. font-family: Georgia;
  199. color: black;
  200. }
  201.  
  202. #threads-table .th-tbl-last {
  203. width: 155px;
  204. font-size: 0.9em;
  205. color: black;
  206. display: none;
  207. }
  208.  
  209. #threads-table .th-tbl-icon {
  210. width: 10px;
  211. text-align: center;
  212. display: none;
  213. }
  214.  
  215. #toolbar {
  216. border-radius: 0px 0 0;
  217. }
  218.  
  219. .side-tools {
  220. background-color: #e8e8e8;
  221. }
  222.  
  223. #toolbar-clock {
  224. text-align: center;
  225. font-size: 11px;
  226. font-weight: 700;
  227. margin-bottom: 3px;
  228. margin-top: 5px;
  229. color: black;
  230. }
  231.  
  232. .side-tools>.button {
  233. background-color: #80807e;
  234. }
  235.  
  236.  
  237. element.style {
  238. }
  239.  
  240. .toolbar-button {
  241. background-color: #bfbfbf;
  242. }
  243.  
  244. #side-boxes.right .side-tools {
  245. border-radius: 1px 1px 1px 1px;
  246. box-shadow: -2px 2px 5px 0 rgba(0,0,0,.35);
  247. }
  248.  
  249. 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 {
  250. border-color: transparent;
  251. color: #000000;
  252. background-color: #bfbfbf;
  253. }
  254.  
  255. .tabbed-container .tabbed-sections>.tab-open [role=button], .tabbed-container .tabbed-sections>.tab-open button, .tabbed-container .tabbed-sections>.tab-open input[type=button], .tabbed-container .tabbed-sections>.tab-open input[type=email], .tabbed-container .tabbed-sections>.tab-open input[type=number], .tabbed-container .tabbed-sections>.tab-open input[type=password], .tabbed-container .tabbed-sections>.tab-open input[type=search], .tabbed-container .tabbed-sections>.tab-open input[type=submit], .tabbed-container .tabbed-sections>.tab-open input[type=text], .tabbed-container .tabbed-sections>.tab-open select, .tabbed-container .tabbed-sections>.tab-open textarea, article.post [role=button], article.post button, article.post input[type=button], article.post input[type=email], article.post input[type=number], article.post input[type=password], article.post input[type=search], article.post input[type=submit], article.post input[type=text], article.post select, article.post textarea, section [role=button], 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 {
  256. border-color: transparent;
  257. color: #000;
  258. background-color: #bfbfbf;
  259. }
  260.  
  261. #top-buttons-contain>div, .toolbar-button.open, .toolbar-window {
  262. background-color: #bfbfbf;
  263. border-radius: 1px 1px 1px 1px;
  264. }
  265.  
  266.  
  267.  
  268.  
  269. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement