Advertisement
baskervillles

theme 02

May 14th, 2012
8,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.88 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!--
  6. THEME BY JESSICA (MELIAPOND.TUMBLR.COM)
  7.  
  8. 1) PLEASE NO STEALING. DON'T REMOVE THE CREDIT, YOU CAN EDIT AS MUCH AS YOU LIKE THOUGH! JUST KEEP THE CREDIT INTACT IS ALL I ASK. THIS IS not A BASE THEME.
  9.  
  10. 2) YEAH THAT'S BASICALLY THE ONLY RULE. ENJOY! :3
  11. -->
  12.  
  13. <title>{title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!-- YOU CAN EDIT THIS IN THE APPEARANCE TAB -->
  21.  
  22. <meta name="color:background" content="#fff"/>
  23.  
  24. <meta name="color:Text" content="#866262"/>
  25.  
  26. <meta name="color:sidebar Text" content="#866262"/>
  27.  
  28. <meta name="color:description background" content="#fff"/>
  29.  
  30. <meta name="color:Sidebar Link Text" content="#fff"/>
  31.  
  32. <meta name="color:Sidebar Link Text Hover" content="#fff"/>
  33.  
  34. <meta name="color:Sidebar Link Background" content="#FF9675"/>
  35.  
  36. <meta name="color:Sidebar Link Background Hover" content="#FFEBCE"/>
  37.  
  38. <meta name="color:Link" content="#EE935E"/>
  39.  
  40. <meta name="color:Link Hover" content="#B696A9"/>
  41.  
  42. <meta name="color:Chat 1" content="#FFC5A3"/>
  43.  
  44. <meta name="color:Chat 2" content="#FFEBCE"/>
  45.  
  46. <meta name="image:sidebar" content=""/>
  47.  
  48. <meta name="text:sidebar image height" content="250" />
  49.  
  50. <meta name="text:adjust this for the hover part" content="284" />
  51.  
  52. <meta name="text:Link1" content="" />
  53.  
  54. <meta name="text:Link1 Title" content="" />
  55.  
  56. <meta name="text:Link2" content="" />
  57.  
  58. <meta name="text:Link2 Title" content="" />
  59.  
  60. <meta name="text:Link3" content="" />
  61.  
  62. <meta name="text:Link3 Title" content="" />
  63.  
  64. <meta name="text:Link4" content="" />
  65.  
  66. <meta name="text:Link4 Title" content="" />
  67.  
  68. <meta name="text:Link5" content="" />
  69.  
  70. <meta name="text:Link5 Title" content="" />
  71.  
  72. <meta name="if:Black navigation icons" content="0" />
  73.  
  74. <meta name="if:White navigation icons" content="1" />
  75.  
  76.  
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82.  
  83. @font-face {
  84. font-family: 'The Only Exception';
  85. src: url('http://static.tumblr.com/2bgij48/xysm416xf/theonlyexception.ttf');
  86. }
  87.  
  88.  
  89. body {
  90. background-color:{color:background};
  91. color:{color:Text};
  92. font-family:calibri;
  93. font-size:11px;
  94. }
  95.  
  96.  
  97.  
  98. a {
  99. color:{color:Link};
  100. text-decoration: none;
  101. -webkit-transition: all 0.4s ease-in-out;
  102. -moz-transition: all 0.4s ease-in-out;
  103. transition: all 0.4s ease-in-out;
  104. }
  105.  
  106.  
  107. a:hover {
  108. color:{color:Link Hover};
  109. -webkit-transition: all 0.4s ease-in-out;
  110. -moz-transition: all 0.4s ease-in-out;
  111. transition: all 0.4s ease-in-out;
  112. }
  113.  
  114.  
  115. p{
  116. margin-top: 1px
  117. }
  118.  
  119.  
  120. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  121.  
  122.  
  123. .navigation{
  124. float: center;
  125. margin-top: 5px
  126. }
  127.  
  128.  
  129.  
  130. .navigation a{
  131. display:inline;
  132. padding:8px 15px 8px 15px;
  133. margin-right: 1px;
  134. background-color: #FFFFFF;
  135. color:#000000
  136. }
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. /* navigation */
  144.  
  145.  
  146.  
  147. #navigation{
  148. position: fixed;
  149. z-index: -2;
  150. width: 100%;
  151. top: 45%;
  152. left: 0px;
  153. background-color:transparent;
  154. height: 100px;
  155. text-align: center;
  156. font-size: 75px;
  157. }
  158.  
  159.  
  160.  
  161.  
  162. .left{
  163. float:left;
  164. margin-left: 30px;
  165. width: 40px
  166. }
  167.  
  168.  
  169.  
  170.  
  171. .left a{
  172. text-decoration: none;
  173. font-size: 75px;
  174. line-height: 75px
  175. }
  176.  
  177.  
  178.  
  179.  
  180. .left a:hover{
  181. background-color: transparent;
  182. opacity: 0.4;
  183. filter:alpha (opacity=40)
  184. }
  185.  
  186.  
  187.  
  188.  
  189. .right{
  190. float:right;
  191. margin-right: 30px;
  192. width: 40px
  193. }
  194.  
  195.  
  196.  
  197.  
  198. .right a{
  199. text-decoration: none;
  200. font-size: 75px;
  201. line-height: 75px
  202. }
  203.  
  204.  
  205.  
  206.  
  207. .right a:hover{
  208. background-color: transparent;
  209. opacity: 0.4;
  210. filter:alpha (opacity=40)
  211. }
  212.  
  213.  
  214.  
  215.  
  216. #content{
  217. width: 840px;
  218. text-align: center;
  219. margin: 40px auto 30px auto;
  220. padding-bottom: 150px;
  221. background-color: #transparent;
  222. color:{color:Text};
  223. }
  224.  
  225.  
  226.  
  227.  
  228. #entries{
  229. margin-right: 300px;
  230. margin-top:-180px;
  231. width:500px;
  232. float: right;
  233. }
  234.  
  235.  
  236.  
  237. #posts{
  238. background-color: transparent;
  239. padding: 30px 0 0 0;
  240. font-style:normal;
  241. }
  242.  
  243.  
  244.  
  245.  
  246. .post img{
  247. margin: 2px 0 2px 0
  248. }
  249.  
  250.  
  251.  
  252.  
  253. h1{
  254. font-family:'The Only Exception';
  255. font-size: 15px;
  256. }
  257.  
  258.  
  259.  
  260.  
  261. .image{
  262. text-align: center;
  263. height: auto;
  264. margin-bottom:
  265. 3px; border: 0px
  266. }
  267.  
  268.  
  269.  
  270.  
  271. .qquote{
  272. font-family: 'The Only Exception';
  273. font-size: 15px;
  274. font-style:none;
  275. margin-left: 0px;
  276. }
  277.  
  278.  
  279.  
  280. .qsource{
  281. margin: 5px 0px 0 20px;
  282. text-align: left;
  283. text-transform: none;
  284. }
  285.  
  286.  
  287. .qsourde a{
  288. text-transform: none;
  289. }
  290.  
  291.  
  292.  
  293. .chat{
  294. line-height: 12px;
  295. list-style: none;
  296. font-color:#000000;
  297. }
  298.  
  299.  
  300.  
  301.  
  302. .chat ul {
  303. line-height: 15px;
  304. list-style: none;
  305. padding: 0px;
  306. line-height: 20px;
  307. }
  308.  
  309.  
  310.  
  311.  
  312. .person1 {
  313. color:{color:Text};
  314. background-color:{color:Chat 1};
  315. }
  316.  
  317.  
  318.  
  319.  
  320. .person1 .label {
  321. font-weight: bold;
  322. padding: 0px;
  323. margin-left:
  324. 5px; color:
  325. }
  326.  
  327.  
  328.  
  329.  
  330. .person2 {
  331. color:{color:Text};
  332. background-color:{color:Chat 2};
  333. }
  334.  
  335.  
  336.  
  337.  
  338. .person2 .label {
  339. font-weight: bold;
  340. padding: 0px;
  341. margin-left: 5px;
  342. color: }
  343.  
  344.  
  345.  
  346.  
  347.  
  348. .iaudio
  349. margin-bottom: 2px;
  350. width: 100%;
  351. background-color: #transparent}
  352.  
  353.  
  354.  
  355.  
  356. .iaudio img
  357. {max-width: 180px;
  358. height: auto;
  359. padding: 20px 0 20px 0
  360. }
  361.  
  362.  
  363.  
  364.  
  365. .icap{
  366. margin-top: 1px
  367. }
  368.  
  369.  
  370.  
  371.  
  372. .source{
  373. display:none
  374. }
  375.  
  376.  
  377.  
  378. .asker {
  379. font-size: 15px;
  380. font-family: 'The Only Exception';
  381. width: 100%;
  382. background-color: #transparent;
  383. color:{color:Text};
  384. line-height: 30px
  385. }
  386.  
  387.  
  388.  
  389.  
  390. .asker img{
  391. margin-top: 3px;
  392. margin-bottom: -3px;
  393. margin-left:3px
  394. }
  395.  
  396.  
  397.  
  398.  
  399. .q {
  400. padding:10px;
  401. font-style: italic;
  402. text-indent: 20px
  403. }
  404.  
  405.  
  406.  
  407.  
  408. .a {
  409. padding-top: 3px
  410. }
  411.  
  412.  
  413.  
  414.  
  415. .cap {
  416. padding-top: 5px;
  417. width: 500px;
  418. }
  419.  
  420.  
  421.  
  422.  
  423.  
  424. #cap {
  425. padding: 2px 0 0 0;
  426. width: 490px;
  427. margin: 0 0 0 5px
  428. }
  429.  
  430.  
  431.  
  432.  
  433. #info {
  434. margin: 0px;
  435. font-size:9px;
  436. text-align: center;
  437. color: #transparent;
  438. padding: 0px;
  439. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  440. background-color: #000000;
  441. padding: 1px;
  442. }
  443.  
  444.  
  445.  
  446.  
  447. .info a{
  448. text-transform:;
  449. }
  450.  
  451.  
  452.  
  453.  
  454. .date{
  455. text-transform: ;
  456. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  457. font-size:9px;
  458. float:right;
  459. }
  460.  
  461.  
  462.  
  463.  
  464. .tags {
  465. color:;
  466. font-size: 9px;
  467. display: inline;
  468. list-style: none;
  469. text-transform: lowercase;
  470. }
  471.  
  472.  
  473.  
  474.  
  475. .tags a, .tags a:hover {
  476. font-size: 9px;
  477. color: #000000;
  478. background-color:#transparent;
  479. display: inline;
  480. list-style: none;
  481. text-transform: lowercase;
  482. }
  483.  
  484.  
  485.  
  486.  
  487. #notes {
  488. width: 500px;
  489. padding: 0px;
  490. margin: 5px;
  491. font-size: 10px;
  492. text-align: left;
  493. }
  494.  
  495.  
  496.  
  497.  
  498. ol.notes {
  499. list-style: none;
  500. margin: 0 20px 0 0;
  501. padding: 0px
  502. }
  503.  
  504.  
  505.  
  506.  
  507. ol.notes li {
  508. margin: 0px;
  509. padding: 2px;
  510. }
  511.  
  512.  
  513.  
  514.  
  515. #notes img{
  516. border:0px
  517. }
  518.  
  519.  
  520.  
  521. #sherlockholmes {
  522. position: fixed;
  523. margin-top: -{text:adjust this for the hover part}px;
  524. float:right;
  525. width:250px;
  526. font-size: 10px;
  527. text-align: center;
  528. background: {color:description background};
  529. letter-spacing: 1px;
  530. height:{text:sidebar image height}px;
  531. padding:0px;
  532. z-index:9999;
  533. opacity: .15;
  534. border-top-right-radius:25px;
  535. border-bottom-left-radius:25px;
  536. border-top-left-radius:25px;
  537. border-bottom-right-radius:25px;
  538. -webkit-transition: all 0.7s ease-in-out;
  539. -moz-transition: all 0.7s ease-in-out;
  540. transition: all 0.7s ease-in-out;
  541. }
  542.  
  543. #sherlockholmes:hover{
  544. opacity:.8;
  545. }
  546.  
  547.  
  548. .description {
  549. color:{color:sidebar text};
  550. position:fixed;
  551. right:20px;
  552. margin-top:120px;
  553. width:250px;
  554. font-size:11px;
  555. padding-bottom:10px;
  556. }
  557.  
  558.  
  559. .desc {
  560. padding-top:80px; padding-left: 10px; padding-right: 10px;
  561. width:90%;
  562. }
  563.  
  564.  
  565. #sidebar{
  566. width: 250px;
  567. background-color: {color:background};
  568. position: fixed;
  569. margin: 20px 0px 0px -50px
  570. }
  571.  
  572.  
  573.  
  574. #title {
  575. font-family: 'The Only Exception';
  576. font-size:15px;
  577. font-color:{color:Text};
  578. margin-top:0px;
  579. margin-bottom: -25px;
  580. letter-spacing:1px;
  581. text-align:center;
  582. position:relative;
  583. }
  584.  
  585.  
  586. .sidebardescr{
  587. font-size: 10px;
  588. font-family: Calibri;
  589. margin: -15px 10px -10px 10px;
  590. padding:15px 15px 0px 15px;
  591. text-align: center;
  592. }
  593.  
  594.  
  595.  
  596.  
  597. .sidebarimg img{
  598. width: 250px;
  599. height: auto;
  600. padding: 0px 0px 0px 0px;
  601. text-align:center;
  602. border-top-right-radius:25px;
  603. border-bottom-left-radius:25px;
  604. border-top-left-radius:25px;
  605. border-bottom-right-radius:25px;
  606. }
  607.  
  608.  
  609.  
  610.  
  611. .sidebarlinks {
  612. margin-top: -205px;
  613. margin-left: -65px;
  614. padding: 0px;
  615. float: left;}
  616.  
  617.  
  618.  
  619.  
  620. .sidebarlinks a{
  621. font-size: 10px;
  622. display: block;
  623. color:{color:Sidebar Link Text};
  624. background-color:{color:Sidebar Link Background};
  625. text-align:center;
  626. width: 60px;
  627. padding: 2px 0 2px 0;
  628. margin-bottom: 2px;
  629. text-transform: none;
  630. text-decoration: none;
  631. border-top-right-radius:0px;
  632. border-bottom-left-radius:25px;
  633. border-top-left-radius:25px;
  634. border-bottom-right-radius:0px;
  635. -webkit-transition: all 0.4s ease-in-out;
  636. -moz-transition: all 0.4s ease-in-out;
  637. transition: all 0.4s ease-in-out;
  638. }
  639.  
  640.  
  641.  
  642.  
  643. .sidebarlinks a:hover{
  644. background-color: {color:Sidebar Link Background hover};
  645. width: 90px;
  646. color: {color:Sidebar Link Text Hover};
  647. padding-right: 0px;
  648. margin-left: -30px;
  649. border-top-right-radius:0px;
  650. border-bottom-left-radius:25px;
  651. border-top-left-radius:25px;
  652. border-bottom-right-radius:0px;
  653. -webkit-transition: all 0.4s ease-in-out;
  654. -moz-transition: all 0.4s ease-in-out;
  655. transition: all 0.4s ease-in-out;
  656. }
  657.  
  658.  
  659.  
  660.  
  661.  
  662. .sidebarlinks2 {
  663. margin: 5px 0px 5px 0px;
  664. padding: 0px;
  665. }
  666.  
  667.  
  668.  
  669.  
  670. .sidebarlinks2 a{
  671. display: inline-table;
  672. color:{color:Sidebar Link Text};
  673. background-color:{color:Sidebar Link Background};
  674. text-align:center;
  675. width: 50px;
  676. height: 10px;
  677. padding: 3px 0 3px 0;
  678. margin-bottom: 5px;
  679. text-transform: none;
  680. text-decoration: none;
  681. border-top-right-radius:0px;
  682. border-bottom-left-radius:10px;
  683. border-top-left-radius:0px;
  684. border-bottom-right-radius:10px;
  685. -webkit-transition: all 0.4s ease-in-out;
  686. -moz-transition: all 0.4s ease-in-out;
  687. transition: all 0.4s ease-in-out;
  688. }
  689.  
  690.  
  691.  
  692.  
  693. .sidebarlinks2 a:hover{
  694. font-size: 9px;
  695. background-color: {color:Sidebar Link Background hover};
  696. width: 50px;
  697. color:{color:Link};
  698. -webkit-transition: all 0.4s ease-in-out;
  699. -moz-transition: all 0.4s ease-in-out;
  700. transition: all 0.4s ease-in-out;
  701. }
  702.  
  703.  
  704.  
  705.  
  706.  
  707. .pages {
  708. margin-top: 10px;
  709. margin-bottom: 10px;
  710. text-align: center;
  711. line-height: 20px
  712. }
  713.  
  714.  
  715.  
  716.  
  717. .pages a {
  718. text-decoration: none;
  719. background-color:color:link background;
  720. padding: 2px 4px 2px 4px;
  721. color: #FFFFFF;
  722. border-right: 1px solid #d2d2d2;
  723. border-bottom: 1px solid #d2d2d2;
  724. }
  725.  
  726.  
  727.  
  728.  
  729. .sidimage{
  730. margin: 5px 0 5px 0;
  731. text-align: center
  732. }
  733.  
  734.  
  735.  
  736.  
  737. .sidimage img {
  738. max-width: 230px;
  739. height: auto;
  740. }
  741.  
  742.  
  743.  
  744.  
  745. .pages a:hover {
  746. background-color: ;
  747. color:;
  748. border-top: 1px solid #d2d2d2;
  749. border-left: 1px solid #d2d2d2;
  750. border-right: transparent;
  751. border-bottom: transparent;
  752. }
  753.  
  754.  
  755.  
  756.  
  757. .pages {
  758. margin: 0px 0 10px 0;
  759. text-align: center;
  760. line-height: 20px
  761. }
  762.  
  763.  
  764.  
  765.  
  766. .pages a {
  767. text-decoration: none;
  768. background-color: #000000;
  769. padding: 2px 4px 2px 4px;
  770. color:#FFFFFF
  771. }
  772.  
  773.  
  774.  
  775.  
  776.  
  777. {CustomCSS}
  778.  
  779. </style>
  780.  
  781.  
  782.  
  783. <body>
  784.  
  785.  
  786. <div id="content">
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795. <div id="sidebar">
  796. <br>
  797. <div id="title">{Title}</div><br><br>
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. <div class="sidebarimg"><img
  806.  
  807. src="{image:sidebar}"/></div>
  808.  
  809.  
  810.  
  811. {block:ifWhitenavigationicons}
  812. <div class="sidebarlinks2">
  813.  
  814. <a href="/" title="home"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/1335651555_home2.gif" /></a>
  815.  
  816. <a href="/ask" title="message"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/1335651574_mail2.gif" /></a>
  817.  
  818. <a href="/archive" title="archive"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/1335651585_calendar2.gif" /></a>
  819.  
  820. <a href="http://meliapond.tumblr.com/guidelines" title="theme by meliapond"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/1335651577_edit2.gif" /></a>
  821.  
  822. </div>
  823. {/block:ifWhitenavigationicons}
  824.  
  825.  
  826.  
  827. {block:ifBlacknavigationicons}
  828. <div class="sidebarlinks2">
  829.  
  830. <a href="/" title="home"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/1335651555_home.gif" /></a>
  831.  
  832. <a href="/ask" title="message"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_1335651574_mail.gif" /></a>
  833.  
  834. <a href="/archive" title="archive"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_1335651651_calday.gif" /></a>
  835.  
  836. <a href="http://baskervillles.tumblr.com/tagged/themes" title="theme"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_1335651577_edit.gif" /></a>
  837.  
  838. </div>
  839. {/block:ifBlacknavigationicons}
  840.  
  841.  
  842. <div class="sidebarlinks">
  843.  
  844. {block:HasPages}{block:Pages}
  845.  
  846. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  847. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  848. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  849. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  850. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  851. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}</div>
  852.  
  853.  
  854.  
  855.  
  856. <div id="sherlockholmes"><div class="desc"><div class="descrription">
  857.  
  858.  
  859. {block:Description}{Description}{/block:Description}</div></div></div>
  860.  
  861.  
  862.  
  863.  
  864.  
  865. <br><br>
  866.  
  867. <div id="pages">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  868.  
  869. {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  870. </div>
  871.  
  872. <br>
  873.  
  874.  
  875.  
  876. </div>
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884. <div id="entries">
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891. {block:Posts}
  892.  
  893.  
  894.  
  895.  
  896. <div class="post">
  897.  
  898.  
  899. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  900.  
  901. {block:Photo}
  902. {block:IndexPage}
  903. <div id="postbody">
  904. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div></center>
  905. {/block:IndexPage}
  906. {block:PermalinkPage}
  907. <div id="postbox">
  908. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  909. </div>
  910. {/block:PermalinkPage}
  911. {/block:Photo}
  912.  
  913. {block:Photoset}{Photoset-500}{/block:Photoset}
  914.  
  915. {block:Quote}
  916. <div class="qquote">{Quote}</div>
  917. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  918. {/block:Quote}
  919.  
  920. {block:Link}
  921. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  922. {block:Description}{Description}{/block:Description}
  923. {/block:Link}
  924.  
  925. {block:Chat}
  926. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  927. <div class="chat"><ul>{block:Lines}
  928. <li class="person{UserNumber}">{block:Label}
  929. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  930. {/block:Chat}
  931.  
  932. {block:Audio}
  933. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  934. {AudioPlayerGrey}
  935. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  936. {/block:Audio}
  937.  
  938. {block:Video}{Video-500}{/block:Video}
  939.  
  940. {block:Answer}
  941. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}</div>
  942. <div class="q">{Question}</div>
  943. <div class="a">{Answer}</div>
  944. {/block:Answer}
  945.  
  946. <div class="cap">
  947. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  948. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  949. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  950.  
  951.  
  952. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  953. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  954. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  955. {/block:ContentSource}</div></div>
  956.  
  957.  
  958. <div class="origin">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  959. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  960.  
  961. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  962.  
  963. <div class="ibottom"><div align='center'>{block:Date}posted {TimeAgo} · {DayOfMonth}/{MonthNumber}/{Year}{/block:Date} · <a href="{Permalink}">{NoteCountWithLabel}</a> <br></div></div>
  964.  
  965.  
  966. <div class="info"><div align='center'>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div><br>
  967.  
  968. </div>
  969.  
  970. {/block:Posts}
  971. {block:PostNotes}
  972. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  973. {/block:PostNotes}
  974.  
  975. </div>
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982. </div>
  983.  
  984.  
  985. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement