Advertisement
strangebesidethepond

As a conductor of light you are unbeatable

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