Advertisement
clairesrps

just breathe

Aug 8th, 2014
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.28 KB | None | 0 0
  1.  
  2.  
  3. <!-- theme 6, by clairesrps // just breathe -->
  4. <!-- themesbyzsu.tumblr.com // base code -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <meta name="color:Background" content="#fff" />
  18. <meta name="color:Text" content="#333" />
  19. <meta name="color:Entries" content="#fff" />
  20. <meta name="color:Title" content="#000" />
  21. <meta name="color:Links Title BG" content="#fefefe" />
  22. <meta name="color:Borders" content="#000" />
  23. <meta name="color:Sbar" content="#fff" />
  24. <meta name="color:Sidebar" content="#fff" />
  25. <meta name="color:Sidebar nav" content="#eee" />
  26. <meta name="color:Sidebar nav hover" content="#fff" />
  27. <meta name="color:Sidebar link" content="#fff" />
  28. <meta name="color:Sidebar link hover" content="#333" />
  29. <meta name="color:Link" content="#000" />
  30. <meta name="color:Link Hover" content="#666" />
  31. <meta name="color:Scrollbar" content="#666" />
  32. <meta name="color:Pre BG" content="#666" />
  33. <meta name="color:Pre Text" content="#fff" />
  34.  
  35. <meta name="image:Background" content="" />
  36. <meta name="image:Sidebar Bg" content="" />
  37. <meta name="image:Sidebar" content="" />
  38. <meta name="image:Sidebar2" content="" />
  39.  
  40. <meta name="text:Link1" content="home" />
  41. <meta name="text:Link1 URL" content="/" />
  42. <meta name="text:Link2" content="askbox" />
  43. <meta name="text:Link2 URL" content="/" />
  44. <meta name="text:Link3" content="link" />
  45. <meta name="text:Link3 URL" content="/" />
  46. <meta name="text:Link4" content="link" />
  47. <meta name="text:Link4 URL" content="/" />
  48. <meta name="text:Link5" content="link" />
  49. <meta name="text:Link5 URL" content="/" />
  50. <meta name="text:Link6" content="link" />
  51. <meta name="text:Link6 URL" content="/" />
  52. <meta name="text:Link7" content="link" />
  53. <meta name="text:Link7 URL" content="/" />
  54.  
  55. <meta name="text:main title" content="this is your main title" />
  56. <meta name="text:sub title" content="this is your sub title" />
  57. <meta name="text:2nd title" content="links" />
  58.  
  59. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  60.  
  61. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  62.  
  63. <script>
  64.  
  65. (function($){
  66.  
  67. $(document).ready(function(){
  68.  
  69. $(“a[title]”).style_my_tooltips({
  70.  
  71. tip_follows_cursor:true,
  72.  
  73. tip_delay_time:30,
  74.  
  75. tip_fade_speed:300,
  76.  
  77. attribute:”title”
  78.  
  79. });
  80.  
  81. });
  82.  
  83. })(jQuery);
  84.  
  85. </script>
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:#ffffff;}
  90.  
  91. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  92. ::-webkit-scrollbar-track{background-color:#fefefe;
  93.  
  94. }
  95.  
  96.  
  97. #s-m-t-tooltip {
  98. margin-top: 15px;
  99. font-family: georgia;
  100. font-size: 8px;
  101. text-transform:uppercase;
  102. padding:2px;
  103. background-color:{color:Entries};
  104. color:{color:Text};
  105. border:1px solid {color:Border};
  106. z-index:9999;
  107. }
  108.  
  109. body {
  110. background: {color:Background};
  111. background-image: url('{image:Background}');
  112. background-attachment:fixed;
  113. position:absolute;
  114. font-size:12px;
  115. font-family: georgia;
  116. color:{color:Body};
  117. }
  118.  
  119. pre {
  120. font-family:georgia;
  121. font-size:8px;
  122. text-transform:Uppercase;
  123. background-color:{color:Pre Bg};
  124. padding:2px;
  125. text-align:center;
  126. border-left:2px solid {color:border};
  127. border-right:2px solid {color:border};
  128. color:{color:Pre Text};
  129. }
  130.  
  131. a {
  132. text-decoration:none;
  133. outline:none;
  134. color:{color:Link};
  135. -webkit-transition: all 0.5s ease-in-out;
  136. -moz-transition: all 0.5s ease-in-out;
  137. -o-transition: all 0.5s ease-in-out;
  138. }
  139.  
  140. a:hover {
  141. color:{color:Link Hover};
  142. -webkit-transition: all 0.5s ease-in-out;
  143. -moz-transition: all 0.5s ease-in-out;
  144. -o-transition: all 0.5s ease-in-out;
  145. }
  146.  
  147.  
  148. #posttitle {
  149. font-weight:bold;
  150. color:{color:title};
  151. text-align:left;
  152. font-family: georgia;
  153. font-size: 17px;
  154. text-transform:uppercase;
  155. }
  156.  
  157. #quotes {
  158. text-transform:lowercase;
  159. text-align:left;
  160. font-family: georgia;
  161. font-weight:none;
  162. font-style:italic;
  163. color:{color:Link};
  164. font-family:georgia;
  165. text-align:left;
  166. font-size: 17px;
  167. }
  168.  
  169. #backbar {
  170. float:left;
  171. position:fixed;
  172. width:267px;
  173. height:426px;
  174. margin-left:50px;
  175. margin-top:100px;
  176. background-color:{color:sbar};
  177. background-image:url('{image:sidebar bg}');
  178. background-attachment:none;
  179. background-size:auto;
  180. background-position:top left;
  181. background-repeat:repeat;
  182. border: 1px solid {color:borders};
  183. }
  184.  
  185. #backbar2 {
  186. float:left;
  187. position:fixed;
  188. width:125px;
  189. height:421px;
  190. margin-left:910px;
  191. margin-top:100px;
  192. background-color:{color:sbar};
  193. background-image:url('{image:sidebar bg}');
  194. background-attachment:none;
  195. background-size:auto;
  196. background-position:top left;
  197. background-repeat:repeat;
  198. border: 1px solid {color:borders};
  199. }
  200.  
  201. #title1 {
  202. margin-top: 6px;
  203. font-family: georgia;
  204. font-family:{font:Title};
  205. color:{color:title};
  206. font-style:none;
  207. font-weight:none;
  208. text-transform:uppercase;
  209. font-size:14px;
  210. text-align:center;
  211. text-decoration:none;
  212. -webkit-transition: all 0.5s ease-in-out;
  213. -moz-transition: all 0.5s ease-in-out;
  214. -o-transition: all 0.5s ease-in-out;
  215. }
  216.  
  217. #title2 {
  218. font-family:{font:Title};
  219. color:{color:Text};
  220. font-style:none;
  221. font-weight:none;
  222. text-transform:lowercase;
  223. font-style:italic;
  224. font-size:10px;
  225. text-align:center;
  226. text-decoration:none;
  227. -webkit-transition: all 0.5s ease-in-out;
  228. -moz-transition: all 0.5s ease-in-out;
  229. -o-transition: all 0.5s ease-in-out;
  230. }
  231.  
  232. #title3 {
  233. margin-top: 8px;
  234. font-family: georgia;
  235. color:{color:title};
  236. font-style:none;
  237. font-weight:none;
  238. text-transform:uppercase;
  239. font-size:20px;
  240. text-align:center;
  241. text-decoration:none;
  242. -webkit-transition: all 0.5s ease-in-out;
  243. -moz-transition: all 0.5s ease-in-out;
  244. -o-transition: all 0.5s ease-in-out;
  245. }
  246.  
  247.  
  248. #sidebar {
  249. overflow:hidden;
  250. height: 190px;
  251. border: 1px solid {color:borders};
  252. background-color: {color:sidebar};
  253. position:fixed;
  254. margin-top:62px;
  255. margin-left:5px;
  256. width:245px;
  257. padding:5px;
  258. }
  259.  
  260. #topbar {
  261. overflow:hidden;
  262. height: 40px;
  263. border: 1px solid {color:borders};
  264. background-color: {color:sidebar};
  265. position:fixed;
  266. margin-top:5px;
  267. margin-left:5px;
  268. width:245px;
  269. padding:5px;
  270. }
  271.  
  272. #topbar2 {
  273. overflow:hidden;
  274. height: 40px;
  275. border: 1px solid {color:borders};
  276. background-color: {color:sidebar};
  277. background-color: {color:Links Title BG};
  278. position:fixed;
  279. margin-top:212px;
  280. margin-left:5px;
  281. width:103px;
  282. padding:5px;
  283. }
  284.  
  285. #sidebarimg {
  286. opacity: 100;
  287. z-index: 2;
  288. float:left;
  289. position:fixed;
  290. width:255px;
  291. height:150px;
  292. margin-left:5px;
  293. margin-top:269px;
  294. background-color:{color:sidebar};
  295. background-image:url('{image:sidebar}');
  296. background-attachment:none;
  297. background-size:auto;
  298. background-position:top left;
  299. background-repeat:no-repeat;
  300. border: 1px solid {color:borders};
  301.  
  302. }
  303.  
  304. #sidebarimg:hover {
  305. -webkit-filter: grayscale(90%);
  306. z-index: -9999999999999999999999999px;
  307. -webkit-transition: all 0.9s ease-in-out;
  308. -moz-transition: all 0.9s ease-in-out;
  309. -o-transition: all 0.9s ease-in-out;
  310. -ms-transition: all 0.9s ease-in-out;
  311. transition: all 0.9s ease-in-out;
  312. }
  313.  
  314. #sidebarimg:hovertext {
  315. font-family:georgia;
  316. font-size:15px;
  317. z-index: -9999999999999999999999999px;
  318. -webkit-transition: all 0.9s ease-in-out;
  319. -moz-transition: all 0.9s ease-in-out;
  320. -o-transition: all 0.9s ease-in-out;
  321. -ms-transition: all 0.9s ease-in-out;
  322. transition: all 0.9s ease-in-out;
  323. }
  324.  
  325. #sidebarimg2 {
  326. opacity: 100;
  327. z-index: 2;
  328. float:left;
  329. position:fixed;
  330. width:113px;
  331. height:147px;
  332. margin-left:5px;
  333. margin-top:268px;
  334. background-color:{color:sidebar};
  335. background-image:url('{image:sidebar2}');
  336. background-attachment:none;
  337. background-size:auto;
  338. background-position:top left;
  339. background-repeat:no-repeat;
  340. border: 1px solid {color:borders};
  341.  
  342. }
  343.  
  344. #sidebarimg2:hover {
  345. -webkit-filter: grayscale(90%);
  346. z-index: -9999999999999999999999999px;
  347. -webkit-transition: all 0.9s ease-in-out;
  348. -moz-transition: all 0.9s ease-in-out;
  349. -o-transition: all 0.9s ease-in-out;
  350. -ms-transition: all 0.9s ease-in-out;
  351. transition: all 0.9s ease-in-out;
  352. }
  353.  
  354. #description {
  355. margin-top: 5px;
  356. margin-left:10px;
  357. margin-right:10px;
  358. font-style:normal;
  359. padding:10px;
  360. color:{color:text};
  361. font-size:10px;
  362. text-align:justify;
  363. }
  364.  
  365. #links {
  366. position:fixed;
  367. width: auto;
  368. margin-top:-245px;
  369. margin-left:-5px;
  370. text-align:left;
  371. }
  372.  
  373.  
  374. #links a{
  375. font-style: normal;
  376. text-decoration:none;
  377. text-align:center;
  378. font-family:georgia;
  379. line-height: 26px;
  380. height: 26px;
  381. margin-left:-1px;
  382. margin-bottom:1px;
  383. letter-spacing: 0px;
  384. font-size: 12px;
  385. text-transform: lowercase;
  386. width: 113px;
  387. border: 1px solid {color:borders};
  388. display:block;
  389. background:{color:sidebar nav};
  390. color:{color:sidebar link};
  391. -webkit-transition: all 0.2s ease-in-out;
  392. -moz-transition: all 0.2s ease-in-out;
  393. -o-transition: all 0.2s ease-in-out;
  394. }
  395.  
  396. #links a:hover{
  397. border: 1px solid {color:borders};
  398. color:{color:sidebar link hover};
  399. font-style:italic;
  400. letter-spacing:0px;
  401. background:{color:sidebar nav hover};
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. }
  406.  
  407. #pagination {
  408. margin-left: 5px;
  409. margin-top: -7px;
  410. font-size:10px;
  411. text-align:center;}
  412.  
  413. #pagination a {
  414. color: {color:link};
  415. }
  416.  
  417. #entries {
  418. font-size:10px;
  419. margin-left: 350px;
  420. margin-top:100px;
  421. float: right;
  422. text-align: justify;
  423. }
  424.  
  425. #entrybg {
  426. padding:2px;
  427. background-image:url('{image:Sidebar BG}');
  428. border:1px solid {color:Border};
  429. }
  430.  
  431. #post {
  432. border:1px {color:borders} solid;
  433. background-color:{color:Entries};
  434. font-size:10px;
  435. padding: 10px;
  436. width: 500px;
  437. color:{color:Text};
  438. text-align: justify;
  439. overflow:hidden;
  440. }
  441.  
  442. #infobar {
  443. color:{color:Text};
  444. font-size:9px;
  445. text-transform:lowercase;
  446. width: 526px;
  447. margin-bottom:40px;
  448. margin-top: -1px;
  449. background-color: {color:entries};
  450. text-align: center;
  451. padding-top: 5px;
  452. padding-bottom: 5px;
  453. border:1px {color:borders} solid;
  454. }
  455.  
  456. #tags{
  457. font-size: 9px;
  458. margin-top: 2px;
  459. text-transform: lowercase;
  460. background-color: {color:entries};
  461. text-align: left;
  462. }
  463.  
  464.  
  465. .user_1 .label {
  466. color:{color:link};
  467. text-transform:uppercase;
  468. font-weight:bold}
  469.  
  470. .user_2 .label {
  471. color:{color:title};
  472. text-transform:uppercase;
  473. font-weight:bold}
  474.  
  475. .user_3 .label {
  476. color:{color:link};
  477. text-transform:uppercase;
  478. font-weight:bold}
  479.  
  480. .user_4 .label {
  481. color:{color:title};
  482. text-transform:uppercase;
  483. font-weight:bold}
  484.  
  485. .user_5 .label {
  486. color:{color:link};
  487. text-transform:uppercase;
  488. font-weight:bold}
  489.  
  490. .user_6 .label {
  491. color:{color:title};
  492. text-transform:uppercase;
  493. font-weight:bold}
  494.  
  495. .user_7 .label {
  496. color:{color:link};
  497. text-transform:uppercase;
  498. font-weight:bold}
  499.  
  500. .user_8 .label {
  501. color:{color:title};
  502. text-transform:uppercase;
  503. font-weight:bold}
  504.  
  505. .user_9 .label {
  506. color:{color:link};
  507. text-transform:uppercase;
  508. font-weight:bold}
  509.  
  510. .user_10 .label {
  511. color:{color:title};
  512. text-transform:uppercase;
  513. font-weight:bold}
  514.  
  515. ul.chat, .chat ol, .chat li {
  516. list-style:none;
  517. margin:0px 0px 5px 0px;
  518. padding:0px; 0px 0px 0px}
  519.  
  520. small {
  521. font-size: 9px;
  522. }
  523.  
  524. b, strong {
  525. color:{color:title}
  526. }
  527.  
  528. i, em {
  529. color:{color:text}
  530. }
  531.  
  532. p {
  533. margin-top:5px;
  534. margin-bottom:5px
  535. }
  536.  
  537. blockquote {
  538. border-left:2px solid {color:text};
  539. padding-left:5px;
  540. margin:0px 2px 0px 10px
  541. }
  542.  
  543. ol.notes {
  544. color: #ffffff;
  545. margin-top:-25px;
  546. margin-left:-20px;
  547. width:500px;
  548. list-style-type:none;
  549. }
  550.  
  551. ol.notes li.note {
  552. color: #ffffff;
  553. padding-top: 0px;
  554. }
  555.  
  556. ol.notes li.note img.avatar {
  557. vertical-align:1px;
  558. margin-right:10px;
  559. width:16px;
  560. height:16px;
  561. }
  562.  
  563. ol.notes li.note span.action {
  564. font-weight:normal;
  565. }
  566.  
  567. ol.notes li.note .answer_content {
  568. font-weight:normal;
  569. }
  570.  
  571. ol.notes li.note blockquote {
  572. padding:0px 6px 0px 6px;
  573. margin:5px 5px 5px 5px;
  574. }
  575.  
  576. #audio {
  577. border-radius:100%;
  578. width:100%;
  579. height:100px;
  580. margin-bottom:10px}
  581.  
  582. .albumart {
  583.  
  584. padding: 2px;
  585. border: 1px #f1f1f1 solid;
  586. float:left;
  587. width:100px;
  588. height:100px}
  589.  
  590. .player {
  591. margin-left:2px;
  592. margin-top:2px;
  593. padding:11px;
  594. display:block;
  595. height:80px;
  596. width:80px;
  597. overflow:hidden;
  598. position:absolute;
  599. opacity:0.3;
  600. background:#fff;
  601. -webkit-transition:all 0.4s ease-in-out;
  602. -moz-transition:all 0.4s ease-in-out;
  603. -o-transition:all 0.4s ease-in-out;
  604. -ms-transition: all 0.4s ease-in-out;
  605. transition:all 0.5s ease-in-out}
  606.  
  607. .player:hover {
  608. opacity:0.5;
  609. -webkit-transition:all 0.4s ease-in-out;
  610. -moz-transition:all 0.4s ease-in-out;
  611. -o-transition:all 0.4s ease-in-out;
  612. -ms-transition: all 0.4s ease-in-out;
  613. transition:all 0.5s ease-in-out}
  614.  
  615. .audioplayer {
  616. width:24px;
  617. height:24px;
  618. margin:28px 0 0 28px;
  619. overflow:hidden}
  620.  
  621. .audioinfo {
  622. margin-left:105px;
  623. height:54px;
  624. line-height:150%;
  625. font:10px georgia;
  626. color:{color:text};
  627. padding:26px 5px 24px 10px;
  628. text-align:left}
  629.  
  630. .tracktitle {
  631. color:{color:title};
  632. margin-bottom:-10px;
  633. text-transform: uppercase;
  634. font-size: 10px;
  635. }
  636.  
  637. #asks {
  638. text-align:justify;
  639. line-height:120%;
  640. color:{color:text};
  641. padding:5px;
  642. padding-bottom:10px;
  643. padding-top:5px;
  644. }
  645.  
  646.  
  647. #asker img {
  648. margin-left:-2px;
  649. margin-bottom:-15px;
  650. border-radius:50px;
  651. padding:5px;
  652. padding-bottom:5px;
  653. }
  654.  
  655. #ans {
  656. text-align:left;
  657. padding:0px;
  658. color:{color:text};
  659. }
  660.  
  661. #cred a {
  662. text-align: center;
  663. text-transform: lowercase;
  664. background-color:{color:Background};
  665. position:fixed;
  666. letter-spacing: 1px;
  667. font:10px georgia;
  668. color:#fefefe;
  669. height: 16px;
  670. width: 38px;
  671. line-height: 17px;
  672. bottom:20px;
  673. right:20px
  674. }
  675.  
  676. #cred a:hover {
  677. color:{color:Link}
  678. }
  679.  
  680.  
  681.  
  682.  
  683. </style>
  684. <style type="text/css">{CustomCSS}</style>
  685. </head>
  686.  
  687. <body>
  688. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  689.  
  690. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  691.  
  692. <script>
  693.  
  694. (function($){
  695.  
  696. $(document).ready(function(){
  697.  
  698. $("a[title]").style_my_tooltips({
  699.  
  700. tip_follows_cursor:true,
  701.  
  702. tip_delay_time:10,
  703.  
  704. tip_fade_speed:60,
  705.  
  706. attribute:"title"
  707.  
  708. });
  709.  
  710. });
  711.  
  712. })(jQuery);
  713.  
  714. </script>
  715.  
  716.  
  717. <div id="backbar">
  718. <div id="topbar">
  719. <div id="title1">{text:main title}</div>
  720. <div id="title2">{text:sub title}</div></div>
  721.  
  722.  
  723. <div id="sidebarimg"></div>
  724. <div id="sidebar">
  725.  
  726. <div id="description"><div style="overflow:auto; padding-right:5px; width: 205px; height: 150px; text-align: justify;">{block:Description}{Description}{/block:Description}</div>
  727.  
  728. </div>
  729. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><i>back</i></big></a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}"><big><i>next</i></big></a>{/block:NextPage}{/block:Pagination}</div>
  730. </div>
  731. </div>
  732.  
  733.  
  734. <div id="backbar2"><div id="sidebarimg2"></div>
  735. <div id="topbar2">
  736. <div id="title3">{text:2nd title}</div>
  737. <div id="links">
  738. <a href="/">{text:Link1}</a>
  739. <a href="/ask">{text:Link2}</a>
  740. <a href="{text:Link3 URL}">{text:Link3}</a>
  741. <a href="{text:Link4 URL}">{text:Link4}</a>
  742. <a href="{text:Link5 URL}">{text:Link5}</a>
  743. <a href="{text:Link6 URL}">{text:Link6}</a>
  744. <a href="{text:Link7 URL}">{text:Link7}</a>
  745.  
  746. </div>
  747. </div>
  748. </div>
  749.  
  750.  
  751. <div id="entries">
  752. {block:Posts}
  753. <div id="entrybg">
  754.  
  755. <div id="post">
  756.  
  757. {block:Text}<div id="posttitle">{title}</div>{Body}{/block:Text}
  758.  
  759. {block:Quote}<div id="quotes">“{Quote}” </div>
  760. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  761.  
  762. {block:Link}<a href="{URL}" class="link" {Target}> <div id="quotes">{Name}</div></a>
  763. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  764.  
  765. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  766. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  767.  
  768. {block:Chat}
  769. <ul class="chat">
  770. {block:title}<div id="quotes">{Title}</div>{/block:title}
  771.  
  772. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  773. {/block:Chat}
  774.  
  775. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  776.  
  777. {block:Audio}
  778. <div id="audio">
  779. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  780. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  781. <div class="audioinfo">
  782. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}</div><br>
  783. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist} {block:Album}<br>
  784. <b>ALBUM:</b> {Album}{/block:Album}<br>
  785. <b>PLAYED:</b> {FormattedPlayCount} times</div></div>
  786. {block:Caption}{Caption}{/block:Caption}
  787. {/block:Audio}
  788.  
  789. {block:Answer}<div id="ask" style="border: 3px {color:Borders} double"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:35px; width:35px; float:center; margin-top:0px;"><big><i><big><big>{Asker} asked:</big></big></big></i><br><center>{Question}</center><br></div></div><div id="ans">{Answer}</div>{/block:answer}
  790.  
  791. </div> </div>
  792.  
  793.  
  794. {block:Date}<div id="infobar">
  795. posted <a href="{Permalink}">{TimeAgo}</a>
  796. {block:NoteCount}♡ {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} ♡ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom} ♡ <a href="{ReblogURL}" target="_blank">reblog</a><br>
  797. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:Date}
  798.  
  799. {/block:Posts}
  800.  
  801. {block:PostNotes}{PostNotes}{/block:PostNotes}
  802.  
  803.  
  804.  
  805. </div>
  806.  
  807. <!-- PLEASE DON'T REMOVE THIS -->
  808. <div id="cred"><a href="http://clairesrps.tumblr.com">♡</a></div>
  809. <!-- PLEASE DON'T REMOVE THIS -->
  810.  
  811. </body>
  812. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement