Advertisement
0Melancolizava

Update Melancolizava 1.2

May 16th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. 1° CÓDIGO, ESSE VOCÊ COLOCA DEPOIS DE <STYLE> E ANTES DE </STYLE>
  2.  
  3. /* UPDATE POR INCEDO - EDITADO POR MELANCOLIZAVA*/
  4. /*NÃO DISPONIBILIZE, NEM USE COMO BASE, AFINAL EU USEI O DO INCEDO E MODIFIQUEI, NÃO RETIRE OS CRÉDITOS DELE. OBRIGADO. */
  5.  
  6. #updatetab {
  7. font-family: cambria; /*font*/
  8. color: #828282;} /*cor da font*/
  9. #tabtitle, #dropdown, #dropdown p {
  10. background: transparent; /*cor do fundo background*/
  11. border-color: #E8E8E8;} /*cor da borda*/
  12.  
  13. #updatetab {
  14. width:150px;
  15. position:fixed;
  16. top:24px;
  17. left:120px;}
  18.  
  19. #tabtitle {
  20. text-align:center;
  21. width: 150px;
  22. padding:1px 1px;
  23. letter-spacing:1px;
  24. font-size:12px;
  25. text-transform:uppercase;
  26. border-width:0px;
  27. border-style:solid;
  28. border-radius: 3px;
  29. -moz-border-radius: 3px;
  30. -webkit-border-radius: 3px;}
  31.  
  32. #dropdown {
  33. border-style:solid;
  34. border-width:1px 1px 1px 1px;
  35. padding:2px 5px 0px 5px;
  36. border-bottom-right-radius: 3px;
  37. -moz-border-bottom-right-radius: 3px;
  38. -webkit-border-bottom-right-radius: 3px;
  39. border-bottom-left-radius: 3px;
  40. -moz-border-bottom-left-radius: 3px;
  41. -webkit-border-bottom-left-radius: 3px;
  42. opacity:0;
  43. -webkit-transition: all 0.5s ease-in-out;
  44. -moz-transition: all 0.5s ease-in-out;
  45. -o-transition: all 0.5s ease-in-out;
  46. -ms-transition: all 0.5s ease-in-out;
  47. transition: all 0.5s ease-in-out;}
  48.  
  49. #updatetab:hover #dropdown {
  50. opacity:1;
  51. -webkit-transition: all 0.5s ease-in-out;
  52. -moz-transition: all 0.5s ease-in-out;
  53. -o-transition: all 0.5s ease-in-out;
  54. -ms-transition: all 0.5s ease-in-out;
  55. transition: all 0.5s ease-in-out;}
  56.  
  57. #dropdown p {
  58. text-align:justify;
  59. padding-top:3px;
  60. padding-bottom:3px;
  61. border-width:0px 0px 1px 0px;
  62. border-style:solid;
  63. font-size:11px;}
  64.  
  65. #dropdown p:last-of-type {
  66. border-bottom:0px solid transparent;}
  67.  
  68. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  69. margin: 0px 0px 0px 0px;}
  70.  
  71.  
  72. #linkzoom {position: relative; width:156px; margin-left:-6px; margin-top:0px; padding: 0px; text-align: center;}
  73. #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;}
  74. #linkzoom a:hover {-webkit-transition: all 0.9s ease-out; color:#FFF; -webkit-transition: all 0.9s ease-out;font-size:13px; }
  75. /*helpdesigns*/
  76.  
  77.  
  78. /* TERMINA AQUI*/
  79.  
  80. 2° CÓDIGO, ESSE VOCÊ COLOCA DEPOIS DE <BODY> OU ANTES DE </BODY>. TANTO FAZ COLOCAR NO FINAL DO TEMA COMO NOMEIO, O QUE IMPORTA É QUE ESTEJA ENTRE A TAG <BODY> E </BODY>
  81.  
  82.  
  83. <!--- COMEÇA AQUI --->
  84.  
  85. <div id="updatetab">
  86.  
  87. <div id="tabtitle">
  88. <!---AQUI É O TÍTULO--->
  89. <font style="color:{color:frase};"> Bem vindos </font></a>
  90. </div>
  91.  
  92. <div id="dropdown">
  93.  
  94. <!---COLOQUE O QUE QUISER AQUI--->
  95. <p>
  96. Coloque o que quiser aqui
  97. <p>
  98. Coloque o que quiser aqui
  99. <p>
  100. Coloque o que quiser aqui
  101. <p>
  102. Coloque o que quiser aqui
  103. <p>
  104. Coloque o que quiser aqui
  105. <p>
  106. <div id="linkzoom">
  107. <a href="">Theme</a>
  108. <a href="">Icon</a>
  109. <a href="">Lista</a>
  110.  
  111. </a></div>
  112.  
  113.  
  114.  
  115. <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>
  116.  
  117. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement