Advertisement
Guest User

Untitled

a guest
Apr 27th, 2016
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <style type="text/css">
  2. body,html{
  3. background: url("http://i.imgur.com/xfNDz2n.jpg") center no-repeat fixed;
  4. color: #000;
  5. }
  6.  
  7. #search .submit_input{
  8. background: #30d6c8 url(http://mrucznik-rp.pl/public/style_images/master/search_icon.png) no-repeat 50%;
  9. border: none;
  10. }
  11.  
  12. .reputation.positive, .members li.positive, .reputation.zero, .members li.zero{
  13. background: rgba(255,255,255,0.5);
  14. border: 1px solid #000;
  15. color: #000;
  16. }
  17.  
  18. #content, #profile_background, #profile_content, #profile_panes_wrap, #profile_content_main, #branding, #primary_nav, .ipsBox, table.ipb_table td, .status_update, .row2{
  19. background: transparent;
  20. border: none;
  21. color: #000;
  22. box-shadow: none;
  23. }
  24.  
  25. .ipsHeaderMenu{
  26. border: 1px solid #30d5c8;
  27. background: rgba(255,255,255,0.85);
  28. box-shadow: none;
  29. }
  30.  
  31. #user_latest_status>div{
  32. background: transparent;
  33. border: none;
  34. color: #000;
  35. box-shadow: none;
  36. padding-left: 0;
  37. }
  38.  
  39. .header{
  40. background: #30D6c8;
  41. text-shadow: none;
  42. border: none;
  43. }
  44.  
  45. .desc.lighter, .desc.lighter.blend_links a{
  46. color: #333333;
  47. }
  48.  
  49. .ipsButton_secondary, .bbc_spoiler_show, .user_controls li a ,.topic_buttons li a,.ipsButton{
  50. background: rgba(255,255,255,0.25);
  51. border: 1px solid #232323;
  52. border-radius: 5px;
  53. color: #535353;
  54. transition: 1.2s ease;
  55. -webkit-transition: all 0.5s ease;
  56. -moz-transition: all 0.5s ease;
  57. -o-transition: all 0.5s ease;
  58. -ms-transition: all 0.5s ease;
  59. transition: all 0.5s ease;
  60. box-shadow: none;
  61. }
  62.  
  63. .ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover,.ipsButton:hover{
  64. background: rgba(255,255,255,0.45)!important;
  65. border: 1px solid #000;
  66. border-radius: 7px;
  67. color: #232323;
  68. }
  69.  
  70.  
  71. .general_box h3,#community_app_menu>li.active>a,.post_block h3, .maintitle, .ipsLikeBar_info{
  72. background: DarkTurquoise;
  73. color: #FFF;
  74. text-align:center;
  75. font-weight: bold;
  76. border: none;
  77. }
  78.  
  79. .general_box,#status_wrapper .ipsBox_container, #user_latest_status, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .column_view .post_body{
  80. background: rgba(48, 214, 200,0.25);
  81. border: 1px solid #30d5c8;
  82. }
  83.  
  84. #ipsDebug_footer, #footer_utilities,.breadcrumb, #logo{
  85. display: none;
  86. }
  87.  
  88. .ipsVerticalTabbed_tabs li.active a {
  89. background: rgba(255,255,255,0.3) !important;
  90. border-right: hidden;
  91. color: #232323 !important;
  92. transition-duration: 0.35s;
  93. transition-property: all;
  94. font-weight: bold;
  95. width: 110px;
  96.  
  97. }
  98.  
  99. .ipsVerticalTabbed_tabs li a:hover {
  100. background:rgba(255,255,255,0.3)!important;
  101. border-left: 0px solid #fff;
  102. color: #232323 !important;
  103. width: 110px;
  104. }
  105.  
  106. .ipsVerticalTabbed_tabs li {
  107. background: transparent;
  108. color: #323232;
  109. border-bottom: 1px solid transparent;
  110. border-right: 0px solid #FFFFFF;
  111. width: 110px;
  112. }
  113.  
  114. .ipsVerticalTabbed_tabs>ul {
  115. border-top: none;
  116. border-left: none;
  117. width: 110px;
  118. color: #323232;
  119. }
  120.  
  121. .ipsVerticalTabbed_tabs li a {
  122. background: none !important;
  123. color: #525252 !important;
  124. transition-duration: 0.35s;
  125. transition-property: all;
  126. color: #FFF;
  127. width: 110px;
  128. font-weight: bold;
  129. }
  130. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement