Advertisement
PradaThemes

Zeuss

Jul 14th, 2012
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.35 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <!-- --------------------------
  8.  
  9. P O W E R E D B Y T U M B L R
  10.  
  11. Theme ZEUSS by vogueit-themes, 2012.
  12.  
  13. BY: W A L K P R A D A
  14.  
  15. ------------------------------>
  16.  
  17.  
  18. <title>{Title}</title>
  19.  
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  21.  
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <link rel="shortcut icon" href="{Favicon}" />
  25.  
  26. <meta name="color:Blog title" content="#000000"/>
  27.  
  28. <meta name="color:Text" content="#000000"/>
  29.  
  30. <meta name="color:Links" content="#5C5C5C"/>
  31.  
  32. <meta name="color:Links Hover" content="#B1B1B1"/>
  33.  
  34. <meta name="color:Title" content="#FFFFFF"/>
  35.  
  36. <meta name="color:Background" content="#FFFFFF"/>
  37.  
  38. <meta name="color:Scrollbar" content="#FFFFFF"/>
  39.  
  40. <meta name="if:Three Columns" content="1">
  41.  
  42. <meta name="if:Four Columns" content="1">
  43.  
  44. <meta name="if:Show Blog Title" content="1"/>
  45.  
  46. <meta name="if:Show Background Image" content="1">
  47.  
  48. <meta name="if:Use Banner" content="0">
  49.  
  50. <meta name="if:Show Home Link" content="1">
  51.  
  52. <meta name="if:Show Message Link" content="1">
  53.  
  54. <meta name="if:Show Submit" content="1"/>
  55.  
  56. <meta name="if:Show Archive Link" content="1">
  57.  
  58. <meta name="if:Rounded Scrollbar" content="0"/>
  59.  
  60. <meta name="if:Underline Hover" content="0"/>
  61.  
  62. <meta name="font:Title" content="Georgia"/>
  63.  
  64. <meta name="font:Body" content="Georgia"/>
  65.  
  66. <meta name="image:Background" content="">
  67.  
  68. <meta name="image:Banner" content="">
  69.  
  70. <meta name="text:Link One" content="" />
  71.  
  72. <meta name="text:Link One Title" content="" />
  73.  
  74. <meta name="text:Link Two" content="" />
  75.  
  76. <meta name="text:Link Two Title" content="" />
  77.  
  78. <meta name="text:Link Three" content="" />
  79.  
  80. <meta name="text:Link Three Title" content="" />
  81.  
  82. <meta name="text:Link Four" content="" />
  83.  
  84. <meta name="text:link Four Title" content="" />
  85.  
  86. <meta name="text:link Five" content="" />
  87.  
  88. <meta name="text:link Five Title" content="" />
  89.  
  90. <meta name="text:link Eight Title" content="" />
  91.  
  92. <meta name="text:Title font size" content="22"/>
  93.  
  94. <meta name="text:Post title font size" content="18"/>
  95.  
  96. <meta name="text:Body font size" content="11"/>
  97.  
  98. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  99.  
  100. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/B45lrpvaa/one.txt"></script>
  101.  
  102. <style type="text/css">
  103.  
  104. h1 {
  105.  
  106. color:{color:Blog title};
  107.  
  108. padding-bottom:30px;
  109.  
  110. font-weight: normal;
  111.  
  112. font-size:{text:title font size}px;
  113.  
  114. text-transform: uppercase;
  115.  
  116. font-family:{font:Title};
  117.  
  118. line-height: -4px;
  119.  
  120. {block:ifusebanner}display:none;{/block:ifusebanner}
  121.  
  122. }
  123.  
  124. h1 a {
  125.  
  126. color:{color:Blog title};
  127.  
  128. }
  129.  
  130. body {
  131.  
  132. height: 100%;
  133.  
  134. background-color:{color:Background};
  135.  
  136. color: {color:Text};
  137.  
  138. font-size: {text:Body font size}px;
  139.  
  140. font-family:{font:Body};
  141.  
  142. line-height: 14px;
  143.  
  144. padding: 30px 0 200px 0;
  145.  
  146. {block:ifShowbackgroundImage}background-attachment: fixed;
  147.  
  148. background-image:url('{image:Background}');
  149.  
  150. {/block:ifshowbackgroundimage}
  151.  
  152. }
  153.  
  154. a {
  155.  
  156. color: {color:Links};
  157.  
  158. text-decoration:none;
  159.  
  160. }
  161.  
  162. a:hover {
  163.  
  164. color: {color:Links Hover};
  165.  
  166. {block:IfUnderlineHover}text-decoration: underline;{/block:IfUnderlineHover}
  167.  
  168. -webkit-transition-duration: 0.5s;
  169.  
  170. }
  171.  
  172. a.title {
  173.  
  174. color: {color:Links};
  175.  
  176. text-decoration:none;
  177.  
  178. }
  179.  
  180. ::-webkit-scrollbar-thumb:vertical {
  181.  
  182. background-color:{color:Scrollbar};
  183.  
  184. height:100px;
  185.  
  186. {block:IfRoundedScrollbar}
  187.  
  188. -moz-border-radius:20px;
  189.  
  190. -webkit-border-radius:20px;
  191.  
  192. {/block:IfRoundedScrollbar}
  193.  
  194. }
  195.  
  196. ::-webkit-scrollbar-thumb:horizontal {
  197.  
  198. background-color:{color:Scrollbar};
  199.  
  200. height:10px;
  201.  
  202. {block:IfRoundedScrollbar}
  203.  
  204. -moz-border-radius:20px;
  205.  
  206. -webkit-border-radius:20px;
  207.  
  208. {/block:IfRoundedScrollbar}
  209.  
  210. }
  211.  
  212. ::-webkit-scrollbar {
  213.  
  214. height:10px;
  215.  
  216. width:8px;
  217.  
  218. background-color:{color:background};
  219.  
  220. {block:IfRoundedScrollbar}
  221.  
  222. -moz-border-radius:20px;
  223.  
  224. -webkit-border-radius:20px;
  225.  
  226. {/block:IfRoundedScrollbar}
  227.  
  228. }
  229.  
  230. #container {
  231.  
  232. width: 1050px;
  233.  
  234. margin: auto auto auto auto;
  235.  
  236. position: relative;
  237.  
  238. }
  239.  
  240. #container .header {
  241.  
  242. width: 1050px;
  243.  
  244. margin: auto auto;
  245.  
  246. }
  247.  
  248. #container .description {
  249.  
  250. padding: 5px 0px 5px;
  251.  
  252. clear: both;
  253.  
  254. position: relative;
  255.  
  256. text-align:center;
  257.  
  258. width:500px;
  259.  
  260. margin-left: auto;
  261.  
  262. margin-right: auto;
  263.  
  264. }
  265.  
  266. #container .posts {
  267.  
  268. width: 1050px;
  269.  
  270. width: 1050px;
  271.  
  272. clear: both;
  273.  
  274. position: relative;
  275.  
  276. margin-left: auto;
  277.  
  278. margin-right: auto;
  279.  
  280. padding-top:15px;
  281.  
  282. }
  283.  
  284. #container .box {
  285.  
  286. width: 345px;
  287.  
  288. {block:ifonecolumn}width: 600px; padding-left:21%;{/block:ifonecolumn}
  289.  
  290. {block:iftwocolumns}width: 500px;{/block:iftwocolumns}
  291.  
  292. {block:iffourcolumns}width: 250px; margin-bottom:20px;{/block:iffourcolumns}
  293.  
  294. margin-left: 5px;
  295.  
  296. margin-left: 5px;
  297.  
  298. float: left;
  299.  
  300. margin-bottom: 30px;
  301.  
  302. margin-bottom: 30px;
  303.  
  304. position: relative;
  305.  
  306. }
  307.  
  308. #container .box a{
  309.  
  310. -webkit-transition-duration: 0.5s;
  311.  
  312. }
  313.  
  314. #container .box img {
  315.  
  316. max-width: 100%;
  317.  
  318. border:0px;
  319.  
  320. -webkit-transition-duration: 0.5s;
  321.  
  322. opacity:1;
  323.  
  324. }
  325.  
  326. #container .title {
  327.  
  328. font-size:{text:Post title font size}px;
  329.  
  330. line-height: 18px;
  331.  
  332. text-decoration: none;
  333.  
  334. display: block;
  335.  
  336. color:{color:Title};
  337.  
  338. padding: 8px;
  339.  
  340. }
  341.  
  342. #container .ask {
  343.  
  344. font-size:{text:Post title font size}px;
  345.  
  346. line-height: 18px;
  347.  
  348. text-decoration: none;
  349.  
  350. display: block;
  351.  
  352. color:{color:Title};
  353.  
  354. padding: 8px;
  355.  
  356. }
  357.  
  358. #container .audio {
  359.  
  360. width: 207px;
  361.  
  362. }
  363.  
  364. #container .columnHolder {
  365.  
  366. width: 800px;
  367.  
  368. margin: 5px 0 0 5px;
  369.  
  370. overflow: hidden;
  371.  
  372. }
  373.  
  374. #container .columnHolder .column {
  375.  
  376. width: 225px;
  377.  
  378. min-height: 1px;
  379.  
  380. float: left;
  381.  
  382. }
  383.  
  384. #container .columnHolder .column.middle {
  385.  
  386. margin: 0 0px;
  387.  
  388. }
  389.  
  390. #arrow {
  391.  
  392. font-size:15px;
  393.  
  394. padding-left:20px;
  395.  
  396. color:{color:background};
  397.  
  398. margin-top:-5px;
  399.  
  400. padding-bottom:5px;
  401.  
  402. }
  403.  
  404. {block:PermalinkPage}
  405.  
  406. .box {
  407.  
  408. width: 600px !important;
  409.  
  410. padding-left: 21%;
  411.  
  412. }
  413.  
  414. p.answer_form_container {
  415.  
  416. width: 580px;
  417.  
  418. }
  419.  
  420. ol.notes {
  421.  
  422. width: 600px;
  423.  
  424. position:relative;
  425.  
  426. padding-left:21%;
  427.  
  428. list-style-type: none;
  429.  
  430. margin: 0px 0 10px 0;
  431.  
  432. padding: -10px -90px;
  433.  
  434. }
  435.  
  436. ol.notes li.note {
  437.  
  438. margin: 0px 0 2px 0;
  439.  
  440. padding: 0;
  441.  
  442. }
  443.  
  444. ol.notes a {color:Links}
  445.  
  446. ol.notes img.avatar {
  447.  
  448. display: true;
  449.  
  450. padding:2px 0 0 2px;
  451.  
  452. border:0px;
  453.  
  454. }
  455.  
  456. ol.notes blockquote {
  457.  
  458. margin: 0;
  459.  
  460. }
  461.  
  462. ol.notes blockquote a {
  463.  
  464. text-decoration: none;
  465.  
  466. }
  467.  
  468. {/block:PermalinkPage}
  469.  
  470. .video{
  471.  
  472. text-align: center;
  473.  
  474. background-color:black;
  475.  
  476. }
  477.  
  478. #top-link {
  479.  
  480. position:fixed;
  481.  
  482. right:5px;
  483.  
  484. bottom:5px;
  485.  
  486. color:white;
  487.  
  488. font-weight:bold;
  489.  
  490. text-decoration:none;
  491.  
  492. padding:10px;
  493.  
  494. border:0px;
  495.  
  496. }
  497.  
  498. #audiotest {
  499.  
  500. background-image:url('http://static.tumblr.com/2w7y46r/gPklc94jg/play.png');
  501.  
  502. margin-top: -27px;
  503.  
  504. display:block;
  505.  
  506. height:27px;
  507.  
  508. z-index:-1000;
  509.  
  510. width:250px;
  511.  
  512. }
  513.  
  514. .box:hover .back {
  515.  
  516. {block:indexpage}{/block:indexpage}z-index:1000;
  517.  
  518. }
  519.  
  520. .back {
  521.  
  522. margin-top: -25px;
  523.  
  524. width:100%;
  525.  
  526. opacity: 0;
  527.  
  528. z-index: 1000;
  529.  
  530. }
  531.  
  532. {block:PermalinkPage}
  533.  
  534. .back img{
  535.  
  536. width:500px;
  537.  
  538. height:20px;
  539.  
  540. }
  541.  
  542. {/block:PermalinkPage}
  543.  
  544. {block:ifonecolumn}
  545.  
  546. .back img{width:600px; height:20px;}
  547.  
  548. {/block:ifonecolumn}
  549.  
  550. {block:iftwocolumns}
  551.  
  552. .back img{width:500px; height:20px;}
  553.  
  554. {/block:iftwocolumns}
  555.  
  556. {block:iffourcolumns}
  557.  
  558. .back img{width:100%; height:20px;}
  559.  
  560. {/block:iffourcolumns}
  561.  
  562. </style>
  563.  
  564. <style type="text/css">{CustomCSS}</style>
  565.  
  566. <script src="http://static.tumblr.com/ubmlcww/CVqlrvww0/two.txt"></script>
  567.  
  568. <script src="http://static.tumblr.com/is5f0mm/oBolrpvgf/infinite_scroll.txt"></script>
  569.  
  570. <script src="http://static.tumblr.com/ubmlcww/Bhflrvwwe/three.txt" type="text/javascript"></script>
  571.  
  572. <script src="http://static.tumblr.com/is5f0mm/JOdlrpvsh/four.txt" type="text/javascript"></script>
  573.  
  574. <script src="http://static.tumblr.com/is5f0mm/cuOlrpvzp/five.txt" type="text/javascript"></script>
  575.  
  576. </head>
  577.  
  578. {block:indexpage}
  579.  
  580. <script src="http://static.tumblr.com/is5f0mm/PT0lrpwjq/six.txt" type="text/javascript"></script>
  581.  
  582. {/block:indexpage}
  583.  
  584. <br>
  585.  
  586. <div id="container">
  587.  
  588. <div class="header">
  589.  
  590. <div style="text-align: center;">{block:ifusebanner}<img style="max-width:1500px; max-height:300px" src="{image:banner}"/>{/block:ifusebanner}<h1 class="bebas"><a href="/">{block:ifshowblogtitle}{Title}{/block:ifshowblogtitle}</a></h1></div>
  591.  
  592. <div style="text-align: center; font-size:12px; margin-top:-35px; {block:ifusebanner}margin-top:10px; {/block:ifusebanner}text-transform: lowercase;">
  593.  
  594. {block:ifshowhomelink}<a href="/">home</a>&nbsp;&nbsp;&nbsp;{/block:ifshowhomelink}
  595.  
  596. {block:ifshowmessagelink}<a href="/ask">message</a>&nbsp;&nbsp;&nbsp;{/block:ifshowmessagelink}
  597.  
  598.  
  599.  
  600. {block:ifLinkOneTitle}
  601.  
  602. <a href="{text:Link One}" class="link">{text:Link One Title}</a>&nbsp;&nbsp;
  603.  
  604. {/block:ifLinkOneTitle}
  605.  
  606. {block:ifLinkTwoTitle}
  607.  
  608. <a href="{text:Link Two}" class="link">{text:Link Two Title}</a>&nbsp;&nbsp;&nbsp;
  609.  
  610. {/block:ifLinkTwoTitle}
  611.  
  612. {block:ifLinkThreeTitle}
  613.  
  614. <a href="{text:Link Three}" class="link">{text:Link Three Title}</a>&nbsp;&nbsp;&nbsp;
  615.  
  616. {/block:ifLinkThreeTitle}
  617.  
  618. {block:ifLinkFourTitle}
  619.  
  620. <a href="{text:Link Four}" class="link">{text:Link Four Title}</a>&nbsp;&nbsp;&nbsp;
  621.  
  622. {/block:ifLinkFourTitle}
  623.  
  624. {block:ifLinkFiveTitle}
  625.  
  626. <a href="{text:Link Five}" class="link">{text:Link Five Title}&nbsp;&nbsp;&nbsp;</a>
  627.  
  628. {/block:ifLinkFiveTitle}
  629.  
  630.  
  631.  
  632. {block:Pages}
  633.  
  634. <a href="{URL}" title="{Label}">{Label}</a>&nbsp;&nbsp;&nbsp;
  635.  
  636. {/block:Pages}
  637.  
  638. {block:IfShowSubmit}<a href="/submit">submit</a>&nbsp;&nbsp;&nbsp;{/block:IfShowSubmit}
  639.  
  640. {block:ifshowarchivelink}<a href="/archive">archive</a>&nbsp;&nbsp;&nbsp;{/block:ifshowarchivelink}
  641.  
  642.  
  643.  
  644. <br><br><center>
  645.  
  646.  
  647.  
  648. </center>
  649.  
  650. <div style="bottom:5px; left:5px; position:fixed; opacity:2; text-style:italic; color:{color:Text}; "><a href="http://vogueit-themes.tumblr.com">ɀ</a></div>
  651.  
  652. </div>
  653.  
  654. <div class="description">{description}<br style="clear:both"></div></div>
  655.  
  656. <div class="posts" id="allposts">
  657.  
  658. {block:Posts}
  659.  
  660. <div class="box">
  661.  
  662. {block:Photo}
  663.  
  664. {block:IndexPage}
  665.  
  666. <a href="{Permalink}" target="_blank">{/block:IndexPage}
  667.  
  668. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  669.  
  670. <img style="min-width:100%;" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()" src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}">
  671.  
  672. <div class="back"></div>
  673.  
  674. <div class="perma">
  675.  
  676. <a href="{Permalink}" target="_blank"></a>
  677.  
  678. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a>
  679.  
  680. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  681.  
  682. {/block:Photo}
  683.  
  684. {block:Audio}
  685.  
  686. <div class="curve">
  687.  
  688. <div style=" width:100%; height:27px; font-size:1px; color:black; background-color:black;">
  689.  
  690. {AudioPlayerBlack}
  691.  
  692. </div><a href="{Permalink}" target="_blank" id="audiotest"></a></div><div id="arrow" style="color:black;">&#9660;</div>
  693.  
  694. {block:AlbumArt}<img style="border:1px solid white; width:50px; margin-left:5px;" src="{AlbumArtURL}"/>{/block:AlbumArt}
  695.  
  696. {block:indexpage}<div style="{block:AlbumArt}min-height:40px; padding-left:70px;margin-top:-60px;{/block:AlbumArt}">{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  697.  
  698. {block:IndexPage}
  699.  
  700. <div class="back"></div>
  701.  
  702. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  703.  
  704. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a>
  705.  
  706. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a>{block:ExternalAudio}<a href="{ExternalAudioURL}"></a>{/block:ExternalAudio}</div>{/block:IndexPage}
  707.  
  708. {/block:Audio}
  709.  
  710. {block:Video}
  711.  
  712. <div class="video">
  713.  
  714. {block:iffourcolumns}{Video-250}{/block:iffourcolumns}
  715.  
  716. {block:ifthreecolumns}{Video-250}{/block:ifthreecolumns}
  717.  
  718. {block:iftwocolumns}{Video-500}{/block:iftwocolumns}
  719.  
  720. {block:ifonecolumn}{Video-500}{/block:ifonecolumn}
  721.  
  722. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  723.  
  724. <div class="back"></div>
  725.  
  726. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  727.  
  728. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  729.  
  730. {/block:Video}
  731.  
  732. {block:Text}
  733.  
  734. <div class="curve">{block:Title}<a href="{Permalink}" class="title">&nbsp;{Title}&nbsp;</a>{/block:Title}</div>{block:Title}<div id="arrow">&#9660;</div>{/block:Title}
  735.  
  736. <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Body}</div>
  737.  
  738. <div class="back"></div>
  739.  
  740. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  741.  
  742. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  743.  
  744. {block:More}<br><br> <a href="{Permalink}" class="readMore">Read More</a>{/block:More}
  745.  
  746. {/block:Text}
  747.  
  748. {block:Answer}
  749.  
  750. <div class="curve"><a href="{Permalink}" class="ask">&nbsp;{Question}&nbsp;</a></div><div id="arrow">&#9660;</div>
  751.  
  752. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img style="border:1px solid white;" src="{AskerPortraitURL-16}"/><span style="vertical-align: 25%;">&nbsp;&nbsp;{Asker}</span>
  753.  
  754. <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Answer}</div>
  755.  
  756. <div class="back"></div>
  757.  
  758. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  759.  
  760. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a></div>
  761.  
  762. {/block:Answer}
  763.  
  764. {block:Link}
  765.  
  766. <div class="curve"><a href="{URL}" class="title" {Target}>&nbsp;{Name}&nbsp;</a>
  767.  
  768. </div><div id="arrow">&#9660;</div>
  769.  
  770. {block:Description}<div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Description}</div>{/block:Description}
  771.  
  772. <div class="back"></div>
  773.  
  774. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  775.  
  776. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  777.  
  778. {/block:Link}
  779.  
  780. {block:Quote}<div class="curve"><a href="{Permalink}" class="title">"{Quote}"</a></div><div id="arrow">&#9660;</div>{block:Source}&nbsp;&nbsp;{Source}<br>{/block:Source}
  781.  
  782. <div class="back"></div>
  783.  
  784. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  785.  
  786. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>{/block:Quote}
  787.  
  788. {block:Chat}
  789.  
  790. <div class="curve">{block:Title}<a href="{Permalink}" class="title">&nbsp;{Title}&nbsp;</a>{/block:Title}</div>{block:Title}<div id="arrow">&#9660;</div>{/block:Title}
  791.  
  792. <table class="chat" style="padding-left:5px;"cellspacing="0">{block:Lines}<tr>{block:Label}<td class="name line{UserNumber}">{Label}</td>{block:Label}<td class="words line{UserNumber}">{Line}</td></tr>{/block:Lines}</table>
  793.  
  794. <div class="back"></div>
  795.  
  796. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  797.  
  798. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  799.  
  800. {/block:Chat}
  801.  
  802. {block:PermalinkPage}<block:Caption>
  803.  
  804. <BR>{Caption}</block:Caption><BR><BR>
  805.  
  806. {block:NoteCount}{notecountwithlabel}{/block:NoteCount}{/block:PermalinkPage}
  807.  
  808. {block:PermalinkPage}</div>
  809.  
  810. {block:PostNotes}{PostNotes}{/block:PostNotes}
  811.  
  812. {/block:PermalinkPage}
  813.  
  814. </div>{/block:Posts}
  815.  
  816. </div>
  817.  
  818. {block:IndexPage}
  819.  
  820. <div class="columnHolder footer"><div class="column navigation" id="navigation">
  821.  
  822. {block:Pagination}
  823.  
  824. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  825.  
  826. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  827.  
  828. {block:PermalinkPagination}
  829.  
  830. {block:NextPost}<a href="{NextPost}" class="navigate">{/block:NextPost}{block:NextPost}</a>{/block:NextPost}
  831.  
  832. {block:PreviousPost}<a href="{PreviousPost}" class="navigate">{/block:PreviousPost}{block:PreviousPost}</a>{/block:PreviousPost}{/block:PermalinkPagination}</div></div>
  833.  
  834. {/block:IndexPage}</div>
  835.  
  836. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/T5klrpwms/autoscale.txt"></script>
  837.  
  838. </body>
  839.  
  840.  
  841.  
  842. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement