Advertisement
0Melancolizava

Update Melancolizava 1.1

May 16th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <html>
  2. <title></title>
  3. <head>
  4.  
  5. </head>
  6. <style>
  7.  
  8.  
  9. /* UPDATE POR INCEDO - EDITADO POR MIM*/
  10. /*COMEÇA AQUI*/
  11. #updatetab {
  12. font-family: cambria; /*font*/
  13. color: #828282;} /*cor da font*/
  14. #tabtitle, #dropdown, #dropdown p {
  15. background: transparent; /*cor do fundo background*/
  16. border-color: #E8E8E8;} /*cor da borda*/
  17.  
  18. #updatetab {
  19. width:150px;
  20. position:fixed;
  21. top:24px;
  22. left:120px;}
  23.  
  24. #tabtitle {
  25. text-align:center;
  26. width: 150px;
  27. padding:1px 1px;
  28. letter-spacing:1px;
  29. font-size:14px;
  30. text-transform:uppercase;
  31. border-width:0px;
  32. border-style:solid;
  33. border-radius: 3px;
  34. -moz-border-radius: 3px;
  35. -webkit-border-radius: 3px;}
  36.  
  37. #dropdown {
  38. border-style:solid;
  39. border-width:1px 1px 1px 1px;
  40. padding:2px 5px 0px 5px;
  41. border-bottom-right-radius: 3px;
  42. -moz-border-bottom-right-radius: 3px;
  43. -webkit-border-bottom-right-radius: 3px;
  44. border-bottom-left-radius: 3px;
  45. -moz-border-bottom-left-radius: 3px;
  46. -webkit-border-bottom-left-radius: 3px;
  47. opacity:0;
  48. -webkit-transition: all 0.5s ease-in-out;
  49. -moz-transition: all 0.5s ease-in-out;
  50. -o-transition: all 0.5s ease-in-out;
  51. -ms-transition: all 0.5s ease-in-out;
  52. transition: all 0.5s ease-in-out;}
  53.  
  54. #updatetab:hover #dropdown {
  55. opacity:1;
  56. -webkit-transition: all 0.5s ease-in-out;
  57. -moz-transition: all 0.5s ease-in-out;
  58. -o-transition: all 0.5s ease-in-out;
  59. -ms-transition: all 0.5s ease-in-out;
  60. transition: all 0.5s ease-in-out;}
  61.  
  62. #dropdown p {
  63. text-align:justify;
  64. padding-top:3px;
  65. padding-bottom:3px;
  66. border-width:0px 0px 1px 0px;
  67. border-style:solid;
  68. font-size:11px;}
  69.  
  70. #dropdown p:last-of-type {
  71. border-bottom:0px solid transparent;}
  72.  
  73. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  74. margin: 0px 0px 0px 0px;}
  75.  
  76. #c {/*CRÉDITOS NÃO TIRE*/
  77. position:fixed;
  78. bottom:4px;
  79. right:4px;
  80. font-size:13px;
  81. font-family:helvetica;}
  82.  
  83. #linkzoom {position: relative; width:156px; margin-left:-6px; margin-top:0px; padding: 0px; text-align: center;}
  84. #linkzoom a {float: left; display: block; letter-spacing:1px; font-size:11px; font-family:Calibri; text-align: center; margin-left:1px; color:#000; line-height:25px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; height:25px;width:47px;background-color: #ccc; border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
  85. #linkzoom a:hover {-webkit-transition: all 0.9s ease-out; color:#f196c8; -webkit-transition: all 0.9s ease-out;font-size:13px; }
  86. /*helpdesigns*/
  87.  
  88.  
  89. /* TERMINA AQUI*/
  90.  
  91. </style>
  92. <body>
  93.  
  94. <!--- COMEÇA AQUI --->
  95.  
  96. <div id="updatetab">
  97.  
  98. <div id="tabtitle">
  99. <!---AQUI É O TÍTULO--->
  100. <font style="color:{color:frase};"> <img src="http://33.media.tumblr.com/tumblr_lu2de169mC1qfoi4t.gif"></font></a>
  101. </div>
  102.  
  103. <div id="dropdown">
  104.  
  105. <!---COLOQUE O QUE QUISER AQUI--->
  106. <p>
  107. Coloque o que quiser aqui
  108. <p>
  109. Coloque o que quiser aqui
  110. <p>
  111. Coloque o que quiser aqui
  112. <p>
  113. Coloque o que quiser aqui
  114. <p>
  115. Coloque o que quiser aqui
  116. <p>
  117. <div id="linkzoom">
  118. <a href="">Theme</a>
  119. <a href="">Icon</a>
  120. <a href="">Lista</a>
  121.  
  122. </a></div>
  123.  
  124.  
  125.  
  126.  
  127. <a style="position:relative; left:70px; bottom:0px; font-family:ARIAL; font-size:9px; color:#bebebe; background:transparent; " href="http://melancolizava.tumblr.com/" title="Base por Incedo modificado por Melancolizava">© </a></div>
  128.  
  129.  
  130.  
  131.  
  132. </div>
  133. </body>
  134.  
  135. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement