Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. .linkThumb img {
  2.     max-height: 120px;
  3.     max-width: 200px;
  4.     width: auto !important;
  5. }
  6.  
  7. .catalogCell:focus .divMessage, .catalogCell:hover .divMessage {
  8.      background: none !important;
  9.      outline: none !important;
  10. }
  11.  
  12. .threadStats {
  13.     margin-bottom: .2em !important;
  14.     font-size: 13px !important;
  15. }
  16.  
  17. .theme_tomorrow .catalogCell:hover {
  18.     overflow-y: hidden !important;
  19. }
  20.  
  21. .divMessage {
  22.     margin: 5px 10px 10px 10px !important;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement