Advertisement
pamefortes

theme35.1_por_thoughtandsoul

Feb 12th, 2012
1,594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  5. <!--Não remova os créditos, plágio é crime!-->
  6. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  7. <!--Não remova os créditos, plágio é crime!-->
  8. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  9. <!--Não remova os créditos, plágio é crime!-->
  10. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  11. <!--Não remova os créditos, plágio é crime!-->
  12. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  13. <!--Não remova os créditos, plágio é crime!-->
  14. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  15. <!--Não remova os créditos, plágio é crime!-->
  16. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  17. <!--Não remova os créditos, plágio é crime!-->
  18. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  19. <!--Não remova os créditos, plágio é crime!-->
  20.  
  21. <head>
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <meta name="color:background" content="#F6F6F6" />
  26. <meta name="color:link" content="#9E92B8" />
  27. <meta name="color:posts" content="#fff" />
  28. <meta name="color:linkhover" content="#cacaca" />
  29. <meta name="image:background" content=""/>
  30. <meta name="image:side background" content="http://26.media.tumblr.com/tumblr_ltdy6z8bxq1qg8d2yo1_400.png"/>
  31.  
  32. <meta name="text:subtitle0" content="frase em subtitle0" />
  33. <meta name="text:subtitle" content="coloque um subtitulo no subtitle" />
  34. <meta name="text:subtitle2" content="e aqui no subtitle2" />
  35. <meta name="text:llink1" content="llink1" />
  36. <meta name="text:llink2" content="llink2" />
  37. <meta name="text:llink3" content="llink3" />
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Title" content="Link1 Title" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Title" content="Link2 Title" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Title" content="Link3 Title" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Title" content="Link4 Title" />
  46. <meta name="text:Link5" content="/" />
  47. <meta name="text:Link5 Title" content="Link5 Title" />
  48. <meta name="text:Link6" content="/" />
  49. <meta name="text:Link6 Title" content="Link6 Title" />
  50. <meta name="text:Link7" content="/" />
  51. <meta name="text:Link7 Title" content="Link7 Title" />
  52. <meta name="text:Link8" content="/" />
  53. <meta name="text:Link8 Title" content="Link8 Title" />
  54. <meta name="text:Link9" content="/" />
  55. <meta name="text:Link9 Title" content="Link9 Title" />
  56. <meta name="text:Link10" content="/" />
  57. <meta name="text:Link10 Title" content="Link10 Title" />
  58.  
  59. <meta name="image:photo1" content="http://static.tumblr.com/no9dwxu/VKsly4yp8/normal_011.jpg"/>
  60. <meta name="image:photo2" content="http://static.tumblr.com/no9dwxu/PKaly4yoq/normal_012.jpg"/>
  61. <meta name="image:photo3" content="http://static.tumblr.com/no9dwxu/1O4ly4ypk/normal_013.jpg"/>
  62.  
  63. <script>
  64. function bloqueio()
  65. {alert(mensagem);}
  66. document.onkeydown=bloqueio;
  67. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  68. <script type="text/javascript">
  69. function desabilitaMenu(e)
  70. {if (window.Event)
  71. {if (e.which == 2 || e.which == 3)
  72. return false;}
  73. else
  74. {event.cancelBubble = true
  75. event.returnValue = false;
  76. return false;}
  77. }
  78. document.oncontextmenu = desabilitaMenu;
  79. document.onmousedown = desabilitaBotaoDireito;
  80. document.onmouseup = desabilitaBotaoDireito;
  81. </script>
  82. <script language="JavaScript1.2">
  83. function disableselect(e){return false}
  84. function reEnable(){return true}
  85. document.onselectstart=new Function ("return false")
  86. if (window.sidebar){
  87. document.onmousedown=disableselect
  88. document.onclick=reEnable
  89. }
  90. </script>
  91. <style type="text/css">
  92.  
  93. body {background-color:{color:background}; color:#888; font-family: verdana; font-size: 11px; text-align: left; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed;}
  94.  
  95. a, a:link, a:active, a:visited {color:{color:link};text-transform: none; text-decoration: none;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  96. a:hover {color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  97.  
  98. b, strong{color:{color:link}}
  99. i, em {color:{color:#666};}
  100. p{margin-top:5px; margin-bottom:5px}
  101.  
  102.  
  103. .diivdate{border-top:3px solid {color:link};border-bottom:3px solid {color:link};margin-left:30px;margin-right:30px;
  104.  
  105. }
  106.  
  107.  
  108. .meta {
  109. background-color: {color:background};
  110. width: auto;
  111. margin: 0px;
  112. padding: 3px;
  113. font-size: 10px;
  114. }
  115.  
  116. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:link}; padding-left: 5px; }
  117.  
  118. .sidebar {width: 220px; height: 100%; background-color:{color:posts}; margin-top: 0px!important; position: fixed;padding: 10px;}
  119.  
  120. .sideborda {width: 240px; background-image:url('{image:side background}'); background-attachment: fixed;height: 100%; background-color:{color:posts}; margin-top: 0px!important; position: fixed;padding: 10px;}
  121.  
  122. #sidebar2 {width: 84px; height: auto;left:280px;background-image:url('{image:side background}'); padding:8px;background-attachment: fixed;height: 100%; position: fixed;}
  123.  
  124.  
  125. #frase2{background-color:{color:link};color: {color:background}; width:405px; height:15px; position: fixed; padding: 3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top: 20px; font-family: verdana; font-size: 9px; z-index: 2;cursor:hand;text-align: center; }
  126.  
  127. #frase2:hover {background-color: {color:posts}; height: 15px; color: transparent;opacity:0.65;
  128. -moz-opacity: 0.65;
  129. filter: alpha(opacity=65);cursor:hand;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  130.  
  131. .frase1 {text-align: center; position: fixed; color: transparent; width: 405px; opacity:0.0;
  132. -moz-opacity: 0.0;
  133. filter: alpha(opacity=0);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; cursor:hand;}
  134.  
  135. .frase1:hover {color:#888; height:15px; opacity:1.0;
  136. -moz-opacity: 1.0;
  137. filter: alpha(opacity=100);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;cursor:hand; }
  138.  
  139. .subtitle {margin-left: 5px; font-size: 11px; line-height:12px; text-align: center; text-transform:lowercase;}
  140.  
  141. .title{color:{color:posts};overflow-y:hidden;z-index:3; position:relative;}
  142.  
  143. .titled{font-size:11px;
  144. color:{color:posts}; text-align:center; -webkit-transition: 0.7s ease-in;
  145. padding:4px;-moz-transition: 0.7s ease-in;
  146. transition: 0.6s ease-in;background-color:{color:link}; }
  147.  
  148. .title2{overflow-y:hidden;z-index:3; position:relative;}
  149.  
  150. .titled2{font-size:11px;
  151. color:; text-align:center; -webkit-transition: 0.7s ease-in;
  152. padding:4px;-moz-transition: 0.7s ease-in;
  153. transition: 0.6s ease-in;background-color:{color:background}; }
  154.  
  155. #photos {display: block; margin-left: 8px; float: right; top:0px; width: 95px; height: 5000px; background-color:{color:post}; text-align: center; position: fixed;}
  156.  
  157.  
  158. ::-webkit-scrollbar-thumb:vertical {
  159. background-color:{color:link};
  160. height:100px;
  161. }
  162. ::-webkit-scrollbar-thumb:horizontal {
  163. background-color:{color:link};
  164. height:5px;
  165. }
  166. ::-webkit-scrollbar {
  167. height:5px;
  168. width:5px;
  169. background-color:{color:background};
  170. }
  171.  
  172.  
  173. #cont {background-color:transparent; width: 560px; background-image:url('{image:side background}'); background-attachment: fixed;position: absolute; top: 0px; left: 400px; padding-bottom: 20px}
  174.  
  175. #posts {width: 500px; background-color:{color:posts}; text-align: justify; padding: 10px; margin: 20px 0 1px 0; }
  176.  
  177. h1{ font-size:35px; letter-spacing: -1px; line-height:26px; font-weight: normal;font-family:georgia;
  178. margin: 0 0 5px 0;color:#999;}
  179.  
  180.  
  181. .bubblewrap{
  182. list-style-type:none;
  183. margin:0;
  184. padding:0;
  185. }
  186.  
  187. .bubblewrap li{
  188. display:inline;
  189. height:69px;
  190. width:54px;
  191. }
  192.  
  193. .bubblewrap li img{
  194. height:69px;
  195. width:54px;
  196. background-image:url('{image:side background}');
  197. padding:8px;
  198. -webkit-transition:-webkit-transform 0.1s ease-in;
  199. -o-transition:-o-transform 0.1s ease-in;
  200. }
  201.  
  202. .bubblewrap li img:hover{
  203. -moz-transform:scale(1.8); /*escala do aumento da imagem1.8x*/
  204. -webkit-transform:scale(1.8);
  205. -o-transform:scale(1.8);
  206. }
  207.  
  208. .link a{display: block; text-decoration: none; background-color: {color:posts};color:{color:link}; padding: 3px 0px 3px 0px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;border-bottom: 1px solid {color:background};}
  209. .link a:hover{ -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  210. #link2{text-align:center; display:inline-block; width:82px; color: {color:link}; background-color: {color:posts};margin-bottom:2px;}
  211. #link2:hover #sublink{opacity:1; margin-top:-20px; margin-left: 82px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; overflow:hidden; background-color:{color:posts}; z-index:10; height:auto;}
  212. #sublink{position:absolute; opacity:0; margin-left:0px; width:82px; overflow:hidden; height:0px;}
  213. #sublink a{color:{color:link};background-color: {color:posts};text-align:center; display:block; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; z-index:10; }
  214. #sublink a:hover{background-color:{color:link};color: {color:posts};}
  215.  
  216.  
  217. .chat{
  218. line-height: 12px;
  219. list-style: none
  220. }
  221.  
  222. .chat ul {
  223. line-height: 15px;
  224. list-style: none;
  225. padding: 0px;
  226. line-height: 20px;
  227. }
  228.  
  229. .person1 {
  230. background-color:{color:posts};
  231. color: #888;
  232. }
  233. .person1 .label {
  234. padding: 0px;
  235. margin-left: 5px;
  236. color:#888;
  237. }
  238. .person2 {
  239. background-color: {color:background};
  240. color:#888;
  241. }
  242. .person2 .label {
  243. padding: 0px;
  244. margin-left: 5px;
  245. color: #888;
  246. }
  247.  
  248. .quotem{font-family:georgia;font-size: 80px; font-weight: bold; line-height: 80px; }
  249. .qquote{font-family:georgia;font-size: 28px; letter-spacing: -1px; line-height: 25px; margin-top: -70px; margin-left:
  250. 45px;color:#999;}
  251. .quotes{margin: 5px 15px 0 0; text-align: right;}
  252.  
  253. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left; }
  254. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  255. ol.notes li {margin: 0px; padding: 2px;}
  256. #notes img{border:0px}
  257. #notes a{font-size: 10px}
  258.  
  259. #frase2{bottom:9px;background-color:{color:link};color: {color:background}; width:78px; height:15px; position: fixed; padding: 3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family: verdana; font-size: 9px; z-index: 2;cursor:hand;text-align: center; }
  260.  
  261. #frase2:hover {background-color: {color:posts}; height: 80px; color: transparent;opacity:1.0;
  262. -moz-opacity: 1.0;
  263. filter: alpha(opacity=100);cursor:hand;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  264.  
  265. .frase1 {text-align: center; position: fixed; color: transparent; width: 78px; opacity:0.0;
  266. -moz-opacity: 0.0;
  267. filter: alpha(opacity=0);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; cursor:hand;}
  268.  
  269. .frase1:hover {color:#888; height:50px; opacity:1.0;
  270. -moz-opacity: 1.0;
  271. filter: alpha(opacity=100);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;cursor:hand; }
  272.  
  273. #tumblr_controls{position: fixed!important;z-index:15;}
  274.  
  275. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  276. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  277. </style>
  278.  
  279. </head>
  280. <body oncontextmenu="return false" onselectstart="return false" onkeydown="return false">
  281.  
  282. <div id="cont">
  283. <div align="center">
  284.  
  285. {block:Posts}
  286.  
  287. <div id="posts">
  288. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  289.  
  290. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  291. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  292.  
  293. {block:Photoset}{Photoset-500}
  294. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  295. {/block:Photoset}
  296.  
  297. {block:Quote}
  298. <b class="quotem">“</b><div class="qquote">{Quote}</div>
  299. {block:Source}<div class="quotes">— {Source}</div>{/block:Source}
  300. {/block:Quote}
  301.  
  302. {block:Link}
  303. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  304. {block:Description}{Description}{/block:Description}
  305. {/block:Link}
  306.  
  307. {block:Chat}
  308. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  309. <div class="chat"><ul>{block:Lines}
  310. <li class="person{UserNumber}">{block:Label}
  311. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  312. {/block:Chat}
  313.  
  314. {block:Audio}
  315. {block:AlbumArt}<img src="{AlbumArtURL}" width="90px" align="left" >{/block:AlbumArt}
  316. {AudioPlayerWhite}
  317. {PlayCountWithLabel}
  318. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  319. {/block:Audio}
  320.  
  321. {block:Video}{Video-500}
  322. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  323.  
  324. {block:Answer}
  325. <div class="meta"><img src="{AskerPortraitURL-48}" style="padding:5px;" align="left"><big><big><big><big> {Asker}</big></big></big></big> <br> {Question}<br><br><br></div>
  326. {Answer}
  327. {/block:Answer}
  328.  
  329.  
  330. <div id="clear"></div>
  331.  
  332. <div class="meta">
  333. {DayOfMonth}/{MonthNumberWithZero}/{Year}, {12Hour}:{Minutes}{AmPm} | <a href="{Permalink}">Link</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:ContentSource} | <a href="{SourceURL}" target="_blank" title="{SourceTitle}">Source</a>{/block:ContentSource}{block:RebloggedFrom} | <a href="{ReblogParentURL}"target="_blank" title="{ReblogParentName}">Via</a>{/block:RebloggedFrom} | <a href="{ReblogURL}" target="_blank">Reblog</a>
  334.  
  335. {block:HasTags}<div class="br1"></div>Tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</a>
  336. </div>
  337.  
  338.  
  339.  
  340. </div>
  341. {/block:Posts}
  342. {block:PostNotes}
  343. {PostNotes}
  344. {/block:PostNotes}
  345.  
  346.  
  347.  
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353.  
  354. </div></div>
  355.  
  356.  
  357. <div class="sideborda">
  358. <div class="sidebar">
  359.  
  360. <table width="290px"><tbody>
  361. <center><h1>{title}</h1></center>
  362. <div class="title2"><div class="titled2">
  363. {text:subtitle}</div></div><div class="title"><div class="titled">{text:subtitle2}</div></div></center>
  364. <div style="padding: 5px; margin-top:2px;margin-bottom:10px;text-align: justify; font-size: 9px;overflow: auto;height:150px; width:212px;float:right;">
  365. {block:Description}{Description}{/block:Description}</div>
  366.  
  367.  
  368. <center>
  369. <ul class="bubblewrap">
  370. <li><img src="{image:photo1}" class="borderimage"></li>
  371.  
  372. <li><img src="{image:photo2}"class="borderimage" ></li>
  373.  
  374. <li><img src="{image:photo3}" class="borderimage"></li>
  375.  
  376.  
  377. </ul>
  378. </center>
  379.  
  380. </div>
  381.  
  382.  
  383.  
  384.  
  385.  
  386. </tbody></table></div></div>
  387.  
  388.  
  389. <div id="sidebar2">
  390. <center><img src="{PortraitURL-96}" width="82px;" style="margin-bottom:7px;"></center>
  391.  
  392.  
  393. <div class="link"><center><div id="link2"><a href="/">home</a></div>
  394.  
  395. <div id="link2"><a href="#">questions?</a>
  396.  
  397. <div id="sublink">
  398.  
  399. <a href="\ask">ask</a>
  400. <a href="\submit">submit</a>
  401. </div></div>
  402.  
  403. <div id="link2"><a href="#">{text:llink1}</a>
  404.  
  405. <div id="sublink">
  406.  
  407. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  408. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  409. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  410. </div></div>
  411.  
  412.  
  413.  
  414. <div id="link2"><a href="#">{text:llink2}</a>
  415. <div id="sublink">
  416. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  417. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  418. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  419. </div></div>
  420.  
  421.  
  422.  
  423. <div id="link2"><a href="#">{text:llink3}</a>
  424.  
  425. <div id="sublink">
  426.  
  427. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  428. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  429. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  430. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}
  431.  
  432. </div></div></div>
  433. <p><br><br>
  434. <center><font size="9"><div style="float:left">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}</div><div style="float:right">{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div></font><br><br>page {CurrentPage} of {TotalPages}
  435. </center>
  436.  
  437. <div id="frase2"><div class="frase1"><center>Theme by <a href="http://thoughtandsoul.tumblr.com/"><b>Thought and Soul</b></a> © Don't copy and don't remove this credits.</div>Credits...</div></center>
  438.  
  439. </div>
  440.  
  441.  
  442.  
  443.  
  444. </body>
  445. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement