Advertisement
Guest User

Untitled

a guest
May 25th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.92 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #4] TENGOKU
  7. If you have any questions, go to 7th-district.tumblr.com/message for help.
  8.  
  9. ► Terms Of Use
  10. - Do not remove the credit or move it anywhere! (No pages!)
  11. - Do not block the credit with images or anything else.
  12. - Do not make heavy changes that make the theme no longer recognizable as mine.
  13. - Do not take parts of my theme codes and add it into your theme.
  14. _______________________________________________________________________
  15. -->
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}" />
  24.  
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="color:text" content="#888888" />
  27. <meta name="color:links" content="#cad1c9" />
  28. <meta name="color:links hover" content="#565656" />
  29. <meta name="color:blockquote" content="#f0d7d3" />
  30. <meta name="color:posts" content="#ffffff" />
  31. <meta name="color:posts border" content="#e4e4e4" />
  32. <meta name="color:title" content="#565656" />
  33. <meta name="color:sidebar image border" content="#dddddd" />
  34. <meta name="color:description" content="#888888" />
  35. <meta name="color:custom links" content="#565656" />
  36. <meta name="color:custom links border" content="#f0d7d3" />
  37. <meta name="color:custom links hover" content="#aaaaaa" />
  38. <meta name="color:custom links border hover" content="#cad1c9" />
  39. <meta name="color:scrollbar" content="#565656" />
  40. <meta name="color:scrollbar background" content="#ffffff" />
  41. <meta name="color:question background" content="#F6F7F2" />
  42. <meta name="color:question border" content="#ECEDE8" />
  43. <meta name="color:pagination text" content="#888888" />
  44. <meta name="color:pagination background" content="#e4e4e4" />
  45. <meta name="color:pagination text hover" content="#888888" />
  46. <meta name="color:pagination background hover" content="#ffffff" />
  47.  
  48. <meta name="if:photo fade" conten="0" />
  49. <meta name="if:grayscale" content="0" />
  50. <meta name="if:250" content="1" />
  51. <meta name="if:400" content="0" />
  52. <meta name="if:small cursor" content="1" />
  53. <meta name="if:infinite scroll" content="1" />
  54.  
  55. <meta name="image:sidebar" content="" />
  56. <meta name="image:background"  content="" />
  57.  
  58. <meta name="text:Link1 url" content="/">
  59. <meta name="text:Link1" content="link 1"/>
  60. <meta name="text:Link2 url" content="/">
  61. <meta name="text:Link2" content="link 2"/>
  62. <meta name="text:Link3 url" content="/">
  63. <meta name="text:Link3" content="link 3"/>
  64. <meta name="text:Link4 url" content="/">
  65. <meta name="text:Link4" content="link 4"/>
  66. <meta name="text:Link5 url" content="/">
  67. <meta name="text:Link5" content="link 5"/>
  68. <meta name="text:Link6 url" content="/">
  69. <meta name="text:Link6" content="link 6"/>
  70.  
  71. <style type="text/css">
  72.  
  73. #fumibox {
  74.     margin-top:320px; /*use to position the box*/
  75.     margin-left:200px; /*use to position the box*/
  76.     padding:3px;
  77.     height:10px;
  78.     width:50px;
  79.     overflow:hidden;
  80.     z-index:99%;
  81.     position:fixed;
  82.     background-color:none;
  83.     -webkit-transition: opacity 0.7s linear;
  84.     -webkit-transition: all 0.7s ease-in-out;
  85.     -moz-transition: all 0.7s ease-in-out;
  86.     -o-transition: all 0.7s ease-in-out;
  87. }
  88.  
  89. #fumibox:hover {
  90.     width:150px; /*use to change the size of the box when hovered over*/
  91. }
  92.  
  93. #fumipl {
  94.     margin-left: 0px;
  95.     overflow:hidden;
  96. }
  97.  
  98. {block:ifsmallcursor}
  99. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  100. {/block:ifsmallcursor}
  101.  
  102. ::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
  103. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar background};}
  104. ::-webkit-scrollbar {width:8px;height:5px;}
  105.  
  106. ::-moz-scrollbar-track {background-color:{color:scrollbar background};}
  107. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar background};}
  108. ::-moz-scrollbar {width:8px;height:5px;}
  109.  
  110. body{
  111.     background:{color:background};
  112.     font-family:calibri;
  113.     background-image:url('{image:background}');
  114.     background-attachment:fixed;
  115.     background-repeat:repeat;
  116.     word-wrap:break-word;
  117.     padding:0;
  118.     margin:0;
  119.     line-height:100%;
  120.     font-size:11px;
  121.     color:{color:text};
  122. }
  123.  
  124. body a{
  125.     text-decoration:none;
  126.     color:{color:links}!important;
  127.     font-style:none;
  128.     -webkit-transition: all 0.5s linear;
  129. -moz-transition: all 0.5s linear;
  130.     }
  131.    
  132. body a:hover{
  133.     color:{color:links hover}!important;
  134.         -webkit-transition: all 0.5s linear;
  135. -moz-transition: all 0.5s linear;
  136. }
  137.  
  138. #content {
  139.     margin:20px 0px 20px 360px;
  140. }
  141.  
  142. #content blockquote {
  143.     margin:0;
  144.     border-left:2px solid {color:blockquote};
  145.     padding-left:8px;
  146. }
  147.  
  148. #content blockquote img{
  149.     {block:if250}
  150.     width:200px;
  151.     {/block:if250}
  152.     {block:if400}
  153.     width:350px;
  154.     {/block:if400}
  155.     {block:permalinkpage}
  156.     width:350px;
  157.     {/block:permalinkpage}
  158. }
  159.  
  160. .pothead{
  161.     {block:if250}
  162.     width:250px;
  163.     {/block:if250}
  164.     {block:if400}
  165.     width:400px;
  166.     {/block:if400}
  167.     {block:permalinkpage}
  168.     width:400px;
  169.     {/block:permalinkpage}
  170.     {block:ifphotofade}
  171.     opacity:.7;
  172.     {/block:ifphotofade}
  173.     {block:ifgrayscale}
  174.     -webkit-filter: grayscale(100%);    
  175.     -moz-filter: grayscale(100%);
  176.     -o-filter: grayscale(100%);
  177.     {/block:ifgrayscale}
  178.     padding:8px;
  179.     margin-bottom:15px;
  180.     background:{color:posts};
  181.     border:1px solid {color:posts border};
  182.     -webkit-transition: all 0.5s linear;
  183. -moz-transition: all 0.5s linear;
  184. }
  185.  
  186. .pothead:hover{
  187.     opacity:1;
  188.     -webkit-filter: grayscale(0%);    
  189.     -moz-filter: grayscale(0%);
  190.     -o-filter: grayscale(0%);
  191.     -webkit-transition: all 0.5s linear;
  192. -moz-transition: all 0.5s linear;
  193. }
  194.  
  195. #side{
  196.     position:fixed;
  197.     top:200px;
  198.     left:200px;
  199.     width:110px;
  200.     height:100px;
  201. }
  202.  
  203. #tit{
  204.     font-family:calibri;
  205.     font-size:15px;
  206.     text-align:center;
  207.     padding-bottom:3px;
  208.     color:{color:title};
  209. }
  210.  
  211. #sideimg img{
  212.     width:100px;
  213.     height:100px;
  214.     padding:4px;
  215.     border:1px solid {color:sidebar image border};
  216.     background:{color:posts}
  217. }
  218.  
  219. #desc{
  220.     font-family:trebuchet ms;
  221.     font-style:italic;
  222.     font-size:9px;
  223.     text-align:center;
  224.     line-height:100%;
  225.     padding:5px;
  226.     color:{color:description};
  227.     }
  228.    
  229. #desc a{
  230.     text-decoration:none;
  231.     color:{color:links}
  232.         -webkit-transition: all 0.5s ease-in-out;
  233. -moz-transition: all 0.5s ease-in-out;
  234. }    
  235.     }
  236.    
  237. #desc a:hover{
  238.     color:{color:links hover};
  239.     -webkit-transition: all 0.5s ease-in-out;
  240. -moz-transition: all 0.5s ease-in-out;
  241. }
  242.    
  243. #boob{
  244.     position:fixed;
  245.     top:215px;
  246.     left:155px;
  247.     text-align:right;
  248. }
  249.  
  250. .bob a{
  251.     text-decoration:none;
  252.     font-family:consolas;
  253.     font-size:9px;
  254.     text-transform:uppercase;
  255.     color:{color:custom links}!important;
  256.     line-height:110%;
  257.     border-right:2px solid {color:custom links border}!important;
  258.     padding-right:4px;
  259.         -webkit-transition: all 0.5s ease-in-out;
  260. -moz-transition: all 0.5s ease-in-out;
  261. }
  262.  
  263. .bob a:hover{
  264.     color:{color:custom links hover}!important;
  265.     font-style:italic;
  266.     border-right:2px solid {color:custom links border hover}!important;
  267.         -webkit-transition: all 0.5s ease-in-out;
  268. -moz-transition: all 0.5s ease-in-out;
  269. }
  270.  
  271. #audio{
  272.     {block:if250}
  273.     max-width:250px;
  274.     {/block:if250}
  275.     {block:if400}
  276.     max-width:400px;
  277.     {/block:if400}
  278.     {block:permalinkpage}
  279.     max-width:400px;
  280.     {/block:permalinkpage}
  281.     background:#e4e4e4;
  282.     display:block;
  283.     }
  284.  
  285. .pothead .perma{
  286.     text-align:center;  
  287.     position: absolute;
  288.     height: 14px;
  289.     line-height:14px;
  290.     position:absolute;
  291.     background-color: {color:posts};
  292.     margin-top: -5px;
  293.     {block:if250}
  294.     margin-left:0px;
  295.     padding: 4px 85px;
  296.     font-size: 8px;
  297.     width:auto;
  298.     {/block:if250}
  299.     {block:if400}
  300.     margin-left:0px;
  301.     padding:6px 150px;
  302.     font-size:9px;
  303.     width:100px;
  304.     {/block:if400}
  305.     opacity: 0;
  306.     font-family:calibri;
  307.     text-transform: uppercase;
  308.     letter-spacing: 1px;
  309.     z-index:3;
  310.     -webkit-transition: all 0.4s linear;
  311. -moz-transition-duration: 0.4s;
  312. }
  313.  
  314. .pothead:hover .perma{
  315.     margin-top:0px;
  316.     opacity:1;
  317.     -webkit-transition: all 0.4s linear;
  318. -moz-transition-duration: 0.4s;
  319. }
  320.  
  321.  
  322. #note{
  323.      margin:20px auto;
  324.      width: 400px;
  325.      font-size: 11px;
  326.      text-transform:lowercase;
  327.      font-family:calibri;
  328.      color:{color:text};
  329. }
  330.  
  331. ol.notes{
  332.     list-style-type:none;
  333.     margin:0px;
  334.     padding-left:5px;
  335.     line-height:130%;
  336.     color:{color:text};
  337. }
  338.  
  339. .info{
  340.     padding-bottom:3px;
  341.     padding-top:5px;
  342.     padding-left:2px;
  343.     text-align:left;
  344.     font-family:consolas;
  345.     font-size:11px;
  346.     color:{color:text};
  347.     border-top:2px solid {color:posts border};
  348.     margin-top:5px;
  349. }
  350.  
  351. .tags{
  352.     margin-top:5px;
  353.     font-family:calibri;
  354.     font-size:8px;
  355.     text-transform:uppercase;
  356.     letter-spacing:1px;
  357.     text-align:left;
  358.     color:{color;text};
  359. }
  360.  
  361. #asker{
  362.     text-align:center;
  363.     font-size:13px;
  364.     font-style:italic;
  365.     line-height:110%;
  366. }
  367.  
  368. #ques{
  369.     margin-top:-6px;
  370.     color:{color:text};
  371.     border:1px solid {color:question border};
  372.     background:{color:question background};
  373.     padding:5px;
  374. }
  375.  
  376. #answer{
  377.     margin-top:-10px;
  378.     padding:0px 5px 5px 5px;
  379. }
  380.  
  381. #pagination{
  382.     width:110px;
  383.     margin-top:30px;
  384.     margin-left:-5px;
  385.     text-align:center;
  386. }
  387.  
  388. #pagination a {
  389.     {block:ifinfinitescroll}
  390.     display:none;
  391.     {/block:ifinfinitescroll}
  392.     background:{color:pagination background};
  393.     color:{color:pagination text};
  394.     padding:0px 5px;
  395.     margin:2px;
  396.     -webkit-transition: all 0.5s linear;
  397. -moz-transition: all 0.5s linear;
  398. }
  399.  
  400. #pagination a:hover {
  401.     color:{color:pagination text hover};
  402.     background:{color:pagination background hover};
  403.         -webkit-transition: all 0.5s linear;
  404. -moz-transition: all 0.5s linear;
  405. }
  406.  
  407. #pagination .current_page{
  408.     padding:0px 5px;
  409.     {block:ifinfinitescroll}
  410.     display:none;
  411.     {/block:ifinfinitescroll}
  412.     }
  413. #source{
  414.     text-align:right;
  415. }
  416.  
  417. #content img {
  418.     max-width:250px;
  419.     {block:permalinkpage}
  420.     max-width:100%;
  421.     {/block:permalinkpage}
  422.     }
  423.  
  424. </style>
  425. {block:ifinfinitescroll}
  426. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  427. {/block:ifinfinitescroll}
  428. </head>
  429.  
  430. <body>
  431.  
  432. <IMG STYLE="position:fixed; bottom:0px; right:0px;" src="http://i.imgur.com/dA20STQ.jpg" height="400">
  433.  
  434.  <div id="fumibox">
  435. <div id="fumipl"><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/qdzk23qyr3/olafur-arnalds-raein.mp3&t0=&f1=http://k003.kiwi6.com/hotlink/2tmob7hl5m/olafur-arnalds-ljosid.mp3&t1=&total=2" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  436. </div>
  437.  
  438. <div id="side">
  439. <div id="tit">{Title}</div>
  440. <div id="sideimg"><img src="{image:sidebar}" /></div>
  441. <div id="desc">{block:Description}{Description}{/block:Description}
  442.    
  443.     {block:Pagination}
  444. <div id="pagination">
  445.       {block:PreviousPage}
  446.             <a href="{PreviousPage}">«</a>
  447.       {/block:PreviousPage}
  448.  
  449.       {block:JumpPagination length="3"}
  450.             {block:CurrentPage}
  451.                   <span class="current_page">{PageNumber}</span>
  452.             {/block:CurrentPage}
  453.  
  454.             {block:JumpPage}
  455.                   <a class="jump_page" href="{URL}">{PageNumber}</a>
  456.             {/block:JumpPage}
  457.       {/block:JumpPagination}
  458.  
  459.       {block:NextPage}
  460.             <a href="{NextPage}">»</a>
  461.       {/block:NextPage}
  462. </div>
  463. {/block:Pagination}
  464.  
  465. </div>
  466. </div>
  467.  
  468. <div id="boob">
  469. <div class="bob"><a href="/">home</a></div>
  470. <div class="bob"><a href="/ask">message</a></div>
  471. <div class="bob"><a href="/archive">history</a></div>
  472. <div class="bob"><a href="http://almightyone.tumblr.com/">theme</a></div>
  473. {block:IfLink1}
  474. <div class="bob"><a href="{text:Link1 url}">{text:Link1}</a></div>
  475. {/block:IfLink1}
  476. {block:IfLink2}
  477. <div class="bob"><a href="{text:Link2 url}">{text:Link2}</a></div>
  478. {/block:IfLink2}
  479. {block:IfLink3}
  480. <div class="bob"><a href="{text:Link3 url}">{text:Link3}</a></div>
  481. {/block:IfLink3}
  482. {block:IfLink4}
  483. <div class="bob"><a href="{text:Link4 url}">{text:Link4}</a></div>
  484. {/block:IfLink4}
  485. {block:IfLink5}
  486. <div class="bob"><a href="{text:Link5 url}">{text:Link5}</a></div>
  487. {/block:IfLink5}
  488. {block:IfLink6}
  489. <div class="bob"><a href="{text:Link6 url}">{text:Link6}</a></div>
  490. {/block:IfLink6}
  491. </div>
  492.  
  493. <div id="content">
  494. <div class="autopagerize_page_element">
  495. {block:posts}
  496. <div class="pothead">
  497.  
  498. {block:Photo}
  499. {block:indexpage}
  500. <div class="perma">
  501. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  502. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" style="
  503. {block:if250}max-width:250px;{/block:if250}
  504. {block:if400}max-width:400px;{/block:if400}" />{LinkCloseTag}</center>
  505. {/block:indexpage}
  506. {block:permalinkpage}
  507. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" style="max-width:400px;" />{LinkCloseTag}</center>
  508. {block:Caption}{Caption}{/block:Caption}
  509. <div class="info">
  510. {block:RebloggedFrom}<span style="text-transform:uppercase">
  511.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  512.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  513. {/block:RebloggedFrom}
  514. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  515. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  516. </div>
  517. {block:HasTags}<div class="tags">TAGGED AS:
  518. {block:Tags}
  519. <a href="{TagURL}">#{Tag} </a>
  520. {/block:Tags}
  521. </div>
  522. {/block:HasTags}{/block:permalinkpage}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}
  526. {block:indexpage}
  527. <div class="perma">
  528. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  529. {block:if250}
  530. {Photoset-250}
  531. {/block:if250}
  532. {block:if400}{Photoset-400}{/block:if400}
  533. {/block:indexpage}
  534. {block:permalinkpage}
  535. {Photoset-400}
  536. {block:Caption}{Caption}{/block:Caption}
  537. <div class="info">
  538. {block:RebloggedFrom}<span style="text-transform:uppercase">
  539.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  540.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  541. {/block:RebloggedFrom}
  542. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  543. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  544. </div>
  545. {block:HasTags}<div class="tags">
  546. {block:Tags}
  547. <a href="{TagURL}">#{Tag} </a>
  548. {/block:Tags}
  549. </div>
  550. {/block:HasTags}
  551. {/block:permalinkpage}
  552. {/block:Photoset}
  553.  
  554. {block:Video}
  555. {block:indexpage}
  556. <div class="perma">
  557. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  558. {block:if250}
  559. {Video-250}
  560. {/block:if250}
  561. {block:if400}{Video-400}{/block:if400}
  562. {/block:indexpage}
  563. {block:permalinkpage}
  564. {Video-400}
  565. {block:Caption}{Caption}{/block:Caption}
  566. <div class="info">
  567. {block:RebloggedFrom}<span style="text-transform:uppercase">
  568.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  569.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  570. {/block:RebloggedFrom}
  571. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  572. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  573. </div>
  574. {block:HasTags}<div class="tags">
  575. {block:Tags}
  576. <a href="{TagURL}">#{Tag} </a>
  577. {/block:Tags}
  578. </div>
  579. {/block:HasTags}
  580. {/block:permalinkpage}
  581. {/block:Video}
  582.  
  583. {block:Audio}
  584. {block:indexpage}
  585. <div class="perma">
  586. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  587. <div id="audio">{AudioPlayerGrey}</div>
  588. {block:Caption}{Caption}{/block:Caption}
  589. {/block:indexpage}
  590. {block:permalinkpage}
  591. <span style="background:#e4e4e4;max-width:400px;display:block;">{AudioPlayerGrey}</span>
  592. {block:Caption}<br />{Caption}{/block:Caption}
  593. <div class="info">
  594. {block:RebloggedFrom}<span style="text-transform:uppercase">
  595.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  596.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  597. {/block:RebloggedFrom}
  598. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  599. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  600. </div>
  601. {block:HasTags}<div class="tags">
  602. {block:Tags}
  603. <a href="{TagURL}">#{Tag} </a>
  604. {/block:Tags}
  605. </div>
  606. {/block:HasTags}
  607. {/block:permalinkpage}
  608. {/block:Audio}
  609.  
  610. {block:Quote}
  611. {block:indexpage}
  612. <div class="perma">
  613. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  614. <span style="font-style:italic;font-size:13px;">“{Quote}”</span>
  615. {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
  616. {/block:indexpage}
  617. {block:permalinkpage}
  618. “{Quote}”
  619. {block:Source}<br />{Source}{/block:Source}
  620. <div class="info">
  621. {block:RebloggedFrom}<span style="text-transform:uppercase">
  622.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  623.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  624. {/block:RebloggedFrom}
  625. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  626. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  627. </div>
  628. {block:HasTags}<div class="tags">
  629. {block:Tags}
  630. <a href="{TagURL}">#{Tag} </a>
  631. {/block:Tags}
  632. </div>
  633. {/block:HasTags}
  634. {/block:permalinkpage}
  635. {/block:Quote}
  636.  
  637. {block:Text}
  638. {block:indexpage}
  639. <div class="perma">
  640. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  641. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  642. {Body}
  643. {/block:indexpage}
  644. {block:permalinkpage}
  645. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  646. {Body}
  647. <div class="info">
  648. {block:RebloggedFrom}<span style="text-transform:uppercase">
  649.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  650.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  651. {/block:RebloggedFrom}
  652. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  653. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  654. </div>
  655. {block:HasTags}<div class="tags">
  656. {block:Tags}
  657. <a href="{TagURL}">#{Tag} </a>
  658. {/block:Tags}
  659. </div>
  660. {/block:HasTags}
  661. {/block:permalinkpage}
  662. {/block:Text}
  663.                    
  664. {block:Answer}
  665. {block:indexpage}
  666. <div class="perma">
  667. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  668. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  669. <div id="ques">{Question}</div><br />
  670. <div id="answer">{Answer}</div>
  671. {/block:indexpage}
  672. {block:permalinkpage}
  673. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  674. <div id="ques">{Question}</div><br />
  675. <div id="answer">{Answer}</div>
  676. <div class="info">
  677. {block:RebloggedFrom}<span style="text-transform:uppercase">
  678.         via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  679.         Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  680. {/block:RebloggedFrom}
  681. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  682. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  683. </div>
  684. {block:HasTags}<div class="tags">
  685. {block:Tags}
  686. <a href="{TagURL}">#{Tag} </a>
  687. {/block:Tags}
  688. </div>
  689. {/block:HasTags}
  690. {/block:permalinkpage}
  691. {/block:Answer}
  692.  
  693. {block:Chat}
  694. {block:indexpage}
  695. <div class="perma">
  696. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  697. {block:Title}{Title}<br />{/block:Title}
  698. {block:Lines}
  699. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br  />
  700. {/block:Lines}
  701. {/block:indexpage}
  702. {block:permalinkpage}
  703. {block:Title}{Title}<br />{/block:Title}
  704. {block:Lines}
  705. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br  />
  706. {/block:Lines}
  707. {/block:permalinkpage}
  708. {/block:Chat}
  709.  
  710. {block:Link}
  711. {block:indexpage}
  712. <div class="perma">
  713. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  714. <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;line-height:110%;">{Name}</a>
  715. {block:Description}<br />{Description}{/block:Description}
  716. {/block:indexpage}
  717. {block:permalinkpage}
  718. <a href="{URL}"  style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
  719. {block:Description}<br />{Description}{/block:Description}
  720. {/block:permalinkpage}
  721. {/block:Link}
  722.  
  723. {block:PostNotes}
  724. <div id="note">{PostNotes}</div>
  725. {/block:PostNotes}
  726.  
  727.  
  728. </div>
  729. {/block:posts}
  730. </div>
  731. </div> <!--content -->
  732.  
  733. </body>
  734. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement