Advertisement
strangebesidethepond

What might we deduce about his heart?

Feb 9th, 2013
15,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. theme #014 by Rose @ itsacrimescene.tumblr.com
  6. Please do not copy or claim as your own
  7. Do not remove this credit from the code
  8. Thank you :3
  9.  
  10. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head>
  15.  
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18.  
  19. <meta name="color:asktext" content="#b8b7b1" />
  20. <meta name="color:background" content="#1e201d" />
  21. <meta name="color:bold" content="#c79a55" />
  22. <meta name="color:border" content="#494941" />
  23. <meta name="color:infolinks" content="#850e1c" />
  24. <meta name="color:infotext" content="#81818a" />
  25. <meta name="color:italics" content="#81818a" />
  26. <meta name="color:link" content="#a81526" />
  27. <meta name="color:posts" content="#3a3a35" />
  28. <meta name="color:sidebar" content="#494941" />
  29. <meta name="color:sidebartext" content="#242323" />
  30. <meta name="color:tags" content="#929090" />
  31. <meta name="color:text" content="#a2a19a" />
  32.  
  33. <meta name="image:sidebarimg" content=""/>
  34. <meta name="image:background" content=""/>
  35.  
  36. <meta name="if:HoverInfo" content="1" />
  37.  
  38. <meta name="text:asker" content="said" />
  39. <meta name="text:blogtitle" content="" />
  40. <meta name="text:sidebarimg height" content="240px" />
  41. <meta name="text:Link1" content="" />
  42. <meta name="text:Link1 Title" content="" />
  43. <meta name="text:Link2" content="" />
  44. <meta name="text:Link2 Title" content="" />
  45. <meta name="text:Link3" content="" />
  46. <meta name="text:Link3 Title" content="" />
  47. <meta name="text:Link4" content="" />
  48. <meta name="text:Link4 Title" content="" />
  49. <meta name="text:Link5" content="" />
  50. <meta name="text:Link5 Title" content="" />
  51. <meta name="text:Link6" content="" />
  52. <meta name="text:Link6 Title" content="" />
  53.  
  54. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}</title>
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Share:400,700' rel='stylesheet' type='text/css'>
  63.  
  64. <style type="text/css">
  65.  
  66. body {background-color:{color:background}; color:{color:text}; font-family: Tahoma; font-size: 12px; line-height:125%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed;}
  67.  
  68. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
  69. a:hover {color:{color:italics}; text-decoration: none; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;}
  70.  
  71. img a {border:0px;}
  72. b, strong{font-weight: bold; color:{color:bold}}
  73. i, em {text-transform: italic; color:{color:italics}}
  74. u {color:{color:text}; border-bottom:1px dashed {color:link};}
  75. s, strike, del {color: {color:italics};}
  76. p {margin: 10px 10px 10px 10px}
  77. blockquote {padding:0px 0px 0px 5px; margin: 1px auto 0px auto; border-left: 1px solid {color:border};}
  78. blockquote img {max-width:470px;}
  79. pre {width:95%; margin-left:auto; margin-right:auto; font-family: 'Courier New'; font-size:11px; line-height:11px; padding: 6px; word-wrap: break-word; background-color:{color:background}; color: {color:sidebartext}; border: 1px dashed {color:sidebar}; max-height:120px!important; overflow-y:auto;}
  80.  
  81.  
  82. /* SIDEBAR */
  83.  
  84. #wholebar {
  85. width: 180px;
  86. height: 100%;
  87. margin: 0 0 0 780px;
  88. position:fixed;
  89. background-color:{color:sidebar};
  90. text-align:center;
  91. border-right: 5px solid {color:border};
  92. }
  93.  
  94. #sidebar {
  95. margin: 60px auto 20px auto;
  96. width: 180px;
  97. height: auto;
  98. padding: 10px 0;
  99. }
  100.  
  101. #titlebox {
  102. width: 162px;
  103. font-family: Share;
  104. font-size:11px;
  105. line-height:11px;
  106. text-transform: uppercase;
  107. text-indent: 10px;
  108. color: {color:infolinks};
  109. text-align:justify;
  110. text-shadow: -1px -1px 0px {color:background};
  111. margin: 0 auto 0 auto;
  112. border-bottom: 3px solid {color:border};
  113. }
  114.  
  115. #titlebox:first-letter {
  116. font-family:'Homemade Apple';
  117. font-size:15px;
  118. color: {color:link};
  119. }
  120.  
  121. #sidebarimg {
  122. width: 160px;
  123. height: {text:sidebarimg height};
  124. margin: 10px auto 10px auto;
  125. }
  126.  
  127. #sidebarimg img {
  128. width: 160px;
  129. height: {text:sidebarimg height};
  130. }
  131.  
  132. #desc {
  133. position:absolute;
  134. height: 0px;
  135. width: 140px;
  136. padding: 10px;
  137. margin: 0px 0 0 9px;
  138. font-size:10px;
  139. line-height:11px;
  140. text-align:justify;
  141. color: {color:sidebartext};
  142. background-color:{color:border};
  143. opacity:0;
  144. overflow-y:auto;
  145. -webkit-transition:all 0.9s ease-in-out;
  146. -moz-transition:all 0.9s ease-in-out;
  147. -o-transition:all 0.9s ease-in-out;
  148. -ms-transition:all 0.9s ease-in-out;
  149. transition:all 0.9s ease-in-out;
  150. }
  151.  
  152. #sidebar:hover #desc {
  153. opacity:1;
  154. height: {text:sidebarimg height};
  155. font-size:10px;
  156. line-height:11px;
  157. text-align:justify;
  158. color: {color:sidebartext};
  159. border-left: 1px solid {color:border};
  160. border-right: 1px solid {color:border};
  161. -webkit-transition:all 0.9s ease-in-out;
  162. -moz-transition:all 0.9s ease-in-out;
  163. -o-transition:all 0.9s ease-in-out;
  164. -ms-transition:all 0.9s ease-in-out;
  165. transition:all 0.9s ease-in-out;
  166. }
  167.  
  168. #sidebar #desc a {
  169. font-size:10px;
  170. line-height: 11px;
  171. padding: 0;
  172. font-family:Tahoma;
  173. text-transform:none;
  174. font-weight:bold;
  175. color: {color:link}!important;
  176. background-color:transparent;
  177. border:none;
  178. }
  179.  
  180. #sidebar a {
  181. display:inline;
  182. font-family:Calibri;
  183. font-size: 8px;
  184. text-transform:uppercase;
  185. color: {color:link};
  186. background-color: {color:sidebar};
  187. border-top: 3px solid {color:border};
  188. padding: 4px 7px 4px 7px;
  189. margin: 0;
  190. }
  191.  
  192. #sidebar a:hover {
  193. color: {color:infolinks};
  194. background-color: {color:border};
  195. }
  196.  
  197. #slinks {
  198. width: 160px;
  199. height: auto;
  200. background-color:transparent;
  201. margin: -15px auto 0 auto;
  202. text-align:center;
  203. }
  204.  
  205. #slinks a {
  206. display: inline-block;
  207. width: 74px;
  208. height: 12px;
  209. font-family:Share;
  210. font-size:8px;
  211. text-transform:uppercase;
  212. padding: 0px 2px 2px 2px;
  213. color: {color:infolinks};
  214. background-color: {color:background};
  215. margin: 0 1px 2px 1px;
  216. }
  217.  
  218. #slinks a:hover {
  219. color: {color:sidebar};
  220. background-color: {color:border};
  221. }
  222.  
  223. /* PAGINATION */
  224.  
  225. #paging {
  226. width: 50px;
  227. height: auto;
  228. position:absolute;
  229. margin-left:950px;
  230. bottom:50%;
  231. color:{color:posts};
  232. background-color: transparent;
  233. position:fixed;
  234. }
  235.  
  236. #paging a {
  237. font-family: Georgia;
  238. font-size:45px;
  239. color: {color:bold};
  240. text-shadow: -1px -1px 0px {color:background};
  241. }
  242.  
  243. #paging a:hover {
  244. color: {color:posts};
  245. }
  246.  
  247.  
  248. /* CONTAINER */
  249.  
  250. #container {
  251. width: 540px;
  252. height: 100%;
  253. margin: 0 0 0 190px;
  254. background-color: {color:background};
  255. }
  256.  
  257. #entries {
  258. width: 540px;
  259. height: auto;
  260. margin: 30px auto 0px auto;
  261. position:absolute;
  262. }
  263.  
  264. #entry {
  265. width:520px;
  266. height: auto;
  267. margin: 50px auto 40px auto;
  268. padding:10px;
  269. background-color: {color:posts};
  270. border-top: 5px solid {color:border};
  271. }
  272.  
  273. #posts {
  274. width: 500px;
  275. height: auto;
  276. padding: 10px;
  277. margin: 0 auto;
  278. background-color: {color:posts};
  279. font-size:11px;
  280. }
  281.  
  282. #infoblocks {
  283. width: 540px;
  284. height: 12px;
  285. margin: -39px auto 40px auto;
  286. }
  287.  
  288. #infoblocks a {
  289. color: {color:infolinks};
  290. }
  291.  
  292. #infoblocks a:hover {
  293. color: {color:infotext};
  294. }
  295.  
  296. .infoblock1 {
  297. width: 260px;
  298. height: 12px;
  299. float:left;
  300. text-align: right;
  301. font-family:Share;
  302. font-size:8px;
  303. letter-spacing:1px;
  304. text-transform:uppercase;
  305. padding: 0 9px 2px 0px;
  306. background-color: {color:border};
  307. color: {color:infotext};
  308. }
  309.  
  310. .infoblock2 {
  311. width: 260px;
  312. height: 12px;
  313. float:right;
  314. text-align: left;
  315. font-family:Share;
  316. font-size:8px;
  317. letter-spacing:1px;
  318. text-transform:uppercase;
  319. padding: 0 0px 2px 10px;
  320. background-color: {color:border};
  321. color: {color:infotext};
  322. }
  323.  
  324. .my-like {
  325. text-align: right;
  326. font-family:Exo;
  327. font-size:8px;
  328. text-transform:uppercase;
  329. color: {color:infolinks};
  330. cursor:pointer;
  331. }
  332. .my-liked, .my-like:hover {
  333. color: {color:link};
  334. cursor:pointer;
  335. }
  336.  
  337.  
  338. /* INFO */
  339.  
  340. #tagbox {
  341. width: 130px;
  342. height: auto;
  343. padding:8px;
  344. margin: 0;
  345. color: {color:posts};
  346. background-color: {color:sidebar};
  347. text-align:right;
  348. font-size: 8px;
  349. font-family:Calibri;
  350. position:absolute;
  351. opacity: 0;
  352. border-left: 5px solid {color:border};
  353. -webkit-transition:all 0.9s ease-in-out;
  354. -moz-transition:all 0.9s ease-in-out;
  355. -o-transition:all 0.9s ease-in-out;
  356. -ms-transition:all 0.9s ease-in-out;
  357. transition:all 0.9s ease-in-out;
  358. }
  359.  
  360. #tagbox a {
  361. font-family:Calibri;
  362. font-size:10px;
  363. color: {color:tags};
  364. }
  365.  
  366. #tagbox a:hover {
  367. color:{color:infotext};
  368. }
  369.  
  370. #date {
  371. font-family: Share;
  372. font-size:14px;
  373. line-height:14px;
  374. text-transform:uppercase;
  375. color: {color:bold};
  376. border-bottom: 0px dashed {color:infotext};
  377. text-shadow: -1px -1px 0px {color:background};
  378. }
  379.  
  380. #date a {
  381. font-family: Share;
  382. font-size:14px;
  383. line-height:14px;
  384. text-transform:uppercase;
  385. color: {color:bold};
  386. }
  387.  
  388. #date a:hover {color:{color:infotext};}
  389.  
  390. #entry:hover #tagbox {
  391. opacity: 1;
  392. margin: 0 0 0 -175px;
  393. -webkit-transition:all 0.9s ease-in-out;
  394. -moz-transition:all 0.9s ease-in-out;
  395. -o-transition:all 0.9s ease-in-out;
  396. -ms-transition:all 0.9s ease-in-out;
  397. transition:all 0.9s ease-in-out;
  398. }
  399.  
  400.  
  401. /* CONTENT */
  402.  
  403. #linking {
  404. text-align:center;
  405. width: 490px;
  406. height:auto;
  407. padding: 9px 5px;
  408. background-color: {color:background};
  409. }
  410.  
  411. #linking a {
  412. font-family: Share;
  413. text-transform:uppercase;
  414. font-size:16px;
  415. line-height:16px;
  416. padding: 5px;
  417. color: {color:link};
  418. }
  419.  
  420. #linking a:hover {
  421. color: {color:text};
  422. }
  423.  
  424. #question {
  425. margin: 0 auto 20px auto;
  426. width: 490px;
  427. padding: 5px;
  428. background-color: {color:background};
  429. }
  430.  
  431. .askicon {
  432. width: 52px;
  433. height: 52px;
  434. margin: auto;
  435. position:relative;
  436. text-align:center;
  437. }
  438.  
  439. .askicon img {
  440. width: 48px;
  441. height: 48px;
  442. margin: auto;
  443. }
  444.  
  445. .ask {
  446. margin-left:62px;
  447. width:430px;
  448. padding:5px;
  449. font-size:10px;
  450. line-height:13px;
  451. letter-spacing:1px;
  452. color: {color:asktext};
  453. }
  454.  
  455. h2 {
  456. font-family: Share;
  457. text-transform:uppercase;
  458. font-size:13px;
  459. line-height:13px;
  460. margin: 0px 0px 0px 10px;
  461. color: {color:link};
  462. font-weight:normal;
  463. }
  464.  
  465. #question a {
  466. color: {color:link};
  467. }
  468.  
  469. #answer {
  470. width: 500px;
  471. height: auto;
  472. margin: 20px auto 0 auto;
  473. }
  474.  
  475. #audio {
  476. margin-bottom: 0px;
  477. width: 490px;
  478. height:100px;
  479. padding: 5px;
  480. background-color: {color:background}
  481. }
  482.  
  483. .cover {
  484. width: 100px;
  485. height: 100px;
  486. position: absolute;
  487. }
  488.  
  489. .cover img {
  490. width: 100px;
  491. height: 100px;
  492. float: left;
  493. }
  494.  
  495. .playercontainer {
  496. width:54px;
  497. height:54px;
  498. position:absolute;
  499. display:block;
  500. background-color: #000000;
  501. z-index:6;
  502. opacity:0.6;
  503. -webkit-transition:all 0.7s ease-in-out;
  504. -moz-transition:all 0.7s ease-in-out;
  505. -o-transition:all 0.7s ease-in-out;
  506. -ms-transition:all 0.7s ease-in-out;
  507. transition:all 0.7s ease-in-out;
  508. margin-left: 22px;
  509. margin-top: 23px;
  510. }
  511.  
  512. .playercontainer:hover {
  513. opacity:0.8;
  514. -webkit-transition:all 0.7s ease-in-out;
  515. -moz-transition:all 0.7s ease-in-out;
  516. -o-transition:all 0.7s ease-in-out;
  517. -ms-transition:all 0.7s ease-in-out;
  518. transition:all 0.7s ease-in-out;
  519. }
  520.  
  521. .player {
  522. width: 25px;
  523. height: 25px;
  524. overflow: hidden;
  525. margin: 15px 14px;
  526. background-color:#000000;
  527. }
  528.  
  529. .sugarbabylove {
  530. margin-left:105px;
  531. float:left;
  532. width:373px;
  533. padding:5px;
  534. margin-bottom:5px;
  535. font-size:10px;
  536. line-height:13px;
  537. letter-spacing:0px;
  538. color: {color:text};
  539. background-color:{color:background};
  540. text-align:center;
  541. }
  542.  
  543. .trackname {
  544. text-align:center;
  545. font-family: Share;
  546. text-transform:uppercase;
  547. font-size:16px;
  548. line-height:16px;
  549. color: {color:bold};
  550. padding: 15px 0px 13px 0px;
  551. }
  552.  
  553. .qqmarkleft {
  554. font-size: 80px;
  555. font-family: Georgia;
  556. font-weight: bold;
  557. line-height: 100px;
  558. position: relative;
  559. bottom: 10px;
  560. left: 30px;
  561. margin-bottom: -90px;
  562. color: {color:background};
  563. opacity: 0.5;
  564. }
  565.  
  566. .qqmarkright {
  567. font-family: Georgia;
  568. font-size: 80px;
  569. font-weight: bold;
  570. padding-right: 0px;
  571. line-height: 30px;
  572. text-align: right;
  573. right: 30px;
  574. position: relative;
  575. margin-bottom: -10px;
  576. color: {color:background};
  577. opacity: 0.5;
  578. }
  579.  
  580. .qquote {
  581. width: 75%;
  582. font-family: Tahoma, Arial, Verdana;
  583. font-size: 13px;
  584. text-align: justify;
  585. padding-top: 10px;
  586. letter-spacing: 1px;
  587. line-height: 15px;
  588. text-transform: none;
  589. text-indent: 15px;
  590. margin: 0px 10px;
  591. margin-bottom: 10px;
  592. }
  593.  
  594. .qusource {
  595. width: 85%;
  596. margin-top:-2px;
  597. text-align:right;
  598. font-size: 9px;
  599. font-family: Tahoma;
  600. color: {color:text};
  601. line-height: 10px;
  602. opacity: 0.7;
  603. margin-bottom:3px;
  604. padding: 2px;
  605. }
  606. .qusource a {
  607. text-align:right;
  608. font-size: 9px;
  609. color: {color:infolinks};
  610. opacity: 0.9;
  611. background-color: {color:background};
  612. padding: 1px 3px;
  613. }
  614. .qusource a:hover {
  615. color: {color:link};
  616. line-height: 9px;
  617. opacity: 1;
  618. background-color:transparent;
  619. }
  620.  
  621. .chat {line-height: 20px; list-style: none; width: 500px; margin-left: 0px;}
  622. .chat ul {line-height: 20px; list-style: none; padding: 2px 7px 2px 7px;}
  623. .person1 {background-color: {color:background}; color: {color:text};letter-spacing:1px;}
  624. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text};}
  625. .person2 {background-color: {color:posts}; color: {color:bold}; letter-spacing:1px;}
  626. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color:bold};}
  627.  
  628. #notes {background-color: {color:background}; width:520px; margin: 0px auto 10px auto; padding:10px;}
  629. #notestext {width: 510px; margin-left: auto; margin-right: auto; background-color: {color:background}; padding:5px; text-align: left;}
  630. #notes blockquote a {color:{color:tags}; font-weight:normal; background-color: transparent; padding: 5px; margin:0;}
  631.  
  632. ol.notes {list-style: none; padding:0px;}
  633. ol.notes li {background-color: {color:background}; margin: 0 px; padding: 5px;}
  634. ol.notes .avatar {border: 1px solid {color:background}; height: 10px; padding: 0px; width: 10px;}
  635. ol.notes li .clear {height: 0px!important;}
  636. ol.notes li blockquote {border-color: {color:posts}!important; background-color: {color:posts}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
  637.  
  638. ::-webkit-scrollbar-corner {
  639. background:{color:background};
  640. }
  641.  
  642. ::-webkit-scrollbar-thumb:vertical {
  643. background-color: {color:text};
  644. width:7px;
  645. height:auto;
  646. border: 1px solid {color:posts};
  647. -webkit-border-radius: 1px;
  648. }
  649.  
  650. ::-webkit-scrollbar-thumb:horizontal {
  651. background-color: {color:text};
  652. width:auto;
  653. height:7px;
  654. border: 1px solid {color:posts};
  655. -webkit-border-radius: 1px;
  656. }
  657.  
  658. ::-webkit-scrollbar {
  659. height:7px;
  660. width:7px;
  661. background-color: {color:background};
  662. }
  663.  
  664. ::-moz-selection {background-color:{color:bold}; color:{color:background};}
  665. ::selection {background-color: {color:bold}; color: {color:background};}
  666.  
  667. .source {display:none;}
  668.  
  669. {CustomCSS}
  670.  
  671. </style>
  672.  
  673. <script>
  674. window.onload = function () {
  675. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  676. document.addEventListener( 'click', function ( event ) {
  677. var myLike = event.target;
  678. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  679. var frame = document.getElementById( 'my-like-frame' ),
  680. liked = ( myLike.className == 'my-liked' ),
  681. command = liked ? 'unlike' : 'like',
  682. reblog = myLike.getAttribute( 'data-reblog' ),
  683. id = myLike.getAttribute( 'data-id' ),
  684. oauth = reblog.slice( -8 );
  685. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  686. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  687. };
  688. }, false );
  689. };
  690. </script>
  691.  
  692. </head>
  693.  
  694. <body>
  695.  
  696. <div id="wholebar">
  697. <div id="sidebar">
  698.  
  699. <div id="titlebox">{text:blogtitle}</div>
  700.  
  701. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  702.  
  703. <div id="sidebarimg"><img src="{image:sidebarimg}" /></div>
  704.  
  705. <a href="/">home</a>
  706. <a href="/ask">ask</a>
  707. <a href="/archive">past</a>
  708. <a href="http://itsacrimetheme.tumblr.com" target="_blank">theme</a>
  709.  
  710. </div>
  711.  
  712. <div id="slinks">
  713. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  714. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  715. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  716. </div>
  717.  
  718. </div>
  719.  
  720. {block:Pagination}<div id="paging">
  721. {block:NextPage}<a href="{NextPage}" title="Next Page">&raquo;</a>{/block:NextPage}
  722. {block:PreviousPage}<a href="{PreviousPage}" title="Previous Page">&laquo;</a>{/block:PreviousPage}
  723. </div>{/block:Pagination}
  724.  
  725.  
  726. <div id="container">
  727. <div id="entries">
  728.  
  729. {block:Posts}
  730.  
  731. <div id="entry">
  732. <div id="posts">
  733.  
  734. <div id="tagbox">
  735. <div id="date"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {Year}</a></div>
  736. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  737. </div>
  738.  
  739.  
  740. {block:Text}
  741. {block:Title}<div id="linking">&laquo; <a href="{Permalink}">{Title}</a></div>
  742. {/block:Title}
  743. {Body}
  744. {/block:Text}
  745.  
  746. {block:Photo}
  747. {LinkOpenTag}<img src="{PhotoURL-500}" border="0">{LinkCloseTag}
  748. {/block:Photo}
  749.  
  750. {block:Photoset}
  751. {Photoset-500}
  752. {/block:Photoset}
  753.  
  754. {block:Quote}
  755. <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div><div class="qqmarkright">”</div>
  756. {block:Source}
  757. <div class="qusource"> {Source} &nbsp; &nbsp; </div>
  758. {/block:Source}
  759. {/block:Quote}
  760.  
  761. {block:Link}
  762. <div id="linking"><a href="{URL}" {Target}>{Name}</a> &raquo;</div>{block:Description}{Description}{/block:Description}
  763. {/block:Link}
  764.  
  765. {block:Chat}
  766. {block:Title}<div class="titled">&laquo; <a href="{Permalink}">{Title}</a></div>{/block:Title}
  767. <div class="chat"><ul>{block:Lines}
  768. <li class="person{UserNumber}">{block:Label}
  769. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  770. {/block:Chat}
  771.  
  772. {block:Video}
  773. {Video-500}
  774. {/block:Video}
  775.  
  776. {block:Answer}
  777. <div id="question"><table>
  778. <tr>
  779. <td class="askicon"><img src="{AskerPortraitURL-48}"></td>
  780. <td class="ask"><h2>{Asker} {text:asker}:</h2> {Question}</td>
  781. </tr>
  782. </table></div>
  783. <div id="answer">{Answer}</div>
  784. {/block:Answer}
  785.  
  786. {block:Audio}<div id="audio">
  787. <div class="cover"><img src="http://static.tumblr.com/847c578c3afe9bdd30ec4a5feb26957e/ougddg1/RRkmg4279/tumblr_static_musica.png"></div>
  788. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  789. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerBlack}</div>
  790. </div>{/block:AudioPlayer}
  791. <div class="sugarbabylove">
  792. {block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
  793. {block:Artist}{Artist}{/block:Artist}
  794. {block:Album} <small>&&</small> {Album}{/block:Album}
  795. {block:PlayCount}<small><br>{PlayCountWithLabel}</small>{/block:PlayCount}
  796. </div>
  797. </div>
  798. {/block:Audio}
  799.  
  800. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  801. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  802. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  803. {block:Audio}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  804.  
  805. <div class="source">
  806. {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  807. </div>
  808.  
  809.  
  810. </div>
  811. </div>
  812.  
  813. <div id="infoblocks">
  814.  
  815. <div class="infoblock1">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> && <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a> {block:IndexPage}&&{/block:IndexPage}{/block:RebloggedFrom}
  816.  
  817. {block:IndexPage}
  818. {block:text}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:text}
  819. {block:photo}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:photo}
  820. {block:photoset}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:photoset}
  821. {block:quote}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:quote}
  822. {block:audio}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:audio}
  823. {block:video}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:video}
  824. {block:chat}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:chat}
  825. {block:link}<a href="{ReblogURL}" title="Reblog this post">reblog</a> && <a class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">&hearts;</a>{/block:link}
  826. {/block:IndexPage}
  827. {block:answer}<a href="{AskerURL}" title="asked by {AskerName}">answered</a> {/block:answer}
  828.  
  829. </div>
  830.  
  831. <div class="infoblock2"><a href="{Permalink}" title="Permalink to this post">{TimeAgo}</a> {block:NoteCount}&& <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  832.  
  833. </div>
  834.  
  835. {/block:Posts}
  836.  
  837. {block:PostNotes}
  838. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  839. {/block:PostNotes}
  840.  
  841. </div>
  842. </div>
  843.  
  844.  
  845. </body>
  846. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement