Advertisement
strangebesidethepond

Wrong day to die

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