Guest User

Caixa code

a guest
Oct 10th, 2013
1,899
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. Paste this after <head>
  2.  
  3. <style>
  4. /* CAIXA */
  5.  
  6. #box {
  7. font-size:8px;
  8. text-transform:uppercase;
  9. border-radius:3px;
  10. position:fixed;
  11. font-family:calibri;
  12. text-align:center;
  13. right:10px;
  14. border:1px solid #efefef;
  15. background-color:#fff;
  16. letter-spacing:1px;
  17. width:110px;
  18. z-index:9999;
  19. height:;
  20. padding:7px;
  21. top:185px;
  22. }
  23.  
  24. .titulo {
  25. padding-top:3px;
  26. font-size:25px;
  27. line-height:100%;
  28. font-family:raleway;
  29. text-transform:uppercase;
  30. text-align:left;
  31. letter-spacing:1px;
  32.  
  33. }
  34.  
  35.  
  36. .titulo a{
  37.  
  38. }
  39.  
  40. #tab1{
  41. font-family:Ubuntu; /* font of text */
  42. height:13px;
  43. text-align:center;
  44. overflow:hidden;
  45. border-bottom:1px solid #efefef;
  46. text-transform:lowercase;
  47. background-color:#fff;
  48. letter-spacing:1px;
  49. font-size:10px;
  50. line-height:100%;
  51. z-index:999999999999999999999;
  52. -webkit-transition: all 0.4s ease-in-out;
  53. -moz-transition: all 0.4s ease-in-out;
  54. -o-transition: all 0.4s ease-in-out;
  55. }
  56.  
  57. #tab1:hover{
  58. font-family:Ubuntu; /* font of text */
  59. height:60px;
  60. -webkit-transition: all 0.4s ease-in-out;
  61. -moz-transition: all 0.4s ease-in-out;
  62. -o-transition: all 0.4s ease-in-out;
  63. }
  64.  
  65. #tab2{
  66. font-family:Ubuntu; /* font of text */
  67. height:13px;
  68. text-align:center;
  69. overflow:hidden;
  70. border-bottom:1px solid #efefef;
  71. text-transform:lowercase;
  72. background-color:#fff;
  73. letter-spacing:1px;
  74. font-size:10px;
  75. line-height:100%;
  76. z-index:999999999999999999999;
  77. -webkit-transition: all 0.4s ease-in-out;
  78. -moz-transition: all 0.4s ease-in-out;
  79. -o-transition: all 0.4s ease-in-out;
  80. }
  81.  
  82. #tab2:hover{
  83. font-family:Ubuntu; /* font of text */
  84. height:65px;
  85. -webkit-transition: all 0.4s ease-in-out;
  86. -moz-transition: all 0.4s ease-in-out;
  87. -o-transition: all 0.4s ease-in-out;
  88. }
  89.  
  90. #tab3{
  91. font-family:Ubuntu; /* font of text */
  92. height:13px;
  93. text-align:center;
  94. overflow:hidden;
  95. border-bottom:1px solid #efefef;
  96. text-transform:lowercase;
  97. background-color:#fff;
  98. letter-spacing:1px;
  99. font-size:10px;
  100. line-height:100%;
  101. z-index:999999999999999999999;
  102. -webkit-transition: all 0.4s ease-in-out;
  103. -moz-transition: all 0.4s ease-in-out;
  104. -o-transition: all 0.4s ease-in-out;
  105. }
  106.  
  107. #tab3:hover{
  108. font-family:Ubuntu; /* font of text */
  109. height:65px;
  110. -webkit-transition: all 0.4s ease-in-out;
  111. -moz-transition: all 0.4s ease-in-out;
  112. -o-transition: all 0.4s ease-in-out;
  113. }
  114.  
  115. #tab4{
  116. font-family:Ubuntu; /* font of text */
  117. height:13px;
  118. text-align:center;
  119. overflow:hidden;
  120. border-bottom:1px solid #efefef;
  121. text-transform:lowercase;
  122. background-color:#fff;
  123. letter-spacing:1px;
  124. font-size:10px;
  125. line-height:100%;
  126. z-index:999999999999999999999;
  127. -webkit-transition: all 0.4s ease-in-out;
  128. -moz-transition: all 0.4s ease-in-out;
  129. -o-transition: all 0.4s ease-in-out;
  130. }
  131.  
  132. #tab4:hover{
  133. font-family:Ubuntu; /* font of text */
  134. height:155px;
  135. -webkit-transition: all 0.4s ease-in-out;
  136. -moz-transition: all 0.4s ease-in-out;
  137. -o-transition: all 0.4s ease-in-out;
  138. }
  139.  
  140. a:link, a:active, a:visited{
  141. text-decoration: none;
  142. -webkit-transition: color 0.3s ease-out;
  143. -moz-transition: color 0.3s ease-out;
  144. transition: color 0.3s ease-out;
  145. color:#363636;
  146. }
  147.  
  148. </style>
  149.  
  150. <body>
  151. <div id="box">
  152. <div id="tab1">
  153. <div style="font-size:9px;">nametab1</div>
  154. <br>text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here,
  155. </div>
  156.  
  157. <div id="tab2"><div style="font-size:9px;">nametab2</div>
  158. <br>text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here,
  159. </div>
  160.  
  161. <div id="tab3"><div style="font-size:9px;">nametab3</div>
  162.  
  163. <br>text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here,
  164. </div>
  165.  
  166. <div id="tab4"><div style="font-size:9px;">nametab4</div>
  167.  
  168. <br>text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here, text goes here,
  169. </div></div></body>
Advertisement
Add Comment
Please, Sign In to add comment