Advertisement
hunterthemes

hunterthemes: colorbox css

Aug 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. /* Color tagbox style */
  2.  
  3. #colorbox{
  4. margin-top:0px;
  5. margin-left:auto;
  6. margin-right:auto;
  7. width:400px;
  8. padding:10px;
  9. background:#fff;
  10. text-align:center;
  11. z-index:10000;
  12. }
  13.  
  14. #colorbox a{
  15. display:inline-block;
  16. width:16px;
  17. height:16px;
  18. margin:2px;
  19. border:1px solid #ccc;
  20. }
  21.  
  22. #colorbox a:hover{
  23. border-radius:100%;
  24. -webkit-transition: all 0.7s ease-in-out;
  25. -moz-transition: all 0.7s ease-in-out;
  26. -o-transition: all 0.7s ease-in-out;
  27. transition: all 0.7s ease-in-out;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement