Advertisement
somanybias

update crown tab

Apr 24th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. /*made by sppice, tutorial at megscoding.tumblr.com*/
  2.  
  3. #oneout {
  4. position:fixed;
  5. top:5px;left:1px;
  6. text-align:center;
  7. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  8. z-index:99999999; }
  9.  
  10. #oneout_inner {
  11. position:fixed;
  12. width:230px; height:auto;
  13. top:0px; left:-250px;
  14. padding:10px;
  15. background:transparent; /* change #FFFFFF; to transparent; if you want the background of the slide out tab to be transparent and not white*/
  16. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  17. text-align:left;
  18. z-index:99999999; }
  19.  
  20. #oneout:hover {
  21. left:250px;
  22. z-index:99999999; }
  23.  
  24. #oneout:hover #oneout_inner {
  25. left:0px;
  26. z-index:99999999; }
  27.  
  28. .onetitle {
  29. position:absolute;
  30. left:5px; top:0px;
  31. font-family:calibri; font-size:16px; color:#cccccc;
  32. -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);
  33. z-index:99999999;
  34. }
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  44.  
  45. <div id="oneout">
  46. <span class="onetitle">
  47.  
  48. </span>
  49. <div id="oneout_inner">
  50. <center>
  51.  
  52. Currently Watching: <br> <i>3 Days <br> Cunning Single Lady <br></i>
  53. <br>Going to Watch:<i><br> Doctor Stranger <br> You're All Surrounded </i>
  54.  
  55. <br></center></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement