Advertisement
strangebesidethepond

Daylight robbery

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