Advertisement
pamefortes

theme35_por_thoughtandsoul

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