Advertisement
Themes_Mandrakescry

Theme 33

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