Advertisement
imgirlrauhl

THG Updates Tab - Code 1

Aug 19th, 2014
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. #updates { position: fixed; top: 20px; left: 20px; width: 50px; }
  2.  
  3. .upd { margin-bottom: 10px; border: 3px double #f3f3f3; width: 50px; height: 50px; overflow: hidden; background: #fff; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
  4.  
  5. .upd:hover { width: 100px; height: 100px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  6.  
  7. .pin { position: absolute; margin: 4px; width: 42px; height: 42px; overflow: hidden; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
  8.  
  9. .pin img { margin: 0px; width: 42px; height: 42px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
  10. .upd:hover .pin, .upd:hover .pin img { width: 14px; height: 14px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
  11.  
  12. .updtitle { margin-left: 50px; margin-top: 3px; border-bottom: 3px double #f3f3f3; width: 72px; height: 19px; line-height: 19px; padding-left: 17px; overflow: hidden; color: #c3c3c3; text-transform: uppercase; font-family: Courier New; font-size: 9px; letter-spacing: 1px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
  13.  
  14. .upd:hover .updtitle { margin-left: 5px; }
  15.  
  16. .updtext { margin-left: 50px; margin-top: 0px; width: 85px; height: 70px; padding: 0px 5px 0px 5px; overflow: auto; color: #c3c3c3; font-family: Calibri; font-size: 9px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
  17.  
  18. .upd:hover .updtext { margin-left: 0px; }
  19.  
  20. .updtext::-webkit-scrollbar-thumb:vertical {background: #e7e7e7; height: auto; } .updtext::-webkit-scrollbar-thumb:horizontal { background: #e7e7e7 height: auto;} .updtext::-webkit-scrollbar { height: 2px; width: 2px; background: #fff; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement