Advertisement
Guest User

Profil #2

a guest
Jan 23rd, 2016
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.27 KB | None | 0 0
  1. <style type="text/css">
  2. body,html{
  3. background: url(http://i.imgur.com/bPj2oKN.jpg)no-repeat fixed;
  4. background-size: 100%;
  5. background-position: 50% 70%;
  6. }
  7.  
  8. #footer_utilities,#branding, .main_width, #primary_nav,#content, #profile_background, .ipsPad, #profile_content{
  9. background:none !important;
  10. border: none;
  11. box-shadow: none!important;
  12. }
  13.  
  14. #community_app_menu>li.active>a {
  15.     background:#ffca1c 100% 0% no-repeat;
  16.     padding: 9px 10px 9px 10px;
  17.     margin-left: 6px;
  18.     border-radius: 6px 6px 0 0;
  19.     color: #FFF;
  20.     font-weight: bold;
  21.     margin-top: 0;
  22.     text-shadow: none;
  23.     border: 1px solid #E7A000;
  24.  
  25. }
  26.  
  27. .reputation.positive, .members li.positive, .reputation.zero, .members li.zero {
  28.     background: rgba(0,0,0,0.5);
  29.     border: 1px solid #393939;
  30. -webkit-box-shadow:inset 0px 0px 35px #000000;
  31. -moz-box-shadow:inset 0px 0px 35px #000000;
  32. box-shadow: inset 0px 0px 35px #000000;
  33. }
  34.  
  35. .ipsButton_secondary, .bbc_spoiler_show, .user_controls li a ,.topic_buttons li a, #statusSubmit_page{
  36. background:rgba(0,0,0,0.3) ;
  37. border: 0px solid #232323;
  38. border-radius: 5px;
  39. color: #FFF;
  40. transition: 1.2s ease;
  41. -webkit-transition: all 0.5s ease;
  42. -moz-transition: all  0.5s ease;
  43. -o-transition: all  0.5s ease;
  44. -ms-transition: all  0.5s ease;
  45. transition: all  0.5s ease;
  46. }
  47.  
  48. #statusSubmit_page:hover,.ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover{
  49. background:rgba(0,0,0,0.6)!important;
  50. border: 0px solid  #046eb5;
  51. border-radius: 7px;
  52. color: #FFF;
  53. }
  54.  
  55. #search_options{
  56.     font-size: 11px;
  57.     height: 20px;
  58.     line-height: 20px;
  59.     margin: 3px 3px 3px 0;
  60.     padding: 0 8px;
  61.     -moz-border-radius: 3px;
  62.     -webkit-border-radius: 3px;
  63.     border-radius: 3px;
  64.     background: #ffca1c;
  65.     display: inline-block;
  66.     float: right;
  67.     max-width: 80px;
  68.     text-overflow: ellipsis;
  69.     overflow: hidden;
  70.     border: 1px solid #E7A000;
  71.  
  72. }
  73.  
  74. #search .submit_input {
  75.     background: #ffca1c url(http://mrucznik-rp.pl/public/style_images/master/search_icon.png) no-repeat 50%;
  76.     text-indent: -3000em;
  77.     padding: 0;
  78.     border: 0;
  79.     border: 1px solid #E7A000;
  80.     display: block;
  81.     width: 26px;
  82.     height: 26px;
  83.     position: absolute;
  84.     right: 0;
  85.     top: 0;
  86.     bottom: 0;
  87.     -moz-border-radius: 0 3px 3px 0;
  88.     -webkit-border-top-right-radius: 3px;
  89.     -webkit-border-bottom-right-radius: 3px;
  90.     border-radius: 0 3px 3px 0;
  91.     -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  92.     -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  93.     box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  94. }
  95.  
  96. .ipsbutton_secondary a{
  97. -webkit-transition: all 0.5s ease;
  98. -moz-transition: all  0.5s ease;
  99. -o-transition: all  0.5s ease;
  100. -ms-transition: all  0.5s ease;
  101. transition: all  0.5s ease;
  102. color: #FFF;
  103. }
  104.  
  105. .ipsbutton_secondary a:hover{
  106. color: #FFCA1C;}
  107.  
  108. #ipsDebug_footer{
  109. display: none;
  110. }
  111.  
  112. span.name{
  113. font-size: 14px;
  114. }
  115.  
  116. .ipsVerticalTabbed_tabs li.active a {
  117. background:rgba(0,0,0,0.6) !important;
  118. border-right: hidden;
  119. color: #FFFFFF;
  120. transition-duration: 0.35s;
  121. transition-property: all;
  122. font-weight: bold;
  123. -webkit-box-shadow:inset 0px 0px 35px #000000;
  124. -moz-box-shadow:inset 0px 0px 35px #000000;
  125. box-shadow: inset 0px 0px 35px #000000;
  126.  
  127. }
  128.  
  129. .ipsVerticalTabbed_tabs li a:hover {
  130. background:rgba(0,0,0,0.6)!important;
  131. border-left: 0px solid #fff;
  132. color: #ffca1c;
  133. }
  134.  
  135. .ipsVerticalTabbed_tabs li {
  136.     background: rgba(0,0,0,0.3);
  137.     color: #cdcdcd;
  138.     border-bottom: 0px solid transparent;
  139. border-right: 0px solid #FFFFFF;
  140. -webkit-box-shadow:inset 0px 0px 35px #000000;
  141. -moz-box-shadow:inset 0px 0px 35px #000000;
  142. box-shadow: inset 0px 0px 35px #000000;
  143. }
  144.  
  145. .ipsVerticalTabbed_tabs>ul {
  146. border-top: none;
  147. border-left: none;
  148. }
  149.  
  150. .ipsVerticalTabbed_tabs li a {
  151. background: none !important;
  152. color: #cdcdcd;
  153. transition-duration: 0.35s;
  154. transition-property: all;
  155. color: #FFF;
  156. font-weight: bold;
  157. }
  158.  
  159.  .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container,.column_view .post_body, .column_view, .ipsBox, .status_update, .popupInner,ul.ipsList_withtinyphoto .reply .row2 .ipsPad {
  160. background: rgba(0,0,0,0.3);
  161. color: #fff;
  162. border: 0px none #fFF;
  163. margin-bottom: 10px;
  164. -webkit-box-shadow:inset 0px 0px 35px #000000;
  165. -moz-box-shadow:inset 0px 0px 35px #000000;
  166. box-shadow: inset 0px 0px 35px #000000;
  167. }
  168.  
  169. .header{
  170. background: rgba(0,0,0,0.3);
  171. }
  172.  
  173. .general_box,.ipb_table > tbody > tr, .ipsHeaderMenu, .row2, #user_latest_status>div{
  174. background: rgba(0,0,0,0.7);
  175. color: #cfcfcf;
  176. text-shadow: none;
  177. -webkit-box-shadow:inset 0px 0px 35px #000000;
  178. -moz-box-shadow:inset 0px 0px 35px #000000;
  179. box-shadow: inset 0px 0px 35px #000000;
  180. border-bottom: none;
  181. transition: all 0.5s;
  182. }
  183.  
  184. table.ipb_table td{
  185. border-bottom: none;
  186. }
  187.  
  188. .ipb_table > tbody > tr:hover{
  189. background: rgba(0,0,0,0.85);
  190. }
  191.  
  192. .general_box h3, h3.row2, h2.maintitle, h3.maintitle, .popupInner h3{
  193. background: rgba(0,0,0,0.3);
  194. text-shadow: none;
  195. border: 0px solid #FFF !important;
  196. color: #fff;
  197. font-weight: bold;
  198. text-align: center;
  199. box-shadow: none;
  200. }
  201.  
  202. .list_content span,.list_content span.desc.lighter, a, p, .post span{
  203. color: #cfcfcf;
  204. transition: all 0.5s;
  205. }
  206.  
  207. .list_content span:hover, .list_content span.desc.lighter:hover, a:hover{
  208. color: #FFCA1C;
  209. }
  210.  
  211.  
  212. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement