Advertisement
beliebertime

updates tab part1

Aug 24th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. #poop {
  2. text-align: center;
  3. font-size: 10px;
  4. font-family: tahoma;
  5. position:fixed;
  6. left:0px;
  7. top:-143px;
  8. -webkit-transition: all .5s ease-in-out;
  9. -moz-transition: all .5s ease-in-out;
  10. -o-transition: all .5s ease-in-out;
  11. z-index:999;
  12. }
  13.  
  14. #poop:hover #niall {
  15. margin-top:167px;
  16. }
  17.  
  18. #niall {
  19. border-right-style:solid;
  20. border-bottom-style:solid;
  21. border-left-style:solid;
  22. border-top-style:solid;
  23. border-width:1px;
  24. color:#ababab;
  25. border-color:#c9c9c9;
  26. padding: 5px 10 5px 10;
  27. background: #fff;
  28. width:102px;
  29. height:120px;
  30. z-index: 9999;
  31. margin-lefT:0px;
  32. line-height:10px;
  33. -webkit-transition: all .5s ease-in-out;
  34. -moz-transition: all .5s ease-in-out;
  35. -o-transition: all .5s ease-in-out;
  36. }
  37.  
  38. #niall a{
  39. color:#fff}
  40.  
  41. #postit{
  42. border-right-style:solid;
  43. border-bottom-style:solid;
  44. border-left-style:solid;
  45. border-top-style:solid;
  46. border-width:1px;
  47. text-align: center;
  48. color:#c9c9c9;
  49. height:11px;
  50. padding: 2px 0 8px 0;
  51. background:#fff;
  52. width: 102px;
  53. height:15px;
  54. font-size:15px;
  55. line-height:20px;
  56. margin-top:143px;
  57. margin-left:0px;
  58. background-color:#fff;
  59. color:#ababab;
  60. position:fixed;
  61. text-decoration:[WRITE UNDER LINE ETC HERE];
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement