Guest User

Untitled

a guest
Jul 15th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. /* tutorial made by sppice */
  2.  
  3. #purple {
  4. text-align: center;
  5. font-family: 'Your Font';
  6. font-size: 18px;
  7. position:fixed;
  8. left:5px;
  9. top:-291px;
  10. -webkit-transition: all .5s ease-in-out;
  11. -moz-transition: all .5s ease-in-out;
  12. -o-transition: all .5s ease-in-out;
  13. z-index:999;
  14. }
  15.  
  16. #purple:hover {top:0px;}
  17.  
  18. #red {
  19. background: url('URL OF IMAGE'); ;
  20. border:1px solid;
  21. border-top:knone;
  22. padding:5px 0 5px 0;
  23. width:100px;
  24. height:280px;
  25. z-index: 9999;
  26. }
  27.  
  28. #redtab {
  29. background: url('URL OF IMAGE!');
  30. border:1px solid;
  31. border-top:none;
  32. text-align: center;
  33. height:11px;
  34. padding:2px 0 8px 0;
  35. width:100px;
  36. }
  37.  
  38. #orange {
  39. text-align: center;
  40. font-family: 'Your Font';
  41. font-size: 18px;
  42. position:fixed;
  43. left:112px;
  44. top:-111px;
  45. -webkit-transition: all .5s ease-in-out;
  46. -moz-transition: all .5s ease-in-out;
  47. -o-transition: all .5s ease-in-out;
  48. z-index:999;
  49. }
  50.  
  51. #orange:hover {top:0px;}
  52.  
  53. #green {
  54. background: url('URL OF IMAGE');
  55. border:1px solid;
  56. border-top:none;
  57. padding:5px 0 5px 0;
  58. width:250px; /* to make the announcements tab wider, make this 200 something bigger like 220 or 240 */
  59. height:100px;
  60. z-index: 9999;
  61. }
  62.  
  63. #greentab {
  64. background: url('URL OF IMAGE');
  65. border:1px solid;
  66. border-top:none;
  67. border-width:1px;
  68. text-align: center;
  69. height:12px;
  70. padding:2px 0 8px 0;
  71. width: 100px;
  72. }
  73.  
  74. /* tutorial made by sppice */
Advertisement
Add Comment
Please, Sign In to add comment