Advertisement
Israelxxt

Theme 01

Jul 9th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.61 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html lang="en">
  5. <head>
  6.  
  7.  
  8. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  9. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  10. <script type="text/javascript" charset="utf-8">
  11. var $j = jQuery.noConflict();
  12. $j(function() {
  13. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  14. $j("img").lazyload({
  15. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  16. effect: "fadeIn",
  17. });
  18. });
  19. </script>
  20.  
  21. {block:IndexPage}
  22. <script type="text/javascript">
  23. $(window).load(function(){
  24. $("p").remove(":contains('Source:')");
  25. $("p").remove(":contains('(via')");
  26. });
  27. </script>
  28. {/block:IndexPage}
  29.  
  30.  
  31. <meta name="if:Repeat background image" content="0"/>
  32. <meta name="if:Side Image" content="0"/>
  33. <meta name="if:Archive" content="1"/>
  34. <meta name="if:Image Effect" content="1"/>
  35. <meta name="if:Endless Scrolling" content="0"/>
  36. <meta name="if:Caption" content="1"/>
  37.  
  38. <meta name="font:Title" content="trebuchet ms"/>
  39. <meta name="font:Body" content="trebuchet ms"/>
  40. <meta name="font:Post title" content="trebuchet ms"/>
  41.  
  42. <meta name="color:Background" content="#FFFFFF"/>
  43. <meta name="color:posts" content="#FFFFFF"/>
  44. <meta name="color:Text" content="#000000"/>
  45. <meta name="color:Title" content="#000000"/>
  46. <meta name="color:Link" content="#868686"/>
  47. <meta name="color:Hover" content="#000000"/>
  48. <meta name="color:linksmenu bg" content="#666666"/>
  49. <meta name="color:linksmenu text" content="#ffffff"/>
  50. <meta name="color:linksmenu bg hover" content="#000000"/>
  51. <meta name="color:linksmenu text hover" content="#ffffff"/>
  52. <meta name="color:Pagination" content="#666666"/>
  53. <meta name="color:Current page" content="#DDDDDD"/>
  54. <meta name="color:descri" content="#ffffff"/>
  55.  
  56.  
  57. <meta name="text:Title font size" content="22"/>
  58. <meta name="text:frase" content="Uma frase, que nao seja grande. (Appearance)"/>
  59. <meta name="text:Post title font size" content="20"/>
  60. <meta name="text:Body font size" content="11"/>
  61. <meta name="text:Link1" content="/" />
  62. <meta name="text:Link1 Title" content="home" />
  63. <meta name="text:Link2" content="/ask" />
  64. <meta name="text:Link2 Title" content="askbox" />
  65. <meta name="text:Link3" content="link1" />
  66. <meta name="text:Link3 Title" content="link1" />
  67. <meta name="text:Link4" content="link2" />
  68. <meta name="text:Link4 Title" content="link2" />
  69. <meta name="text:Link5" content="link3" />
  70. <meta name="text:Link5 Title" content="link3" />
  71. <meta name="text:Link6" content="link3" />
  72. <meta name="text:Link6 Title" content="link4" />
  73.  
  74.  
  75. <meta name="image:Background" content=""/>
  76. <meta name="image:Sidebar" content="http://static.tumblr.com/klqs9w9/Cy5lyj86p/tumblr_luh32bdmiv1qzgajlo1_500.jpg"/>
  77.  
  78.  
  79. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  80. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  81.  
  82. {PostSummary} - {/block:PostSummary}{Title}</title>
  83.  
  84. <link rel="shortcut icon" href="{Favicon}">
  85.  
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90.  
  91. iframe#tumblr_controls{
  92. top: 1px !important;
  93. margin: 0 0 0 0;
  94. right: 6px !important;
  95. position: fixed !important;
  96. }
  97.  
  98. .credit{font-size: 9px; text-align: center; margin-top:10px;color:{color:credit}}
  99. .credit a{text-decoration: none; color: {color:text}}
  100. .credit a:hover{color: {color:text}}
  101.  
  102. body {
  103. margin:0px;
  104. background-color: {color:Background};
  105. background-image:url({image:background});
  106. background-attachment: fixed;
  107. background-repeat: no-repeat;
  108. {block:IfRepeatBackgroundImage}
  109. background-repeat: repeat;
  110. {/block:IfRepeatBackgroundImage}
  111. background-position:right;
  112. font-size:{text:Body font size}px;
  113. font-family:{font:Body};
  114. line-height:16px;
  115. color:{color:Text};
  116. }
  117.  
  118. a:link, a:active, a:visited{
  119. color: {color:Link};
  120. text-decoration: none;
  121. -webkit-transition: 0.3s ease-in;
  122. }
  123.  
  124. a:hover {
  125. color:{color:Hover};
  126. text-decoration: none;
  127. -webkit-transition: 0.3s ease-in;
  128. }
  129.  
  130. ::-webkit-scrollbar-thumb:vertical {
  131. background-color:{color:text};
  132. height:100px;
  133. }
  134. ::-webkit-scrollbar-thumb:horizontal {
  135. background-color:{color:background};
  136. height:0px;
  137. }
  138. ::-webkit-scrollbar {
  139. height:0px;
  140. width:8px;
  141. background-color:{color:background};
  142. }
  143.  
  144. #pagination {font-family: georgia; text-align:right; font-size:40px; margin-top:-40px; margin-right:0px; margin-bottom:8px;}
  145.  
  146. #content{width: 720px; text-align: center; margin: 25px auto 0 auto; padding-bottom: 150px; background-color:
  147. transparent; color:{color:text}; padding: 0px;}
  148.  
  149. #entries{float: right; background-color: transparent; text-align: center; margin-right:-5px; margin-top: 25px; }
  150. .posts {width: 510px; margin-left: 215px; background-color: {color:posts}; padding: 10px; margin-bottom: 15px; text-align: justify; font-family: {font:text}; font-size: 11px; border-bottom: 0px;}
  151.  
  152. div#header{
  153. position:fixed;
  154. margin-left:-80px;
  155. top:0px;
  156. height:75px;
  157. width:815px;
  158. padding:5px;
  159. text-align:center;
  160. background-color:{color:background};
  161. opacity:0.8;
  162. filter: alpha(opacity = 70);
  163. z-index:1;
  164. -webkit-transition: 0.3s ease-in;
  165. }
  166.  
  167. div#header:hover{
  168. opacity:1;
  169. filter: alpha(opacity = 100);
  170. -webkit-transition: 0.3s ease-in;
  171. }
  172.  
  173. #descri{
  174. opacity:0.6;
  175. background: {color:descri};
  176. margin-top:240px;
  177. color: {color:text};
  178. -webkit-transition: 0.5s ease-in;
  179. }
  180.  
  181. #descri:hover{
  182. opacity:0.7;
  183. background: {color:descri};
  184. margin-top:240px;
  185. color: {color:text};
  186. -webkit-transition: 0.5s ease-in;
  187. }
  188.  
  189. div#side{
  190. position:fixed;
  191. width:260px;
  192. -moz-border-radius: 30px;
  193. border-radius: 30px;
  194. height: 350px;
  195. background: {color:background};
  196. background-image: url('{image:sidebar}');
  197. text-align:justify;
  198. top:90px;
  199. margin-left:-80px;
  200. padding:10px;
  201. -webkit-transition: 0.5s ease-in;
  202.  
  203. }
  204.  
  205. div#side2{
  206. position:fixed;
  207. width:270px;
  208. -moz-border-radius: 30px;
  209. border-radius: 30px;
  210. height: 360px;
  211. background: {color:background};
  212. text-align:right;
  213. top:90px;
  214. margin-left:-90px;
  215. padding:10px;
  216. -webkit-transition: 0.5s ease-in;
  217.  
  218. }
  219.  
  220. div#side:hover{
  221. position:fixed;
  222. width:260px;
  223. opacity:0.9;
  224. -webkit-transition: 0.5s ease-in;
  225. -moz-border-radius: 30px;
  226. border-radius: 30px;
  227. height: 350px;
  228. background: {Color:background};
  229. background-image: url('{image:sidebar}');
  230. text-align:justify;
  231. top:90px;
  232. margin-left:-80px;
  233. padding:10px;
  234. }
  235.  
  236. #linksmenu{
  237. position:fixed;
  238. margin-bottom:3px;
  239. top:53px;
  240. align: right;
  241. z-index:3;
  242. margin-left:440px;
  243. }
  244.  
  245. #linksmenu a{
  246. color:{color:linksmenu text};
  247. width:240px;
  248. background-color: {color:linksmenu bg};
  249. text-align:center;
  250. letter-spacing:1px;
  251. padding:10px 10px 11px 10px;
  252. font-size:8px;
  253. text-transform:uppercase;
  254. letter-spacing:1px;
  255. }
  256.  
  257. #linksmenu a:hover {
  258. background-color:{color:linksmenu bg hover};
  259. color: {color:linksmenu text hover};
  260. }
  261.  
  262. div#fotoside img { -moz-border-bottom-right-radius: 30px; border-bottom-right-radius: 30px; -moz-border-bottom-left-radius: 30px; border-bottom-left-radius: 30px;
  263. -webkit-transition: 0.8s ease-in;
  264. }
  265.  
  266. div#fotoside img:hover{ -moz-border-bottom-right-radius: 30px; border-bottom-right-radius: 30px; -moz-border-bottom-left-radius: 30px; border-bottom-left-radius: 30px;
  267. opacity:0.8;
  268. filter: alpha(opacity = 80);
  269. -webkit-transition: 0.7s ease-in;
  270. }
  271. div#nav{
  272. display:block;
  273. width:510px;
  274. position:relative;
  275. top:-40px;
  276. text-align:right;
  277. }
  278.  
  279. .nav{
  280. font-size:11px;
  281. font-family:{font:body};
  282. text-transform:uppercase;
  283. padding:5px;
  284. text-align:center;
  285. margin-bottom:5px;
  286. margin-left:2px;
  287. }
  288.  
  289. a.nav{
  290. color:#00000;
  291. }
  292.  
  293. a.nav:hover{
  294. color:#666666;
  295. border-bottom:2px solid #636363;
  296.  
  297. }
  298.  
  299. .title{
  300. display:block;
  301. width:735px;
  302. padding:5px;
  303. text-align:left;
  304. font-family:{font:title};
  305. font-size: 20px;
  306. color:{color:Title};
  307. }
  308.  
  309. .post_title{
  310. font-family:{font:Post title};
  311. font-size:{text:Post title font size}px;
  312. color:{color:Post title};
  313. line-height:25px;
  314. }
  315.  
  316. .entry{
  317. text-align:left;
  318. width:510px;
  319. margin-bottom:10px;
  320. }
  321.  
  322. .entryy{
  323. text-align:left;
  324. width:510px;
  325. margin-bottom:10px;
  326. margin:auto;
  327. }
  328.  
  329. .photopermaholder{
  330. position:absolute;
  331. height:14px;
  332. margin:-28px 0px 0px 5px;
  333. opacity:0;
  334. filter: alpha(opacity = 0);
  335. -moz-transition: all 0.5;
  336. -webkit-transition: all 0.5s;
  337. -o-transition: all 0.5s;
  338. transition: all 0.5;
  339. }
  340.  
  341. .photoperma{
  342. display:inline-block;
  343. margin-right:5px;
  344. background:#fff;
  345. padding:4px;
  346. height:14px;
  347. }
  348.  
  349. .photoperma a{color:#000;}
  350.  
  351. .entryy:hover .photopermaholder{
  352. opacity:0.7;
  353. filter: alpha(opacity = 70);
  354. -moz-transition: all 0.5;
  355. -webkit-transition: all 0.5s;
  356. -o-transition: all 0.5s;
  357. transition: all 0.5;
  358. }
  359.  
  360. .asker{
  361. line-height:10px;
  362. font-size:11px;
  363. background-color: #f0f0f0;
  364. }
  365.  
  366. blockquote{
  367. padding:0px 0px 2px 5px;
  368. margin:0px 0px 2px 1px;
  369. border-left: 2px solid {color:Text};
  370. }
  371.  
  372. .permalink {
  373. position: absolute;
  374. margin-left:520px;
  375. margin-top:10px;
  376. font-size:11px;
  377. font-family:tahoma, helvetica;
  378. line-height: 14px;
  379. width: 200px;
  380. position: absolute;
  381. opacity:0;
  382. filter: alpha(opacity = 0);
  383. font-family:{font:body};
  384. -webkit-transition: 0.3s ease-in;
  385. }
  386.  
  387. .entry:hover .permalink{
  388. opacity:1;
  389. filter: alpha(opacity = 100);
  390. -webkit-transition: 0.3s ease-in;
  391. }
  392.  
  393. .q{
  394. margin-left:20px;
  395. padding-top:12px;
  396. font-family:{font:Post Title};
  397. font-size:16px;
  398. color:{color:post title};
  399. line-height: 23px;}
  400.  
  401. .quote{
  402. position:absolute;
  403. margin-left:0px;
  404. margin-top:20px;
  405. font-size:60px;
  406. opacity:0.3;
  407. filter: alpha(opacity = 30);
  408. }
  409.  
  410. .source{
  411. font-size:12px;
  412. margin-left:35px;
  413. }
  414.  
  415. .entry img{
  416. width:510px;
  417. margin-bottom:10px;
  418. }
  419.  
  420. .photo img{-webkit-transition: 0.3s ease-in;}
  421.  
  422. .photo img:hover{
  423. -webkit-transition: 0.3s ease-in;
  424. opacity:0.8;
  425. }
  426.  
  427. div#chat li {
  428. padding: 4px;
  429. background-color:{color:Chat};
  430. margin-top: 2px;
  431. }
  432.  
  433. div#chat ul{
  434. list-style: none;
  435. padding: 0px;
  436. margin-top:5px;
  437. margin-bottom:10px;
  438. width: 510px;
  439. text-align: left;
  440. }
  441.  
  442. .lalala{
  443. background-color:#000;
  444. height:27px;
  445. width:510px;
  446. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  447. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  448. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  449. }
  450.  
  451. div#page{
  452. font-size:11px;
  453. display:block;
  454. text-align:right;
  455. margin-top:20px;
  456. padding-top:10px;
  457. border-top:1px solid {color:Current page};
  458. }
  459.  
  460. div#page a{
  461. margin-right:4px;
  462. display: inline-block;
  463. padding: 5px;
  464. color:{color:text};
  465. background-color:{color:pagination};
  466. -webkit-transition: 0.3s ease-in;
  467. }
  468.  
  469. .current_page{
  470. padding: 5px;
  471. margin-right:4px;
  472. background-color:{color:Current page};
  473. }
  474.  
  475. ol.notes {
  476. padding: 0px;
  477. margin: 25px 0px;
  478. list-style-type: none;
  479. border-bottom: solid 1px {color:text};
  480. font-size:10px;
  481. }
  482.  
  483. ol.notes li.note {
  484. border-top: solid 1px {color:text};
  485. padding: 10px;
  486. font-size:10px;
  487. }
  488.  
  489. ol.notes li.note img.avatar {
  490. vertical-align: -4px;
  491. margin-right: 10px;
  492. width: 16px;
  493. height: 16px;
  494. }
  495.  
  496. ol.notes li.note span.action {
  497. font-weight: normal;
  498. font-size:10px;
  499. }
  500.  
  501. ol.notes li.note .answer_content {
  502. font-weight: normal;
  503. font-size:10px;
  504. }
  505.  
  506. ol.notes li.note blockquote {
  507. border-color: {color:text};
  508. padding: 4px 10px;
  509. margin: 10px 0px 0px 25px;
  510. font-size:10px;
  511. }
  512.  
  513. ol.notes li.note blockquote a {
  514. text-decoration: none;
  515. font-size:10px;
  516. }
  517. div.padd {   width: 100%;   line-height: 11px;   padding-top: 0px;   padding-left: 5px;   margin: 0px;}
  518.  
  519. #answer{
  520. margin-top: 20px;
  521. margin-left: -34px;}
  522.  
  523. p{margin:4px;}
  524.  
  525. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  526.  
  527.  
  528. {CustomCSS}
  529. </style>
  530. </head>
  531. <body>
  532.  
  533. <div id="content">
  534. <div id="entries">
  535.  
  536. <div id="header">
  537. <br><br><br><div class="title">{text:frase}
  538. <div id="linksmenu">
  539.  
  540. <img style="float:right;margin-top:-5px;border:2px solid {color:sidebar links};margin-left:3px;" src="{PortraitURL-30}" />
  541. <align="right">
  542. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  543. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  544. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  545. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  546. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  547. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  548.  
  549. </div>
  550.  
  551. </div><br>
  552.  
  553.  
  554. </div>
  555.  
  556. <div id="side">
  557.  
  558.  
  559. <div id="descri">
  560. {description} </div>
  561.  
  562. <br>
  563.  
  564. <div class="credit">&copy; theme por <a title="O pensamento" href="http://opensamento.tumblr.com/" target="_blank">Israel soares</a><p>
  565. </div>
  566. </div>
  567.  
  568. <div id="content">
  569.  
  570. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js";;></script>
  571. <Div class="autopagerize_page_element"></div>{/block:IfEndlessScrolling}
  572. <div class="posts">
  573.  
  574. {block:Posts}
  575.  
  576. {block:Text}
  577. <div class="entry">
  578. <span class="permalink">
  579. <a href="{Permalink}">{block:Date}
  580. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  581. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  582. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  583. </a>
  584. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  585.  
  586. {/block:Date}</a></span>
  587. {block:Title}<span class="post_title"><center>{Title}</center></span>{/block:Title}
  588. {Body}
  589. </div>
  590. {/block:Text}
  591.  
  592. {block:Photo}
  593. <div class="entryy">{block:IndexPage}<div class="photo">{/block:IndexPage}
  594. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  595.  
  596. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  597. <br><img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="510"{/block:IndexPage}{block:PermalinkPage}width="510"{/block:PermalinkPage}/>
  598. {block:IndexPage}<div class="photopermaholder"><div class="photoperma"><a href="{Permalink}">♥&nbsp;{NoteCount}</a></div><div class="photoperma"><a href="{ReblogURL}" target="_blank">Reblog</a></div></div>{/block:IndexPage}
  599. {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
  600. {block:IndexPage}</a>{/block:IndexPage}
  601. {block:PermalinkPage}{LinkCloseTag}<p></div>{/block:PermalinkPage}
  602. </div>
  603. </div>
  604. {/block:Photo}
  605.  
  606. {block:Photoset}
  607. <div class="entry">
  608. <span class="permalink">
  609. <a href="{Permalink}">{block:Date}
  610. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  611. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  612. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  613. </a>
  614. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  615.  
  616. {/block:Date}</a></span>
  617. <br><center>{Photoset-500}</center>
  618. {block:IndexPage}{block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}{/block:IndexPage}
  619. </div>
  620. {/block:Photoset}
  621.  
  622. {block:Quote}
  623. <div class="entry">
  624. <span class="permalink">
  625. <a href="{Permalink}">{block:Date}
  626. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  627. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  628. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  629. </a>
  630. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  631.  
  632. {/block:Date}</a></span>
  633. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  634. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source}</div>
  635. {/block:Quote}
  636.  
  637. {block:Chat}
  638. <div class="entry">
  639. <span class="permalink">
  640. <a href="{Permalink}">{block:Date}
  641. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  642. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  643. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  644. </a>
  645. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  646.  
  647. {/block:Date}</a></span>
  648. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  649. <div id="chat">
  650. <ul>{block:Lines}<li>
  651. {block:Label}<b>{Label}</b>{/block:Label}
  652. {Line}
  653. </li>{/block:Lines}</ul>
  654. </div></div>
  655. {/block:Chat}
  656.  
  657. {block:Link}
  658. <div class="entry">
  659. <span class="permalink">
  660. <a href="{Permalink}">{block:Date}
  661. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  662. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  663. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  664. </a>
  665. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  666.  
  667. {/block:Date}</a></span>
  668. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>{block:Description}{Description}{/block:Description}</div>
  669. {/block:Link}
  670.  
  671. {block:Audio}
  672. <div class="entry">
  673. <span class="permalink">
  674. <a href="{Permalink}">{block:Date}
  675. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  676. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  677. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  678. </a>
  679. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  680.  
  681. {/block:Date}</a></span>
  682. <div class="lalala">
  683. {AudioPlayerBlack}</div>
  684. {block:Caption}{Caption}
  685. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}
  686. </div>
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. <div class="entry">
  691. <span class="permalink">
  692. <a href="{Permalink}">{block:Date}
  693. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  694. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  695. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  696. </a>
  697. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  698.  
  699. {/block:Date}</a></span>
  700. <center><div class="video">{Video-510}</div></center>
  701. {block:Caption}{Caption}{/block:Caption}
  702. </div>
  703. {/block:Video}
  704.  
  705.  
  706. {block:Answer}
  707. <div class="entry">
  708. <span class="permalink">
  709. <a href="{Permalink}">{block:Date}
  710. {block:Notecount}<span style="color: #000;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  711. &rarr; <a href="{Permalink}">{TimeAgo}</a> at <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>
  712. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  713. </a>
  714. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  715.  
  716. {/block:Date}</a></span>
  717. <br>
  718. <div class="asker"><b>{Asker}</b> asked: {Question}</div></div>
  719. {Answer}
  720.  
  721. {/block:Answer}
  722.  
  723.  
  724. {block:PostNotes}
  725. <center>
  726. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  727.  
  728. {block:HasTags}
  729. tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  730. {block:RebloggedFrom}
  731. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  732. originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  733. </center></span>
  734. <br>
  735. <div id="postnotes">{PostNotes}</div><br>
  736.  
  737. <center>{block:ContentSource}
  738. <br><a href="{SourceURL}">
  739. {lang:Source}:
  740. {block:SourceLogo}
  741. <img src="{BlackLogoURL}" width="{LogoWidth}"
  742. height="{LogoHeight}" alt="{SourceTitle}" />
  743. {/block:SourceLogo}
  744. {block:NoSourceLogo}
  745. {SourceLink}
  746. {/block:NoSourceLogo}
  747. </a>
  748. {/block:ContentSource}</center>
  749.  
  750. {/block:PostNotes}
  751.  
  752. {/block:posts}
  753.  
  754. {block:Pagination}<div id="page">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  755. {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  756. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  757. {block:NextPage}<a href="{NextPage}">»</a>
  758. {/block:NextPage}{/block:Pagination}</div>
  759.  
  760.  
  761. </div>
  762.  
  763. </body>
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement