Advertisement
PuppyLove968

be there or be square (mahogany themes)

Oct 22nd, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.74 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <head>
  13.  
  14. <!----
  15.  
  16. theme: be there or be square by fangirlbotmalfunction (mahogany themes)
  17. DO WHAT YOU WILL.
  18.  
  19. ---->
  20.  
  21.  
  22. <meta name="color:background color" content="#9b9999" />
  23. <meta name="color:accent" content="#FFFFFF" />
  24. <meta name="color:text" content="#a4a4a4">
  25. <meta name="color:link" content="#7d8c98">
  26. <meta name="text:Blog Title" content="blog title goes here">
  27. <meta name="text:subtitle" content="subtitle">
  28. <meta name="image:background image" />
  29. <meta name="image:sidebar image" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg">
  30. <meta name="image:sidebar image 1" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg">
  31. <meta name="image:sidebar image 2" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg">
  32. <meta name="image:sidebar image 3" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg">
  33.  
  34. <meta name="text:link 1" content="ask">
  35. <meta name="text:link 1 URL" content="/ask">
  36. <meta name="text:link 2" content="about">
  37. <meta name="text:link 2 URL" content="/about">
  38. <meta name="text:link 3" content="archive">
  39. <meta name="text:link 3 URL" content="/archive">
  40.  
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. <link rel="stylesheet" href="http://static.tumblr.com/roigneg/1k7m43mif/font.css" type="text/css">
  44. <link href='http://fonts.googleapis.com/css?family=Economica|Lily+Script+One|News+Cycle' rel='stylesheet' type='text/css'>
  45. <style type="text/css">
  46.  
  47. body {
  48. color: {color:text};
  49. font-family: helvetica;
  50. font-size: 11px;
  51. background-image:url('{image:background image}');
  52. background-attachment:fixed;
  53. background-repeat:repeat;
  54. background-color: {color:background color};
  55. }
  56. small {
  57. font-size: 11px;
  58. }
  59. big {
  60. font-size: 11px;
  61. }
  62. blockquote {
  63. border-left: 1px solid #8F8F8F;
  64. padding: 0 0 0 5px;
  65. margin: 0 0 14px 0;
  66. }
  67.  
  68. quote {
  69. border-left: 0 solid #8F8F8F;
  70. padding: 30px;
  71. display: block;
  72. }
  73. a {
  74. color: {color:link};
  75. text-decoration: none;
  76. }
  77.  
  78. #subtitle {
  79. position:relative;
  80. margin-top:-5px;
  81. font-family:'Economica';
  82. font-size:11px;
  83. letter-spacing:3px;
  84. text-transform:uppercase;
  85. }
  86.  
  87. #subtitle a {
  88. margin-top:2px;
  89. font-size:9px;
  90. }
  91.  
  92. #layout {
  93. margin: 0 auto;
  94. margin-top:20px;
  95. width: 1000px;
  96. }
  97.  
  98.  
  99. #sidebartitle {
  100. background-color:{color:accent};
  101. float: left;
  102. height: auto;
  103. font-size: 16px;
  104. margin: 10px 0;
  105. margin-top:360px;
  106. margin-left:-25px;
  107. padding: 10px;
  108. font-family:'Lily Script One';
  109. text-align: center;
  110. text-transform:lowercase;
  111. position: fixed;
  112. width: 190px;
  113.  
  114. transition: all 1s, transform 1s;
  115.  
  116. -moz-transition: all 1s, -moz-transform 1s;
  117.  
  118. -webkit-transition: all 1s, -webkit-transform 1s;
  119.  
  120. -o-transition: all 1s, -o-transform 1s;
  121.  
  122. }
  123.  
  124.  
  125. #sidebar {
  126. background: none repeat scroll 0 0 {color:accent};
  127. float: left;
  128. height: auto;
  129. font-size: 11px;
  130. margin: 10px 0;
  131. margin-top:360px;
  132. margin-left:-225px;
  133. padding: 10px;
  134. text-align: justify;
  135. text-transform:lowercase;
  136. position: fixed;
  137. width: 190px;
  138.  
  139. transition: all 1s, transform 1s;
  140.  
  141. -moz-transition: all 1s, -moz-transform 1s;
  142.  
  143. -webkit-transition: all 1s, -webkit-transform 1s;
  144.  
  145. -o-transition: all 1s, -o-transform 1s;
  146.  
  147. opacity:0;
  148.  
  149. }
  150.  
  151. #sidebarlinks {
  152. background: none repeat scroll 0 0 {color:accent};
  153. float: left;
  154. margin-top:360px;
  155. margin-left:-225px;
  156. height: 160px;
  157. font-size: 11px;
  158. padding: 10px;
  159. padding-top:0px;
  160. position: fixed;
  161. width: 190px;
  162.  
  163. transition: all 1s, transform 1s;
  164.  
  165. -moz-transition: all 1s, -moz-transform 1s;
  166.  
  167. -webkit-transition: all 1s, -webkit-transform 1s;
  168.  
  169. -o-transition: all 1s, -o-transform 1s;
  170.  
  171. opacity:0;
  172.  
  173. }
  174.  
  175.  
  176. #sidebarlinks:hover {
  177.  
  178.  
  179. transition: all 1s, transform 1s;
  180.  
  181. -moz-transition: all 1s, -moz-transform 1s;
  182.  
  183. -webkit-transition: all 1s, -webkit-transform 1s;
  184.  
  185. -o-transition: all 1s, -o-transform 1s;
  186. opacity:0;
  187. }
  188.  
  189.  
  190. #sidebarlinks a {
  191. color:{color:accent};
  192. }
  193.  
  194. #sidebarlink {
  195.  
  196. background: none repeat scroll 0 0 {color:link};
  197. margin-top:10px;
  198. width:180px;
  199. height:20px;
  200. padding:5px;
  201. font-size:16px;
  202. color:{color:accent};
  203. text-transform:uppercase;
  204. text-align:center;
  205. font-family:'Economica';
  206. }
  207.  
  208. #sidebarlink a {
  209. color:{color:accent};
  210. }
  211.  
  212. #sidebarheader {
  213. background: none repeat scroll 0 0 {color:accent};
  214. float: left;
  215. height: 190px;
  216. font-size: 11px;
  217. margin: 10px 0;
  218. margin-top:60px;
  219. margin-left:-25px;
  220. padding: 10px;
  221. text-align: justify;
  222. text-transform:lowercase;
  223. position: fixed;
  224. width: 190px;
  225. cursor:pointer;
  226.  
  227. transition: all 1s, transform 1s;
  228.  
  229. -moz-transition: all 1s, -moz-transform 1s;
  230.  
  231. -webkit-transition: all 1s, -webkit-transform 1s;
  232.  
  233. -o-transition: all 1s, -o-transform 1s;
  234.  
  235.  
  236. }
  237.  
  238. #sidebarimage {
  239. background: none repeat scroll 0 0 {color:accent};
  240. float: left;
  241. height: 50px;
  242. font-size: 11px;
  243. margin: 10px 0;
  244. margin-top:285px;
  245. margin-left:-25px;
  246. padding: 5px;
  247. text-align: justify;
  248. text-transform:lowercase;
  249. position: fixed;
  250. width: 50px;
  251. cursor:pointer;
  252.  
  253. transition: all 1s, transform 1s;
  254.  
  255. -moz-transition: all 1s, -moz-transform 1s;
  256.  
  257. -webkit-transition: all 1s, -webkit-transform 1s;
  258.  
  259. -o-transition: all 1s, -o-transform 1s;
  260.  
  261. opacity:1.00;
  262.  
  263. }
  264. #sidebarimage:hover {
  265.  
  266.  
  267. transition: all 1s, transform 1s;
  268.  
  269. -moz-transition: all 1s, -moz-transform 1s;
  270.  
  271. -webkit-transition: all 1s, -webkit-transform 1s;
  272.  
  273. -o-transition: all 1s, -o-transform 1s;
  274. opacity:1.00;
  275. }
  276.  
  277. #sidebarimage1 {
  278. background: none repeat scroll 0 0 {color:accent};
  279. float: left;
  280. height: 50px;
  281. font-size: 11px;
  282. margin: 10px 0;
  283. margin-top:285px;
  284. margin-left:50px;
  285. padding: 5px;
  286. text-align: justify;
  287. text-transform:lowercase;
  288. position: fixed;
  289. width: 50px;
  290. cursor:pointer;
  291.  
  292. transition: all 1s, transform 1s;
  293.  
  294. -moz-transition: all 1s, -moz-transform 1s;
  295.  
  296. -webkit-transition: all 1s, -webkit-transform 1s;
  297.  
  298. -o-transition: all 1s, -o-transform 1s;
  299.  
  300. opacity:0.4;
  301.  
  302. }
  303. #sidebarimage1:hover {
  304.  
  305.  
  306. transition: all 1s, transform 1s;
  307.  
  308. -moz-transition: all 1s, -moz-transform 1s;
  309.  
  310. -webkit-transition: all 1s, -webkit-transform 1s;
  311.  
  312. -o-transition: all 1s, -o-transform 1s;
  313. opacity:1.00;
  314. }
  315.  
  316. #sidebarimage2 {
  317. background: none repeat scroll 0 0 {color:accent};
  318. float: left;
  319. height: 50px;
  320. font-size: 11px;
  321. margin: 10px 0;
  322. margin-top:285px;
  323. margin-left:125px;
  324. padding: 5px;
  325. text-align: justify;
  326. text-transform:lowercase;
  327. position: fixed;
  328. width: 50px;
  329. cursor:pointer;
  330.  
  331. transition: all 1s, transform 1s;
  332.  
  333. -moz-transition: all 1s, -moz-transform 1s;
  334.  
  335. -webkit-transition: all 1s, -webkit-transform 1s;
  336.  
  337. -o-transition: all 1s, -o-transform 1s;
  338.  
  339. opacity:0.4;
  340.  
  341. }
  342. #sidebarimage2:hover {
  343.  
  344.  
  345. transition: all 1s, transform 1s;
  346.  
  347. -moz-transition: all 1s, -moz-transform 1s;
  348.  
  349. -webkit-transition: all 1s, -webkit-transform 1s;
  350.  
  351. -o-transition: all 1s, -o-transform 1s;
  352. opacity:1.00;
  353. }
  354.  
  355.  
  356. .pagination {
  357. background: none repeat scroll 0 0 {color:accent};
  358. font-family: calibri;
  359. font-size: 11px;
  360. font-weight: bold;
  361. margin: 10px 0 0;
  362. padding: 10px;
  363. position: relative;
  364. text-align: center;
  365. }
  366. .pagination a:hover {
  367. background: none repeat scroll 0 0 #b3bdc5;
  368. color: {color:accent};
  369. }
  370. .jump_page {
  371. background-color: #7d8c98;
  372. color: {color:accent};
  373. margin: 0;
  374. padding: 2px 6px 3px;
  375. }
  376. .pagination_current {
  377. background-color: #7d8c98;
  378. color: #b3bdc5;
  379. font-size: 11px;
  380. margin-left: 0;
  381. margin-right: 0;
  382. padding: 2px 6px 3px;
  383. }
  384. .nextprevious {
  385. background-color: #7d8c98;
  386. color: {color:accent};
  387. margin-left: 0;
  388. margin-right: 0;
  389. padding: 2px 6px 3px;
  390. }
  391. #content {
  392. float: right;
  393. margin-right:250px;
  394. margin-bottom: 50px;
  395. width: 520px;
  396. }
  397. article {
  398. background: none repeat scroll 0 0 {color:accent};
  399. display: block;
  400. margin: 0 0 20px;
  401. padding: 10px;
  402. }
  403. article:last-child {
  404. margin-bottom: 0;
  405. }
  406. .entries {
  407. margin-bottom: 0;
  408. padding: 10px 0;
  409. width: 500px;
  410. }
  411. .entries img {
  412. max-width: 500px;
  413. }
  414. h1 {
  415. font-family:'Lily Script One';
  416. font-size: 22px;
  417. font-style: italic;
  418. font-weight: bold;
  419. letter-spacing: 1px;
  420. margin: 0;
  421. }
  422. header1 {
  423. color: #959595;
  424. display: block;
  425. font-size: 9px;
  426. font-weight: bold;
  427. padding: 0 8px 0 0;
  428. text-transform: none;
  429. }
  430. .post-meta {
  431. list-style-type: none;
  432. margin: 0;
  433. padding: 0;
  434. }
  435. .post-date {
  436. display: inline-block;
  437. font-weight: bold;
  438. }
  439. .post-notesreblog {
  440. float: right;
  441. margin: -6px;
  442. }
  443. .symbols {
  444. font: 10px WebSymbolsRegular;
  445. text-transform: none;
  446. }
  447. .symbols_tags {
  448. float: left;
  449. font-family: WebSymbolsRegular;
  450. font-size: 11px;
  451. line-height: 8px;
  452. margin-right: 10px;
  453. text-transform: none;
  454. }
  455. .post-sources {
  456. display: inline-block;
  457. }
  458. .post-notesreblog {
  459. float: right;
  460. margin: -6px;
  461. }
  462. .post-tags:before {
  463. }
  464. .post-footer {
  465. display: inline-block;
  466. list-style-type: none;
  467. margin: 0;
  468. padding: 0;
  469. }
  470. .post-tags {
  471. float: left;
  472. padding-right: 1px;
  473. }
  474. .post-tags:before {
  475. content: "#";
  476. }
  477. .post-tags:after {
  478. content: "\00a0\00a0\00a0";
  479. }
  480. footer {
  481. color: #959595;
  482. display: block;
  483. font-size: 9px;
  484. font-weight: bold;
  485. margin-bottom: 0;
  486. padding: 0;
  487. text-align: left;
  488. text-transform: none;
  489. }
  490. .ask {
  491. background: none repeat scroll 0 0 {color:background};
  492. padding: 10px;
  493. }
  494. .askimg {
  495. margin-bottom: 0;
  496. position: inherit;
  497. width: 48px;
  498. }
  499. .askimg img {
  500. background-color: #FFFFFF;
  501. margin-bottom: 0;
  502. padding: 0;
  503. position: relative;
  504. width: 48px;
  505. }
  506. .asker {
  507. color: #6E6E6E;
  508. font-size: 11px;
  509. font-weight: bold;
  510. text-transform: none;
  511. }
  512. .user {
  513. font-size: 11px;
  514. margin-bottom: 0;
  515. padding-left: 25px;
  516. }
  517. .even_user {
  518. color: #9A9A9A;
  519. }
  520. .odd_user {
  521. color: #838383;
  522. }
  523. .chat {
  524. list-style: none outside none;
  525. margin: 0;
  526. padding: 10px 0 0;
  527. }
  528. ol.notes {
  529. background: none repeat scroll 0 0 #FFFFFF;
  530. list-style-type: none;
  531. margin: 0;
  532. padding: 0;
  533. }
  534. ol.notes li.note {
  535. padding: 3px;
  536. }
  537. ol.notes li.note img.avatar {
  538. height: 16px;
  539. margin-right: 5px;
  540. vertical-align: -4px;
  541. width: 16px;
  542. }
  543. ol.notes li.note blockquote {
  544. border-color: #EEEEEE;
  545. margin: 10px 0 0 25px;
  546. padding: 4px 10px;
  547. }
  548. ol.notes li.note blockquote a {
  549. text-decoration: none;
  550. }
  551. .source:before {
  552. content: "— ";
  553. }
  554. .source {
  555. display: block;
  556. font-family: helvetica;
  557. font-size: 11px;
  558. font-style: normal;
  559. font-weight: bold;
  560. letter-spacing: 0;
  561. margin-top: 5px;
  562. }
  563. .short {
  564. border-left-width: 0;
  565. font-size: 24px;
  566. font-style: italic;
  567. }
  568. .medium {
  569. border-left-width: 0;
  570. font-size: 20px;
  571. font-style: italic;
  572. }
  573. .long {
  574. border-left-width: 0;
  575. font-size: 17px;
  576. font-style: italic;
  577. }
  578. .quotationmark {
  579. font-size: 120px;
  580. font-weight: bold;
  581. line-height: 127px;
  582. margin-left: 26px;
  583. opacity: 0.18;
  584. position: absolute;
  585. }
  586. .album_art {
  587. margin-right: 12px;
  588. text-align: left;
  589. width: 160px;
  590. z-index: -10;
  591.  
  592.  
  593. -moz-box-shadow: inset 0 0 5px #000;
  594. -webkit-box-shadow: inset 0 0 5px#000;
  595. box-shadow: inner 0 0 5px #000;
  596.  
  597. -moz-box-shadow: 0 2px 5px 2px #000;
  598. -webkit-box-shadow: 0 2px 5px 2px #000;
  599. box-shadow: 0 2px 5px 2px #000;
  600. }
  601. .album_art_over {
  602. height: 160px;
  603. margin-right: 12px;
  604. position: absolute;
  605. width: 160px;
  606. }
  607. .audioinfo_first {
  608. font-weight: bold;
  609. }
  610. .audioinfo_b {
  611. display: none;
  612. }
  613. .audio {
  614. min-height: 160px;
  615. overflow: hidden;
  616. position: relative;
  617. }
  618.  
  619. #player {
  620. width:30px;
  621. height:30px;
  622. overflow:hidden;
  623. position:absolute;
  624. margin-top:45px;
  625. margin-bottom:45px;
  626. }
  627.  
  628. #albumart { float:left; margin:0px 7px; margin-top:-20px;}
  629.  
  630. #audioplayer {
  631. height: 25px;
  632. width:25px;
  633. margin-right: 11px;
  634. overflow: hidden;
  635. padding: 3px;
  636. opacity:0.7;
  637.  
  638. -moz-box-shadow: inset 0 0 5px #000;
  639. -webkit-box-shadow: inset 0 0 5px#000;
  640. box-shadow: inner 0 0 5px #000;
  641.  
  642. -moz-box-shadow: 0 2px 5px 2px #000;
  643. -webkit-box-shadow: 0 2px 5px 2px #000;
  644. box-shadow: 0 2px 5px 2px #000;
  645. }
  646. .audioinfo {
  647. line-height: 5px;
  648. margin-bottom: 100px;
  649. margin-left: 168px;
  650. }
  651. .audiocaption {
  652. margin-left: 0;
  653. }
  654. .audiocaption img {
  655. max-width: 200px !important;
  656. }
  657. .audiocaption blockquote img {
  658. max-width: 200px !important;
  659. }
  660. blockquote img {
  661. max-width: 200px !important;
  662. }
  663.  
  664.  
  665.  
  666. </style>
  667. </head>
  668. <body>
  669.  
  670.  
  671.  
  672. <div id="layout">
  673.  
  674. <img id="sidebarimage" src="{image:sidebar image 1}">
  675.  
  676. <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
  677.  
  678. <script>
  679. $( "#sidebarimage" ).click(function() {
  680. $('#sidebarimage').css("opacity", "1");
  681. $('#sidebarimage1').css("opacity", "0.4");
  682. $('#sidebarimage2').css("opacity", "0.4");
  683. $('#sidebartitle').css("opacity", "1");
  684. $('#sidebartitle').css("margin-left", "-25px");
  685. $('#sidebar').css("opacity", "0");
  686. $('#sidebar').css("margin-left", "-225px");
  687. $('#sidebarlinks').css("opacity", "0");
  688. $('#sidebarlinks').css("margin-left", "-225px");
  689. $('#sidebarlinks:hover').css("opacity", "0");
  690. });
  691. </script>
  692.  
  693. <a href="/#"><img id="sidebarheader" src="{image:sidebar image}"></a>
  694.  
  695. <img id="sidebarimage1" src="{image:sidebar image 2}">
  696.  
  697. <script>
  698. $( "#sidebarimage1" ).click(function() {
  699. $('#sidebarimage').css("opacity", "0.4");
  700. $('#sidebarimage1').css("opacity", "1");
  701. $('#sidebarimage2').css("opacity", "0.4");
  702. $('#sidebar').css("opacity", "1");
  703. $('#sidebar').css("margin-left", "-25px");
  704. $('#sidebartitle').css("opacity", "0");
  705. $('#sidebartitle').css("margin-left", "-225px");
  706. $('#sidebartitle:hover').css("opacity", "0");
  707. $('#sidebarlinks').css("opacity", "0");
  708. $('#sidebarlinks').css("margin-left", "-225px");
  709. $('#sidebarlinks:hover').css("opacity", "0");
  710. });
  711. </script>
  712.  
  713. <img id="sidebarimage2" src="{image:sidebar image 3}">
  714.  
  715. <script>
  716. $( "#sidebarimage2" ).click(function() {
  717. $('#sidebarimage').css("opacity", "0.4");
  718. $('#sidebarimage1').css("opacity", "0.4");
  719. $('#sidebarimage2').css("opacity", "1");
  720. $('#sidebar').css("opacity", "0");
  721. $('#sidebar').css("margin-left", "-225px");
  722. $('#sidebartitle').css("opacity", "0");
  723. $('#sidebartitle').css("margin-left", "-225px");
  724. $('#sidebartitle:hover').css("opacity", "0");
  725. $('#sidebarlinks').css("opacity", "1");
  726. $('#sidebarlinks').css("margin-left", "-25px");
  727. });
  728. </script>
  729.  
  730. <div id="sidebar">{Description}</div>
  731. <div id="sidebartitle">
  732. <a href="/#">{text:Blog Title}</a> <BR> <div id="subtitle">{block:PreviousPage}<a href="{PreviousPage}">&#9664;</a>
  733. {/block:PreviousPage} {text:subtitle} {block:NextPage} <a href="{NextPage}">&#9654;</a>{/block:NextPage}</div></div>
  734. <div id="sidebarlinks">
  735. <a href="{text:link 1 URL}"><div id="sidebarlink">{text:link 1}</div></a>
  736. <a href="{text:link 2 URL}"><div id="sidebarlink">{text:link 2}</div></a>
  737. <a href="{text:link 3 URL}"><div id="sidebarlink">{text:link 3}</div></a>
  738. <a href="http://mymahoganymyrules.tumblr.com"><div id="sidebarlink">THEME</div></a>
  739. </div>
  740.  
  741. <section id="content">
  742. {block:Posts}
  743. <article>
  744. {block:Date}
  745. <header1>
  746.  
  747. <ul class="post-meta">
  748. <li class="post-date">
  749. <a href="{Permalink}">{TimeAgo}</a>
  750. </li>
  751.  
  752. <li class="post-sources">
  753. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}{/block:RebloggedFrom}
  754. </li>
  755.  
  756.  
  757. <li class="post-notesreblog">
  758. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>
  759. {/block:NoteCount}
  760.  
  761. {block:Photo}
  762. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  763. {/block:Photo}
  764. {block:Photoset}
  765. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  766. {/block:Photoset}
  767. {block:Quote}
  768. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  769. {/block:Quote}
  770. {block:Link}
  771. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  772. {/block:Link}
  773. {block:Chat}
  774. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  775. {/block:Chat}
  776. {block:Audio}
  777. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  778. {/block:Audio}
  779. {block:Video}
  780. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  781. {/block:Video}
  782. {block:Text}
  783. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  784. {/block:Text}
  785. </li>
  786. </ul>
  787. </header1>
  788. {/block:Date}
  789.  
  790.  
  791. <div class="entries">
  792.  
  793. {block:Text}
  794. {block:Title}
  795. <h1><a href="{Permalink}">{Title}</a></h1>
  796. {/block:Title}
  797. {body}
  798. {/block:Text}
  799.  
  800. {block:Link}
  801. <a href="{url}"><h1>{Name}</h1></a>
  802. {block:Description}
  803. {Description}
  804. {/block:Description}
  805. {/block:Link}
  806.  
  807. {block:Photo}
  808. <center>
  809. {block:HighRes}<a href="{PhotoURL-HighRes}">{/block:HighRes}<img src="{PhotoURL-500}"/>{block:HighRes}</a>{/block:HighRes}
  810. </center>
  811. {block:Caption}
  812. {Caption}
  813. {/block:Caption}
  814. {/block:Photo}
  815.  
  816. {block:Photoset}
  817. <center>
  818. {Photoset-500}
  819. </center>
  820. {block:Caption}
  821. {Caption}
  822. {/block:Caption}
  823. {/block:Photoset}
  824.  
  825. {block:Quote}
  826. <span class="quotationmark">“</span>
  827. <quote class="{Length}">{Quote}
  828. <b class="source">{Source}</b>
  829. </quote>
  830. {/block:Quote}
  831.  
  832.  
  833. {block:Chat}
  834. {block:Title}
  835. <h1><a href="{Permalink}">{Title}</a></h1>
  836. {/block:Title}
  837. <ul class="chat">{block:Lines}<li class="{Alt}_user">
  838. {block:Label}
  839. <span class="label">{Label}</span>
  840. {/block:Label}
  841. {Line}
  842. </li>
  843. {/block:Lines}
  844. </ul>
  845. </li>
  846. {/block:Chat}
  847.  
  848.  
  849.  
  850. {block:Audio}
  851. <div id="audioplayer">{AudioPlayerWhite} </div>
  852. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  853. {PlayCountWithLabel}
  854. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  855. {/block:Audio}
  856.  
  857. {block:Video}
  858. {Video-500}<br/>
  859. {block:Caption}
  860. <div>
  861. {Caption}
  862. </div>
  863. {/block:Caption}
  864. {/block:Video}
  865.  
  866. {block:Answer}
  867. <div class="ask">
  868. <table><tr>
  869. <td ><div class="askimg"><img src="{AskerPortraitURL-48}"></div></td>
  870. <td class="user">
  871. <span class="asker">{Asker}</span><br>
  872. {Question}
  873. </td></tr></table>
  874. </div>
  875. <div class="cap">
  876. {Answer}
  877. </div>
  878. {/block:Answer}
  879. </div>
  880.  
  881. {block:HasTags}
  882. <footer>
  883. <ul class="post-footer">
  884.  
  885. {block:Tags}
  886. <li class="post-tags"><a href="{TagURL}">{Tag}</a></li>
  887. {/block:Tags}
  888. </ul>
  889. </footer>
  890. {/block:HasTags}
  891. </article>
  892. {/block:posts}
  893. {block:PostNotes}
  894. <div id="notes">
  895. {PostNotes}
  896. </div>
  897. {/block:PostNotes}
  898.  
  899.  
  900. </section>
  901. </body>
  902. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement