Quasindro

Untitled

Jan 7th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. <style type='text/css'>
  2.  
  3. /*Autor: Venoth*/
  4.  
  5. #ipboard_body {
  6. background: url('http://s3.ifotos.pl/img/bialo-cze_rhqhanx.jpg') fixed repeat;
  7. color: #ffffff;
  8. }
  9.  
  10. #user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
  11. background-color: rgba(0, 0, 0, 0.3);
  12. color: #ffffff;
  13. }
  14.  
  15. a:-webkit-any-link {
  16. color: #ffffff;
  17. }
  18.  
  19. .ipsHeaderMenu {
  20. background: rgba(0, 0, 0, 0.3);
  21. }
  22.  
  23. .popupInner h3 {
  24. color: #ffffff;
  25. background: transparent;
  26. background-color: rgba(0, 0, 0, 0.3);
  27. -webkit-box-shadow: inset 0px 0px 0 #528CBC;
  28. -moz-box-shadow: inset 0px 0px 0 #528CBC;
  29. box-shadow: inset 0px 0px 0 #528CBC;
  30. box-shadow: inset 0px 0px 0 #528CBC;
  31. border-color: transparent;
  32. }
  33.  
  34. .status_update {
  35. background-color: rgba(0, 0, 0, 0.1);
  36. }
  37.  
  38. .bbc_url, .bbc_email {
  39. color: #ffffff;
  40. }
  41.  
  42. .maintitle {
  43. color: #ffffff;
  44. background: transparent;
  45. background-color: rgba(0, 0, 0, 0.2);
  46. -webkit-box-shadow: inset 0px 0px 0 #528CBC;
  47. -moz-box-shadow: inset 0px 0px 0 #528CBC;
  48. box-shadow: inset 0px 0px 0 #528CBC;
  49. box-shadow: inset 0px 0px 0 #528CBC;
  50. border-color: transparent;
  51. }
  52.  
  53. #user_latest_status {
  54. background: transparent;
  55. padding-left: 11px;
  56. }
  57.  
  58. .desc, .desc.blend_links a, p.posted_info {
  59. color: #ffffff;
  60. }
  61.  
  62. .post_block.no_sidebar {
  63. background-color: rgba(0, 0, 0, 0.1);
  64. }
  65.  
  66. .post_block h3 {
  67. background-color: rgba(0, 0, 0, 0.2);
  68. }
  69.  
  70. .post_body .post {
  71. color: #ffffff;
  72. }
  73.  
  74. .post_block {
  75. background: #ffffff;
  76. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  77. }
  78.  
  79. table.ipb_table td {
  80. padding: 10px;
  81. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  82. }
  83.  
  84. .userpopup dl {
  85. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  86. padding-bottom: 10px;
  87. margin-bottom: 4px;
  88. }
  89.  
  90. .header {
  91. background-color: rgba(0, 0, 0, 0.2);
  92. color: #ffffff;
  93. }
  94.  
  95. .desc, .desc.blend_links a {
  96. color: #ffffff;
  97. }
  98.  
  99. .row2 {
  100. background-color: rgba(0, 0, 0, -0.1);
  101. color: #ffffff;
  102. }
  103.  
  104. .row1 {
  105. background-color: rgba(0, 0, 0, -0.1);
  106. color: #ffffff;
  107. }
  108.  
  109. table.ipb_table {
  110. background-color: rgba(0, 0, 0, 0.1);
  111. }
  112.  
  113. table.ipb_table td {
  114. background-color: rgba(0, 0, 0, 0.1);
  115. }
  116.  
  117. .ipsType_pagetitle, .ipsType_subtitle {
  118. color: #ffffff;
  119. }
  120.  
  121. #content, .ipsPad {
  122. background-color: rgba(0, 0, 0, 0.1);
  123. }
  124.  
  125. #primary_nav {
  126. background-color: transparent;
  127. }
  128.  
  129. #primary_nav a, #primary_nav .active a {
  130. background-color: rgba(0, 0, 0, 0.2);
  131. }
  132.  
  133. #primary_nav a:hover, #primary_nav a.menu_active, #primary_nav .active a:hover {
  134. background-color: rgba(0, 0, 0, 0.1);
  135. }
  136.  
  137. .popupInner {
  138. background-color: rgba(0, 0, 0, 0.3);
  139. }
  140.  
  141. #branding {
  142. background: transparent;
  143. border-bottom-color: transparent;
  144. }
  145.  
  146. #user_latest_status > div {
  147. background-color: rgba(0, 0, 0, 0.2);
  148. color: #ffffff;
  149. }
  150.  
  151. .ipsLayout_smallleft.ipsLayout_withleft {
  152. background-color: transparent;
  153. }
  154.  
  155. .ipsVerticalTabbed_tabs li.active a {
  156. background-color: rgba(0, 0, 0, 0.1);
  157. border: none;
  158. color: #ffffff;
  159. width: 133px;
  160. }
  161.  
  162. .ipsVerticalTabbed_tabs li {
  163. background-color: rgba(0, 0, 0, 0.1);
  164. border-bottom-color: transparent;
  165. }
  166.  
  167. .ipsBox_container {
  168. background-color: rgba(0, 0, 0, 0.0);
  169. border: none;
  170. }
  171.  
  172. .ipsBox {
  173. background-color: rgba(0, 0, 0, 0.0);
  174. border: none;
  175. }
  176.  
  177. .ipsVerticalTabbed_tabs {
  178. border: none;
  179. }
  180.  
  181. .ipsVerticalTabbed_tabs > ul {
  182. border-top: none;
  183. border-left: none;
  184. }
  185.  
  186. .ipsVerticalTabbed_tabs li a:hover {
  187. background-color: rgba(0, 0, 0, 0.4);
  188. }
  189.  
  190. .general_box {
  191. background-color: rgba(0, 0, 0, 0.1);
  192. }
  193.  
  194. .general_box h3, .bar {
  195. background-color: rgba(0, 0, 0, 0.2);
  196. color: #ffffff;
  197. }
  198.  
  199. .gsPremium, .gsPremiumGOLD {
  200. background-color: #FFC125
  201. color: #ffffff
  202. }
  203.  
  204. .reputation.positive {
  205. background-color: #B0171F;
  206. color: #ffffff;
  207. }
  208.  
  209. .ipsVerticalTabbed_tabs li a {
  210. color: #ffffff;
  211. }
  212.  
  213. .desc.lighter, .desc.lighter.blend_links a {
  214. color: #ffffff;
  215. }
  216.  
  217. .ipsLayout_largeright.ipsLayout_withright {
  218. background-color: transparent;
  219. }
  220.  
  221. .breadcrumb {
  222. color: #ffffff;
  223. }
  224.  
  225. .ipsButton_secondary a {
  226. color: #ffffff;
  227. }
  228.  
  229. .ipsButton_secondary {
  230. background: rgba(0, 0, 0, 0.1);
  231. background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.1) 0,#rgba(0, 0, 0, 0.1) 100%);
  232. background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0, 0, 0, 0.2)),color-stop(100%,rgba(0, 0, 0, 0.2)));
  233. border: 1px solid rgba(0, 0, 0, 0.1);
  234. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset,0px 1px 0 rgba(0, 0, 0, 0.1);
  235. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset,0px 1px 0 rgba(0, 0, 0, 0.1);
  236. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset,0px 1px 0 rgba(0, 0, 0, 0.1);
  237. color: #ffffff;
  238. }
  239.  
  240. .ipsVerticalTabbed_tabs li a:hover {
  241. color: #ffffff;
  242. }
  243.  
  244. a {
  245. color: #ffffff;
  246. }
  247.  
  248. #search_options {
  249. color: #000000;
  250. }
  251.  
  252. .unread {
  253. background-color: rgba(0, 0, 0, 0.0);
  254. }
  255.  
  256. .ipsType_sectiontitle {
  257. color: #ffffff;
  258. }
  259.  
  260. .row_data span {
  261. padding-left: 12px;
  262. background: url("http://net4game.com/public/style_images/master/bullet_star.png") no-repeat scroll left;
  263. }
  264.  
  265. </style>
Advertisement
Add Comment
Please, Sign In to add comment