Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. .im_message_body {
  2.     background: none !important;
  3.     padding: 0;
  4.     border: none;
  5. }
  6.  
  7. a.navbar-peer-wrap.peer_photo_init {
  8.     opacity: 0.1;
  9. }
  10.  
  11. .im_message_body {}
  12.  
  13. img.im_dialog_photo {
  14.     /* opacity: 0.03; */
  15. }
  16.  
  17. .im_dialog_photo.pull-left.peer_photo_init {
  18.     opacity: 0.03;
  19. }
  20.  
  21. span.emoji.emoji-spritesheet-0 {
  22.     opacity: 0.1;
  23. }
  24.  
  25. .im_message_media {
  26.     opacity: 0.05;
  27. }
  28. .tg_page_head.tg_head_wrap.noselect.clearfix {display: none;}
  29.  
  30. img.im_message_from_photo {
  31.     opacity: 0.03;
  32. }
  33. .navbar.navbar-static-top.navbar-inverse {
  34.     background: none !important;
  35. }
  36. img.im_message_photo_thumb {
  37.     width: 25%;
  38.     height: 25%;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement