Advertisement
Guest User

css dark windbot forum

a guest
Nov 4th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.88 KB | None | 0 0
  1. .navbar {
  2.     background: url(http://i.imgur.com/2jtUX1D.png) repeat-x top left;
  3. }
  4. .navRight {
  5.     background: url(http://i.imgur.com/EOPE4rz.png) no-repeat top right;
  6. }
  7. .navLeft {
  8.     background: url(http://i.imgur.com/mb5h5gL.png) no-repeat top left;
  9. }
  10. .headerLeft {
  11.     background: url(http://i.imgur.com/bCufQdy.png) no-repeat top left;
  12.     height: 110px;
  13. }
  14. .headerRight {
  15.     background: url(http://i.imgur.com/amhYWZV.png) no-repeat top right;
  16. }
  17. #headerMain {
  18.     background: url(http://i.imgur.com/niXyBQd.png) black;
  19.     background-position: 0px 0px;
  20.     position: relative;
  21. }
  22. html {
  23.     background: #c7ccc8 url(http://i.imgur.com/i6DPalY.png);
  24. }
  25. .topBarRight {
  26.     background: url(http://i.imgur.com/4VYKAUH.png)no-repeat top right;
  27. }
  28. .topBarLeft {
  29.     background: url(http://i.imgur.com/vGiCChN.png) no-repeat top left;
  30. }
  31. #topBar {
  32.     background: url(http://i.imgur.com/I4kUQkr.png);
  33. }
  34. .searchWrap {
  35.     background: url(http://i.imgur.com/ydrVdud.png) no-repeat top left;
  36. }
  37. .searchBox input[type="image"] {
  38.     height: 0 !important;
  39.     width: 0 !important;
  40.     /* these numbers match the new image's dimensions */
  41.    
  42.     padding-left: 50px !important;
  43.     padding-top: 48px !important;
  44.     background: url(http://i.imgur.com/qIRZBom.png) no-repeat !important;
  45. }
  46. .pagination span a.popupctrl {
  47.     background: #3D3C3C url(https://forums.tibiawindbot.com/images/styles/Xbox/misc/black_downward_arrow.png) no-repeat center left
  48. }
  49. div.pageHeader {
  50.     border-color: #ffffff;
  51. }
  52. .navtabs,
  53. #contentMain,
  54. .body_wrapper,
  55. .pageRight,
  56. .pageLeft,
  57. #pageWrapper,
  58. .pageRight,
  59. .pageLeft,
  60. #pageWrapper,
  61. .contentBL,
  62. .contentBR,
  63. .bbcode_container div.bbcode_quote {
  64.     background: #191919;
  65.     color: #F1F1F1;
  66. }
  67. .navtabs li a.navtab,
  68. .breadcrumb .navbit a:link,
  69. .breadcrumb .navbit a:visited,
  70. .breadcrumb .navbit.lastnavbit span {
  71.     color: white;
  72. }
  73. .navtabs li.selected a.navtab {
  74.     color: #7fa432;
  75. }
  76. #loginBar,
  77. .toplinks .notifications a.popupctrl:hover,
  78. .toplinks .nonotifications a.popupctrl:hover,
  79. .toplinks .nonotifications a.popupctrl.active,
  80. .toplinks .notifications a.popupctrl.active,
  81. .toplinks .nonotifications .popupbody a,
  82. .popupbody,
  83. #threadlist .threadlisthead,
  84. .threadbit .sticky,
  85. .threadbit .nonthread,
  86. .threadbit .nonsticky,
  87. .threadbit .deleted,
  88. .threadbit .discussionrow,
  89. .threadbit .ignored,
  90. .blockbody,
  91. body,
  92. body.content {
  93.     background: #212121;
  94.     color:white;
  95. }
  96. .toplinks ul.isuser li.welcomelink,
  97. .toplinks ul.isuser li,
  98. .forumrow .forumtitle a:link,
  99. .forumrow .forumtitle a:visited,
  100. .forumrow .lastposttitle a:link,
  101. .forumrow .lastposttitle a:visited,
  102. .forumdisplaypopups a.popupctrl,
  103. .forumdisplaypopups.popupgroup .popupmenu a.popupctrl,
  104. .postlist_popups h6 a.popupctrl,
  105. .postlist_popups.popupgroup .popupmenu h6 a.popupctrl,
  106. .postlist_popups h6 a.firstunread,
  107. .postlist_popups.popupgroup .popupmenu h6 a.firstunread,
  108. #postlist_popups a,
  109. .postlist_popups a {
  110.     color: #7fa432;
  111. }
  112. #loginBar a:link,
  113. #loginBar a:visited,
  114. .tcat a:link,
  115. .tcat a:visited,
  116. .tcat .forumtitle,
  117. .tcat h2,
  118. #sidebar_container .blocksubhead,
  119. .above_threadlist .threadpagenav .threadpagestats,
  120. .above_postlist .pagination_top .pagination,
  121. .above_postlist .pagination_top .postpagestats,
  122. .forumdisplaypopups a:hover.popupctrl,
  123. .forumdisplaypopups.popupgroup .popupmenu a:hover.popupctrl,
  124. .postlist_popups h6 a:hover.popupctrl,
  125. .postlist_popups.popupgroup .popupmenu h6 a:hover.popupctrl,
  126. .postlist_popups h6 a:hover.firstunread,
  127. .postlist_popups.popupgroup .popupmenu h6 a:hover.firstunread,
  128. #postlist_popups a:hover,
  129. .postlist_popups a:hover {
  130.     color: #E0E0E0;
  131. }
  132. .tcatRight,
  133. .pagination span a,
  134. .blockfoot,
  135. .blocksubfoot {
  136.     border: 1px solid white;
  137.     background: #3D3C3C
  138. }
  139. #sidebar_container>ul,
  140. #sidebar_container .blocksubhead,
  141. .formcontrols .blockrow,
  142. .navlinks {
  143.     background: #3D3C3C
  144. }
  145. #sidebar_container .blockrow,
  146. #sidebar_container .blockbody,
  147. .thread_info .blockbody {
  148.     background: #3D3C3C;
  149.     color: #E0E0E0;
  150. }
  151. .thead_bar .theadrow,
  152. .forumbit_nopost .forumbit_nopost .forumrow,
  153. .forumbit_post .forumrow,
  154. body.iframe h5,
  155. body.iframe p,
  156. body.iframe blockquote,
  157. .day-separator span {
  158.     color: #E0E0E0;
  159.     background: #212121;
  160. }
  161. body.iframe {
  162.     border: 1px solid white;
  163.     color: #E0E0E0;
  164.     background: #212121;
  165. }
  166. .threadbit .threadinfo,
  167. .threadbit .alt,
  168. .threadlastpost,
  169. .threadlisthead span.threadinfo,
  170. .threadlisthead span.threadstats,
  171. .forum_info .blockbody,
  172. .postbitlegacy .postbody,
  173. .postbitlegacy .postrow,
  174. .eventbit .eventrow,
  175. .postbitdeleted .postrow,
  176. .postbitignored .postrow,
  177. .postbitlegacy .userinfo,
  178. .postbitlegacy .postdetails,
  179. .userinfo_extra dd,
  180. .user_rep dd {
  181.     color: #E0E0E0;
  182.     background: #212121;
  183. }
  184. #forums a.username,
  185. .time,
  186. .wgo_block .section,
  187. .wgo_block .blocksubhead {
  188.     color: darkgray;
  189. }
  190. .user-avatar div {
  191.     border: 3px solid #E0E0E0;
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement