CWFVisions

CSS Leak

Dec 15th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. /* EDITED FROM PORNS CSS
  2. ENJOY THE CSS FROM CHARM
  3.  
  4. YOU MAY EDIT THIS CSS
  5. REMEMBER TO LEAVE CREDITS
  6.  
  7. <3 YOUR BOY CHARM
  8. */
  9.  
  10. .center {
  11. margin: auto;
  12. width: 50%;
  13. border: 3px solid green;
  14. padding: 10px;
  15. }
  16.  
  17.  
  18. .logo img[alt="LeakForums"] {
  19. content: url("https://i.imgur.com/NJWkyRO.png");
  20. padding-top: 20px;
  21. height: 70px;
  22. width: 420;
  23. }
  24.  
  25.  
  26. .container img[alt="LeakForums"] {
  27. content: url("https://i.imgur.com/NJWkyRO.png");
  28. padding-top: 20px;
  29. height: 70px;
  30. width: 420;
  31. }
  32.  
  33.  
  34.  
  35. #header {
  36. background: url("https://i.imgur.com/BEvwTM3.jpg");
  37. background-size:cover
  38.  
  39. }
  40.  
  41. #inner {
  42. background: url("https://i.imgur.com/Ar46P5w.png");
  43. background-size:cover
  44. }
  45.  
  46. #footer {
  47. background: url("https://i.imgur.com/JcrmaY0.png");
  48. display: block;
  49. margin: auto;
  50. width: 40%;
  51. background-repeat: no-repeat;
  52.  
  53.  
  54. }
  55.  
  56. .post_user img[alt="Offline"] {
  57. content: url("https://i.imgur.com/ORIj6H3.png");
  58. }
  59.  
  60. .post_user img[alt="Online"] {
  61. content: url("https://i.imgur.com/VvLbfgP.png");
  62. }
  63.  
  64. .reputation_positive {
  65. color: #00B16A;
  66. }
  67.  
  68. .reputation_neutral {
  69. color: #F9690E;
  70. }
  71.  
  72. .reputation_negative {
  73. color: #E74C3C;
  74. }
  75.  
  76. ._plus {
  77. background-color: #148977;
  78. }
  79.  
  80. ._neutral {
  81. background-color: #0045AC;
  82. }
  83.  
  84. ._minus {
  85. background-color: #D63B3B;
  86. }
  87.  
  88.  
  89.  
  90.  
  91.  
  92. img[src*="awesome.png"] {
  93. content: url("https://i.imgur.com/7B5qJha.png");
  94. }
  95.  
  96.  
  97. img[src*="awesome5.png"] {
  98. content: url("https://i.imgur.com/8Qt1rLL.png");
  99. }
  100.  
  101. img[src*="elite.png"] {
  102. content: url("https://i.imgur.com/iMz4Jbe.png");
  103. }
  104.  
  105. img[src*="elite5.png"] {
  106. content: url("https://i.imgur.com/0jFR8Wi.png");
  107. }
  108.  
  109. img[title*="Sponsor"] {
  110. content: url("https://i.imgur.com/KFIiClW.png");
  111. }
  112.  
  113. img[src*="/stars/registered.png"] {
  114. content: url("https://i.imgur.com/lX82CVJ.png");
  115. }
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. .forums:after {
  123. text-indent: 0px;
  124. float: left;
  125. content: 'Charm-';
  126. }
  127.  
  128.  
  129.  
  130.  
  131.  
  132. .col:after {
  133. text-indent: 0px;
  134. float: left;
  135. content: 'This theme is a non profitable theme and should not be sold, this was intended for leak forums only we hope you like the theme and will continue using it.';
  136. }
  137.  
  138.  
  139.  
  140.  
  141. .logo {
  142. -webkit-transition: all 0.5s ease;
  143. -moz-transition: all 0.5s ease;
  144. -o-transition: all 0.5s ease;
  145. -ms-transition: all 0.5s ease;
  146. transition: all 0.5s ease;
  147. }
  148.  
  149. .logo:hover {
  150. border-radius: 50%;
  151. -webkit-transform: rotate(360deg);
  152. -moz-transform: rotate(360deg);
  153. -o-transform: rotate(360deg);
  154. -ms-transform: rotate(360deg);
  155. transform: rotate(360deg);
  156. }
  157.  
  158.  
  159.  
  160.  
  161.  
  162. .hovered:after {
  163. text-indent: 0px;
  164. float: left;
  165. content: 'Charm-';
  166.  
  167. }
  168.  
  169.  
  170.  
  171.  
  172. .memberlist {
  173. text-indent: -999px;
  174. }
  175.  
  176. .memberlist:after {
  177. text-indent: 0px;
  178. float: left;
  179. content: 'Charm Members';
  180. }
  181.  
  182.  
  183.  
  184.  
  185. .thead:after {
  186. text-indent: 0px;
  187. float: left;
  188.  
  189. content: 'Loved by Charm - ';
  190.  
  191. }
  192.  
  193.  
  194. .float_right:after {
  195. text-indent: 0px;
  196. float: left;
  197. }
  198.  
  199.  
  200. .credits:after {
  201. text-indent: 0px;
  202. float: left;
  203. content: 'Charm-';
  204. }
  205.  
  206. .help:after {
  207. text-indent: 0px;
  208. float: left;
  209. content: '*';
  210. }
Add Comment
Please, Sign In to add comment