Advertisement
_Klemu_

#4

Nov 13th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.56 KB | None | 0 0
  1. <style type="text/css">
  2. html, body {
  3.     background-image: url('http://i.imgur.com/VneBzYS.jpg');
  4.     background-attachment: fixed;
  5.     background-position: top center;
  6.     background-repeat: no-repeat;
  7.     background-size: cover;
  8.     color: #FFF;
  9. }
  10. img[alt="Logo"] {
  11.     display: none;
  12. }
  13. body {
  14.     color: #FFF;
  15. }
  16. #branding {
  17.     background: none;
  18.     border-bottom: none;
  19. }
  20. #primary_nav {
  21.     background: none;
  22.     border-bottom: none;
  23.     font-size: 13px;
  24. }
  25. #content {
  26.     background: none;
  27.     box-shadow: none;
  28. }
  29. .ipsBox {
  30.     background: none;
  31. }
  32. .ipsBox_container {
  33.     background: rgba(0, 0, 0, 0.5);
  34.     border: none;
  35.     box-shadow: inset 0 0 25px #000;
  36. }
  37. .general_box {
  38.     background: rgba(0,0,0,0.5);
  39.     margin-bottom: 10px;
  40. }
  41. .general_box h3 {
  42.     font: normal 14px helvetica, arial, sans-serif;
  43.     background: rgba(0, 0, 0, 0.5);
  44.     color: #FFF;
  45.     text-align: center;
  46. }
  47. .ipsType_pagetitle, .ipsType_subtitle {
  48.     color: #FFF;
  49. }
  50. .reputation.positive, .members li.positive {
  51.     background: #FFF;
  52. }
  53. .reputation.positive, .reputation.negative {
  54.     color: #000;
  55. }
  56. .ipsVerticalTabbed_tabs li.active a {
  57.     width: 133px;
  58.     border-right: none;
  59.     background: rgba(0,0,0,0.5);
  60.     color: #FFF;
  61.     font-weight: bold;
  62. }
  63. .ipsVerticalTabbed_tabs li {
  64.     background: rgba(0, 0, 0, 0.5);
  65.     color: #000;
  66.     border-bottom: none;
  67.     font-size: 13px;
  68. }
  69. .ipsVerticalTabbed_tabs>ul {
  70.     border-top: none;
  71.     border-left: none;
  72.     border: none;
  73. }
  74. .ipsVerticalTabbed_tabs li a {
  75.     color: #FFF;
  76. }
  77. .ipsVerticalTabbed_tabs li a:hover {
  78.     background: rgba(0, 0, 0, 0.1);
  79.     color: #FFF;
  80. }
  81. #community_app_menu>li.active>a {
  82.     background: #000;
  83.     border-radius: 30px;
  84.     color: #FFF;
  85.     font-weight: bold;
  86.     text-shadow: none;
  87. }
  88. .ipsUserPhoto {
  89.     border: none;
  90.     background: none;
  91.     border-radius: 100px;
  92. }
  93. .desc.lighter, .desc.lighter.blend_links a {
  94.     color: rgba(255,255,255,0.5);
  95. }
  96. a {
  97.     color: #FFF;
  98.     text-decoration: none;
  99. }
  100. a:hover {
  101.     color: #FFFFFF;
  102. }
  103. #search .submit_input {
  104.     background: #000 url(http://mrucznik-rp.pl/public/style_images/master/search_icon.png) no-repeat 50%;
  105.     border: 1px solid #000;
  106. }
  107. #search_options {
  108.     font-size: 10px;
  109.     height: 20px;
  110.     border-radius: 3px;
  111.     background: #000;
  112. }
  113. .ipsButton_secondary {
  114.     background: rgba(0, 0, 0, 0.5);
  115.     border: none;
  116.     box-shadow: none;
  117.     border-radius: 3px;
  118.     color: #FFF;
  119. }
  120. .ipsButton_secondary:hover {
  121.     color: #FFF;
  122.     border-color: #FFF;
  123. }
  124. .breadcrumb a {
  125.     color: #FFF;
  126. }
  127. .breadcrumb {
  128.     color: #FFF;
  129.     font-size: 11px;
  130. }
  131. #community_app_menu>li>a {
  132.     color: #FFF;
  133.     text-shadow: none;
  134.     background: rgba(0, 0, 0, 0.5);
  135.     border-radius: 100px;
  136. }
  137. .boxShadow {
  138.     box-shadow: none;
  139. }
  140. .ipsHeaderMenu {
  141.     background: rgba(0, 0, 0, 0.85);
  142. }
  143. .ipsType_sectiontitle {
  144.     font-size: 16px;
  145.     font-weight: normal;
  146.     color: #FFFFFF;
  147.     padding: 5px 0;
  148.     border-bottom: none;
  149. }
  150. #user_latest_status>div {
  151.     padding: 10px 15px;
  152.     background-color: rgba(0, 0, 0, 0.5);
  153.     color: #FFF;
  154.     font-size: 14px;
  155.     border-radius: none;
  156. }
  157. #user_latest_status {
  158.     background: none;
  159. }
  160. .unread {
  161.     background-color: #000;
  162. }
  163. .header {
  164.     background: #000;
  165.     color: #FFF;
  166.     text-shadow: none;
  167. }
  168. table.ipb_table td {
  169.     border-bottom: none;
  170. }
  171. .status_update {
  172.     color: #fff;
  173.     background: rgba(0, 0, 0, 0.5);
  174.     border: none;
  175. }
  176. .maintitle {
  177.     background: rgba(0,0,0,0.5);
  178.     color: #fff;
  179.     border-radius: 4px 4px 0 0;
  180.     box-shadow: none;
  181.     text-align: center;
  182.     border-width: 0px;
  183. }
  184. .row2, .post_block.row2 {
  185.     background-color: transparent;
  186. }
  187. .status_content .mod_links {
  188.     opacity: 1;
  189. }
  190. .ipsBox_container.moderated {
  191.     background: transparent;
  192.     border: none;
  193.     box-shadow: inset 0 0 15px #fff;
  194. }
  195. .moderated, .moderated a {
  196.     color: #fff;
  197. }
  198. .moderated .row2 {
  199.     background-color: transparent;
  200. }
  201. .post_body .post {
  202.     color: #FFF;
  203. }
  204. .desc, .desc.blend_links a, p.posted_info {
  205.     font-size: 12px;
  206.     color: #FFF;
  207. }
  208. .ipsLikeBar_info {
  209.     line-height: 19px;
  210.     background: #000;
  211. }
  212. .ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  213.     background: #FFF;
  214.     opacity: 1;
  215.     text-shadow: none;
  216.     color: #000;
  217. }
  218. .ipsFilterbar li a:hover {
  219.     color: #000;
  220.     opacity: 1;
  221. }
  222. .ipsFilterbar li a {
  223.     color: #fff;
  224.     opacity: 1;
  225. }
  226. blockquote.ipsBlockquote {
  227.     border: none;
  228.     border-left: none;
  229.     border-radius: 5px;
  230.     background: rgba(255,255,255,0.15);
  231. }
  232. p.citation {
  233.     border-left: none;
  234.     background: rgba(255,255,255,0.25);
  235.     border-top: none;
  236.     border-right: none;
  237. }
  238. .post_block {
  239.     background: transparent;
  240.     border-bottom: none;
  241.     border-width: 0px;
  242. }
  243. .post_block h3 {
  244.     background: rgba(0,0,0,0.5);
  245.     line-height: 36px;
  246.     font-weight: normal;
  247.     font-size: 16px;
  248.     padding: 0px 10px;
  249. }
  250. #footer_utilities {
  251.     background: rgba(0,0,0,0.5);
  252.     font-size: 11px;
  253.     position: relative;
  254. }
  255. #footer_utilities a.menu_active {
  256.     background: #000;
  257.     border: none;
  258.     border-bottom: 0;
  259. }
  260. .ipbmenu_content a:hover {
  261.     background: rgba(0,0,0,0.5);
  262. }
  263. .ipbmenu_content li, .ipb_autocomplete li {
  264.     border-bottom: none;
  265. }
  266. .ipbmenu_content, .ipb_autocomplete {
  267.     background-color: rgba(0,0,0,0.5);
  268.     border: none;
  269. }
  270. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  271.     background: rgba(0, 0, 0, 0.25);
  272.     box-shadow: inset 0 0 40px #000;
  273.     color: #fff;
  274.     text-shadow: none;
  275. }
  276. .popupInner h3 {
  277.     background: #000;
  278.     color: #fff;
  279.     border-width: 1px 1px 0 1px;
  280.     border-style: solid;
  281.     border-color: #000;
  282. }
  283. .popupInner {
  284.     background: rgba(0,0,0,0.25);
  285. }
  286. .popupWrapper {
  287.     background-color: none;
  288.     background-color: none;
  289.     box-shadow: none;
  290.     border-radius: 4px;
  291. }
  292. .ipsBadge_green {
  293.     background: #000;
  294. }
  295. .ipsBadge {
  296.     font-size: 9px;
  297.     color: #FFF;
  298. }
  299. #header_bar {
  300.     background: rgba(0,0,0,0.5);
  301. }
  302. #profile_background {
  303.     background: none;
  304. }
  305. #profile_panes_wrap, #profile_content_main {
  306.     background: none;
  307.     border: none;
  308. }
  309. .general_box h3, .bar, .ipsSideBlock h3, .header {
  310.     border: none;
  311. }
  312. .ipsButton_secondary, .bbc_spoiler_show, .user_controls li a {
  313.     text-shadow: none;
  314. }
  315. #footer_utilities, .breadcrumb.bottom, .breadcrumb.top, #ipsDebug_footer, #secondary_navigation, .pagination {
  316.     display: none;
  317. }
  318. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement