Advertisement
serenismo

THX 7 - BUT WAIT, WHAT?

Aug 12th, 2012
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.16 KB | None | 0 0
  1. <html>
  2.  
  3. <!---- Theme 7 by PADALESCKI, não copie total ou parcial parte do código desse theme ----->
  4. <head>
  5.  
  6.  
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  12.  
  13.  
  14.  
  15. <meta name="text:Link1" content="/" />
  16. <meta name="text:Link1 Title" content="link1" />
  17. <meta name="text:Link2" content="/" />
  18. <meta name="text:Link2 Title" content="link2" />
  19. <meta name="text:Link3" content="/" />
  20. <meta name="text:Link3 Title" content="link3" />
  21. <meta name="text:Link4" content="/" />
  22. <meta name="text:Link4 Title" content="link4" />
  23. <meta name="text:Link5" content="/" />
  24. <meta name="text:Link5 Title" content="link5" />
  25. <meta name="text:Link6" content="/" />
  26. <meta name="text:Link6 Title" content="link6" />
  27. <meta name="text:Link7" content="/" />
  28. <meta name="text:Link7 Title" content="link7" />
  29. <meta name="text:Link8" content="/" />
  30. <meta name="text:Link8 Title" content="link8" />
  31. <meta name="text:Link9" content="/" />
  32. <meta name="text:Link9 Title" content="link9" />
  33.  
  34. <meta name="color:background" content="#fff" />
  35. <meta name="color:link" content="#a8a7a7" />
  36. <meta name="color:link hover" content="#000" />
  37. <meta name="color:text" content="#a8a7a7" />
  38. <meta name="color:post" content="#fff" />
  39. <meta name="color:sidebar" content="#fff" />
  40. <meta name="color:background links" content="#a8a7a7" />
  41. <meta name="color:text links" content="#fff" />
  42. <meta name="color:text sidebar" content="#a8a7a7" />
  43. <meta name="color:border" content="#d8bb9a" />
  44.  
  45.  
  46. <meta name="image:background" content="" />
  47. <meta name="image:sidebar" content="http://static.tumblr.com/g5vhocy/Mshm8kqjq/tumblr_m6eewsxygo1qb9z0no1_500_-_c__pia.jpg" />
  48.  
  49. <meta name="text:titulo" content="title" />
  50.  
  51.  
  52. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  53.  
  54. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  55.  
  56. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  57.  
  58. <script type="text/javascript">
  59. $(window).load(function(){
  60. var $wall = $('#box');
  61. $wall.imagesLoaded(function(){
  62. $wall.masonry({
  63. itemSelector: '.post',
  64. isAnimated : true
  65. });
  66. });
  67. $wall.infinitescroll({
  68. navSelector : "div#navigation",
  69. nextSelector : "div#navigation a#nextPage",
  70. itemSelector : '.post',
  71. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  72. loadingText : " ",
  73. donetext : " ",
  74. extraScrollPx : 9000,
  75. bufferPx : 10000,
  76. debug : false,
  77. errorCallback: function() {
  78. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  79. }},
  80. function( newElements ) {
  81. var $newElems = $( newElements );
  82. $newElems.hide();
  83. $newElems.imagesLoaded(function(){
  84. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  85. });
  86. }); $('#box').show(500);
  87. });
  88. </script>
  89.  
  90. <title>{Title}</title>
  91. <link rel="shortcut icon" href="{Favicon}">
  92. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  93. {block:Description}
  94. <meta name="description" content="{MetaDescription}" />
  95. {/block:Description}
  96.  
  97. <style type="text/css">
  98.  
  99.  
  100.  
  101. body {background: {color:background}; url('{image:background}') repeat; color:{color:text}; font-family:arial; font-size:11px; line-height:110%}
  102.  
  103. a { text-decoration:none; color:{color:link};}
  104. a:hover {text-decoration:none; color:{color:link hover};}
  105.  
  106. p {margin: 6px 0 0 0}
  107.  
  108. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  109. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  110. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  111. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  112.  
  113. blockquote img{max-width: 470px!important}
  114. blockquote blockquote img{max-width: 450px!important}
  115. blockquote blockquote blockquote img{max-width: 430px!important}
  116. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  117.  
  118. #box{margin-left:270px;padding:3px;width:830px;top:20px;}
  119.  
  120. .post{position: relative;width:400px;float:left;margin:2px;margin-left: 10px;background:transparent};margin-top:10px;}
  121. .post img{max-width:400px;}
  122.  
  123. .perm {font-size: 10px;position: absolute;text-align: center;width: 20%;font-family:calibri;background-color: {color:post};opacity:0;margn-top:-20px;padding: 3px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in;}
  124. .post:hover .perm{opacity:1;filter:alpha(opacity = 100);z-index:4;opacity: 1;-webkit-transition: 1s ease-in;-moz-transition: .4s ease-in; transition: .4s ease-in; -webkit-transition: .5s ease-in;-moz-transition: .4s ease-in; transition: 1s ease-in;bottom:12%;}
  125. .perm a {color:{color:text};}
  126.  
  127. .tagged {font-size: 10px;position: absolute;text-align: center;width:240px;font-family:calibri;background-color: {color:post};opacity:0;margin-top:0x;padding: 5px;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in;}
  128. .post:hover .tagged{opacity:1;filter:alpha(opacity = 100);z-index:4;opacity: 0;-webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; -webkit-transition: 1s ease-in;-moz-transition: 1s ease-in; transition: 1s ease-in; text-transform:uppercase;}
  129. .tagged a {color:{color:text};}
  130.  
  131. h1 {font-family: arial; text-align: left; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  132. h1 a {text-align: left; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  133. h1 a:hover {text-align: left; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 18px;}
  134.  
  135. .image {text-align: center; border: 0px}
  136. .image img {max-width: 400px; margin-bottom: 1px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  137. .image img:hover {opacity: 0.9; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  138.  
  139. .xquote { text-align: arial; font-size: 12px; font-family: arial; line-height: 15px; padding: 3px;margin-left: 02px; border-bottom:0px solid {color:text};margin-bottom:3px;padding-top:5px;}
  140. .xquotesource {text-align: arial; text-transform: none; margin-bottom: 5px; font-size: 09px; font-weight: ;font-size: 11px; font-family: arial;}
  141. .xquotesource a, a:hover{text-transform: none;}
  142.  
  143.  
  144. .chat {line-height: 13px; list-style: none }
  145. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  146. .person1 {color: {color:post}; padding: 2px; background-color:{color:text}}
  147. .person1 .label {font-weight: bold; color:{color:post}}
  148. .person2 {color: {color:text}; padding: 2px; }
  149. .person2 .label {font-weight: bold; color:{color:text}}
  150.  
  151. .player {background-color: #e3e3e3; text-align: left; display:block;}
  152.  
  153. .question {color:{color:text};font-size:09px;font-family:Verdana;line-height:95%;background: {color:background};position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:-10px;}
  154.  
  155. .questionarrow {font-size:30px;color:{color:background};vertical-align:middle;margin-left:-5px!important;}
  156.  
  157. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text};font-family:Verdana;}
  158. .asker a {color:{color:text};}
  159. .asker img {float:left; margin-left:250px; vertical-align:top; margin-right:3px; max-height:15px;}
  160.  
  161. .asking {text-align:center; color:{color:text}; font-size: 9px; font-family:Verdana; text-transform:none; margin-left: 340px}
  162. .asking a{color:{color:text};}
  163. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  164.  
  165. .arrow {padding-top:11px;color:{color:question background};font-size:30px;}
  166.  
  167. .answer {color:{color:answer};}
  168.  
  169. .notes {width: 400px; padding: 0px; margin-bottom: 0px; font-size: 9px; text-align: left;font-family:Verdana;background-color:{color:text};margin-left:279px;border-left:1px solid {color:text}}
  170. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  171. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  172. .notes img{display: none; border:0px}
  173.  
  174. #cap {width: 500px; margin-top: -2px; position: relative;}
  175. .source {display: none;}
  176.  
  177. #sidebar {position: fixed; margin: 110px 0px 0px 240px;}
  178.  
  179. #side {position: fixed; width:310px; margin-left:-21px;}
  180.  
  181. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  182.  
  183. .photo {position:fixed; left:69px; top:10px;}
  184. .photo img {width:150px;height:300px;border:6px solid {color:border}; }
  185.  
  186. .aspas {margin-top:344px; margin-left: 252px;height: 99px; width: 27px; padding: 0px; position: relative; background-color: transparent; color: {color:text}; text-align: center; font-family: Microsoft Yi Baiti; font-style:italic; font-size: 74px; font-weight:; text-transform:none ; border-right:2px solid {color:text}; letter-spacing: 0px;}
  187. .aspas a {color:{color:sidebar};}
  188.  
  189. #s1{left: 63px; top: 0px; width: 1px; height: 930px; text-align: center; background-color: {color:sidebar}; position: fixed; padding: 0px;}
  190.  
  191.  
  192.  
  193. #s3{left: 239px; top: 0px; width: 1px; height: 930px; text-align: center; background-color: {color:sidebar}; position: fixed; padding: 0px;}
  194.  
  195.  
  196. #desc {font-size: 10px; color:{color:text}; font-style: italic; text-align: justify; padding: 3px; background-color: transparent; margin-left: 2px; width:150px; height: 20px ; margin-top: 0px; font-family: georgia;
  197. border:px solid {color:text};}
  198.  
  199.  
  200. #menuform select{background:{color:background links}; width:225px; color: {color:text links}; height: 15px; border-style: solid; border-color: {color:text links}; font-family: calibri; font-size: 9px; letter-spacing: 1px; MARGIN-TOP: 0PX;margin-left:-1px;text-transform:uppercase;}
  201.  
  202. #title {position:fixed;width:170px; height:15; font-size:13px; font-family:Dosis; text-align:right; color:{color:text sidebar}; padding: 5px; margin-top:25px;margin-left:-260px;line-height: 13px;background-color: transparent;x-index:7; -webkit-transform: rotate(-90deg);}
  203. #title a { color:{color:text sidebar};}
  204.  
  205.  
  206.  
  207. @font-face {font-family: tinytots;src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  208. .x2 {clear: both; float: left; width: 100px; margin-top: 295px; text-align: center; margin-left: -176px;}
  209. .x2 a {float: left; margin-right: 1px; display: block; width: 143px; letter-spacing: 0px; font-family: arial; font-size: 11px; text-align: center; margin-bottom: 1px; background-color: {color:sidebar}; color:{color:linkmenu};; text-decoration: none; text-transform: none; height: 6px; line-height: 9px; padding: 7px; opacity: 1px;}
  210. .x2 a:hover {color:{color:lhover}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-transform:none; text-align: center;}
  211.  
  212.  
  213.  
  214.  
  215.  
  216. #linha {position:fixed;width:128px; height:2; margin-top:1px;margin-left:-1px;background-color:{color:text links};font-size:12px;text-align:center;line-height:15px;font-weight: bold;}
  217. #linha a {color:{color:text links};}
  218.  
  219. #pag{width:190px;margin-left:-130;margin-top:432px;position:fixed;}
  220. #pag a {float:left;font-style:; margin-left:0px;display:block;font-family:georgia;font-size:22px;text-align:center;width:30px;height:10px;line-height:12px;background-color:transparent;color:{color:text};margin-right:1px;text-transform:none;}
  221. #pag a:hover {background-color:transp;color:{color:text};}
  222.  
  223.  
  224.  
  225. #crd {width: 20; height: auto; padding:0px; margin-top:515px; margin-left:1002px; position: fixed;z-index: 3;}
  226. #crd a {float: left; display: block; width: 20px; height:20px; line-height: 12px; padding: 3px; font-family: Agency FB; font-size: 21px; text-align: center; background-color: {color:background links};; color:{color:text links};opacity: 0.8;-webkit-border-radius: 20px 20px 20px 20px;}
  227. #crd a:hover {opacity: 0.6;}
  228.  
  229. #tumblr_controls{position: fixed!important}
  230. #tumblr_controls{position: fixed!important}
  231. #tumblr_controls{position: fixed!important}
  232. #tumblr_controls{position: fixed!important}
  233.  
  234. ::-webkit-scrollbar {width: 5px; height: 5px;}
  235. ::-webkit-scrollbar-track-piece {background-color:transparent;}
  236. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  237. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  238. ::moz-selection {color:{color:post}; background:{color:text};}
  239. ::selection {color:{color:post}; background:{color:text};}
  240.  
  241.  
  242. </style>
  243.  
  244. <body>
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252. <div id="sidebar">
  253. <div id="side">
  254.  
  255. <div id="title"><a href="/" title="início">{Title}</a></div></div>
  256.  
  257.  
  258.  
  259. <div id="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="prev">« </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="next">»</a>{/block:NextPage}{/block:Pagination}</div>
  260.  
  261.  
  262. <div class="x2">
  263. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title} </a>{/block:ifLink1}
  264. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}
  265. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} </a>{/block:ifLink3}
  266. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}
  267. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title} </a>{/block:ifLink5}
  268. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title} </a>{/block:ifLink6}
  269.  
  270.  
  271.  
  272. <div id="s1"></div>
  273. <div id="s2"></div>
  274. <div id="s3"></div>
  275. <div id="s4"></div>
  276.  
  277.  
  278.  
  279. <div class="photo"><img src="{image:sidebar}"><form id="menuform">
  280.  
  281.  
  282. </select> <div id="desc">{Description}</div>
  283. </form> </div>
  284. <div class="aspas"> <img src="http://static.tumblr.com/e0su87i/A9Mm7unhd/aspas.png"class="" title=""> </a></div>
  285.  
  286. </div>
  287. </div>
  288.  
  289. <div id="box">
  290. {block:Posts}
  291. <div class="post">
  292.  
  293. {block:Text}
  294. {block:Date}
  295. <span class="perm">
  296. <a href="{Permalink}">{NoteCount}</a> |
  297. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  298. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  299. </span>
  300. {/block:Date}
  301.  
  302. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  303.  
  304. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  305. {/block:Text}
  306.  
  307. {block:Photo}
  308. {block:Date}
  309. <span class="perm">
  310. <a href="{Permalink}">{NoteCount}</a> |
  311. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  312. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  313. </span>
  314. {/block:Date}
  315.  
  316. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  317.  
  318. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  319. {block:Caption}{Caption}{/block:Caption}
  320. {/block:Photo}
  321.  
  322.  
  323. {block:Photoset}
  324. {block:Date}
  325. <span class="perm">
  326. <a href="{Permalink}">{NoteCount}</a> |
  327. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  328. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  329. </span>
  330. {/block:Date}
  331.  
  332. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}}
  333.  
  334. {Photoset-400}
  335. {block:Caption}{Caption}{/block:Caption}
  336. {/block:Photoset}
  337.  
  338.  
  339. {block:Quote}
  340. {block:Date}
  341. <span class="perm">
  342. <a href="{Permalink}">{NoteCount}</a> |
  343. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  344. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  345. </span>
  346. {/block:Date}
  347.  
  348. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  349.  
  350. <div class="xquote">“{Quote}”</div>
  351. {block:Source}<div class="xquotesource"> — <b>{Source}</b></div>
  352. {/block:Source}
  353. {/block:Quote}
  354.  
  355.  
  356. {block:Link}
  357. {block:Date}
  358. <span class="perm">
  359. <a href="{Permalink}">{NoteCount}</a> |
  360. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  361. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  362. </span>
  363. {/block:Date}
  364.  
  365. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  366.  
  367. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  368. {block:Description}{Description}{/block:Description}
  369. {/block:Link}
  370.  
  371. {block:Chat}
  372. {block:Date}
  373. <span class="perm">
  374. <a href="{Permalink}">{NoteCount}</a> |
  375. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  376. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  377. </span>
  378. {/block:Date}
  379.  
  380. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  381.  
  382. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  383. <div class="chat"><ul>{block:Lines}
  384. <li class="person{UserNumber}">{block:Label}
  385. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  386. {/block:Chat}
  387.  
  388.  
  389. {block:Audio}
  390. {block:Date}
  391. <span class="perm">
  392. <a href="{Permalink}">{NoteCount}</a> |
  393. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  394. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  395. </span>
  396. {/block:Date}
  397.  
  398. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  399.  
  400. <div class="player">{AudioPlayerGrey}</div>
  401. {/block:Audio}
  402.  
  403.  
  404. {block:Video}
  405. {block:Date}
  406. <span class="perm">
  407. <a href="{Permalink}">{NoteCount}</a> -|
  408. <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a>
  409. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a>
  410. </span>
  411. {/block:Date}
  412.  
  413. {block:HasTags}{block:Tags}<span class="tagged">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</span>{/block:Tags}{/block:HasTags}
  414.  
  415. {Video-400}
  416. {block:Caption}{Caption}{/block:Caption}
  417. {/block:Video}
  418.  
  419.  
  420. {block:Answer}
  421. <span class="perm">
  422. <a href="/ask">mesage</a></center></span>
  423. <table width="400px" cellspacing="0" cellpadding="0">
  424. <tr>
  425. <td width="340px" class="question"><B>{Asker}</b> asked: "{Question}"</td>
  426. </tr>
  427. </table>
  428. <div class="answer">{Answer}</div>
  429. {/block:answer}
  430.  
  431. </div>
  432.  
  433. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  434. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  435. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  436. {/block:ContentSource}</div>
  437.  
  438. {/block:Posts}
  439. {block:PostNotes}<div class="notes"><div style="top:33;">{PostNotes}</div></div>{/block:PostNotes}
  440.  
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446.  
  447.  
  448. <a style="position:fixed;bottom:12px;right:35px;font-family:ARIAL;font-size:11px;opacity:0.7;" href="http://PADALESCKI.tumblr.com">theme
  449. </a>
  450.  
  451.  
  452. </body>
  453. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement