Advertisement
Themes_Mandrakescry

Theme 41

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