Advertisement
Themes_Mandrakescry

Theme 45

Aug 30th, 2014
2,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.89 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:image1" content="" />
  23. <meta name="image:image2" content="" />
  24.  
  25. <meta name="color:background" content="#fff"/>
  26. <meta name="color:pic border" content="#d8d5d5"/>
  27. <meta name="color:ask background" content="#e9e9e9"/>
  28. <meta name="color:posts" content="#f6f6f6" />
  29. <meta name="color:border" content="#dadada" />
  30. <meta name="color:post" content="#ffffff">
  31. <meta name="color:link" content="#be0a50">
  32. <meta name="color:hover" content="#dadada">
  33. <meta name="color:bold" content="#454545">
  34. <meta name="color:italic" content="#000000"/>
  35. <meta name="color:underline" content="#bc9696"/>
  36. <meta name="color:hover links" content="#222222">
  37. <meta name="color:chat" content="#f3f3f3">
  38. <meta name="color:info" content="#504f4f">
  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="#be0a50"/>
  43. <meta name="color:nav" content="#be0a50"/>
  44. <meta name="color:nav hover" content="#fff"/>
  45. <meta name="color:nav link" content="#fff"/>
  46.  
  47. <meta name="text:link 1" content="link 1" />
  48. <meta name="text:link 1 url" content="/" />
  49. <meta name="text:link 2" content="link 2" />
  50. <meta name="text:link 2 url" content="/" />
  51. <meta name="text:link 3" content="link 3" />
  52. <meta name="text:link 3 url" content="/" />
  53. <meta name="text:link 4" content="link 4" />
  54. <meta name="text:link 4 url" content="/" />
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  58.  
  59.  
  60. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style></div>
  61.  
  62. <script type="text/javascript"
  63. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64. <script>
  65. $(document).ready(function() {
  66. //
  67. $('a.poplight[href^=#]').click(function() {
  68. var popID = $(this).attr('rel'); //Get Popup Name
  69. var popURL = $(this).attr('href'); //Get Popup href to define size
  70. var query= popURL.split('?');
  71. var dim= query[1].split('&');
  72. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  73. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/xkrznpq/zb3n8n5ip/x.png" class="btn_close" alt="Close" /></a>');
  74. var popMargTop = ($('#' + popID).height() + 80) / 2;
  75. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  76. //Apply Margin to Popup
  77. $('#' + popID).css({
  78. 'margin-top' : -popMargTop,
  79. 'margin-left' : -popMargLeft
  80. });
  81. $('body').append('<div id="fade"></div>');
  82. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  83. return false;
  84. });
  85. $('a.close, #fade').live('click', function() {
  86. $('#fade , .popup_block').fadeOut(function() {
  87. $('#fade, a.close').remove(); //fade them both out
  88. });
  89. return false;
  90. });
  91. });
  92. </script>
  93.  
  94.  
  95. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  96. <script>
  97. (function($){
  98. $(document).ready(function(){
  99. $("[title]").style_my_tooltips();
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104. <script type="text/javascript"
  105. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  106.  
  107.  
  108. <style type="text/css">
  109.  
  110. #s-m-t-tooltip{
  111. max-width:250px;
  112. z-index:100000;
  113. margin-top:-25px;
  114. padding:2px 2px;
  115. text-transform:uppercase;
  116. font-family:trebuchet ms;
  117. font-size:8px;
  118. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  119. border:1px solid {color:border};
  120. background:{color:posts};
  121. color:{color:linkshover};
  122. }
  123.  
  124.  
  125. ::selection {
  126. background:{color:Text hover};
  127. }
  128. ::-moz-selection {
  129. background:{color:Text hover};
  130. }
  131. ::-webkit-selection {
  132. background:{color:Text hover};
  133. }
  134.  
  135.  
  136.  
  137. body {
  138. font-family:Cambria;
  139. font-size: 11px;
  140. line-height: 100%;
  141. text-align: justify;
  142. color: {color:Font};
  143. background-color: {color:Background};
  144. background-image: url('{image:Background}');
  145. background-attachment: fixed;
  146. background-position: left top;
  147. background-repeat: repeat; }
  148.  
  149. a {
  150. color:{color:link};
  151. text-decoration:none;
  152. -moz-transition-duration:0.5s;
  153. -webkit-transition-duration:0.5s;
  154. -o-transition-duration:0.5s;
  155. }
  156.  
  157. a:hover {
  158. color:{color:hover};
  159. text-decoration:none;
  160. -moz-transition-duration:0.5s;
  161. -webkit-transition-duration:0.5s;
  162. -o-transition-duration:0.5s;
  163. }
  164.  
  165.  
  166. b, strong {
  167. color:{color:bold};
  168. }
  169.  
  170. i, em {
  171. color:{color:italic};
  172. }
  173.  
  174. u {
  175. color:{color:underline};
  176. }
  177.  
  178. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:background};}
  179. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  180. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  181.  
  182.  
  183.  
  184. #qTip {
  185. font-family:trebuchet ms;
  186. display: none;
  187. text-align:left;
  188. position:absolute;
  189. letter-spacing:1px;
  190. text-transform:uppercase;
  191. font-weight:normal;
  192. z-index:99;
  193. font-size:7px;
  194. padding:1px 4px;
  195. line-height:13px;
  196. color:#828282;
  197. background:#ffffff;
  198. border: 1px solid #e8e8e8;
  199. border-radius:2px;
  200. }
  201.  
  202.  
  203. h1 {
  204. font-weight:normal;
  205. font-size:10px;
  206. text-align:center;
  207. font-style:normal;
  208. line-height:100%;
  209. letter-spacing:1px;
  210. text-transform:uppercase;
  211. color:{color:text};
  212. }
  213.  
  214. h2 {
  215. font-size:18px;
  216. text-align:center;
  217. line-height:110%;
  218. letter-spacing:0px;
  219. color:{color:text};
  220. font-weight:normal;
  221. padding-bottom:10px;
  222. }
  223.  
  224. h3 {
  225. font-family:trebuchet ms;
  226. border-left:3px solid #999;
  227. padding:8px;
  228. font-size:10px;
  229. text-transform:none;
  230. font-weight:normal;
  231. }
  232.  
  233.  
  234. blockquote {
  235. font-family:trebuchet ms;
  236. border-left:2px solid #e6cec8;
  237. padding-left:5px;
  238. margin:5px;
  239. color:{color:text};
  240. }
  241.  
  242.  
  243. #container {
  244. float:left;
  245. margin-left:530px;
  246. margin-top:35px;
  247. text-align:justify;
  248. color:{color:text};
  249. margin-bottom: 35px;
  250. }
  251.  
  252.  
  253. #post {
  254. width:500px;
  255. margin-top:15px;
  256. text-align:justify;
  257. padding:10px;
  258. margin-bottom:20px;
  259. font-size:11px;
  260. line-height:100%;
  261. letter-spacing:0px;
  262. color:{color:text};
  263. background:{color:posts};
  264. border:1px dotted {color:border};
  265. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  266. }
  267.  
  268.  
  269.  
  270. #post:hover .musicplayer{
  271. opacity:1;
  272. -webkit-transition: all 0.7s ease-in-out;
  273. -moz-transition: all 0.7s ease-in-out;
  274. -o-transition: all 0.7s ease-in-out;
  275. }
  276.  
  277.  
  278. .caption {
  279. width:500px;
  280. text-align:justify;
  281. line-height:120%;
  282. }
  283.  
  284. .question {
  285. padding:10px;
  286. text-align:justify;
  287. font-style:italic;
  288. background-color:{color:ask};
  289. }
  290.  
  291. .asker {
  292. font-size:8px;
  293. font-weight:bold;
  294. text-transform:uppercase;
  295. text-align:right;
  296. margin-right:10px;
  297. margin-top:-2px;
  298. font-family:calibri;
  299. }
  300.  
  301. .musicplayer{
  302. background-color:#fff;
  303. padding: 38px 38px 35px 35px;
  304. position:absolute;
  305. opacity:0;
  306. filter:alpha(opacity=70);
  307. width:27px;
  308. height:27px;
  309. overflow:hidden;
  310. position:absolute;
  311. z-index:2;
  312. -webkit-transition: all 0.7s ease-in-out;
  313. -moz-transition: all 0.7s ease-in-out;
  314. -o-transition: all 0.7s ease-in-out;
  315. }
  316.  
  317.  
  318. .audio{
  319. position:absolute;
  320. width:40px;
  321. height:40px;
  322. }
  323.  
  324. .audioimg{
  325. width:100px;
  326. height:100px;
  327. position:absolute;
  328. }
  329.  
  330. .audioimg img{
  331. float:left;
  332. opacity:1;
  333. width:100px;
  334. }
  335.  
  336. .audioinfo{
  337. font-size:13px;
  338. font-style:italic;
  339. font-family:'playfair display';
  340. color:#9a9a9a;
  341. margin-bottom: 1px;
  342. margin-left:101px;
  343. height:65px;
  344. display:block;
  345. width:399px;
  346. text-align:center;
  347. background-color:#fafafa;
  348. padding-top:35px;
  349. }
  350.  
  351. .note {
  352. text-transform:uppercase;
  353. font-style:normal;
  354. letter-spacing:0px;
  355. font-size: 9px;
  356. text-align:left;
  357. line-height:40%;
  358. }
  359.  
  360. .note li {
  361. list-style-type:none;
  362. font-size:7px;
  363. border-bottom:1px solid {color:info};
  364. padding:5px 5px 5px 5px;
  365. text-align:left;
  366. margin:0px;
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;
  370.  
  371. }
  372.  
  373.  
  374.  
  375. .tag {
  376. font-style:normal;
  377. width:500px;
  378. color:{color:tags};
  379. text-transform:uppercase;
  380. font-style:normal;
  381. letter-spacing:1px;
  382. font-size:7px;
  383. line-height:100%;
  384. text-align:center;
  385. margin-top:2px;
  386. padding:1px;
  387. -moz-transition-duration:0.5s;
  388. -webkit-transition-duration:0.5s;
  389. -o-transition-duration:0.5s;
  390. }
  391.  
  392. .tag a{
  393. display:inline;
  394. color:{color:info};
  395. padding:-3px;
  396. text-align:center;}
  397.  
  398. .tag a:hover {
  399. color:{color:links};
  400. }
  401.  
  402.  
  403.  
  404. .bottomline {
  405. margin-top:10px;
  406. padding:5px;
  407. border-top:1px solid {color:border};
  408. margin-bottom:-10px;
  409. width:350px;
  410. margin-left:75px;
  411. }
  412.  
  413. .date {
  414. text-transform:none;
  415. font-family:trebuchet ms;
  416. font-size:10px;
  417. text-align:center;
  418. }
  419.  
  420. .box, .box a {
  421. font-family:trebuchet ms;
  422. text-transform:uppercase;
  423. font-size:7px;
  424. margin-bottom:-9px;
  425. text-align:center;
  426. color:{color:info};
  427. }
  428.  
  429.  
  430. .chat {
  431. font-size:8px;
  432. line-height:12px;
  433. text-transform:uppercase;
  434. list-style:none
  435. font-family:calibri;
  436. }
  437. .chat ul {
  438. line-height:15px;
  439. list-style:none;
  440. padding:0px;
  441. line-height:20px;
  442. }
  443. .person1 {
  444. background-color:{color:chat};
  445. padding-left:6px;
  446. padding-right:6px;
  447. font-family:calibri;
  448. }
  449. .person1 .label {
  450. font-weight:bold;
  451. font-family:calibri;
  452. }
  453. .person2 {
  454. background-color:{color:entries};
  455. padding-left:6px;
  456. padding-right:6px;
  457. font-family:calibri;}
  458. .person2 .label {
  459. font-weight:bold;
  460. font-family:calibri;
  461. }
  462. .person3 {
  463. background-color:{color:chat};
  464. padding-left:6px;
  465. padding-right:6px;
  466. font-family:calibri; }
  467. .person3 .label {
  468. font-weight:bold;
  469. font-family:calibri;
  470. }
  471. .person4 {
  472. background-color:{color:entries};
  473. padding-left:6px;
  474. padding-right:6px;
  475. font-family:calibri;
  476. }
  477. .person4 .label {
  478. font-weight:bold;
  479. font-family:calibri;
  480. }
  481. .person5 {
  482. background-color:{color:chat};
  483. padding-left:6px;
  484. padding-right:6px;
  485. font-family:calibri;
  486. }
  487. .person5 .label {
  488. font-weight:bold;
  489. font-family:calibri;
  490. }
  491. .person6 {
  492. background-color:{color:entries};
  493. padding-left:6px;
  494. padding-right:6px;
  495. }
  496. .person6 .label {
  497. font-weight:bold;
  498. }
  499.  
  500.  
  501. .caption {
  502. width:500px;
  503. text-align:justify;
  504. line-height:120%;
  505. }
  506.  
  507. .question {
  508. padding:10px;
  509. text-align:justify;
  510. font-style:italic;
  511. background-color:{color:Ask Background};
  512. color:{color:links};
  513. }
  514.  
  515. .asker {
  516. font-size:8px;
  517. font-weight:bold;
  518. text-transform:uppercase;
  519. text-align:right;
  520. margin-right:10px;
  521. margin-top:-2px;
  522. font-family:calibri;
  523. }
  524.  
  525. #sidebar {
  526. position:fixed;
  527. width:120px;
  528. margin-left:200px;
  529. margin-top:150px;
  530. opacity:1;
  531. }
  532.  
  533. #desc {
  534. position:fixed;
  535. margin-top:108px;
  536. margin-left:-5px;
  537. font-family:cambria;
  538. line-height:100%;
  539. font-size:9px;
  540. padding:10px;
  541. overflow:auto;
  542. width:75px;
  543. height:75px;
  544. text-align:center;
  545. background:{color:posts};
  546. color:{color:text};
  547. z-index:9;
  548. border:1px dotted {color:border};
  549. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  550. }
  551.  
  552. #sidebarimagery {
  553. display:inline-block;
  554. margin:auto;
  555. width:335px;
  556. margin-top:5px;
  557. -moz-transition-duration:1s;
  558. -webkit-transition-duration:1s;
  559. -o-transition-duration:1s
  560. }
  561.  
  562.  
  563.  
  564.  
  565. #sidebarimage1 img {
  566. margin-left:99px;
  567. width: 90px;
  568. height: 90px;
  569. padding:2px;
  570. border:2px solid {color:pic border};
  571. }
  572.  
  573.  
  574.  
  575. #sidebarimage2 img {
  576. margin-left:99px;
  577. margin-top:5px;
  578. width: 90px;
  579. height: 90px;
  580. padding:2px;
  581. border:2px solid {color:pic border};
  582. }
  583.  
  584.  
  585.  
  586.  
  587. #title {
  588. position:absolute;
  589. line-height:100%;
  590. padding-top:5px;
  591. padding-bottom:5px;
  592. margin-top:5px;
  593. width:85px;
  594. height:100px;
  595. text-align:center;
  596. font-size:13px;
  597. margin-left:2px;
  598. }
  599.  
  600. #navigation{
  601. opacity:1;
  602. width:120px;
  603. position:fixed;
  604. font-size:10px;
  605. text-align:center;
  606. border:none;
  607. overflow:hidden;
  608. text-align:right;
  609. margin-top:57px;
  610. margin-left:-35px;
  611. transition-duration: 0.8s;
  612. -moz-transition-duration: 0.8s;
  613. -webkit-transition-duration: 0.8s;
  614. -o-transition-duration: 0.8s;
  615. z-index:100000000000;
  616.  
  617. }
  618.  
  619. #sidebar:hover #navigation{
  620. opacity:1;
  621. transition-duration: 0.8s;
  622. -moz-transition-duration: 0.8s;
  623. -webkit-transition-duration: 0.8s;
  624. -o-transition-duration: 0.8s;
  625.  
  626. }
  627.  
  628. div.link a{
  629. margin-left:1px;
  630. text-align: center;
  631. position:relative;
  632. margin-bottom:3px;
  633. background: {color:nav};
  634. z-index:2;
  635. font-size:8px;
  636. padding:2px;
  637. width: 33px;
  638. border-style:none;
  639. display: inline-block;
  640. opacity:1;
  641. color:{color:nav link};
  642. border:1px solid {color:nav};
  643. text-transform:uppercase;
  644. transition-duration: 0.8s;
  645. -moz-transition-duration: 0.8s;
  646. -webkit-transition-duration: 0.8s;
  647. -o-transition-duration: 0.8s;
  648. z-index:100000000000;
  649. }
  650.  
  651. div.link a:hover{
  652. color:{color:nav};
  653. background: {color:nav hover};
  654. letter-spacing:110%;
  655. transition-duration: 0.8s;
  656. -moz-transition-duration: 0.8s;
  657. -webkit-transition-duration: 0.8s;
  658. -o-transition-duration: 0.8s;
  659. }
  660.  
  661.  
  662. #pagination {
  663. margin-top:360px;
  664. margin-left:200px;
  665. text-align:right;
  666. font-size:9px;
  667. width:90px;
  668. position:fixed;
  669. }
  670.  
  671.  
  672.  
  673.  
  674.  
  675. #credit{
  676. width:20px;
  677. position:fixed;
  678. bottom:10px;
  679. right:10px;
  680. opacity:1;
  681. z-index:1;
  682. -webkit-transition: all 0.3s linear;
  683. -moz-transition: all 0.3s linear;
  684. -o-transition: all 0.3s linear;
  685. -ms-transition: all 0.3s linear;
  686. -webkit-filter: grayscale(100%);
  687. -moz-filter: grayscale(100%);
  688. -ms-filter: grayscale(100%);
  689. -o-filter: grayscale(100%);
  690. }
  691.  
  692. #credit:hover{
  693. opacity:0.3;
  694. -webkit-filter: grayscale(0%);
  695. -moz-filter: grayscale(0%);
  696. -ms-filter: grayscale(0%);
  697. -o-filter: grayscale(0%);
  698. }
  699.  
  700.  
  701. #prongs a {
  702. width: 237px;
  703. height:10px;
  704. font-family: georgia;
  705. font-size: 10px;
  706. line-height: 36px;
  707. letter-spacing:1px;
  708. display: inline-table;
  709. text-align: center;
  710. background-color: {color:nav};
  711. color: {color:nav link};
  712. margin-right: 0px;
  713. margin-bottom:3px;
  714. padding: 5px;
  715. letter-spacing: 0px;
  716. text-transform:uppercase;
  717. }
  718.  
  719. #prongs a:hover {
  720. background-color:{color:nav hover};
  721. color:{color:nav};
  722. -webkit-transition: all 0.5s ease-out;
  723. -moz-transition: all 0.5s ease-out;
  724. transition: all 0.5s ease-out;
  725. }
  726.  
  727. #fade { /*--Transparent background layer--*/
  728. display: none; /*--hidden by default--*/
  729. background: #000;
  730. position: fixed; left: 0; top: 0;
  731. width: 100%; height: 100%;
  732. opacity: .80;
  733. z-index: 9999;
  734. }
  735.  
  736. .popup_block{
  737. display: none; /*--hidden by default--*/
  738. background: #f8f8f8;
  739. padding: 20px;
  740. border: 4px solid #3c3b3b;
  741. float: left;
  742. font-size: 1.2em;
  743. position: fixed;
  744. top: 50%; left: 50%;
  745. z-index: 99999;
  746. /*--CSS3 Box Shadows--*/
  747. -webkit-box-shadow: 0px 0px 20px #000;
  748. -moz-box-shadow: 0px 0px 20px #000;
  749. box-shadow: 0px 0px 20px #000;
  750. }
  751.  
  752. img.btn_close {
  753. width:18px;
  754. float: right;
  755. margin: -20px -20px 0 0;
  756. opacity:0.5;
  757. }
  758. /*--Making IE6 Understand Fixed Positioning--*/
  759. *html #fade {
  760. position: absolute;
  761. }
  762. *html .popup_block {position: absolute;
  763. }
  764.  
  765.  
  766.  
  767.  
  768. #fade { /*--Transparent background layer--*/
  769. display: none; /*--hidden by default--*/
  770. background: #000;
  771. position: fixed; left: 0; top: 0;
  772. width: 100%; height: 100%;
  773. opacity: .80;
  774. z-index: 9999;
  775. }
  776. .popup_block{
  777. display: none; /*--hidden by default--*/
  778. background: #f8f8f8;
  779. padding: 20px;
  780. border: 4px solid #3c3b3b;
  781. float: left;
  782. font-size: 1.2em;
  783. position: fixed;
  784. top: 50%; left: 50%;
  785. z-index: 99999;
  786. /*--CSS3 Box Shadows--*/
  787. -webkit-box-shadow: 0px 0px 20px #000;
  788. -moz-box-shadow: 0px 0px 20px #000;
  789. box-shadow: 0px 0px 20px #000;
  790.  
  791. }
  792. img.btn_close {
  793. float: right;
  794. margin: -15px -15px 0 0;
  795. opacity:0.5;
  796. }
  797. /*--Making IE6 Understand Fixed Positioning--*/
  798. *html #fade {
  799. position: absolute;
  800. }
  801. *html .popup_block {
  802. position: absolute;
  803. }
  804.  
  805.  
  806. </style>
  807.  
  808. <body>
  809.  
  810.  
  811. <div id="03" class="popup_block">
  812.  
  813. <div id="prongs">
  814. {block:IfLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:IfLink1}
  815. {block:IfLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:IfLink2}
  816. {block:IfLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:IfLink3}
  817. {block:IfLink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:IfLink4}
  818. </div>
  819.  
  820. </div>
  821.  
  822.  
  823. <div id="sidebar">
  824.  
  825. <div id="navigation"><div class="link">
  826.  
  827. <a href="/">home</a>
  828. <a href="/ask">mssg</a><br>
  829. <a href="/archive">past</a>
  830. <a href="#?w=500" rel="03" class="poplight">links</a>
  831.  
  832. </div></div>
  833.  
  834. <div id="desc">{Description}</div>
  835.  
  836. <div id="title"><a href="/">❝{title}❞</a></div>
  837. <div id="sidebarimagery">
  838. <div id="sidebarimage1">
  839. <img src="{image:image1}"></div>
  840. <div id="sidebarimage2"><img src="{image:image2}"></div><br>
  841.  
  842. </div>
  843. </div>
  844. </div>
  845. </div>
  846.  
  847.  
  848. <div id="pagination">
  849. {block:Pagination}
  850. {block:PreviousPage}<a href="{PreviousPage}"><b><big>-</big></b></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b><big>+</big></b></a>
  851. {/block:NextPage}
  852. {/block:Pagination}
  853. </div>
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860. <div id="container">
  861. {block:Posts}
  862.  
  863. <div id="post">
  864. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  865.  
  866. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  867.  
  868. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  869. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  870.  
  871. {block:ContentSource}
  872. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  873. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  874. {/block:SourceLogo}
  875. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  876. {/block:ContentSource}
  877.  
  878. {block:Photo}
  879. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}<h3>{Caption}</h3>{/block:Caption}
  880. {/block:Photo}
  881.  
  882. {block:Photoset}
  883. {Photoset-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}
  884. {/block:Photoset}
  885.  
  886.  
  887.  
  888. {block:Chat}
  889. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  890. <div class="chat"><ul>{block:Lines}
  891. <li class="person{UserNumber}">{block:Label}
  892. <span class="label"><u>{Label}</u></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  893. {/block:Chat}
  894.  
  895.  
  896. {block:video}{VideoEmbed-500}{block:caption}<h3>{caption}</h3>{/block:caption}{/block:video}
  897.  
  898. {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}
  899.  
  900. {block:Audio}
  901. <div class="audio"><div class="musicplayer">{AudioPlayer}</div>
  902. <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>
  903. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
  904. <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>
  905. {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Audio}
  906.  
  907. <br>
  908.  
  909. {block:Date}
  910. <div class="box"> <span class="date"><a href="{Permalink}">{TimeAgo}</a></span>&emsp;&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>
  911. {/block:Date}
  912. <div class="bottomline"></div>
  913. <div class="tag">{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>
  914.  
  915. {/block:Posts}
  916.  
  917. <div class="note">
  918. {block:PostNotes}{PostNotes}{/block:PostNotes}
  919. </div>
  920. </div>
  921. {/block:Posts}
  922. <a href="http://mandrakescry.tumblr.com/"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit" title="theme by mandrakescry"></a>
  923.  
  924. </body>
  925. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement