Guest User

Untitled

a guest
Jan 2nd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. /*| /
  2. | /
  3. | /
  4. |/
  5. |\ Zakaz usuwania stopki, można wykorzystywać jedynie na www.mrucznik-rp.pl
  6. */
  7.  
  8. <style type='text/css'>
  9.  
  10. #ipboard_body,#content, div.ipsPad:nth-child(1), #profile_content, .ipsVerticalTabbed{
  11. background: url("http://i.imgur.com/GxlWmIH.jpg") fixed no-repeat center;
  12. color: #fff;
  13. font-family: Arial;
  14. font-variant: sans-serief;
  15. font-size: 13px;
  16. border: #323232;
  17. background-size: 110% auto;
  18. }
  19.  
  20. .reputation.positive, .members li.positive, .reputation.zero, .members li.zero {
  21. background: rgba(0,0,0,0.6);
  22. text-shadow:0 0 10px #046eb5;
  23. box-shadow:0 0 3px #046eb5;
  24. }
  25. #user_latest_status > div:nth-child(1), #user_latest_status>div {
  26. background-color: rgba(0,0,0,0.5);
  27. color: #FFFFFF;
  28. text-shadow:0 0 10px #046eb5;
  29. box-shadow:0 0 3px #046eb5;
  30. }
  31.  
  32. #nav_app_members > a:nth-child(1){
  33. background: rgba(0,0,0,0.92);
  34. }
  35.  
  36. .general_box > .h3{
  37. background: rgba(0,0,0,0.9) ;
  38. color: #FFF;
  39. border: 0px;
  40. font-weight: bold;
  41. text-shadow:0 0 10px #046eb5;
  42. box-shadow:0 0 3px #046eb5;
  43. font-size: 18px;
  44. text-align: center;
  45. height: 50%
  46. }
  47.  
  48. #primary_nav, #branding{
  49. background: transparent;
  50. border-bottom: none;
  51. }
  52.  
  53. .ipsPad, #pane_members\:reputation > div:nth-child(1){
  54. background: none;
  55. border: none;
  56. }
  57. #copyright, #footer_utilities{
  58. display: none;
  59. }
  60.  
  61. .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 {
  62. background: rgba(0,0,0,0.5) !important;
  63. border: 0px solid #FFFFFF;
  64. }
  65.  
  66. #community_app_menu > #nav_app_members >#nav_app_members > a:nth-child(1){
  67. margin-left: auto;
  68. margin-right: auto;
  69. }
  70.  
  71.  
  72.  
  73. /*Ten skrypt by Joko z profilu numer 41*/
  74.  
  75. .ipsLayout .ipsLayout_right:before {
  76. content: "Konto Premium";
  77. font-weight: bold;
  78. float: none;
  79. margin: 0 0 5px 0;
  80. padding: 10px;
  81. text-align: center;
  82. display: block;
  83. color: #fff;
  84. border: 1px solid rgba(255,255,255,0.1);
  85. border-radius: 0px;
  86. background: -webkit-linear-gradient(top, #046eb5, #066eb5);
  87. -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.6);
  88. -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.6);
  89. box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  90. border-radius: 0px;
  91. text-decoration: none;
  92. }
  93.  
  94. /*Koniec skryptu by joko*/
  95.  
  96. .ipsLikeBar_info {
  97. background: transparent;
  98. text-shadow:0 0 10px #046eb5;
  99. box-shadow:0 0 3px #046eb5;
  100. }
  101.  
  102.  
  103. .row2, .post_block.row2{
  104. background: none !important;
  105. }
  106. #user_inbox_link_menucontent, #user_notifications_link_menucontent{
  107. background: rgba(0,0,0,0.5);
  108. color: #FFF;
  109. padding: 5px;
  110. margin: 2px;
  111. }
  112.  
  113. #user_link_menucontent{
  114. color: #660033;
  115. background:rgba(0,0,0,0.5) ;
  116. }
  117.  
  118. #user_link_menucontent a{
  119. color: #660033;
  120. text-shadow: none;
  121. font-weight: bold;
  122. }
  123.  
  124. #user_inbox_link_menucontent a, #user_notifications_link_menucontent a{
  125. color: #FFF;
  126. }
  127.  
  128. #profile_content
  129. {
  130. background: rgba(0,0,0,0.6);
  131. }
  132.  
  133. .ipsType_sectiontitle{
  134. border-bottom: hidden;
  135. }
  136.  
  137. li.clear:nth-child(1) > span:nth-child(2){
  138. content: Konto Premium $;
  139. color: #FFF000;
  140. font-weight: bold;
  141. }
  142.  
  143. a,span, p {
  144. color: #FFFFFF;
  145. transition: ease 0.5s;
  146. }
  147.  
  148. a:hover,span:hover, p:hover{
  149. color: #046eb5;
  150. }
  151.  
  152. div.ipsLayout_content:nth-child(1) > div:nth-child(4) > table:nth-child(2){
  153. padding: 5px;
  154. color: #FFF;
  155. }
  156.  
  157.  
  158. blockquote.ipsBlockquote, p.citation {
  159. border: #282828;
  160. border-left: 0px solid #00ff00;
  161. background: rgba(0,0,0,0.5) !important;
  162. }
  163.  
  164. .ipsUserPhoto {
  165. border: #FFFFFF solid 0px;
  166. background: rgba(0,0,0,0.5) ;
  167. }
  168. .post p{
  169. color: #FFF;
  170. }
  171.  
  172. .general_box{
  173. background: rgba(0,0,0,0.5) ;
  174. color: #FFF;
  175. border: hidden;
  176. margin-bottom: 9px;
  177. text-shadow:0 0 10px #046eb5;
  178. box-shadow:0 0 3px #046eb5;
  179. }
  180.  
  181. .user_controls > img{
  182. background: rgba(0,0,0,0.5) ;
  183. }
  184.  
  185. .message{
  186. background: rgba(0,0,0,0.5) ;
  187. color: #FFF;
  188. border: rgba(0,0,0,0.5) ;
  189.  
  190. }
  191.  
  192. .ipsButton_secondary {
  193. background:rgba(0,0,0,0.5) ;
  194. border: 0px solid #232323;
  195. border-radius: 5px;
  196. color: #FFF;
  197. transition: 1.2s ease;
  198. -webkit-transition: all 0.5s ease;
  199. -moz-transition: all 0.5s ease;
  200. -o-transition: all 0.5s ease;
  201. -ms-transition: all 0.5s ease;
  202. transition: all 0.5s ease;
  203. }
  204.  
  205. .ipsbutton_secondary:hover{
  206. background: #660033 url(http://mrucznik-rp.pl/public/style_images/master/topic_button.png) !important;
  207. border: 1px inset #282828;
  208. border-radius: 3px;
  209. color: #FFF;
  210. }
  211. b
  212. .ips_pad, .userpopup{
  213. background: rgba(0,0,0,0.5) ;
  214. border: #232323;
  215. border: hidden;
  216. }
  217.  
  218. .userpopup > h3{
  219. background: rgba(0,0,0,0.7);
  220. }
  221.  
  222. span{
  223. color: #FFF;
  224. }
  225.  
  226. .general_box h3{
  227. background: rgba(0,0,0,0.9) ;
  228. color: #FFF;
  229. border: 0px;
  230. font-weight: bold;
  231. text-shadow:0 0 10px #046eb5;
  232. box-shadow:0 0 3px #046eb5;
  233. font-size: 18px;
  234. text-align: center;
  235. }
  236. .maintitle {
  237. background-color: rgba(0,0,0,0.5) ;
  238. background-image: none;
  239. color: #FFF;
  240. padding: 10px 10px 11px;
  241. font-size: 16px;
  242. font-weight: bold;
  243. border: #FFF solid 0px !important;
  244. }
  245.  
  246. h3.row2{
  247. background: rgba(0,0,0,0.9) ;
  248. color: #FFF;
  249. border: 0px;
  250. font-weight: bold;
  251. margin-bottom: 10px;
  252. text-shadow:0 0 10px #046eb5;
  253. box-shadow:0 0 3px #046eb5;
  254. text-align: center;
  255. }
  256.  
  257.  
  258. .ipb_table > tbody > tr {
  259. background:rgba(0,0,0,0.5) ;
  260. border: hidden #282828 !important;
  261. }
  262.  
  263. .ipb_table > tbody > tr:hover{
  264. background: rgba(0,0,0,0.9);
  265. text-shadow:0 0 10px #046eb5;
  266. box-shadow:0 0 3px #046eb5;
  267. }
  268.  
  269. .ipb_table > tbody > tr a {
  270. color: #FFF;
  271. border: hidden #282828 !IMPORTANT;
  272. }
  273.  
  274. .ipsVerticalTabbed_tabs li {
  275. background-color: rgba(0,0,0,0.5) ;
  276. border-bottom-color: transparent;
  277. margin: 3px;
  278. }
  279.  
  280. .ipsVerticalTabbed_tabs>ul {
  281. border-top: none;
  282. border-left: none;
  283. }
  284.  
  285. .ipsVerticalTabbed_tabs li a {
  286. background:rgba(0,0,0,0.5);
  287. color: #000;
  288. transition-duration: 0.35s;
  289. transition-property: all;
  290. color: #FFF;
  291. }
  292.  
  293. .ipsVerticalTabbed_tabs li.active a {
  294. background:rgba(0,0,0,0.6) ;
  295. border-right: hidden;
  296. color: #FFFFFF;
  297. text-align: center;
  298. width: 130px;
  299. transition-duration: 0.35s;
  300. transition-property: all;
  301. box-shadow:0 0 5px #046eb5;
  302. }
  303.  
  304. .ipsVerticalTabbed_tabs li a:hover {
  305. background: rgba(0,0,0,0.9) ;
  306. border-left: 0px solid #fff;
  307. text-align: center;
  308. text-shadow:0 0 10px #046eb5;
  309. box-shadow:0 0 6px #046eb5;
  310. color: #FFF;
  311. }
  312.  
  313.  
  314. </style>
Add Comment
Please, Sign In to add comment