Advertisement
strangebesidethepond

I need to go to my mind palace

Oct 21st, 2012
8,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.16 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 #010 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:askbackground" content="#f5f8fa" />
  20. <meta name="color:asktext" content="#574b5e" />
  21. <meta name="color:background" content="#d2c7c1" />
  22. <meta name="color:bold" content="#574b5e" />
  23. <meta name="color:entry" content="#dbdce2" />
  24. <meta name="color:infolinks" content="#dc686d" />
  25. <meta name="color:italics" content="#b3919a" />
  26. <meta name="color:link" content="#b65c69" />
  27. <meta name="color:linkhover" content="#8f7d7d" />
  28. <meta name="color:posts" content="#eef0f3" />
  29. <meta name="color:sidebartext" content="#766d7a" />
  30. <meta name="color:tags" content="#955465" />
  31. <meta name="color:text" content="#766d7a" />
  32.  
  33. <meta name="image:sidebarimg" content=""/>
  34. <meta name="image:background" content=""/>
  35.  
  36. <meta name="text:asker" content="said" />
  37. <meta name="text:Content height" content="400px">
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 Title" content="" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 Title" content="" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 Title" content="" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link4 Title" content="" />
  46. <meta name="text:Link5" content="" />
  47. <meta name="text:Link5 Title" content="" />
  48. <meta name="text:Link6" content="" />
  49. <meta name="text:Link6 Title" content="" />
  50.  
  51. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />
  56. {/block:Description}
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. 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;}
  62.  
  63. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
  64. a:hover {color:{color:linkhover}; 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;}
  65.  
  66. img a {border:0px;}
  67. b, strong{font-weight: bold; color:{color:bold}}
  68. i, em {text-transform: italic; color:{color:italics}}
  69. s, strike, del {color: {color:italics};}
  70. p {margin: 10px 10px 10px 10px}
  71. blockquote {padding:5px; margin:5px; border: 1px solid {color:entry};}
  72. blockquote img {max-width:470px;}
  73. pre {width:95%; margin-left:auto; margin-right:auto; font-family: Arial; font-size:11px; padding: 5px 6px 5px 6px; word-wrap: break-word; background-color:{color:askbackground}; color: {color:italics}; border: 1px solid {color:entry}; max-height:100px!important; overflow-y:auto;}
  74.  
  75. /* SIDEBAR */
  76.  
  77. #sidewrap {
  78. width: 220px;
  79. height: auto;
  80. margin: 215px 0 0 20px;
  81. background-color:transparent;
  82. position:fixed;
  83. }
  84.  
  85. #sidebar {
  86. width: 220px;
  87. height: auto;
  88. margin: 0px 20px 0 0px;
  89. background-color: {color:entry};
  90. color: {color:sidebartext};
  91. position:absolute;
  92. padding:10px;
  93. }
  94.  
  95. #sidebarimg {
  96. width: 200px;
  97. margin: 0px auto 0px auto;
  98. background-color: {color:posts};
  99. text-align:center;
  100. padding:10px;
  101. }
  102.  
  103. #sidebarimg img {
  104. width: 200px;
  105. height:auto;
  106. margin: auto;
  107. }
  108.  
  109. #sidebarimg img a {
  110. border:none;}
  111.  
  112. #navigation {
  113. width: 200px;
  114. height: 15px;
  115. margin: -2px auto 10px auto;
  116. text-align:right;
  117. background-color:transparent;
  118. }
  119.  
  120. #navigation a {
  121. font-family:Calibri;
  122. font-size:9px;
  123. text-transform:uppercase;
  124. color: {color:infolinks};
  125. background-color: {color:posts};
  126. margin: 0;
  127. padding: 2px 5px 2px 5px;
  128. }
  129.  
  130. #navigation a:hover {
  131. color: {color:sidebartext};
  132. background-color: {color:posts};
  133. font-style:italic;
  134. }
  135.  
  136. .qmarks {
  137. font-family:Georgia;
  138. font-size: 70px;
  139. font-weight: bold;
  140. line-height: 60px;
  141. color: {color:posts};
  142. position:absolute;
  143. margin: 0px;
  144. }
  145. .quote {
  146. text-align:justify;
  147. font-size: 10px;
  148. letter-spacing: 0px;
  149. line-height: 12px;
  150. text-transform: none;
  151. text-indent: 30px;
  152. position:relative;
  153. padding: 0px 5px 5px 5px;
  154. }
  155.  
  156. #paging {
  157. width: 200px;
  158. height: auto;
  159. padding: 2px 10px 2px 10px;
  160. font-family:Calibri;
  161. font-size:9px;
  162. color: {color:sidebartext};
  163. background-color: {color:entry};
  164. text-align: center;
  165. margin: 0px;
  166. }
  167.  
  168. #paging a {
  169. color: {color:infolinks};
  170. background-color: {color:posts};
  171. padding: 3px 4px 3px 4px;
  172. }
  173.  
  174. #paging a:hover {
  175. color: {color:entry};
  176. background-color: {color:askbackground};}
  177.  
  178. /* CONTAINER */
  179.  
  180. #container {
  181. overflow-x: hidden;
  182. width: 920px;
  183. margin: 0px auto 0px auto;
  184. text-align:center;
  185. background-color: transparent;
  186. }
  187.  
  188. #navilinks {
  189. width: 560px;
  190. max-height: 30px;
  191. position: absolute;
  192. margin: 152px 0 0 310px;
  193. background-color: transparent;
  194. text-align:left;
  195. list-style-type: none;
  196. }
  197.  
  198. #navilinks a {
  199. display: inline;
  200. position: relative;
  201. font-family: Calibri;
  202. text-transform: uppercase;
  203. text-align:center;
  204. font-size: 10px;
  205. padding: 3px 7px 3px 7px;
  206. margin: 0 -2px 0 5px;
  207. z-index: 1;
  208. color: {color:italics};
  209. background-color: {color:posts};
  210. border: 1px solid {color:entry};
  211. }
  212.  
  213. #navilinks a:hover {
  214. color: {color:askbackground};
  215. background-color: {color:entry};
  216. }
  217.  
  218. #navilinks .refresh a {
  219. margin-left: 45px;
  220. color: {color:text};
  221. background-color: {color:entry};
  222. }
  223.  
  224. #navilinks .refresh a:hover {
  225. color: {color:link};}
  226.  
  227. #box {
  228. position: absolute;
  229. width: 560px;
  230. height: {text:Content height};
  231. margin: 170px 0 0px 310px;
  232. padding: 20px;
  233. background-color: {color:entry};
  234. overflow: auto;
  235. border: 10px solid {color:entry};
  236. }
  237.  
  238. #entry {
  239. width: 520px;
  240. height: auto;
  241. background-color: {color:entry};
  242. margin: 0px auto 50px auto;
  243. text-align:right;
  244. }
  245.  
  246. #posts {
  247. width: 500px;
  248. height: auto;
  249. background-color: {color:posts};
  250. padding: 10px;
  251. margin: 15px auto 0px auto;
  252. color: {color:text};
  253. text-align:justify;
  254. }
  255.  
  256. #info {
  257. width: 500px;
  258. height: 15px;
  259. background-color: transparent;
  260. padding: 2px 10px 2px 10px;
  261. text-align:right;
  262. position:absolute;
  263. margin: -18px auto 0px auto;
  264. }
  265.  
  266. #info a {
  267. font-family:Calibri;
  268. font-size:9px;
  269. text-transform:uppercase;
  270. color: {color:infolinks};
  271. background-color: {color:posts};
  272. margin: 0;
  273. padding: 2px 5px 2px 5px;
  274. }
  275.  
  276. #info a:hover {
  277. color: {color:entry};
  278. background-color: {color:posts};
  279. font-style:italic;}
  280.  
  281. #tagbox {
  282. width: 500px;
  283. height: auto;
  284. font-family:Calibri;
  285. font-size: 9px;
  286. text-transform:uppercase;
  287. display:inline;
  288. text-align:right;
  289. background-color:transparent;
  290. color: {color:italics};
  291. line-height:140%;
  292. padding: 4px 5px;
  293. margin: auto;
  294. }
  295.  
  296. #tagbox a {color: {color:tags}; padding: 0px 2px 0px 2px; background-color:transparent;}
  297. #tagbox a:hover {color: {color:link}; background-color:{color:entry};}
  298.  
  299. #rebagel {
  300. position:absolute;
  301. width: 60px;
  302. height: 25px;
  303. text-align:center;
  304. font-family:Calibri;
  305. font-size:9px;
  306. text-transform: uppercase;
  307. padding: 2px;
  308. margin-left: 60px;
  309. opacity: 0;
  310. -webkit-transition: all 0.7s ease-in-out;
  311. -moz-transition: all 0.7s ease-in-out;
  312. -o-transition: all 0.7s ease-in-out;
  313. transition: all 0.7s ease-in-out;
  314. }
  315.  
  316. #rebagel a {
  317. color: {color:infolinks};
  318. border: 1px solid {color:entry};
  319. padding: 2px 5px;
  320. background-color: {color:askbackground};
  321. }
  322.  
  323. #rebagel a:hover {
  324. color: {color:asktext};
  325. background-color: {color:posts};
  326. }
  327.  
  328. #entry:hover #rebagel {
  329. opacity: 1;
  330. margin-left: -10px;
  331. -webkit-transition: all 0.7s ease-in-out;
  332. -moz-transition: all 0.7s ease-in-out;
  333. -o-transition: all 0.7s ease-in-out;
  334. transition: all 0.7s ease-in-out;}
  335.  
  336. /* CONTENT */
  337.  
  338. .titled {
  339. padding: 2px 5px 0px 5px;
  340. margin: 0px auto 0px auto;
  341. text-align: right;
  342. font-family: Georgia;
  343. font-style:italic;
  344. font-size: 18px;
  345. line-height: 19px;
  346. color: {color:italics};
  347. }
  348.  
  349. .titled a {
  350. color: {color:link};
  351. text-shadow: -1px -1px 0px {color:askbackground};
  352. }
  353.  
  354. .titled a:hover {
  355. color: {color:text};
  356. }
  357.  
  358. #askhole {
  359. margin: 5px;
  360. padding:15px;
  361. border: 1px solid {color:entry};
  362. background-color: {color:askbackground};
  363. color: {color:asktext};
  364. }
  365.  
  366. #askericon {
  367. width: 50px;
  368. height: 50px;
  369. padding: 8px;
  370. text-align:center;
  371. border: 1px solid {color:entry};
  372. background-color: {color:askbackground};
  373. margin: -50px 10px 5px 0px;
  374. float:left;
  375. }
  376.  
  377. #askericon img {
  378. width: 48px;
  379. height: 48px;
  380. margin: auto;
  381. }
  382.  
  383. #blah {
  384. font-family:Times New Roman;
  385. font-size:12px;
  386. line-height: 25px;
  387. text-transform:uppercase;
  388. color: {color:infolinks};
  389. text-shadow: -1px -1px 0px {color:posts};
  390. }
  391.  
  392. #blah a {
  393. color: {color:infolinks};}
  394.  
  395. #quote {
  396. padding: 15px;
  397. border: 1px solid {color:entry};
  398. margin: 0 auto 10px auto;
  399. color: {color:asktext};
  400. background-color: {color:askbackground};
  401. }
  402.  
  403. .qqmarked {
  404. color:{color:posts};
  405. font-family:Georgia;
  406. font-size: 60px;
  407. font-weight: bold;
  408. line-height: 60px;
  409. position:absolute;
  410. margin-top:-5px;
  411. }
  412.  
  413. .qquote {
  414. text-align:justify;
  415. font-family:Arial;
  416. font-size: 13px;
  417. letter-spacing: 0px;
  418. line-height: 14px;
  419. text-transform: none;
  420. text-indent: 30px;
  421. position:relative;
  422. }
  423.  
  424. #quotesource {
  425. text-align:right;
  426. padding: 1px 5px 0px 5px;
  427. opacity: 0.9;
  428. font-family:Calibri;
  429. font-size:10px;}
  430.  
  431. .chat {line-height: 16px; list-style: none; width: 96%; margin-left: 10px;}
  432. .chat ul {line-height: 20px; list-style: none; padding: 2px 5px 2px 5px;}
  433. .person1 {background-color: {color:posts}; color: {color:text};letter-spacing:0px;}
  434. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text};}
  435. .person2 {background-color: {color: post}; color: {color: bold}; letter-spacing:0px; border: 1px solid {color:entry};}
  436. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: bold};}
  437.  
  438. #audio {
  439. margin-bottom: 0px;
  440. width: 500px;
  441. height:100px;
  442. padding: 5px;
  443. }
  444.  
  445. .cover {
  446. width: 100px;
  447. height: 100px;
  448. position: absolute;
  449. }
  450.  
  451. .cover img {
  452. width: 100px;
  453. height: 100px;
  454. float: left;
  455. }
  456.  
  457. .playercontainer {
  458. width:100px;
  459. height:100px;
  460. position:absolute;
  461. display:block;
  462. background-color: #ffffff;
  463. z-index:6;
  464. opacity:0.5;
  465. -webkit-transition:all 0.7s ease-in-out;
  466. -moz-transition:all 0.7s ease-in-out;
  467. -o-transition:all 0.7s ease-in-out;
  468. -ms-transition:all 0.7s ease-in-out;
  469. transition:all 0.7s ease-in-out;
  470. }
  471.  
  472. .playercontainer:hover {
  473. opacity:0.7;
  474. -webkit-transition:all 0.7s ease-in-out;
  475. -moz-transition:all 0.7s ease-in-out;
  476. -o-transition:all 0.7s ease-in-out;
  477. -ms-transition:all 0.7s ease-in-out;
  478. transition:all 0.7s ease-in-out;
  479. }
  480.  
  481. .player {
  482. width: 25px;
  483. height: 25px;
  484. margin-left: 36px;
  485. margin-top: 36px;
  486. overflow: hidden;
  487. background-color:#fff;
  488. }
  489.  
  490. .sugarbabylove {
  491. margin-left:110px;
  492. float:left;
  493. width:368px;
  494. padding:5px;
  495. margin-bottom:5px;
  496. font-size:11px;
  497. line-height:85%;
  498. letter-spacing:1px;
  499. color: {color:asktext};
  500. background-color:{color:askbackground};
  501. border: 1px solid {color:entry};
  502. }
  503.  
  504. #notes {background-color: {color:posts}; width:500px; margin: 0 auto 10px auto; padding:10px;}
  505. #notestext {width: 480px; margin-left: auto; margin-right: auto; background-color: {color:posts}; padding:5px; text-align: left;}
  506. #notes blockquote a {color:{color:tags}; font-weight:normal; backround-color: transparent; padding: 5px; margin:0;}
  507.  
  508. ol.notes {list-style: none; padding:0px;}
  509. ol.notes li {background-color: {color: entry}; margin: 0 px; padding: 5px;}
  510. ol.notes .avatar {border: 3px solid {color:entry}; height: 10px; padding: 0px; width: 10px;}
  511. ol.notes li .clear {height: 0px!important;}
  512. ol.notes li blockquote {border-color: {color:entry}!important; background-color: {color:entry}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
  513.  
  514. ::-webkit-scrollbar-corner {
  515. background:{color:entry};
  516. }
  517.  
  518. ::-webkit-scrollbar-thumb:vertical {
  519. background-color: {color:askbackground};
  520. width:7px;
  521. height:auto;
  522. border: 1px solid {color:posts};
  523. -webkit-border-radius: 1px;
  524. }
  525.  
  526. ::-webkit-scrollbar-thumb:horizontal {
  527. background-color: {color:askbackground};
  528. width:auto;
  529. height:7px;
  530. border: 1px solid {color:posts};
  531. -webkit-border-radius: 1px;
  532. }
  533.  
  534. ::-webkit-scrollbar {
  535. height:7px;
  536. width:7px;
  537. background-color: {color:entry};
  538. }
  539.  
  540. ::-moz-selection {background-color:{color:background}; color:{color:askbackground};}
  541. ::selection {background-color: {color:background}; color: {color:askbackground};}
  542.  
  543. .source {display:none;}
  544.  
  545. {CustomCSS}
  546.  
  547. </style>
  548. </head>
  549.  
  550.  
  551. <body>
  552.  
  553. <div id="container">
  554.  
  555. <div id="sidewrap">
  556.  
  557. <div id="sidebar">
  558. <div id="sidebarimg"><a href="/"><img src="{image:sidebarimg}"></a></div>
  559. <div id="navigation"><a href="/ask">ask</a>{block:SubmissionsEnabled} <a href="/submit">submit</a>{/block:SubmissionsEnabled} <a href="/archive">archive</a> <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="itsacrimetheme">theme</a></div>
  560. {block:Description}<div class="qmarks">“</div><div class="quote">{Description}</div>{/block:Description}
  561.  
  562. {block:Pagination}<div id="paging">
  563. {block:PreviousPage}
  564. <a href="{PreviousPage}">&laquo;</a>
  565. {/block:PreviousPage}
  566.  
  567. {block:JumpPagination length="7"}
  568. {block:CurrentPage}
  569. <span class="current_page">{PageNumber}</span>
  570. {/block:CurrentPage}
  571.  
  572. {block:JumpPage}
  573. <a class="jump_page" href="{URL}">{PageNumber}</a>
  574. {/block:JumpPage}
  575. {/block:JumpPagination}
  576.  
  577. {block:NextPage}
  578. <a href="{NextPage}">&raquo;</a>
  579. {/block:NextPage}
  580. </div>{/block:Pagination}
  581.  
  582. </div>
  583.  
  584. </div>
  585.  
  586. <div id="navilinks">
  587. <span class="refresh"><a href="/">home</a></span> {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5} {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div>
  588.  
  589. <div id="box">
  590.  
  591. {block:Posts}
  592.  
  593. <div id="entry">
  594.  
  595. <div id="info">
  596. {block:Date}<a href="{Permalink}" title="Permalink to this post">{block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:text}
  597. {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photo}
  598. {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photoset}
  599. {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:quote}
  600. {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:audio}
  601. {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:video}
  602. {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:chat}
  603. {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:link}
  604. {block:answer} answered {/block:answer}{TimeAgo}</a>{/block:Date} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <a href="{Permalink}">{NoteCount}</a>
  605. </div>
  606.  
  607. <div id="posts">
  608.  
  609. {block:Text}
  610. {block:Title}<div class="titled">&laquo; <a href="{Permalink}">{Title}</a></div>
  611. {/block:Title}
  612. {Body}
  613. {/block:Text}
  614.  
  615. {block:Photo}
  616. {LinkOpenTag}<img src="{PhotoURL-500}" border="0">{LinkCloseTag}
  617. {/block:Photo}
  618.  
  619. {block:Photoset}
  620. {Photoset-500}
  621. {/block:Photoset}
  622.  
  623. {block:Quote}
  624. <div id="quote"><div class="qqmarked">“</div><div class="qquote">{Quote}</div></div>
  625. {block:Source}<div id="quotesource">
  626. {Source} </div>
  627. {/block:Source}
  628. {/block:Quote}
  629.  
  630. {block:Link}
  631. <div class="titled"><a href="{URL}" {Target}>{Name}</a> &raquo;</div>{block:Description}{Description}{/block:Description}
  632. {/block:Link}
  633.  
  634. {block:Chat}
  635. {block:Title}<div class="titled">&laquo; <a href="{Permalink}">{Title}</a></div>{/block:Title}
  636. <div class="chat"><ul>{block:Lines}
  637. <li class="person{UserNumber}">{block:Label}
  638. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  639. {/block:Chat}
  640.  
  641. {block:Video}
  642. {Video-500}
  643. {/block:Video}
  644.  
  645. {block:Answer}
  646. <div id="askhole">
  647. <div id="askericon"><img src="{AskerPortraitURL-48}"></div><div id="blah">{Asker} {text:asker}:</div>
  648. {Question}</div>
  649. {Answer}
  650. {/block:Answer}
  651.  
  652. {block:Audio}<div id="audio">
  653. <div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
  654. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  655. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div>
  656. </div>{/block:AudioPlayer}
  657. {block:TrackName}<div class="sugarbabylove"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  658. {block:Artist}<div class="sugarbabylove"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  659. {block:Album}<div class="sugarbabylove"><b>Album:</b> {Album}</div>{/block:Album}
  660. {block:PlayCount}<div class="sugarbabylove"><center>{PlayCountWithLabel}</center></div>{/block:PlayCount}
  661. </div>
  662. {/block:Audio}
  663.  
  664. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  665. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  666. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  667. {block:Audio}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  668.  
  669. <div class="source">
  670. {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}
  671. </div>
  672.  
  673. {block:text}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:text}
  674. {block:photo}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:photo}
  675. {block:photoset}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:photoset}
  676. {block:quote}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:quote}
  677. {block:audio}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:audio}
  678. {block:video}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:video}
  679. {block:chat}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:chat}
  680. {block:link}<div id="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:link}
  681. {block:answer} {/block:answer}
  682.  
  683. </div>
  684.  
  685. {block:HasTags}<div id="tagbox">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  686.  
  687. </div>
  688.  
  689. {/block:Posts}
  690.  
  691. {block:PostNotes}
  692. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  693. {/block:PostNotes}
  694.  
  695. </div>
  696.  
  697. </div>
  698.  
  699.  
  700. </body>
  701. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement