Advertisement
leticiafelippe

Theme24

Apr 28th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.97 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. Este Theme foi feito por Letícia Felippe (uma-bailarina-skatista.tumblr.com),modifique o quanto quiser mais jamais retire os créditos-----
  3. ---------------------------------------------------------------->
  4.  
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Nunito&v1' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58.  
  59.  
  60.  
  61. <title>MUDE ISSO</title>
  62. <link href="http://i205.photobucket.com/albums/bb186/mhilkas/favoicons/30bz9ms.gif" rel="icon" type="image/x-icon" />
  63.  
  64. <script>
  65. function changeNavigation(id)
  66. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}
  67. </script>
  68.  
  69. <script src="http://static.tumblr.com/cexbttn/8Twlm4lmd/cufon-yui.js.js"></script>
  70. <script type="text/javascript" src="http://static.tumblr.com/okap6fz/Z2Klmmp1a/aint_nothing_fancy_400.font.js"></script>
  71. <script type="text/javascript">Cufon.replace('h1');</script>
  72.  
  73. <script src="http://static.tumblr.com/cexbttn/8Twlm4lmd/cufon-yui.js.js"></script>
  74. <script type="text/javascript" src="http://static.tumblr.com/okap6fz/KnNlmmp51/today_i_feel_400.font.js"></script>
  75. <script type="text/javascript">Cufon.replace('h3');</script>
  76.  
  77.  
  78. <style>
  79.  
  80. body {background-image: url("http://30.media.tumblr.com/tumblr_m2bz3sdxrc1rswm32o1_500.jpg"); font-family: arial; font-size: 10pt; font-weight: none; color: #4D4F4F; background-image:url('http://30.media.tumblr.com/tumblr_m2bz3sdxrc1rswm32o1_500.jpg');background-attachment:fixed;}
  81.  
  82.  
  83. a:link, a:active, a:visited { font-family: tahoma; color: #A2A3A3; text-decoration: none;
  84. -webkit-transition-duration: .40s; }
  85. a:hover { font-family: tahoma; color: #282929; text-decoration: none; text-shadow: 0 3px 5px #E8E8E8; }
  86.  
  87.  
  88.  
  89. blockquote{
  90. margin: 0 8px;
  91. text-align: justify;
  92. line-height:123%;
  93. border-left: 2px solid #303030;
  94. padding-left:2px; padding-right:4px; padding-top:0; padding-bottom:0 }
  95.  
  96.  
  97. h1 {color: #303030; font-size:24px; line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;
  98. text-shadow: 0 1px 1px #9A9C9B;}
  99.  
  100. h2 {color:#303030; font-family: Nunito; font-size:15px; line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:right; letter-spacing: 1px; text-align: left;}
  101.  
  102. h3 {color:#9A9C9B; font-size:20px; line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; text-transform: uppercase; text-align: right;}
  103.  
  104.  
  105. s {color: #000;}
  106. i {color: #000;}
  107. b {color: #000; }
  108. u, span.sublinha {cursor: nw-resize; text-decoration: none; border-bottom: 1px dashed #000;}
  109.  
  110.  
  111. #info{
  112. font-family: verdana;
  113. letter-spacing: 1px;
  114. font-size:7pt;
  115. border-top:1px dothed #585859;
  116. border-bottom:1px dashed #585859;
  117. background-color: #;
  118. width: 500; height: 100%; }
  119.  
  120. #posi{
  121. right:50%;
  122. margin-left:470px;
  123. top:7px;
  124. width:500px;
  125. }
  126.  
  127.  
  128. #box {Overflow:hidden; letter-spacing: 1px; background-color: #fff; padding:6px; -webkit-border-radius: 20px; -webkit-box-shadow:0 0 1em #EDEDED; text-shadow: 0 1px 1px #f0f0f0; border: 1px dashed #f0f0f0; font-size: 10px; filter: alpha(opacity=75); opacity:.85;}
  129.  
  130. #sidebar {position:fixed; float: justify; z-index:2; width:320px; left:130px; top:10px; padding-top:70px; padding:6px; margin-bottom:00px;}
  131.  
  132. #box2 {Overflow:hidden; letter-spacing: 1px; background-color: #f0f0f0; padding:6px; -webkit-border-radius: 03px; -webkit-box-shadow:0 0 1em #000; border: 1px dashed #f0f0f0; font-size: 10px; filter: alpha(opacity=80); opacity:.80;text-shadow: 0 1px 1px #f0f0f0;}
  133.  
  134.  
  135.  
  136. #nav { width: 90%; float: left; background: #f0f0f0; padding: 5px 0 5px 0; text-align: center; margin: 1px; margin-left: 2px; line-height:13px; color: #000; font: 10px verdana; margin-bottom: 1px;
  137. -webkit-border-top-left-radius: 70px;
  138. -webkit-border-bottom-left-radius: 70px;
  139. -moz-border-radius-topleft: 70px;
  140. -moz-border-radius-bottomleft: 70px;
  141. border-top-left-radius: 70px;
  142. border-bottom-left-radius: 70px;-webkit-transition-duration: .40s;}
  143.  
  144. #nav:hover {background-image: url("http://30.media.tumblr.com/tumblr_m2bz3sdxrc1rswm32o1_500.jpg"); color: #BBBFBF; text-shadow: 0 1px 1px #111212;}
  145.  
  146.  
  147. /********************* LINHA DE SEPARAÇÃO *******/
  148. .br1 {border-bottom: 1px dashed #BABABA;}
  149.  
  150.  
  151. /****************** NOTES dos Posts *****************/
  152. .notes-bottom ol, .notes-bottom ul {margin: 0; padding: 0; list-style: none;}
  153. .notes-bottom li {background: #fff; border-bottom: 1px solid f0f0f0; margin: 0; padding: 5px 0 20px 0; font-size: 10px;width: 510px;}
  154.  
  155. .notes-bottom li:hover {border-bottom: 1px solid f0f0f0; background: #f2ede1; bottom:1px;
  156. font-size: 10px; position: relative;width: 510px;}
  157.  
  158. /*** img das notas ***/
  159. .notes-bottom li img.avatar {margin: 0 5px 0 0;float: left; width: auto;padding: 2px; background: #D1D1D1; background-imagem: url (http://www.piccolecreazioni.com/velvetfactory/images/you/pattern/16/VF_l15.jpg)}
  160.  
  161.  
  162. /****************** Selecção Colorida *****************/
  163. ::-moz-selection {
  164. background: #F1F5DF;
  165. color: #6A6D73;
  166. }
  167. ::selection {
  168. background: #F1F5DF;
  169. color: #6A6D73;
  170. }
  171.  
  172. /****************** IMAGENS: BORDA , OPACIDADE E TAMANHO *****************/
  173. .border{ padding: 3px; background:#fff; border: 5px solid #e0e0c0; -webkit-border-radius: 10px;
  174. -moz-border-radius: 6px; border-radius: 6px;}
  175.  
  176. img:hover { filter: alpha(opacity=70); opacity:.70; }
  177. img { filter: alpha(opacity=100); opacity: 1.0; -webkit-transition-duration: .60s; }
  178.  
  179. #opacidade2:hover { filter: alpha(opacity=30); opacity:.30; }
  180. #opacidade2 { filter: alpha(opacity=100); opacity: 1.0; -webkit-transition-duration: .60s; }
  181.  
  182.  
  183. a img{ max-width:100%; }
  184.  
  185. img{ -webkit-border-top-left-radius: 8px;
  186. -webkit-border-radius: 8px;
  187. -moz-border-radius: 5px;
  188. border-radius: 8px;
  189. }
  190.  
  191. /**************************** CREDIT BARRAS *****************/
  192. .credit {display : block; border-bottom: 1px solid #eee; padding: 1px;}
  193. .credit:hover {background: #FAFAFA;filter: alpha(opacity=70); opacity:.70;}
  194.  
  195. .barr {background: #E6E6D7; padding: 2px; }
  196.  
  197.  
  198. /********************* Barra Fixa ***********/
  199. .barra1 {left: 0px; height: 100%; position: fixed; width: 40px; z-indez: 4;right: 0px; top: 0px; -webkit-box-shadow:0 0 1em #f3f3f3; background-color: #D4EBFF ; background: url('http://30.media.tumblr.com/tumblr_m2bz3sdxrc1rswm32o1_500.jpg')}
  200.  
  201. .barra2 {left: 40px; height: 100%; position: fixed; width: 6px; z-indez: 4;right: 0px; top: 0px; background-color: #C2C2C0;-webkit-box-shadow:0 0 1em #585859;}
  202.  
  203. </style>
  204.  
  205.  
  206. </head>
  207. <body>
  208.  
  209. <div class="barra1"></div><div class="barra2"></div>
  210.  
  211. <div id="sidebar"><div id="box2">
  212.  
  213. <img src="http://27.media.tumblr.com/tumblr_m37qi6KB5I1r8kcxpo1_500.jpg" height="200" width="100%"><p>
  214.  
  215. <div align="justify">
  216. SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO SUA DESCRIÇÃO<br><br>
  217. <center><!------inicio contador------>
  218. Me fazendo feliz: <script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=http://
  219. NOMEDOTUMBLR.tumblr.com/"></script></a>
  220. <!------final contador------></center><br>
  221.  
  222. </div></div><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  223.  
  224.  
  225.  
  226. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> <big>Back | </big></a>{/block:PreviousPage}{/block:Pagination}
  227.  
  228. {block:Pagination}{block:NextPage}<a href="{NextPage}"><big>Next Page </big></a>{/block:NextPage}{/block:Pagination}</font>
  229.  
  230.  
  231.  
  232. <div style="position:fixed; float: center; width:80px; left:63px; top:40px; padding-top:13px; z-index:2;">
  233. <a href="/" div id="nav">home</a>
  234. <div id="nav" href="#" onClick="changeNavigation('profile');">
  235. about</div>
  236. <div id="nav" href="#" onClick="changeNavigation('ask');">
  237. ask</div>
  238. <div id="nav" href="#" onClick="changeNavigation('extras');">
  239. tumblr</div>
  240. <br>
  241. </div>
  242.  
  243. </div>
  244.  
  245.  
  246. <table border="0" cellpadding="0" cellspacing="0" style="border-bottom: 0px solid #;">
  247. <tr><td style="bottom: 30; right: 724; width: 470px; position: absolute;" id="main"><p>
  248.  
  249. {block:Posts}<div id="posi">
  250.  
  251. <div id="box">
  252. {block:Quote}<h1><center>"{Quote}"&nbsp;</h1></center>{/block:Quote}
  253. {block:Title}<h1><center>{Title}&nbsp;</center></h1>{/block:Title}
  254. {block:Link}<a href="{URL}" class="link" {Target}><h1><center>{Name}&nbsp;</h1></center></a>{/block:Link}
  255.  
  256.  
  257. {block:Text}{Body}{/block:Text}
  258. {block:Photo}<center>{LinkOpenTag}
  259. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="opacity" width=100%/>
  260.  
  261. {LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  262. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  263. {block:Quote}{block:Source}<small><P>{Source}</p></small>{/block:Source}{/block:Quote}
  264. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  265. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  266. {block:Video}<center>{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  267.  
  268. {block:Answer}
  269.  
  270. <center><div style="background:#f5f5f5; -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;font:normal 11px verdana;color:#888;padding:7px; text-align: justify; float: left; width: 97%;">{Question}</i></div></center>
  271. <div style="padding-left: 15px;"><img src="http://static.tumblr.com/okap6fz/SDRllykvp/setinhamah.png"/><br><img src="{AskerPortraitURL-16}" /> <b><span style="text-transform: capitalize;">{Asker}</span></b></div>
  272.  
  273. <p align="justify">{Answer}</p>
  274.  
  275. {/block:Answer}
  276.  
  277.  
  278. {block:Audio}<span class="audio"><center>{AudioPlayergrEy}</span>{block:Caption}{Caption}{/block:Caption}</center>{/block:Audio}
  279.  
  280.  
  281. <br>
  282. <div id="info">
  283. {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  284.  
  285. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> | Reblog this</a>
  286. |
  287. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  288.  
  289. {block:ContentSource} # <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  290. {block:NoSourceLogo}original{/block:NoSourceLogo}</a>{/block:ContentSource}
  291.  
  292. </div>
  293.  
  294. </div></div>
  295. </div><br>
  296. {/block:Posts}
  297.  
  298. <!---------------- NOTAS DOS POSTS ------------->
  299. <div id="posi">
  300. {block:PostNotes}<div id="box">
  301. <div class="notes-bottom">
  302. {PostNotes}</div>
  303. </div></div>
  304. {/block:PostNotes}
  305.  
  306. <!---------------- FIM DAS NOTAS DOS POSTS ------------->
  307. </div><br><br>
  308.  
  309. </td>
  310.  
  311. <td id="extras" style="display: none;">
  312. <div id="posi"><br><br>
  313.  
  314. <div id="box">
  315. <h2>Credito</h2><div class="br1"></div>
  316.  
  317. <div class="credit"><a href="http://uma-bailarina-skatista.com/">Letícia Felippe</a></div> </div>
  318.  
  319.  
  320.  
  321.  
  322. <br><div id="box">
  323. <h2>Following</h2><div class="br1"></div>
  324. <div align="center">
  325. <marquee behavior="scroll" direction="left" OnMouseOver="this.stop()" OnMouseOut="this.start()">
  326.  
  327. {block:Following}
  328. {block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-30}" class="border" title="{FollowedTitle}" /></a>{/block:Followed}
  329. {/block:Following}
  330. </marquee></div></div>
  331.  
  332.  
  333.  
  334. <br><div id="box">
  335. <h2>Recomendo</h2><div class="br1"></div>
  336.  
  337. <a href="LINK">NOME</a> + <a href="LINK">NOME</a> + <a href="LINK">NOME</a> + <a href="LINK">NOME</a> + <a href="LINK">NOME</a> + <a href="LINK">NOME</a> + <a href="LINK">NOME</a>
  338. <br>
  339.  
  340. </div>
  341.  
  342. </td>
  343.  
  344. <td id="ask" style="display: none;"><div id="posi"><br><br>
  345. <div id="box">
  346.  
  347. <h2>Ask</h2><div class="br1"></div>
  348.  
  349. <iframe frameborder="0" border="0" scrolling="no" width="100%" height="150" allowtransparency="true" src="http://www.tumblr.com/ask_form/NOMEDOTUMBLR.tumblr.com" style"background-color:transparent; overflow:hidden;:"></iframe>
  350.  
  351.  
  352. </div></div></tr>
  353.  
  354. <td id="profile" style="display: none;"><div id="posi"><br><br>
  355. <div id="box">
  356. <h2>About me</h2><div class="br1"></div>
  357.  
  358. ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ ESCREVA AQUI SOBRE VOCÊ
  359.  
  360. </div>
  361.  
  362. <br> <div id="box">
  363. <h2>About tumblr</h2><div class="br1"></div>
  364. ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR ESCREVA AQUI SOBRE SEU TUMBLR
  365. <p><p>
  366.  
  367.  
  368. </div>
  369. </div></tr>
  370.  
  371.  
  372. </body>
  373. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement