Advertisement
pamefortes

theme33.1_por_thoughtandsoul

Feb 12th, 2012
3,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.06 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  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. <!--Theme desenvolvido por Pâmela Fortes (thoughtandsoul.tumblr)-->
  21. <!--Não remova os créditos, plágio é crime!-->
  22.  
  23. <head>
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27. <meta name="color:background" content="#F6F6F6" />
  28. <meta name="color:link" content="#8D3C67" />
  29. <meta name="color:posts" content="#fff" />
  30. <meta name="color:backgroundfrase" content="#fff" />
  31. <meta name="color:linkhover" content="#cacaca" />
  32. <meta name="image:background" content=""/>
  33.  
  34. <meta name="text:subtitle0" content="frase em subtitle0" />
  35. <meta name="text:subtitle" content="coloque um subtitulo no subtitle" />
  36. <meta name="text:subtitle2" content="e aqui no subtitle2" />
  37. <meta name="text:llink1" content="llink1" />
  38. <meta name="text:llink2" content="llink2" />
  39. <meta name="text:llink3" content="llink3" />
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="Link1 Title" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="Link2 Title" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="Link3 Title" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="Link4 Title" />
  48. <meta name="text:Link5" content="/" />
  49. <meta name="text:Link5 Title" content="Link5 Title" />
  50. <meta name="text:Link6" content="/" />
  51. <meta name="text:Link6 Title" content="Link6 Title" />
  52. <meta name="text:Link7" content="/" />
  53. <meta name="text:Link7 Title" content="Link7 Title" />
  54. <meta name="text:Link8" content="/" />
  55. <meta name="text:Link8 Title" content="Link8 Title" />
  56. <meta name="text:Link9" content="/" />
  57. <meta name="text:Link9 Title" content="Link9 Title" />
  58.  
  59.  
  60. <meta name="image:photo1" content="http://static.tumblr.com/no9dwxu/xf2lwhuh0/pretty-little-liars-troian-bellisario-spencer-hastings.jpg"/>
  61. <meta name="image:photo2" content="http://static.tumblr.com/no9dwxu/Tsulwhuhi/318970.jpg"/>
  62. <meta name="image:photo3" content="http://static.tumblr.com/no9dwxu/9dSlwhuhw/photo.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: 410px; height: auto; left:20px; padding: 3px; background-color:{color:posts}; margin-top: 0px!important; position: fixed;padding: 10px;}
  120.  
  121. #sidebar2 {width: 430px; height: auto; left:20px;margin-top: 7px!important;margin-bottom: 6px!important; position: fixed;}
  122.  
  123. .subtitle {margin-left: 5px; font-size: 11px; line-height:12px; text-align: center; text-transform:lowercase; background-color: #f0f0f0;}
  124.  
  125. .title{overflow-y:hidden;z-index:3; position:relative;}
  126.  
  127. .titled{font-size:11px;
  128. color:; text-align:center; -webkit-transition: 0.7s ease-in;
  129. padding:4px;-moz-transition: 0.7s ease-in;color:#eee;
  130. transition: 0.6s ease-in;background-color:{color:link}; }
  131.  
  132. .title2{overflow-y:hidden;z-index:3; position:relative;}
  133.  
  134. .titled2{font-size:11px;
  135. color:; text-align:center; -webkit-transition: 0.7s ease-in;
  136. padding:4px;-moz-transition: 0.7s ease-in;
  137. transition: 0.6s ease-in;background-color:{color:background}; }
  138.  
  139. #photos {display: block; margin-left: 8px; float: right; top:0px; width: 95px; height: 5000px; background-color:{color:post}; text-align: center; position: fixed;}
  140.  
  141.  
  142. ::-webkit-scrollbar-thumb:vertical {
  143. background-color:{color:link};
  144. height:100px;
  145. }
  146. ::-webkit-scrollbar-thumb:horizontal {
  147. background-color:{color:link};
  148. height:5px;
  149. }
  150. ::-webkit-scrollbar {
  151. height:5px;
  152. width:5px;
  153. background-color:{color:background};
  154. }
  155.  
  156.  
  157. #cont {background-color:transparent; width: 500px; position: absolute; top: 0px; left: 470px; padding-bottom: 40px}
  158.  
  159. #posts {width: 500px; background-color:{color:posts}; text-align: justify; padding: 10px; margin: 7px 0 1px 0; }
  160.  
  161.  
  162. h1{ font-size:35px; letter-spacing: -1px; line-height:26px; font-weight: normal;font-family:georgia;
  163. margin: 0 0 5px 0;color:#999;}
  164.  
  165.  
  166.  
  167. .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};}
  168. .link a:hover{ -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  169. #link2{text-align:center; display:inline-block; width:82px; color: {color:link}; background-color: {color:posts};margin-bottom:2px;}
  170. #link2:hover #sublink{opacity:1; margin-top:0px; -webkit-transition-duration:.2s; overflow:hidden; background-color:{color:posts}; z-index:10; height:auto;}
  171. #sublink{position:absolute; margin-top:-5px; opacity:0; margin-left:0px; width:82px; overflow:hidden; height:0px;}
  172. #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; line-height:15px;}
  173. #sublink a:hover{background-color:{color:link};color: {color:posts};}
  174.  
  175.  
  176. .chat{
  177. line-height: 12px;
  178. list-style: none
  179. }
  180.  
  181. .chat ul {
  182. line-height: 15px;
  183. list-style: none;
  184. padding: 0px;
  185. line-height: 20px;
  186. }
  187.  
  188. .person1 {
  189. background-color:{color:posts};
  190. color: #888;
  191. }
  192. .person1 .label {
  193. padding: 0px;
  194. margin-left: 5px;
  195. color:#888;
  196. }
  197. .person2 {
  198. background-color: {color:background};
  199. color:#888;
  200. }
  201. .person2 .label {
  202. padding: 0px;
  203. margin-left: 5px;
  204. color: #888;
  205. }
  206.  
  207. .quotem{font-family:georgia;font-size: 80px; font-weight: bold; line-height: 80px; }
  208. .qquote{font-family:georgia;font-size: 28px; letter-spacing: -1px; line-height: 25px; margin-top: -70px; margin-left:
  209. 45px;color:#999;}
  210. .quotes{margin: 5px 15px 0 0; text-align: right;}
  211.  
  212. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left; }
  213. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  214. ol.notes li {margin: 0px; padding: 2px;}
  215. #notes img{border:0px}
  216. #notes a{font-size: 10px}
  217.  
  218. #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; }
  219.  
  220. #frase2:hover {background-color: {color:posts}; height: 15px; color: transparent;opacity:0.65;
  221. -moz-opacity: 0.65;
  222. filter: alpha(opacity=65);cursor:hand;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  223.  
  224. .frase1 {text-align: center; position: fixed; color: transparent; width: 405px; opacity:0.0;
  225. -moz-opacity: 0.0;
  226. filter: alpha(opacity=0);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; cursor:hand;}
  227.  
  228. .frase1:hover {color:#888; height:15px; opacity:1.0;
  229. -moz-opacity: 1.0;
  230. filter: alpha(opacity=100);-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;cursor:hand; }
  231.  
  232. #tumblr_controls{position: fixed!important;z-index:15;}
  233.  
  234. 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;}
  235. 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;}
  236. </style>
  237.  
  238. </head>
  239. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  240.  
  241. <div id="cont">
  242.  
  243.  
  244.  
  245. {block:Posts}
  246.  
  247. <div id="posts">
  248. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  249.  
  250. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  251. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  252.  
  253. {block:Photoset}{Photoset-500}
  254. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  255. {/block:Photoset}
  256.  
  257. {block:Quote}
  258. <b class="quotem">“</b><div class="qquote">{Quote}</div>
  259. {block:Source}<div class="quotes">— {Source}</div>{/block:Source}
  260. {/block:Quote}
  261.  
  262. {block:Link}
  263. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  264. {block:Description}{Description}{/block:Description}
  265. {/block:Link}
  266.  
  267. {block:Chat}
  268. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  269. <div class="chat"><ul>{block:Lines}
  270. <li class="person{UserNumber}">{block:Label}
  271. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  272. {/block:Chat}
  273.  
  274. {block:Audio}
  275. {block:AlbumArt}<img src="{AlbumArtURL}" width="90px" align="left" >{/block:AlbumArt}
  276. {AudioPlayerWhite}
  277. PlayCountWithLabel}
  278. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  279. {/block:Audio}
  280.  
  281. {block:Video}{Video-500}
  282. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  283.  
  284. {block:Answer}
  285. <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>
  286. {Answer}
  287. {/block:Answer}
  288.  
  289.  
  290. <div id="clear"></div>
  291.  
  292. <div class="meta">
  293. {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>
  294.  
  295. {block:HasTags}<div class="br1"></div>Tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</a>
  296. </div>
  297.  
  298.  
  299.  
  300. </div>
  301. {/block:Posts}
  302. {block:PostNotes}
  303. {PostNotes}
  304. {/block:PostNotes}
  305.  
  306.  
  307.  
  308. </div>
  309. </div>
  310.  
  311.  
  312.  
  313.  
  314. </div></div>
  315. <div id="sidebar2">
  316. <div class="link"><center><div id="link2"><a href="/">home</a></div>
  317.  
  318. <div id="link2"><a href="#">questions?</a>
  319.  
  320. <div id="sublink">
  321.  
  322. <a href="\ask">ask</a>
  323. <a href="\submit">submit</a>
  324. </div></div>
  325.  
  326. <div id="link2"><a href="#">{text:llink1}</a>
  327.  
  328. <div id="sublink">
  329.  
  330. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  331. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  332. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  333. </div></div>
  334.  
  335.  
  336.  
  337. <div id="link2"><a href="#">{text:llink2}</a>
  338. <div id="sublink">
  339. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  340. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  341. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  342. </div></div>
  343.  
  344.  
  345.  
  346. <div id="link2"><a href="#">{text:llink3}</a>
  347.  
  348. <div id="sublink">
  349.  
  350. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  351. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  352. {block:ifLink9}<a href="{text:Link8}">{text:Link9 Title}</a> {/block:ifLink9}</div></div>
  353. </div>
  354. <div id="sidebar">
  355.  
  356.  
  357. <table width="290px"><tbody>
  358.  
  359. <div style="margin: 5px; padding: 5px; text-align: justify; font-size: 9px; border: 1px solid #f6f6f6; padding: 3px;overflow: auto;height:152px; width:232px;float:right;">
  360. {block:Description}{Description}{/block:Description}</div>
  361.  
  362.  
  363. <div style=" overflow: auto; background-color: transparent; float:left; width: 150px;margin:5px;">
  364. <marquee direction="up" scrollamount="3" height="160px" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="{image:photo1}" width= "150px;"><img src="{image:photo2}" width= "150px;"><img src="{image:photo3}" width= "150px;"></marquee>
  365. </div><center><h1>{title}</h1></center>
  366.  
  367. <div class="title2"><div class="titled2">
  368. {text:subtitle}</div></div><div class="title"><div class="titled">{text:subtitle2}</div></div></center><br>
  369.  
  370. <div class="diivdate"><center>
  371. <img src="{image:photo1}" height= "110px;" width= "80px;"><img src="{image:photo2}" height= "110px;"width= "80px;"><img src="{image:photo3}"height= "110px;" width= "80px;">
  372. </center>
  373. </div>
  374.  
  375. </div>
  376. <pre><center><div style="border: 1px solid #f6f6f6; overflow: auto; width: 200px; text-align: justify; font-family: verdana; height: 18px; padding: 2px; font-size:10px;margin-bottom:10px;">© Theme by <a href="http://thoughtandsoul.tumblr.com/">Thought and Soul</a> • Powered By Tumblr • Don't copy.</a></pre></div></center>
  377. <center>{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  378.  
  379. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</center>
  380.  
  381.  
  382.  
  383. </tbody></table></div>
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement