Advertisement
Beatamine

Cloudy sky

Apr 1st, 2015
3,717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 17.53 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">
  3.  
  4. <!---------------------------------------------------------------------------
  5.  
  6.                                     (\__/)
  7.                                     (•ㅅ•)
  8.  
  9.                               Cloudy sky theme
  10.              Support and more themes @ http://beatamine.tumblr.com
  11.  
  12. ---------------------------------------------------------------------------->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{image:Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  21. <script src="http://static.tumblr.com/qvtfufx/H56mpjuti/jquery.fitvids.js" type="text/javascript"></script>
  22. <script type="text/javascript">
  23.     $('.posts').fitVids();
  24. </script>
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30.  (function($){
  31.  $(document).ready(function(){
  32.  $("a[title]").style_my_tooltips({
  33.  tip_follows_cursor:true,
  34.  tip_delay_time:0,
  35.  tip_fade_speed:0,
  36.  attribute:"title"
  37.  }); }); })(jQuery);
  38. </script>
  39.  
  40. {block:Description}<meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43. <meta name="image:Favicon" content="/">
  44. <meta name="image:Icon" content="/">
  45. <meta name="image:Background" content="/">
  46. <meta name="color:Text" content="/">
  47. <meta name="color:Bold" content="/">
  48. <meta name="color:Italic" content="/">
  49. <meta name="color:Selection Background" content="/">
  50. <meta name="color:Selection Text" content="/">
  51. <meta name="color:Links" content="/">
  52. <meta name="color:Links Hover" content="/">
  53. <meta name="color:Chat Even Background" content="/">
  54. <meta name="color:Chat Even Text" content="/">
  55. <meta name="color:Chat Odd Background" content="/">
  56. <meta name="color:Chat Odd Text" content="/">
  57. <meta name="color:Scrollbar" content="/">
  58. <meta name="color:Tooltip Background" content="/">
  59. <meta name="color:Tooltip Text" content="/">
  60. <meta name="color:Sidebar Links Background" content="/">
  61. <meta name="color:Sidebar Links Text" content="/">
  62. <meta name="text:Link 1 Url" content="/">
  63. <meta name="text:Link 1 Title" content="">
  64. <meta name="text:Link 2 Url" content="/">
  65. <meta name="text:Link 2 Title" content="">
  66. <meta name="text:Link 3 Url" content="/">
  67. <meta name="text:Link 3 Title" content="">
  68. <meta name="text:Extra Description" content="Your text here">
  69. <meta name="select:List Style" content="disc" title="Dot">
  70. <meta name="select:List Style" content="square" title="Square">
  71. <meta name="select:List Style" content="decimal-leading-zero" title="Decimal with zero">
  72. <meta name="select:List Style" content="hiragana" title="Hiragana">
  73. <meta name="select:List Style" content="none" title="None">
  74. <meta name="select:Post Size" content="200px" title="200px">
  75. <meta name="select:Post Size" content="250px" title="250px">
  76. <meta name="select:Post Size" content="300px" title="300px">
  77. <meta name="select:Post Size" content="350px" title="350px">
  78. <meta name="select:Post Size" content="400px" title="400px">
  79. <meta name="if:Rounded Icon" content="0">
  80. <meta name="if:Image Opacity" content="0">
  81. <meta name="if:Show Captions" content="0">
  82. <meta name="if:Show Tags" content="1">
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. /* Other */
  88.  
  89. iframe#tumblr_controls {
  90.     top:0%!important;
  91.     right:0%!important;
  92.     position:fixed!important;
  93.     z-index:999999999!important;
  94.     opacity:0.3;
  95.     -webkit-filter:invert(100%);
  96.     -moz-filter:invert(100%);
  97.     -o-filter:invert(100%);
  98.     -ms-filter:invert(100%);
  99.     filter:invert(100%);
  100. }
  101.  
  102. ::selection {
  103.     color:{color:Selection Text};
  104.     background:{color:Selection Background};
  105. }
  106.  
  107. ::-moz-selection {
  108.     color:{color:Selection Text};
  109.     background:{color:Selection Background};
  110. }
  111.  
  112. ::-webkit-selection {
  113.     color:{color:Selection Text};
  114.     background:{color:Selection Background};
  115. }
  116.  
  117. #s-m-t-tooltip {
  118.     display:inline-block;
  119.     z-index:9999 !important;
  120.     margin:26px 14px 7px 12px;
  121.     padding:3px;
  122.     font:9px Calibri;
  123.     text-transform:uppercase;
  124.     background-color:{color:Tooltip Background};
  125.     color:{color:Tooltip Text};
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb {
  129.     background:{color:Scrollbar};
  130.     border:#fff solid 2px;
  131. }
  132.  
  133. ::-webkit-scrollbar {
  134.     background:{color:Scrollbar};
  135.     border:4px solid #fff;
  136.     height:0px;
  137.     opacity:0;
  138.     width:9px;
  139. }
  140.  
  141. /* General */
  142.  
  143. html {
  144.     padding:0;
  145.     margin:0;
  146.     height:100%;
  147.     width:100%;
  148. }
  149.  
  150. body {
  151.     line-height:1.4em;
  152.     word-wrap:break-word;
  153.     background:url('{image:Background}') repeat fixed;
  154.     font:80% Calibri;
  155.     color:{color:Text};
  156.     text-align:left;
  157.     padding:0;
  158.     margin:0;
  159.     height:100%;
  160.     width:100%;
  161. }
  162.  
  163. * {
  164.     -webkit-transition:all 0.36s ease-in-out;
  165.     -moz-transition: all 0.36s ease-in-out;
  166.     -o-transition: all 0.36s ease-in-out;
  167.     -ms-transition: all 0.36s ease-in-out;
  168.     transition: all 0.36s ease-in-out;
  169. }
  170.  
  171. a {
  172.     text-decoration:none;
  173.     color:{color:Links};
  174. }
  175.  
  176. a:hover {
  177.     color:{color:Links Hover};
  178.     letter-spacing:1px;
  179. }
  180.  
  181. b, bold, strong {
  182.     font-style:bold;
  183.     color:{color:Bold};
  184. }
  185.  
  186. i, em {
  187.     text-decoration:oblique;
  188.     color:{color:Italic};
  189. }
  190.  
  191. blockquote {
  192.     margin-left:14px;
  193.     padding-left:6px;
  194.     border-left:3px solid {color:Scrollbar};
  195. }
  196.  
  197. img {
  198.     max-width:100%;
  199.     height:auto;
  200. }
  201.  
  202. /* Posts */
  203.  
  204. #box {
  205.     position:absolute;
  206.     left:40%;
  207.     top:0%;
  208.     margin-top:-60px;
  209.     width:auto;
  210.     padding:10px;
  211. }
  212.  
  213. .posts {
  214.     position:relative;
  215.     background-color:#ffffff;
  216.     border:1px solid #f1f0f0;
  217.     padding:20px;
  218.     {block:IndexPage}max-width:{select:Post Size};{/block:IndexPage}
  219.     {block:Permalink}width:360px;{/block:Permalink}
  220.     margin:90px 0px;
  221.     overflow:hidden;
  222. }
  223.  
  224. .posts img {
  225.     max-width:100%;
  226.     {block:ifImageOpacity}
  227.     opacity:0.7;
  228.     filter:alpha(opacity=70);
  229.     -moz-opacity:0.7;
  230.     -khtml-opacity:0.7;
  231.     {/block:ifImageOpacity}
  232. }
  233.  
  234. {block:ifImageOpacity}
  235.  
  236. .posts img:hover {
  237.     opacity:1;
  238.     filter:alpha(opacity=100);
  239.     -moz-opacity: 1;
  240.     -khtml-opacity: 1;
  241. }
  242.  
  243. {/block:ifImageOpacity}
  244.  
  245. .posts li {
  246.     list-style-type:{select:List Style};
  247. }
  248.  
  249. .mr {
  250.     font-size:85%;
  251.     text-transform:uppercase;
  252.     letter-spacing:1px;
  253.     text-align:right;
  254.     border-bottom:1px solid #f1f0f0;
  255.     padding-bottom:2px;
  256.     margin-bottom:2px;
  257. }
  258.  
  259. .quo {
  260.     font-size:100%;
  261.     text-transform:uppercase;
  262.     letter-spacing:1px;
  263.     font-style:oblique;
  264. }
  265.  
  266. .quest {
  267.     padding:4px;
  268.     background-color:{color:Chat Odd Background};
  269.     color:{color:Chat Odd Text};
  270. }
  271.  
  272. .asker {
  273.     text-align:right;
  274.     font:80% Calibri;
  275.     text-transform:uppercase;
  276.     letter-spacing:1px;
  277.     color:{color:Chat Even text};
  278.     padding:2px;
  279.     margin:4px 0px;
  280. }
  281.  
  282. .asker a {
  283.     font:80% Calibri;
  284.     text-transform:uppercase;
  285.     letter-spacing:1px;
  286.     color:{color:Chat Even text};
  287.     background-color:{color:Chat Even Background};
  288.     padding:2px;
  289.     margin:4px 0px;
  290. }
  291.  
  292. .cat {
  293.     background:#ffffff;
  294.     margin:0;
  295. }
  296.  
  297. .cat .caat {
  298.     margin:0px;
  299. }
  300.  
  301. .cat .caat .catcat {
  302.     margin-bottom:1px;
  303.     background-color:{color:Chat Odd Background};
  304.     color:{color:Chat Odd Text};
  305.     padding:4px 5px;
  306. }
  307.  
  308. .cat .caat .catcat.even {
  309.     background-color:{color:Chat Even Background};
  310.     color:{color:Chat Even Text};
  311. }
  312.  
  313. .cat .caat .catcat span, .audiof span, .audios span {
  314.     font-weight:bold;
  315. }
  316.  
  317. .tumblr_audio_player {
  318.     width:100%;
  319.     height:50px;
  320. }
  321.  
  322. .audiof {
  323.     padding:4px 5px;
  324.     margin-bottom:1px;
  325.     background-color:{color:Chat Odd Background};
  326.     color:{color:Chat Odd Text};
  327. }
  328.  
  329. .audios {
  330.     padding:4px 5px;
  331.     margin-bottom:1px;
  332.     background-color:{color:Chat Even Background};
  333.     color:{color:Chat Even Text};
  334. }
  335.  
  336. /* Permalink */
  337.  
  338. .permapage {
  339.     text-transform:uppercase;
  340.     letter-spacing:1px;
  341.     text-align:center;
  342.     font-size:80%;
  343. }
  344.  
  345. .notes li {
  346.     text-align:left;
  347.     list-style-type:none;
  348.     font-size:90%;
  349. }
  350.  
  351. .notes li img {
  352.     display:none;
  353. }
  354.  
  355. /* Sidebar */
  356.  
  357. .holder {
  358.     position:fixed;
  359.     width:120px;
  360.     left:24%;
  361.     top:22%;
  362.     padding:5px;
  363. }
  364.  
  365. .sidebar {
  366.     float:top;
  367.     width:105px;
  368.     padding:5px;
  369.     border:double #f1f0f0;
  370.     background-color:#ffffff;
  371. }
  372.  
  373. .sidebar name {
  374.     font:80% Calibri;
  375.     text-transform:uppercase;
  376.     letter-spacing:1px;
  377.     border-bottom:1px solid #f1f0f0;
  378. }
  379.  
  380. .icon {
  381.     float:top;
  382.     width:99%;
  383.     height:auto;
  384.     margin-bottom:6px;
  385. }
  386.  
  387. .icon img {
  388.     max-width:100%;
  389.     {block:ifRoundedIcon}
  390.     border-radius:100%;
  391.     -moz-border-radius:100%;
  392.     -webkit-border-radius:100%;
  393.     {/block:ifRoundedIcon}
  394. }
  395.  
  396. .desc, .extra {
  397.     padding:5px 3px;
  398.     font-size:94%;
  399. }
  400.  
  401. .linksu a {
  402.     display:block;
  403.     text-align:center;
  404.     padding:3px 0px;
  405.     text-transform:uppercase;
  406.     letter-spacing:1px;
  407.     font-size:80%;
  408.     background-color:{color:Sidebar Links Background};
  409.     color:{color:Sidebar Links Text};
  410.     margin:2px 0px;
  411. }
  412.  
  413. .linksu a:hover {
  414.     letter-spacing:2px;
  415. }
  416.  
  417. .pages {
  418.     width:100%;
  419.     float:top;
  420.     margin-top:4px;
  421.     text-align:center;
  422. }
  423.  
  424. .pages a {
  425.     display:inline-block;
  426.     padding:2px 4px;
  427.     text-align:center;
  428.     text-transform:uppercase;
  429.     letter-spacing:1px;
  430.     font-size:80%;
  431.     background-color:{color:Sidebar Links Background};
  432.     color:{color:Sidebar Links Text};
  433.     margin:2px;
  434. }
  435.  
  436. </style></head>
  437. <body>
  438.  
  439. <div class="holder">
  440. <div class="icon"><center><img src="{image:Icon}"></center></div>
  441. <div class="sidebar"><center><name>{Title}</name></center>
  442. <div class="desc">{Description}</div>
  443. <div class="linksu">
  444.     <a href="/">Index</a>
  445.     <a href="/ask">Message</a>
  446.     <a href="{text:Link 1 Url}">{text:Link 1 Title}</a>
  447.     <a href="{text:Link 2 Url}">{text:Link 2 Title}</a>
  448.     <a href="{text:Link 3 Url}">{text:Link 3 Title}</a>
  449. </div>
  450. <div class="desc">{text:Extra Description}</div></div>
  451. {block:IndexPage}<div class="pages">{block:Pagination}
  452. {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  453. {/block:Pagination}</div>{/block:IndexPage}
  454. </div>
  455.  
  456.  
  457. <div style="position:fixed;right:2%;bottom:1%;font:9px Calibri;text-transform:uppercase;letter-spacing:1px;"><a href="http://beatamine.tumblr.com" target="_blank" title="Beatamine">Theme</a></div>
  458.  
  459.  
  460. <div id="box">
  461. {block:Posts}
  462. <div class="posts">
  463.  
  464.  
  465. {block:Text}
  466.  
  467. {block:Title}<div class="mr">{Title}</div>{/block:Title}
  468. {Body}
  469.  
  470. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  471. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  472. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  473. {/block:IndexPage}
  474.  
  475.  
  476. {/block:Text}
  477.  
  478. {block:Quote}
  479. <div class="quo">{Quote}</div>
  480. {block:Source}<div style="text-align:right;font-size:90%;padding-top:5px;">{Source}</div>{/block:Source}
  481.  
  482. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  483. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  484. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  485. {/block:IndexPage}
  486.  
  487. {/block:Quote}
  488.  
  489. {block:Chat}
  490.  
  491.  
  492. {block:Title}<div class="mr">{Title}</div>{/block:Title}
  493.  
  494. <div class="cat"><div class="caat">{block:Lines}<div class="catcat {Alt}">
  495. {block:Label}<span>{Label}</span>{/block:Label} {Line}</div>
  496. {/block:Lines}</div></div>
  497.  
  498. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  499. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  500. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  501. {/block:IndexPage}
  502.  
  503. {/block:Chat}
  504.  
  505. {block:Answer}
  506.  
  507. <div class="quest">{Question}</div>
  508. <div class="asker">{Asker}</div>
  509. <p>{Answer}</p>
  510.  
  511. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  512. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  513. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  514. {/block:IndexPage}
  515.  
  516. {/block:Answer}
  517.  
  518. {block:Link}
  519.  
  520. <div class="mr"><a href="{URL}">{Name}</a></div>
  521. {block:Description}{Description}{/block:Description}
  522.  
  523. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  524. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  525. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  526. {/block:IndexPage}
  527.  
  528. {/block:Link}
  529.  
  530.  
  531. {block:Photo}
  532.  
  533. {block:ifShowCaptions}
  534. <img src="{PhotoUrl-500}">
  535. {block:Caption}{Caption}{/block:Caption}
  536. {/block:ifShowCaptions}
  537.  
  538. {block:ifNotShowCaptions}
  539. {block:IndexPage}<img src="{PhotoUrl-500}">{/block:IndexPage}
  540. {block:Permalink}<img src="{PhotoUrl-500}">
  541. {block:Caption}{Caption}{/block:Caption}
  542. {/block:Permalink}
  543. {/block:ifNotShowCaptions}
  544.  
  545. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  546. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  547. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  548. {/block:IndexPage}
  549.  
  550. {/block:Photo}
  551.  
  552.  
  553. {block:Photoset}
  554.  
  555. {block:ifShowCaptions}
  556. {Photoset}
  557. {block:Caption}{Caption}{/block:Caption}
  558. {/block:ifShowCaptions}
  559.  
  560. {block:ifNotShowCaptions}
  561. {block:IndexPage}{Photoset}{/block:IndexPage}
  562. {block:Permalink}
  563. {Photoset}
  564. {block:Caption}{Caption}{/block:Caption}
  565. {/block:Permalink}
  566. {/block:ifNotShowCaptions}
  567.  
  568. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  569. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  570. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  571. {/block:IndexPage}
  572.  
  573. {/block:Photoset}
  574.  
  575.  
  576. {block:Video}
  577.  
  578. {block:ifShowCaptions}
  579. {Video-500}
  580. {block:Caption}{Caption}{/block:Caption}
  581. {/block:ifShowCaptions}
  582.  
  583. {block:ifNotShowCaptions}
  584. {block:IndexPage}{Video-500}{/block:IndexPage}
  585. {block:Permalink}{Video-400}
  586. {block:Caption}{Caption}{/block:Caption}
  587. {/block:Permalink}
  588. {/block:ifNotShowCaptions}
  589.  
  590. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  591. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  592. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  593. {/block:IndexPage}
  594.  
  595. {/block:Video}
  596.  
  597.  
  598. {block:Audio}
  599.  
  600. {block:ifShowCaptions}
  601. {AudioPlayerWhite}
  602. <div class="audiof">{block:TrackName}<span>Track:</span> {TrackName}{/block:TrackName}</div>
  603. <div class="audios">{block:Artist}<span>Artist:</span> {Artist}{/block:Artist}</div>
  604. {block:Caption}{Caption}{/block:Caption}
  605.  
  606. {/block:ifShowCaptions}
  607.  
  608. {block:ifNotShowCaptions}{block:IndexPage}
  609. {AudioPlayerWhite}
  610. <div class="audiof">{block:TrackName}<span>Track:</span> {TrackName}{/block:TrackName}</div>
  611. <div class="audios">{block:Artist}<span>Artist:</span> {Artist}{/block:Artist}</div>{/block:IndexPage}
  612. {block:Permalink}{block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  613. {/block:ifNotShowCaptions}
  614.  
  615. {block:IndexPage}<div style="padding-top:10px;text-transform:uppercase;letter-spacing:1px;font-size:80%;">
  616. <a href="{Permalink}" title="permalink">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog?</a>
  617. {block:ifShowTags}<br>{block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
  618. {/block:IndexPage}
  619.  
  620. {/block:Audio}
  621.  
  622.  
  623. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  624.  
  625. {block:Permalink}
  626. <div class="permapage">
  627. {block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  628. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> Origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  629. {block:HasTags}<br>{block:Tags}Tagged as: <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  630. {block:NoteCount}<br>{NoteCountWithLabel}{/block:NoteCount}<br>
  631. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  632. </div>
  633. {/block:Permalink}
  634.  
  635. </div>
  636. {/block:Posts}
  637. </div>
  638.  
  639. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement