Advertisement
planthed

Blogroll in a popup

Mar 3rd, 2016
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /*CODES BY PAINTHEMES*/
  2. #blogroll{
  3. background:white;
  4. padding:20px;
  5. overflow:auto;
  6. border:1px solid #000; /*border of your blogroll box, delete it if you don't want it*/
  7. z-index:999;
  8. width:430px;
  9. height:300px;
  10. }
  11.  
  12.  
  13. .blogroll img{
  14. width:50px;
  15. height:50px;
  16. padding:10px;
  17. margin:5px;
  18. -o-transition-transition: all 0.9s ease;
  19. -webkit-transition: all 0.9s ease;
  20. -moz-transition: all 0.9s ease;
  21. transition: all 0.9s ease;
  22. }
  23.  
  24. .blogroll img:hover{
  25. background:#000; /*background hover of the images*/
  26. -o-transition-transition: all 0.9s ease;
  27. -webkit-transition: all 0.9s ease;
  28. -moz-transition: all 0.9s ease;
  29. transition: all 0.9s ease;
  30. }
  31.  
  32. /*CODES BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement