Advertisement
Guest User

CREED

a guest
May 3rd, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2.  
  3. /*creditos por megscoding.tumblr.com tutorial traduzido por malloquera.tumblr.com*/
  4.  
  5.  
  6. #oneout {
  7. position:fixed;
  8. top:23px;left:15px;
  9. text-align:center;
  10. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  11. z-index:99999999; }
  12.  
  13. #oneout_inner {
  14. position:fixed;
  15. width:200px; height:auto;
  16. top:18px; left:-250px;
  17. padding:10px;
  18. font-family:tahoma;
  19. background:#COR DO FUNDO DOS CREDITOS};
  20.  
  21.  
  22. /* change #FFFFFF; to transparent; if you want the background of the slide out tab to be transparent and not white*/
  23. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  24. text-align:left;
  25. z-index:99999999; }
  26.  
  27. #oneout:hover {
  28. left:250px;
  29. z-index:99999999; }
  30.  
  31. #oneout:hover #oneout_inner {
  32. left:0px;
  33. z-index:99999999; }
  34.  
  35. .onetitle {
  36. position:absolute;
  37. left:-11px; top:3px;
  38. font-family:arial; font-size:16px;
  39. -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg);
  40. z-index:99999999; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement