Advertisement
kelishid

THEME PARA DESATIVAÇÃO

Dec 27th, 2011
2,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! Theme # LATE-TO-WRITE, NÃO RETIRE OS CRÉDITOS!>
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head> <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="color:sbar" content="#FFFFFF" />
  13. <meta name="text:titulo" content="Pensar"/>
  14.  
  15. <meta name="image:topo" content=""/>
  16.  
  17. <meta name="image:sbar1" content=""/>
  18. <meta name="image:sbar2" content=""/>
  19. <meta name="image:sbar3" content=""/>
  20. <meta name="image:sbar4" content=""/>
  21. <meta name="image:sbar5" content=""/>
  22. <meta name="image:sbar6" content=""/>
  23. <meta name="image:sbar7" content=""/>
  24. <meta name="image:sbar8" content=""/>
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. /* creditos */
  39.  
  40.  
  41.  
  42. .creditosd {margin-left: 470px; bottom: 5px; bottom: -55px; position: fixed; width: 300px; left: -3px; overflow: hidden; z-index: 550; -webkit-transition-duration: .70s; Background: #fffff; text-align: justify; color: #0000; opacity: 0.7; font-family: font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:10px;}
  43.  
  44.  
  45.  
  46.  
  47.  
  48. .creditosd:hover {bottom: 120px; bottom: 0px; background-color: #fffff; opacity: 1.0;}
  49.  
  50. /* descrição */
  51.  
  52. .sidebartext{clear: both; text-align: justify; background-color: #FFFFFF ; opacity: 0.8; filter:alpha (opacity=80); margin: 0px 0px 0px 0px; padding: 3px; font-family: verdana; font-size: 9px;}
  53.  
  54.  
  55.  
  56. .sidebartext a{font-size:10px;}
  57.  
  58. .sidebartext a:hover{font-size:10px}
  59.  
  60. #tumblr_controls{position: fixed!important}
  61. ::-webkit-scrollbar{width:5px;height:5px;}
  62.  
  63. ::-webkit-scrollbar-button:start:decrement
  64.  
  65. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  66.  
  67. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  68.  
  69. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#A9A9A9;-webkit-border-radius:px;}
  70.  
  71. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#A9A9A9;-webkit-border-radius:px;}
  72.  
  73. /* Titulo */
  74.  
  75. .titulo {font-size: 30px; font-family: Georgia; letter-spacing: 1px; color: #999; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  76.  
  77. .titulo:hover {margin-left:55px; font-style:italic}
  78.  
  79. /* sbar */
  80.  
  81. #sbar {width:63px; height: 375px; margin-left: 273px; margin-top: -320px; position:fixed; overflow:hidden; background-color: {color:sbar}; border:0px solid; border-right:0px solid; padding:3px}
  82.  
  83. /* imagens */
  84.  
  85. #simg {margin-top:3px; margin-bottom:2px}
  86. #simg img {max-width: 30px; height: auto; text-align:center}
  87.  
  88. .imgsid img{border: 4px solid #ffffff; width: 55px; height: 40px; text-align: left; -moz-transition: all 1.3s ease-out; -o-transition: all 1.3s ease-out; -webkit-transition: all 1.3s ease-out; transition: all 1.3s ease-out; }
  89. .imgsid img:hover {border: 4px solid #ffffff; opacity: 0.5}
  90.  
  91. /* topo */
  92.  
  93.  
  94.  
  95. #ke {width: 100%; height:45px; margin-top:-15px; opacity:0.8; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #FFFFFF; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px; background-image:url('{image:topo}'); }
  96.  
  97.  
  98.  
  99. #de {width: 100%; height:10px; margin-top:30px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #E0E0E0; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px;) }
  100.  
  101.  
  102.  
  103.  
  104. {CustomCSS}
  105.  
  106. </style>
  107.  
  108. </head>
  109.  
  110. <body>
  111.  
  112. <div id="ke"></div>
  113.  
  114.  
  115. <div id="de"></div>
  116.  
  117.  
  118.  
  119. <br><br><br>
  120.  
  121. <center><div class="titulo">{text:titulo}</div></center>
  122.  
  123.  
  124. <center><p><iframe frameborder="0" scrolling="no" width="500" height="149" src="http://www.tumblr.com/ask_form/COMEÇO DA SUA URL AQUI.TUMBLR.COM"
  125. style="background-image:url('{image:topo}'); overflow:hidden;" id="ask_form"></iframe>
  126. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  127.  
  128. <div class="sidebartext"><center><div style="background-color:transparent; font-family: verdana; width: 500px; text-align: justify; font-size: 10px; line-height: 100%; height: 100px; overflow: auto;">
  129. {block:Description}{Description}{/block:Description} </div>
  130.  
  131.  
  132.  
  133.  
  134. <div id="sbar">
  135. <div class="imgsid">
  136.  
  137.  
  138. <img src="{image:sbar1}">
  139. <img src="{image:sbar2}">
  140. <img src="{image:sbar3}">
  141. <img src="{image:sbar4}">
  142. <img src="{image:sbar5}">
  143. <img src="{image:sbar6}">
  144. <img src="{image:sbar7}">
  145. <img src="{image:sbar8}">
  146. </div>
  147.  
  148.  
  149. <div class="creditosd"><center><h3><big><big>C r é d i t o s</big></big></h3><center>
  150. <br>
  151. <big>Theme por <b>late-to-write</b>. Com detalhes de m-a-r-e-s-i-a e biasemcriatividade <br> <b>Não</b> retire os <b>créditos</b> e muito menos copie. <br><big>
  152.  
  153. </div>
  154.  
  155. </div>
  156.  
  157. </body>
  158. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement