Advertisement
redemptionthemes

Christmas updates tab #1 STYLE

Dec 3rd, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. #updates1 {
  2. width: 25px;
  3. height: 25px;
  4. font-family: indie flower; /*Change font here*/
  5. margin-left: 10px;
  6. margin-top: 10px;
  7. position: fixed;
  8. overflow:hidden;
  9. z-index:1;
  10. -webkit-transition: opacity 0.4s linear;
  11. -webkit-transition: all 0.4s linear;
  12. -moz-transition: all 0.4s linear;
  13. -o-transition: all 0.4s linear;
  14.  
  15. }
  16.  
  17. #updates1:hover {
  18. width: 210px;
  19. height: 168px; /*Increase height for more text rows here*/
  20. z-index: 1;
  21. background: #ffffff;
  22. -webkit-transition: opacity 0.4s linear;
  23. -webkit-transition: all 0.4s linear;
  24. -moz-transition: all 0.4s linear;
  25. -o-transition: all 0.4s linear;
  26.  
  27. }
  28.  
  29.  
  30. #updates2 {
  31. width: 25px;
  32. height: 25px;
  33. font-family: indie flower;
  34. margin-left: 10px;
  35. margin-top: 36px;
  36. position: fixed;
  37. overflow:hidden;
  38. z-index:2;
  39. -webkit-transition: opacity 0.4s linear;
  40. -webkit-transition: all 0.4s linear;
  41. -moz-transition: all 0.4s linear;
  42. -o-transition: all 0.4s linear;
  43. }
  44.  
  45. #updates2:hover {
  46. width: 210px;
  47. height: 168px; /*Increase height for more text rows here*/
  48. margin-top: 10px;
  49. background: #ffffff; /*Change background color here*/
  50. z-index: 2;
  51. -webkit-transition: opacity 0.4s linear;
  52. -webkit-transition: all 0.4s linear;
  53. -moz-transition: all 0.4s linear;
  54. -o-transition: all 0.4s linear;
  55. }
  56.  
  57. #updates3 {
  58. width: 25px;
  59. height: 25px;
  60. font-family: indie flower;
  61. margin-left: 10px;
  62. margin-top: 62px;
  63. position: fixed;
  64. overflow:hidden;
  65. z-index:3;
  66. -webkit-transition: opacity 0.4s linear;
  67. -webkit-transition: all 0.4s linear;
  68. -moz-transition: all 0.4s linear;
  69. -o-transition: all 0.4s linear;
  70. }
  71.  
  72. #updates3:hover {
  73. width: 210px;
  74. height: 168px; /*Increase height for more text rows here*/
  75. margin-top: 10px;
  76. background: #ffffff; /*Change background color here*/
  77. z-index: 3;
  78. -webkit-transition: opacity 0.4s linear;
  79. -webkit-transition: all 0.4s linear;
  80. -moz-transition: all 0.4s linear;
  81. -o-transition: all 0.4s linear;
  82. }
  83.  
  84. #updates4 {
  85. width: 25px;
  86. height: 25px; /*Increase height for more text rows here*/
  87. font-family: indie flower;
  88. margin-left: 10px;
  89. margin-top: 88px;
  90. position: fixed;
  91. overflow:hidden;
  92. z-index:4;
  93. -webkit-transition: opacity 0.4s linear;
  94. -webkit-transition: all 0.4s linear;
  95. -moz-transition: all 0.4s linear;
  96. -o-transition: all 0.4s linear;
  97. }
  98.  
  99. #updates4:hover {
  100. width: 210px;
  101. height: 168px;
  102. margin-top: 10px;
  103. background: #ffffff; /*Change background color here*/
  104. z-index: 4;
  105. -webkit-transition: opacity 0.4s linear;
  106. -webkit-transition: all 0.4s linear;
  107. -moz-transition: all 0.4s linear;
  108. -o-transition: all 0.4s linear;
  109. }
  110.  
  111.  
  112. .inside {
  113. width: 110px;
  114. padding-left: 48px;
  115. padding-top: 0px;
  116. font-family: indie flower;
  117. font-size: 9px;
  118. line-height: 150%;
  119. color: #5a5a5a; /*Change text color here*/
  120. background-color: solid #ffffff; /*Change text background color here*/
  121. letter-spacing: .8px;
  122. text-align: center;
  123. padding-bottom:1000px;
  124. opacity: 1;
  125. -webkit-transition: opacity 0.3s linear;
  126. -webkit-transition: all 0.3s linear;
  127. -moz-transition: all 0.3s linear;
  128. -o-transition: all 0.3s linear;
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement