Advertisement
Darkness_Royal

Widgets - Hora do chá!

Jun 13th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. cabeçalho: http://static.tumblr.com/itxhnbu/W4Jnpnq1e/teaa.png
  2.  
  3. Widget 1 - Welcome.
  4. As pessoas costumam deixar cicatrizes. Não daquelas pequenas, que você só percebe depois de vinte minutos na frente do espelho, mas daquelas bem grandes que fazem os outros perguntarem: onde você conseguiu isso? Só que esse tipo de cicatriz ninguém vê, então nem pergunta, porque é bem no coração, escondido de tudo e todos. (TROQUE ESSE TEXTO POR SEU TEXTO DE SEJAM BEM VINDOS, TEM QUE TER 6 LINHAS)
  5. <style>
  6. #tags2 {
  7. background-color: #D1E3EF;
  8. width: 56px;
  9. height: 12px;
  10. font-family: verdana;
  11. font-size: 11px;
  12. float: left;
  13. padding: 2px 0 6px 0;
  14. text-align: center;
  15. margin-left: 3px;
  16. margin-bottom: 3px;
  17. margin-top: 3px;
  18. color: #A2B9C8;
  19. -webkit-border-radius: 2px;
  20. -moz-border-radius: 2px;
  21. border-radius: 2px;
  22. -webkit-box-shadow: inset 0 0 5px #BED7E7;
  23. -moz-box-shadow: inset 0 0 5px #ADCCE0;
  24. box-shadow: inset 0 0 5px #BED7E7;
  25. -moz-transition: all 0.5s ease-out;
  26. -webkit-transition: all 0.5s ease-out;
  27. -o-transition: all 0.5s ease-out;
  28. -ms-transition: all 0.5s ease-out;
  29. transition: all 0.5s ease-out;
  30. }
  31. #tags{
  32. background-color: #ffe4ea;
  33. width: 56px;
  34. height: 12px;
  35. margin-top: 3px;
  36. float: left;
  37. font-family: verdana;
  38. font-size: 11px;
  39. padding: 2px 0 6px 0;
  40. text-align: center;
  41. margin-left: 3px;
  42. margin-bottom: 3px;
  43. -webkit-border-radius: 2px;
  44. -moz-border-radius: 2px;
  45. border-radius: 2px;
  46. -webkit-box-shadow: inset 0 0 5px #fdd7df;
  47. -moz-box-shadow: inset 0 0 5px #fdd7df;
  48. box-shadow: inset 0 0 5px #fdd7df;
  49. color: #f7b0bf;
  50. -moz-transition: all 0.5s ease-out;
  51. -webkit-transition: all 0.5s ease-out;
  52. -o-transition: all 0.5s ease-out;
  53. -ms-transition: all 0.5s ease-out;
  54. transition: all 0.5s ease-out;
  55. }
  56. </style>
  57. <a href="/" title="Volte ao ínicio!" id="tags">Home</a>
  58. <a href="seu link" title="Sobre nós" id="tags2">About</a>
  59. <a href="seu link" title="Tutoriais" id="tags">4You</a>
  60. <a href="http://blogger.com" title="Volte para o blogger" id="tags2">Go out</a>
  61.  
  62. WIDGET 2 - Agendinha de posts
  63. <style>
  64. .agenda {
  65. padding: 3px;
  66. margin-bottom: 1px;
  67. margin-top: 1px;
  68. border-bottom: #ebebeb 1px solid;
  69. letter-spacing: .1em;
  70. font: normal normal 12px 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  71. text-shadow: 1px 1px 0 #fff;
  72. }
  73. .agenda b{
  74. color: #EDB5C4
  75. }
  76. </style>
  77. <div class="agenda"><b>00/00</b>- Sua frase aqui</div>
  78. <div class="agenda"><b>00/00</b>- Sua frase aqui</div>
  79. <div class="agenda"><b>00/00</b>- Sua frase aqui</div>
  80. <div class="agenda"><b>00/00</b>- Sua frase aqui</div>
  81.  
  82. WIDGET 3 - Colegas de chá
  83. <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a> <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a> <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a> <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a>
  84. <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a> <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a> <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a> <a href="/" title="You"><img class="teacup" src="http://static.tumblr.com/itxhnbu/E82npns6z/tumblr_static_tea_cup.png"/></a>
  85.  
  86.  
  87. <style>
  88. .teacup {
  89. width: 55px;
  90. -webkit-transition-duration: .70s;
  91. }
  92. .teacup:hover {
  93. -webkit-transform: rotate(360deg) scale(1.1) ;
  94. -webkit-transition-duration: 0.5s;
  95. -webkit-transition-duration: 0.5s;
  96. }
  97. </style>
  98.  
  99. WIDGET 4 - sem nome, são as tags
  100. <style>
  101. .direita { float:right; width:49%; text-align:justify; }
  102. .esquerda { float:left; width:49%; text-align:justify; }
  103. #menutags20{
  104. background-color: #F5D4E2;
  105. width: 98%;
  106. height: 11px;
  107. border: 1px solid #EFC0D8;
  108. float: left;
  109. box-shadow: inset 1px 1px 0px #fff;
  110. font: 10px arial;
  111. color: #FFFFFF;
  112. text-shadow: 1px 1px 0px #F4B4CA;
  113. padding: 1px 0 4px 0;
  114. letter-spacing: 2px;
  115. text-align: center;
  116. margin: 1px;
  117. text-transform: lowercase;
  118. margin-bottom: 4px;
  119. -moz-transition: all 0.5s ease-out;
  120. -webkit-transition: all 0.5s ease-out;
  121. -o-transition: all 0.5s ease-out;
  122. -ms-transition: all 0.5s ease-out;
  123. transition: all 0.5s ease-out;
  124. }
  125. #menutags20:hover{
  126. background-color: #D5E1E8;
  127. width: 98%;
  128. height: 11px;
  129. border: 1px solid #BBCBD5;
  130. float: left;
  131. box-shadow: inset 1px 1px 0px #fff;
  132. font: 10px arial;
  133. color: #FFFFFF;
  134. text-shadow: 1px 1px 0px #BBCBD5;
  135. padding: 1px 0 4px 0;
  136. letter-spacing: 4px;
  137. text-align: center;
  138. margin: 1px;
  139. text-transform: lowercase;
  140. margin-bottom: 4px;
  141. }
  142. </style>
  143. <div class="esquerda">
  144. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  145. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  146. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  147. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  148. </div>
  149. <div class="direita">
  150. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  151. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  152. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  153. <a href="SEU LINK AQUI" id="menutags20">Nome</a>
  154. </div>
  155.  
  156. WIDGET 5 - SEM NOME, SÃO OS CRÉDITOS
  157. <marquee>Layout feito por June do blog <a href="http://f-olks.blogspot.com">Folks</a> exclusivamente para o Tea Clouds.</marquee>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement