Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. /* pics behind name */
  2.  
  3.  
  4. /*cool names*/
  5. .post__author {
  6. background: url(https://i.pi.gy/BKl5.png) no-repeat;
  7. }
  8.  
  9.  
  10. /* logo */
  11. #header {
  12. background: url("http://i.imgur.com/bK2jG4m.jpg");
  13.  
  14. background-repeat: repeat;
  15. border-bottom: 5px solid #D64541;
  16. }
  17. .logo img[alt="LeakForums"] {
  18. content: url("http://i.imgur.com/qUd595S.jpg");
  19. padding-top: 20px;
  20. height: 70px;
  21. width: 420;
  22. }
  23. :root {
  24. --white: #FFF;
  25. --black: #000;
  26. --trans-white: rgba(255,255,255,.15);
  27. --trans-black: rgba(0,0,0,.75);
  28. --transparent: rgba(0,0,0,0);
  29. --gray: #141414;
  30. --no-trump: 0 solid #000;
  31. --width: 90%;
  32. --height: 100%;
  33. --view-width: 90vw;
  34. --view-height: 100vh;
  35. --shadow: 0 1px 0 #000;
  36. --box-shadow: 0 0 0 #000;
  37. }
  38.  
  39.  
  40.  
  41. /* Reputation colors */
  42. ._minus, ._plus, ._neutral { color: var(--white); text-shadow: var(--shadow); }
  43. ._minus { background-color: #FF4136; }
  44. ._plus { background-color: #1E9E2D; }
  45. ._neutral { background-color: #AAA; }
  46.  
  47. /* Alerts */
  48. .messenger-theme-flat { background: var(--trans-black) !important; }
  49. .messenger-message { box-shadow: none !important; }
  50.  
  51. /* Remove Logo and Header Compensation*/
  52. html, body { background-image: url('http://i.pi.gy/8pm8.png'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; display: table; margin: auto; }
  53. #inner { background: transparent; }
  54. .head { width: var(--view-width); }
  55. #panel, .head, .menu, .forums, .credits, .memberlist { background: transparent; color: var(--white); }
  56. .menu ul li ul li a:link, .menu ul li ul li a:visited, #panel ul li a:link, #panel ul li a:visited { background: var(--black); height: 15px; }
  57. .menu ul li a:hover, .menu ul li ul li a:hover, #panel div.constraint a.anchor:hover, #panel div.constraint a.anchor.hovered { background: var(--gray) !important; }
  58. .menu ul li ul li { box-shadow: var(--box-shadow); }
  59.  
  60. /* Remove Footer */
  61. #footer, .foot { display: none; }
  62.  
  63. /* Remove Scrollbar */
  64. ::-webkit-scrollbar, ::-webkit-scrollbar-track { width: 0; height: 0; }
  65.  
  66. /* Fully-Transparent elements */
  67.  
  68. /* Remove Header and Footer Borders */
  69. #header, #footer, .head { border: var(--no-trump); }
  70.  
  71. /* Add transparency to see the background image */
  72. #container { background: var(--trans-black); width: var(--view-width); min-height: var(--view-height); height: var(--height); }
  73. #content, .tborder { background: transparent; color: var(--white); border: var(--no-trump); }
  74. .trow1, .trow2, .tfoot, .not { background: transparent !important; border: var(--no-trump) !important; }
  75. .tcat, .tborder .tborder, .trow_sep { background: transparent; color: var(--white); }
  76. .popup_menu, .popup_menu .popup_item, .editor_control_bar { background: transparent; color: var(--white); border: var(--no-trump); }
  77.  
  78. /* Handle text inputs */
  79. input.textbox, textarea, select, input.button, .pagination a, a.large_button, .post_buttons a, .expcolimage, .btn-n, .shadetabs a, .shadetabs a.selected, .tright.tbtn, .tright.tbtn.showing { background: var(--trans-black); border: var(--no-trump); color: var(--white); }
  80. input.textbox:hover, textarea:hover, select:hover, input.button:hover, .pagination a:hover, a.large_button:hover, .post_buttons a:hover, .expcolimage:hover, .btn-n:hover, .shadetabs a:hover, .shadetabs a.selected:hover, .shadetabs a:hover, .tright.tbtn:hover, .tright.tbtn.showing:hover, .pagination .pagination_current { background: var(--trans-white); }
  81.  
  82. /* Navigation */
  83. .navigation, .navigation li { background: transparent; }
  84. .navigation li:not(.active):after, .navigation li:not(.active):before, .navigation li.active { display: none; color: var(--white); }
  85.  
  86. /* Table Headers */
  87. .thead { background: transparent; color: var(--white); }
  88.  
  89. /* Post borders */
  90.  
  91.  
  92. /* Profiles */
  93. .profile_usertitle .arrow { display: none; }
  94.  
  95. /* Alerts */
  96. .alert-nav, .alert-bottom, .alert-close { background: var(--black); border: var(--no-trump); }
  97. .alert-nav { margin-right: 20px; }
  98. .alert-bottom:hover, .alert-close:hover, .alert-click:hover { background: var(--gray); }
  99.  
  100. /* Selections */
  101. select { color: var(--white) !important; background: var(--black); !important; }
  102. label { color: var(--white) !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement