Advertisement
lordemusic

tab: one

Sep 12th, 2015
6,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. updates tab #1 by wizardring
  2. › please don't remove the credits/steal/copy
  3. › message me for support
  4. › made on 26.08
  5.  
  6.  
  7. > ATTENTION: if you want it on the right, follow this tutorial: http://goo.gl/m2lGDM
  8.  
  9. > follow the guidelines on the code to customize it
  10.  
  11. > copy and paste the following code before </style>
  12.  
  13. /* UPDATES TAB #1 by http://wizardring.tumblr.com */
  14.  
  15. #tab {width:140px; position:fixed; top:20px; left:20px; z-index:3; transition:all .5s ease;}
  16. #tab:hover {transition:all .8s ease;}
  17.  
  18. /* box */
  19. #tab_box {position:relative; text-align:justify; opacity:0; transition:all .5s ease; margin:15px -200px 8px; width:140px;}
  20. #tab:hover #tab_box {opacity:1; transition:all 1s ease; margin:15px 0px 8px;}
  21.  
  22. /* the navicon: change the color of it by putting other color code instead of #eee*/
  23. .border1 {width:20px; height:1px; background:#eee; position:absolute; margin-top:0px; transition:all .5s ease;}
  24. .border2 {width:20px; height:1px; background:#eee; position:absolute; margin-top:5px; transition:all .5s ease;}
  25. .border3 {width:20px; height:1px; background:#eee; position:absolute; margin-top:10px; transition:all .5s ease;}
  26.  
  27. #tab:hover .border1 {margin-top:0px; width:50px; transition:all .9s ease;}
  28. #tab:hover .border2 {margin-top:0px; width:50px; margin-left:50px; transition:all .9s ease;}
  29. #tab:hover .border3 {margin-top:0px; width:40px; margin-left:100px; transition:all .9s ease;}
  30.  
  31. /* title: change the title/background color by changing the #COLORCODE; */
  32. .updates_title {padding-right:5px; text-align:left; background:#fff; color:#000; text-transform:uppercase; font-size:7.5px; transition:all .5s ease; position:absolute; font-weight:bold; width:auto; display:inline-block; margin-top:-6.5px; margin-left:-200px; opacity:0; letter-spacing:3px;}
  33. #tab:hover .updates_title {transition:all 1.5s ease; opacity:1; margin-left:0px;}
  34.  
  35. /* tab divisor: change the color of it by putting other color code instead of #eee; if you want it centered, change the margin to 'margin:8px auto 0px' */
  36. #tab_border {height:1px; background:#eee; width:100px; position:relative; margin:8px 0px 8px;}
  37.  
  38. /* UPDATES TAB #1 by http://wizardring.tumblr.com */
  39.  
  40. > copy and paste the following code after <body>
  41.  
  42. <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
  43. <div id="tab">
  44. <!--navicon-->
  45. <div class="border1"></div>
  46. <div class="border2"></div>
  47. <div class="border3"></div>
  48. <!--navicon-->
  49.  
  50. <!--tab title-->
  51. <div class="updates_title">updates</div>
  52. <!--box-->
  53. <div id="tab_box">
  54. <!--write things here, break a line by using <br>-->
  55.  
  56. "We lose ourselves in things we love. We find ourselves there, too."
  57. <!--to use a divider just copy and paste this: <div id="tab_border"></div>-->
  58. <div id="tab_border"></div>
  59. leo, xvi, brazil; The most confused we ever get is when we’re trying to convince our heads of something our heart knows is a lie.
  60.  
  61. <!--write things here-->
  62. </div>
  63. </div>
  64. <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
  65.  
  66. > enjoy!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement