Advertisement
themesbygeorgia

Page 05 -- Updates2 Code1

Jun 1st, 2014
727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. /*--UPDATES TAB #2 BY WONDERFULLYTHEMES--*/
  2. #lostatsea {
  3. width:150px;
  4. height:90px;
  5. margin-top:10px;
  6. position:fixed;
  7. font-size:10px;
  8. margin-left:3px;
  9. }
  10.  
  11. .updatetitle {
  12. border-left:3px solid {color:Link};
  13. text-transform:uppercase;
  14. letter-spacing:1px;
  15. line-height:20px;
  16.  
  17. }
  18.  
  19. .updatetitle a {
  20. margin-left:3px;
  21. color:{color:Text};
  22. border-bottom:2px solid transparent;
  23. }
  24.  
  25. .updatetitle a:hover {
  26. color:{color:Link};
  27. border-bottom:2px solid {color:Text};
  28. }
  29.  
  30. #update1 {
  31.  
  32. }
  33.  
  34. #update1:hover .updatesinfo1{
  35. height:80px; /*--change the length of your updates text here--*/
  36. opacity:1;
  37. -moz-transition-duration:0.7s;
  38. -webkit-transition-duration:0.7s;
  39. -o-transition-duration:0.7s;
  40. }
  41.  
  42. .updatesinfo1 {
  43. margin-left:60px;
  44. border:1px solid {color:Link};
  45. width:100px;
  46. height:10px;
  47. opacity:0;
  48. position:fixed;
  49. margin-top:-15px;
  50. overflow:hidden;
  51. -moz-transition-duration:0.7s;
  52. -webkit-transition-duration:0.7s;
  53. -o-transition-duration:0.7s;
  54. }
  55.  
  56. #update2 {
  57.  
  58. }
  59.  
  60. #update2:hover .updatesinfo2{
  61. height:100px; /*--change the length of your updates text here--*/
  62. opacity:1;
  63. -moz-transition-duration:0.7s;
  64. -webkit-transition-duration:0.7s;
  65. -o-transition-duration:0.7s;
  66. }
  67.  
  68. .updatesinfo2 {
  69. margin-left:60px;
  70. border:1px solid {color:Link};
  71. width:100px;
  72. height:10px;
  73. opacity:0;
  74. position:fixed;
  75. overflow:hidden;
  76. margin-top:-15px;
  77. -moz-transition-duration:0.7s;
  78. -webkit-transition-duration:0.7s;
  79. -o-transition-duration:0.7s;
  80. }
  81.  
  82. #update3 {
  83.  
  84. }
  85.  
  86. #update3:hover .updatesinfo3{
  87. opacity:1;
  88. height:40px; /*--change the length of your updates text here--*/
  89. -moz-transition-duration:0.7s;
  90. -webkit-transition-duration:0.7s;
  91. -o-transition-duration:0.7s;
  92. }
  93.  
  94. .updatesinfo3 {
  95. margin-left:60px;
  96. border:1px solid {color:Link};
  97. width:100px;
  98. height:1px;
  99. opacity:0;
  100. position:fixed;
  101. overflow:hidden;
  102. margin-top:-15px;
  103. -moz-transition-duration:0.7s;
  104. -webkit-transition-duration:0.7s;
  105. -o-transition-duration:0.7s;
  106. }
  107.  
  108. #update4 {
  109.  
  110. }
  111.  
  112. #update4:hover .updatesinfo4{
  113. opacity:1;
  114. height:30px; /*--change the length of your updates text here--*/
  115. -moz-transition-duration:0.7s;
  116. -webkit-transition-duration:0.7s;
  117. -o-transition-duration:0.7s;
  118. }
  119.  
  120. .updatesinfo4 {
  121. margin-left:60px;
  122. border:1px solid {color:Link};
  123. width:100px;
  124. height:1px;
  125. opacity:0;
  126. position:fixed;
  127. margin-top:-15px;
  128. overflow:hidden;
  129. -moz-transition-duration:0.7s;
  130. -webkit-transition-duration:0.7s;
  131. -o-transition-duration:0.7s;
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement