Advertisement
darkestpotential

Just A Bite's Member Banner

Apr 6th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. This section goes into the stylesheet of your layout which is more than likely located in your About Me section. And also you need to edit the position of the .jabcontainer to place it where you want it on your profile, also the top and left functions will help with this placement as well.
  2.  
  3. .jabcontainer {
  4. position: fixed;
  5. top: 0;
  6. left: 0;}
  7.  
  8. .jabbox:hover {
  9. opacity:1;}
  10.  
  11. .justabite {
  12. padding: 5px;}
  13.  
  14. .jabbox {
  15. overflow: auto;
  16. width: 150px;
  17. height: 75px;
  18. position: absolute;
  19. top:0;
  20. left:0;
  21. opacity:0;
  22. background-color: #686868;
  23. -webkit-transition: all 0.7s ease;
  24. transition: all 0.7s ease;}
  25.  
  26. a.justabite {
  27. color: #fff;
  28. font-size: 10px;
  29. font-family: Georgia;}
  30.  
  31. a.justabite:hover {
  32. color: #841614;
  33. font-size: 10px;
  34. font-family: Georgia;
  35. text-decoration: none;}
  36.  
  37. This is the div that contains the actual code that you can put wherever you'd like on your profile which depending on the type of layout could either be in your Like To Meet or Interests sections. You may also change the colors of the links and background to match your layout if you so wish.
  38.  
  39. <div class="jabcontainer">
  40. <img src="http://i1034.photobucket.com/albums/a422/xthelastnight/914276/member.png">
  41. <div class="jabbox">
  42. <div class="justabite">
  43. <center><a href="/921484" class="justabite">Snow White</a><br>
  44. <a href="/914276" class="justabite">Emma Swan</a><br>
  45. <a href="/843434" class="justabite">Neal Cassidy</a><br>
  46. <a href="/864165" class="justabite">Captain Hook</a><br>
  47. <a href="/918116" class="justabite">Regina Mills</a><br>
  48. <a href="/927246" class="justabite">Ruby Lucas</a><br>
  49. <a href="/760428" class="justabite">Mad Hatter</a><br>
  50. <a href="/872338" class="justabite">Aurelia Cassidy</a><br>
  51. <a href="/930744" class="justabite">Henry Mills</a><br>
  52. <a href="/831238" class="justabite">Neal Nolan</a><br>
  53. <a href="/376883" class="justabite">Grace Hatter</a><br>
  54. <a href="/914532" class="justabite">Will Scarlet</a></center>
  55. </div>
  56. </div>
  57. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement