Advertisement
Themes_Mandrakescry

Theme 42

Jul 11th, 2014
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 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. <html>
  12. <head>
  13.  
  14. <title>Customize | Tumblr</title>
  15. <link rel="shortcut icon" href="http://www.narrativedisorder.com/wp-content/uploads/2014/03/tumblr.jpg">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21.  
  22. <meta name="color:Background" content="#ffffff" />
  23. <meta name="color:Posts" content="#f6f6f6" />
  24. <meta name="color:Border" content="#dadada" />
  25. <meta name="color:Link" content="#32506c" />
  26. <meta name="color:Text" content="#808080"/>
  27. <meta name="color:Title" content="#808080"/>
  28. <meta name="color:Bold" content="#294f73"/>
  29. <meta name="color:Italic" content="#000000"/>
  30. <meta name="color:Underline" content="#294f73"/>
  31. <meta name="color:Ask background" content="#e9e9e9"/>
  32.  
  33. <meta name="if:Loading" content="1" />
  34.  
  35.  
  36. <meta name="text:link 01" content="link 1" />
  37. <meta name="text:link 01 url" content="/" />
  38. <meta name="text:link 02" content="link 2" />
  39. <meta name="text:link 02 url" content="/" />
  40. <meta name="text:link 03" content="link 3" />
  41. <meta name="text:link 03 url" content="/" />
  42. <meta name="text:link 04" content="link 4" />
  43. <meta name="text:link 04 url" content="/" />
  44. <meta name="text:link 05" content="link 5" />
  45. <meta name="text:link 05 url" content="/" />
  46.  
  47.  
  48. <script type="text/javascript"
  49. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  50. <script>
  51. $(document).ready(function() {
  52. //
  53. $('a.poplight[href^=#]').click(function() {
  54. var popID = $(this).attr('rel'); //Get Popup Name
  55. var popURL = $(this).attr('href'); //Get Popup href to define size
  56. var query= popURL.split('?');
  57. var dim= query[1].split('&');
  58. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  59. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/c5gdi2k/6M2n8j09p/close_button.png" class="btn_close" title="" alt="" /></a>');
  60. var popMargTop = ($('#' + popID).height() + 80) / 2;
  61. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  62. //Apply Margin to Popup
  63. $('#' + popID).css({
  64. 'margin-top' : -popMargTop,
  65. 'margin-left' : -popMargLeft
  66. });
  67. $('body').append('<div id="fade"></div>');
  68. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  69. return false;
  70. });
  71. $('a.close, #fade').live('click', function() {
  72. $('#fade , .popup_block').fadeOut(function() {
  73. $('#fade, a.close').remove(); //fade them both out
  74. });
  75. return false;
  76. });
  77. });
  78. </script>
  79.  
  80. <script type="text/javascript"
  81. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  82.  
  83. $("div").click(function(){
  84. var z = parseInt($(this).css("z-index"));
  85. z += 10;
  86. $(this).css("z-index", z);
  87. })
  88. </script>
  89.  
  90.  
  91.  
  92. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  93.  
  94. <script type="text/javascript">
  95. $(window).load(function() { $("#loading").delay(4000).fadeOut("slow");
  96. })
  97. </script>
  98.  
  99.  
  100. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  101. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  102. <script>
  103. (function($){
  104. $(document).ready(function(){
  105. $("a[title]").style_my_tooltips({
  106. tip_follows_cursor:true,
  107. tip_delay_time:90,
  108. tip_fade_speed:600,
  109. attribute:"title"
  110. });
  111. });
  112. })(jQuery);
  113. </script>
  114.  
  115.  
  116. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  117.  
  118.  
  119. <style type="text/css">
  120.  
  121. #loading {
  122. position: fixed;
  123. left: 0px;
  124. top: 0px;
  125. width: 100%;
  126. height: 100%;
  127. z-index: 9999;
  128. background: url(http://static.tumblr.com/c5gdi2k/yxan8j3f7/text12.gif) 50% 50% no-repeat #34526f;
  129. background-size:80px;
  130. }
  131.  
  132. #s-m-t-tooltip{
  133. max-width:250px;
  134. z-index:999999;
  135. margin-top:-20px;
  136. margin-left:auto;
  137. padding-left:2px;
  138. padding-right:2px;
  139. padding:3px;
  140. letter-spacing:1px;
  141. text-transform:uppercase;
  142. background:{color:sidebar background};
  143. color:{color:background};
  144. font-family:trebuchet ms;
  145. font-size:8px;
  146. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  147.  
  148.  
  149. ::selection {
  150. background:{color:Text hover};
  151. }
  152. ::-moz-selection {
  153. background:{color:Text hover};
  154. }
  155. ::-webkit-selection {
  156. background:{color:Text hover};
  157. }
  158.  
  159.  
  160.  
  161. body {
  162. font-family:Cambria;
  163. font-size: 11px;
  164. line-height: 100%;
  165. text-align: justify;
  166. color: {color:text};
  167. background-color: {color:Background};
  168. background-image: url('http://static.tumblr.com/c5gdi2k/3n9n8j4a2/kgjhk.png');
  169. background-attachment: fixed;
  170. background-position: left top;
  171. background-repeat: no-repeat;
  172. }
  173.  
  174.  
  175. a:link, a:active, a:visited{
  176. color: {color:Link};
  177. text-decoration:none;
  178. transition: all 0.5s ease-out;
  179. -o-transition-transition: all 0.5s ease-out;
  180. -webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;
  182. }
  183. a:hover{
  184. color: {color:Link Hover};
  185. }
  186.  
  187. h1 {
  188. font-weight:normal;
  189. font-size:12px;
  190. text-align:justify;
  191. font-style:bold;
  192. line-height:100%;
  193. letter-spacing:1px;
  194. text-transform:uppercase;
  195. color:{color:title};
  196. }
  197.  
  198. h2 {
  199. font-size:14px;
  200. text-align:center;
  201. line-height:120%;
  202. letter-spacing:0px;
  203. color:{color:title};
  204. font-weight:normal;
  205. font-style:bold;
  206. padding:8px;
  207. margin-top:-3px;
  208. padding-bottom:2px;
  209. font-family: arial;
  210. }
  211.  
  212. h3 {
  213. font-family:arial;
  214. border-left:3px solid #999;
  215. padding:8px;
  216. font-size:10px;
  217. text-transform:none;
  218. font-weight:normal;
  219. }
  220.  
  221. b, strong {
  222. color:{color:bold};
  223. }
  224.  
  225. i, em {
  226. color:{color:italic};
  227. }
  228.  
  229. u {
  230. color:{color:underline};
  231. }
  232.  
  233. #container {
  234. margin:auto;
  235. width:700px;
  236. }
  237.  
  238. #entry {
  239. width:500px;
  240. margin-left:400px;
  241. margin-top:55px;
  242. margin-bottom:55px;
  243. padding:10px;
  244. background:transparent;
  245. background:{color:posts};
  246. border:1px dotted {color:border};
  247. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  248. }
  249.  
  250. #entry .permalink{
  251. width:100px;
  252. position:absolute;
  253. font-size:10px;
  254. font-family:calibri;
  255. text-transform:justify;
  256. margin-left:517px;
  257. margin-top:-15px;
  258. padding-left:4px;
  259. opacity:0.7;
  260. -webkit-transition: all 0.3s linear;
  261. -moz-transition: all 0.3s linear;
  262. transition: all 0.3s linear;
  263. }
  264.  
  265.  
  266. #permalink{
  267. width:300px;
  268. margin-left:50px;
  269. position:relative;
  270. margin-top:9px;
  271. padding-top:7px;
  272. font-size:10px;
  273. font-family:calibri;
  274. letter-spacing:1px;
  275. text-align:center;
  276. text-transform:justify;
  277. border-top:1px dotted {color:Border};
  278. opacity:0.7;
  279. }
  280.  
  281. #permalink a{
  282. color:{color:tags};
  283. }
  284.  
  285. #permalink a:hover{
  286. color:{color:linkshover};
  287. }
  288.  
  289. blockquote{
  290. padding:0px 0px 2px 5px;
  291. margin-left:3px;
  292. border-left: 2px solid {color:Border};}
  293. blockquote p, ul{margin:0px; padding:0px;
  294. }
  295.  
  296. .chat .line{
  297. padding: 2px;
  298. }
  299.  
  300. .label {font-weight:bold; color:{color:text}}
  301.  
  302. a img{border: 0px;}
  303.  
  304. .p { padding-top: 5px; }
  305. .ol, ul { margin-left: 10px; padding: 5px; }
  306. .ul { list-style-type: square; }
  307.  
  308. .cover {position: absolute; z-index: 1; width:65px;}
  309.  
  310. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  311.  
  312. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  313.  
  314. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  315. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  316. -moz-border-radius: 45px;
  317. border-radius: 45px;}
  318.  
  319. .playbox:hover {opacity:.8;}
  320.  
  321. .title{
  322. width:
  323. position:absolute;
  324. line-height:14px;
  325. margin-left:65px;
  326. padding:4px;
  327. z-index: 1000;
  328. text-transform:uppercase;
  329. }
  330.  
  331. .artist{
  332. width:
  333. position:absolute;
  334. line-height:14px;
  335. margin-left:65px;
  336. padding:5px;
  337. z-index: 1000;
  338. text-transform:uppercase;
  339. }
  340.  
  341. .video embed, .post div.video object {width:250px; height:187px}
  342.  
  343. .notes img{width:10px; position:left; top:3px;}
  344.  
  345.  
  346. @font-face {
  347. font-family: "04b03";
  348. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf');
  349. format("truetype");
  350. }
  351.  
  352. .caption {
  353. width:500px;
  354. text-align:justify;
  355. line-height:120%;
  356. }
  357.  
  358. .question {
  359. padding:10px;
  360. text-align:justify;
  361. font-style:italic;
  362. background-color:{color:Ask Background};
  363. color:{color:links};
  364. }
  365.  
  366. .asker {
  367. font-size:8px;
  368. font-weight:bold;
  369. text-transform:uppercase;
  370. text-align:right;
  371. margin-right:10px;
  372. margin-top:-2px;
  373. font-family:calibri;
  374. }
  375.  
  376. .roda {
  377. -webkit-border-radius: 50px;
  378. -moz-border-radius: 50px;
  379. border-radius: 50px;
  380. -webkit-transition-duration: 0.8s;
  381. width:60px;
  382. }
  383.  
  384. .roda:hover {
  385. -webkit-transform: rotate(360deg);
  386. }
  387.  
  388.  
  389. div#qTip {
  390. margin-top:-30px;
  391. margin-left:auto;
  392. display:none;
  393. text-align:left;
  394. position:absolute;
  395. letter-spacing:1px;
  396. text-transform:uppercase;
  397. font-family:calibri;
  398. font-size:8px;
  399. font-weight:bold;
  400. z-index:99;
  401. padding:1px 3px;
  402. line-height:13px;
  403. color:{color:navi links text};
  404. background:{color:navi links bg};
  405. }
  406.  
  407.  
  408. #sidebar {
  409. margin-top:10px;
  410. }
  411.  
  412. #nav1{
  413. position:fixed;
  414. margin-top:-39px;
  415. margin-left:4px;
  416. font-family:arial;
  417. overflow:auto;
  418. font-size:12px;
  419. width:238px;
  420. height:13px;
  421. letter-spacing:0.8px;
  422. text-align:left;
  423. -webkit-transition: all .6s ease-in-out;
  424. -moz-transition: all .6s ease-in-out;
  425. -o-transition: all .6s ease-in-out;
  426. -ms-transition: all .6s ease-in-out;
  427. transition: all .6s ease-in-out;
  428. }
  429.  
  430. #nav1 a{
  431. color:#fff;
  432. opacity:0.8;
  433. -webkit-transition: all .6s ease-in-out;
  434. -moz-transition: all .6s ease-in-out;
  435. -o-transition: all .6s ease-in-out;
  436. -ms-transition: all .6s ease-in-out;
  437. transition: all .6s ease-in-out;
  438. }
  439.  
  440.  
  441. #nav1 a:hover{
  442. color:#fff;
  443. opacity:0.4;
  444. -webkit-transition: all .6s ease-in-out;
  445. -moz-transition: all .6s ease-in-out;
  446. -o-transition: all .6s ease-in-out;
  447. -ms-transition: all .6s ease-in-out;
  448. transition: all .6s ease-in-out;
  449. }
  450.  
  451. #nav2{
  452. position:fixed;
  453. margin-top:-39px;
  454. margin-left:233px;
  455. font-family:arial;
  456. overflow:auto;
  457. font-size:12px;
  458. width:238px;
  459. height:13px;
  460. letter-spacing:0.8px;
  461. text-align:left;
  462. -webkit-transition: all .6s ease-in-out;
  463. -moz-transition: all .6s ease-in-out;
  464. -o-transition: all .6s ease-in-out;
  465. -ms-transition: all .6s ease-in-out;
  466. transition: all .6s ease-in-out;
  467. }
  468.  
  469. #nav2 a{
  470. color:#fff;
  471. opacity:0.8;
  472. -webkit-transition: all .6s ease-in-out;
  473. -moz-transition: all .6s ease-in-out;
  474. -o-transition: all .6s ease-in-out;
  475. -ms-transition: all .6s ease-in-out;
  476. transition: all .6s ease-in-out;
  477. }
  478.  
  479.  
  480. #nav2 a:hover{
  481. color:#fff;
  482. opacity:0.4;
  483. -webkit-transition: all .6s ease-in-out;
  484. -moz-transition: all .6s ease-in-out;
  485. -o-transition: all .6s ease-in-out;
  486. -ms-transition: all .6s ease-in-out;
  487. transition: all .6s ease-in-out;
  488. }
  489.  
  490. #title{
  491. position:fixed;
  492. margin-top:195px;
  493. opacity:0.8;
  494. margin-left:10px;
  495. font-family:arial;
  496. overflow:auto;
  497. font-size:15px;
  498. width:238px;
  499. height:13px;
  500. padding:11px;
  501. text-align:left;
  502. color:#000;
  503. -webkit-transition: all .6s ease-in-out;
  504. -moz-transition: all .6s ease-in-out;
  505. -o-transition: all .6s ease-in-out;
  506. -ms-transition: all .6s ease-in-out;
  507. transition: all .6s ease-in-out;
  508. }
  509.  
  510.  
  511.  
  512.  
  513. #desc {
  514. position:fixed;
  515. margin-top:265px;
  516. margin-left:15px;
  517. font-family:arial;
  518. overflow:auto;
  519. opacity:0.8;
  520. line-height:130%;
  521. font-size:15px;
  522. width:230px;
  523. height:87px;
  524. padding:11px;
  525. text-align:left;
  526. color:#000;
  527. -webkit-transition: all .6s ease-in-out;
  528. -moz-transition: all .6s ease-in-out;
  529. -o-transition: all .6s ease-in-out;
  530. -ms-transition: all .6s ease-in-out;
  531. transition: all .6s ease-in-out;
  532. }
  533.  
  534. .desc a {
  535. color:{color:text};
  536. -moz-transition-duration:0.6s;
  537. -webkit-transition-duration:0.6s;
  538. -o-transition-duration:0.6s;
  539. }
  540.  
  541. .pagi {
  542. position:fixed;
  543. width:70px;
  544. text-align:center;
  545. margin-top:40px;
  546. margin-left:105px;
  547. font-family:arial;
  548. font-size:12px;
  549. padding:3px;
  550. text-transform:capitalize;
  551. font-style:normal;
  552. color:#999999;
  553. z-index:100;}
  554.  
  555.  
  556. .pagi a {
  557. color:#999999;
  558. }
  559.  
  560.  
  561. #prongs {
  562. margin-top:110px;
  563. margin-left:40px;
  564. width:385px;
  565. }
  566.  
  567. #prongs a {
  568. width: 180px;
  569. height:12px;
  570. font-family: arial;
  571. font-size: 11px;
  572. letter-spacing:2px;
  573. line-height: 36px;
  574. display: inline-table;
  575. text-align: center;
  576. background-color: #7cb15b;
  577. color: #fff;
  578. margin-right: 0px;
  579. margin-bottom:3px;
  580. padding: 5px;
  581. border-radius:3px;
  582. }
  583.  
  584. #prongs a:hover {
  585. color:#fff;
  586. opacity:0.4;
  587. -webkit-transition: all 0.5s ease-out;
  588. -moz-transition: all 0.5s ease-out;
  589. transition: all 0.5s ease-out;
  590. }
  591.  
  592.  
  593.  
  594.  
  595. #fade { /*--Transparent background layer--*/
  596. display: none; /*--hidden by default--*/
  597. background: #000;
  598. position: fixed; left: 0; top: 0;
  599. width: 100%; height: 100%;
  600. opacity: .80;
  601. z-index: 9999;
  602. }
  603. .popup_block{
  604. display: none; /*--hidden by default--*/
  605. background: #f8f8f8;
  606. background-image: url('http://static.tumblr.com/c5gdi2k/3u5n8izj2/yg.png');
  607. height:275px;
  608. padding: 20px;
  609. float: left;
  610. font-size: 1.2em;
  611. position: fixed;
  612. top: 50%; left: 51%;
  613. z-index: 99999;
  614. /*--CSS3 Box Shadows--*/
  615. -webkit-box-shadow: 0px 0px 20px #000;
  616. -moz-box-shadow: 0px 0px 20px #000;
  617. box-shadow: 0px 0px 20px #000;
  618.  
  619. }
  620. img.btn_close {
  621. width:25px;
  622. float: right;
  623. margin: -20px -20px 0 0;
  624. opacity:0.9;
  625. }
  626. /*--Making IE6 Understand Fixed Positioning--*/
  627. *html #fade {
  628. position: absolute;
  629. }
  630. *html .popup_block {
  631. position: absolute;
  632. }
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639. #credit{
  640. width:20px;
  641. position:fixed;
  642. bottom:10px;
  643. right:10px;
  644. opacity:1;
  645. -webkit-transition: all 0.3s linear;
  646. -moz-transition: all 0.3s linear;
  647. -o-transition: all 0.3s linear;
  648. -ms-transition: all 0.3s linear;
  649. -webkit-filter: grayscale(100%);
  650. -moz-filter: grayscale(100%);
  651. -ms-filter: grayscale(100%);
  652. -o-filter: grayscale(100%);
  653. }
  654.  
  655. #credit:hover{
  656. opacity:0.1;
  657. -webkit-filter: grayscale(0%);
  658. -moz-filter: grayscale(0%);
  659. -ms-filter: grayscale(0%);
  660. -o-filter: grayscale(0%);
  661. }
  662.  
  663.  
  664. </style>
  665.  
  666. <body>
  667.  
  668. {block:IfLoading}
  669. <div id="loading"></div>
  670. {/block:IfLoading}
  671.  
  672. <div id="sidebar">
  673. <div id="nav1"><b><a href="/">Home</a></b></div>
  674. <div id="nav2"><b><a href="#?w=460" rel="03" class="poplight">Links</a></b></div>
  675.  
  676. <div id="title">{title}</div>
  677. <div id="desc">
  678. {Description}
  679. </div>
  680.  
  681. {block:Pagination}
  682. <div class="pagi">
  683. {block:PreviousPage}
  684. <a href="{PreviousPage}">back</a>
  685. {/block:PreviousPage}
  686. {block:NextPage}
  687. <a href="{NextPage}">next</a>
  688. {/block:NextPage}
  689. </div>
  690. {/block:Pagination}
  691. </div>
  692.  
  693. {block:Posts}
  694. <div id="entry">
  695. {block:IndexPage}
  696. <div class="permalink">
  697. <br>
  698. <a href="{Permalink}"> <font style="font-size:20px;text-align:center;font-family: 'Peralta', cursive;">{DayofMonth}</font></a><font style="font-size:12px;font-family: 'Poller One', cursive; color:{color:linkshover}">{ShortDayofWeek}</font><br> <font style="letter-spacing:1px;color:{color:blogtitle};">{month} {year}</font>
  699. <br>
  700. {block:RebloggedFrom}
  701. <a href="{ReblogParentURL}"title="via {ReblogParentName}"><img style="padding:1px;background:white;border:3px solid {color:linkshover};"src="{ReblogParentPortraitURL-16}"/></a>
  702. &nbsp;
  703. <a href="{ReblogRootURL}"title="source {ReblogRootName}"><img img style="padding:1px;background:white;border:3px solid {color:linkshover};"src="{ReblogRootPortraitURL-16}" /></a><br>
  704. {/block:RebloggedFrom}
  705.  
  706. <a href="{Permalink}">{NoteCountWithLabel}</a>
  707.  
  708. <div style="opacity:0.5;width:80px;"><font style="color:{color:linkshover};">{block:HasTags}
  709. {block:Tags}<a href="{TagURL}">✖{Tag}</a><br>
  710. {/block:Tags}</font>
  711. {/block:HasTags}
  712. </div></div>
  713. {/block:IndexPage}
  714.  
  715. {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-size:20px;color:{color:Ask Background};">◥</span> {Asker}</div>{Answer}{/block:Answer}
  716.  
  717. {block:Text}
  718. {block:Title}
  719. <div class="posttitle"><h2>{Title}</h2></div>
  720. {/block:Title}
  721. {Body}
  722. {/block:Text}
  723.  
  724.  
  725.  
  726. {block:Link}
  727. <div class="posttitle">
  728. <a href="{URL}"><h2>{Name}</h2></a>
  729. </div>
  730. {block:Description}{Description}{/block:Description}
  731. {/block:Link}
  732.  
  733. {block:Photo}
  734. <center>
  735. {LinkOpenTag}
  736. <div id="pic">
  737. <a href="{permalink}">
  738. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  739. </div>
  740. {LinkCloseTag}
  741. </center>
  742. {block:Caption}{Caption}{/block:Caption}
  743. {block:ContentSource}
  744. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  745. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  746. {/block:SourceLogo}
  747. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  748. {/block:ContentSource}
  749. {block:ReblogParentURL}
  750. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  751. {/block:ReblogParentURL}
  752. {/block:Photo}
  753.  
  754. {block:Photoset}
  755. <center>
  756. <div class="photo">
  757. {Photoset-500}
  758. </div>
  759. </center>
  760. {block:Caption}{Caption}{/block:Caption}
  761. {/block:Photoset}
  762.  
  763.  
  764.  
  765. {block:Quote}
  766. <div class="posttitle"><h2>“{Quote}”</h2></div>
  767. {block:Source}
  768. <i><h1>{Source}</h1></i>
  769. {/block:Source}
  770. {/block:Quote}
  771.  
  772. {block:Chat}
  773. {block:Title}
  774. <div id="posttitle">
  775. {Title}
  776. </div>
  777. {/block:Title}
  778. <div class="chat">
  779. {block:Lines}
  780. <div class="chat">
  781. <div class="line {Alt}">
  782. <div class="{Alt} user_{UserNumber}">
  783. {block:Label}
  784. <b>{Label} </b>
  785. {/block:Label}
  786. {Line}
  787. </div>
  788. </div>
  789. </div>
  790. {/block:Lines}
  791. </div>
  792. {/block:Chat}
  793.  
  794. {block:Audio}
  795. <div class="playbox">
  796. <div class="playbutton">
  797. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  798. </div></div>
  799. {block:AlbumArt}
  800. <img src="{AlbumArtURL}" class="cover">
  801. {/block:AlbumArt}
  802.  
  803. <div class="title">
  804. {block:TrackName}
  805. <b>Title</b>:{TrackName}
  806. {/block:TrackName}
  807. </div>
  808.  
  809. <div class="artist">
  810. {block:Artist}
  811. <b>Artist:</b>{Artist}
  812. {/block:Artist}
  813. </div>
  814.  
  815. <div class="title">
  816. {PlayCountWithLabel}
  817. </div>
  818.  
  819. <br>
  820. {block:Caption}{Caption}{/block:Caption}
  821. {/block:Audio}
  822.  
  823. {block:video}
  824. {VideoEmbed-500}
  825. {block:caption}{caption}{/block:caption}
  826. {/block:video}
  827.  
  828.  
  829. {block:PermalinkPage}
  830. <center>
  831. <div id="permalink">
  832. {block:Date}
  833. {TimeAgo} on
  834. {ShortMonth} {DayofMonth},{Year}
  835. {/block:Date}
  836. {block:NoteCount} · {NoteCountWithLabel}
  837. {/block:NoteCount}
  838. {block:HasTags}<br>
  839. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  840. {/block:Tags}
  841. {/block:HasTags}
  842. <br>
  843. </div>
  844. </center>
  845. {/block:PermalinkPage}
  846.  
  847. {block:PostNotes}
  848. {PostNotes}
  849. {/block:PostNotes}
  850. </div>
  851. {/block:Posts}
  852.  
  853.  
  854. <div id="03" class="popup_block">
  855.  
  856. <div id="prongs">
  857. <b><a href="/ask">ask</a>
  858. {block:IfLink01}<a href="{text:link 01 url}">{text:link 01}</a>{/block:IfLink01}
  859. {block:IfLink02}<a href="{text:link 02 url}">{text:link 02}</a>{/block:IfLink02}
  860. {block:IfLink03}<a href="{text:link 03 url}">{text:link 03}</a>{/block:IfLink03}
  861. {block:IfLink04}<a href="{text:link 04 url}">{text:link 04}</a>{/block:IfLink04}
  862. {block:IfLink05}<a href="{text:link 05 url}">{text:link 05}</a>{/block:IfLink05}</b>
  863. </div>
  864. </div>
  865.  
  866.  
  867. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit" ></a>
  868.  
  869. </body>
  870. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement