Advertisement
Guest User

Антиблядь: сделай всех анонимами

a guest
Aug 26th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. СКРЫТИЕ ТРИПКОДОВ:
  2. .post__trip{
  3.     display: none
  4. }
  5. --------------------------------------------------------
  6. СКРЫТИЕ ИМЕН:
  7. .post__anon{
  8.     font-size: 0px
  9. }
  10. .post__anon::after{
  11.     font-size: 13px;
  12.     content: "Аноним"
  13. }
  14. --------------------------------------------------------
  15. СКРЫТИЕ КАРТИНОК:
  16. .post__message{
  17.     margin-top: 0;
  18.    
  19. }
  20.  
  21. .post__image-link{
  22.     /* filter: url(""); */
  23.     float: unset;
  24. }
  25.  
  26. .post__file-preview {
  27.     filter: brightness(10000000%);
  28.     width: 10px;
  29.     height: auto;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement