Advertisement
Aelyon

#09_1 Usagi (tumblr theme)

Jun 12th, 2013
1,627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- ***Theme by Aℯℓyℴn***
  6. PLEASE RESPECT MY TERMS OF USE AND DO NOT STEAL, USE AS BASE OR REMOVE THE CREDIT
  7. thank you!
  8. preview sidebar image found here: http://curryuku.tumblr.com/post/36795367129/gotta-admit-the-animation-is-pretty-badass-even#notes.
  9. -->
  10.  
  11. <head>
  12.  
  13. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  14. <script src="http://dl.dropbox.com/u/33213779/jquery.masonry.min.js"></script>
  15. <script src="https://raw.github.com/desandro/imagesloaded/master/jquery.imagesloaded.min.js"></script>
  16.  
  17. <script>
  18. $(function(){
  19. var $container = $('#container');
  20. $container.imagesLoaded(function(){
  21. $('#container').masonry({
  22. // options
  23. itemSelector : '.post',
  24. gutterWidth: 0,
  25. isFitWidth : true,
  26. });
  27. });
  28.  
  29. });
  30.  
  31. </script>
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41. <meta name="image:background" content="">
  42. <meta name="image:sidebar" content="http://25.media.tumblr.com/ed477b6df8b6dfffe5f60adf4140545f/tumblr_moa1wnodxm1s663juo1_400.png">
  43. <meta name="image:audio" content="http://static.tumblr.com/1e54dfbabe10c2dd220b31c0842e85f7/qsrvl5m/kQMmgbndz/tumblr_static_rose54.jpg">
  44.  
  45. <meta name="color:background" content="#e6dfd9">
  46. <meta name="color:blockquote" content="#916781">
  47. <meta name="color:bold" content="#3f7b9b">
  48. <meta name="color:container" content="#E8E4E1">
  49. <meta name="color:description" content="#ded3af">
  50. <meta name="color:description bg" content="#5f5f5f">
  51. <meta name="color:header bg" content="#c8d5e2">
  52. <meta name="color:maintext" content="#7e7e7e">
  53. <meta name="color:inner" content="#e0d8c7">
  54. <meta name="color:links" content="#db81ae">
  55. <meta name="color:links hover" content="#873ba3">
  56. <meta name="color:bloglinks" content="#e0ded4">
  57. <meta name="color:bloglinks hover" content="#d89b9b">
  58. <meta name="color:bloglinks bg" content="#e6bcc7">
  59. <meta name="color:bloglinks bg hover" content="#d6ceb7">
  60. <meta name="color:post bg" content="#dfd9d3">
  61. <meta name="color:selection" content="#f0c430">
  62. <meta name="color:selection bg" content="#7773ab">
  63. <meta name="color:permabar texts" content="#ca818f">
  64. <meta name="color:permabar bg" content="#bdb6cc">
  65.  
  66. <meta name="if:250px" content="">
  67. <meta name="if:400px" content="">
  68. <meta name="if:image fading" content="">
  69. <meta name="if:like button" content="">
  70.  
  71. <meta name="text:Description width" content="312px">
  72. <meta name="text:Description height" content="183px">
  73. <meta name="text:Index" content="You can">
  74. <meta name="text:Ask" content="edit">
  75. <meta name="text:Archive" content="their titles!">
  76. <meta name="text:name 1" content="link 1">
  77. <meta name="text:url 1" content="http://">
  78. <meta name="text:name 2" content="link 2">
  79. <meta name="text:url 2" content="http://">
  80. <meta name="text:url 3" content="http://">
  81. <meta name="text:name 3" content="link 3">
  82. <meta name="text:url 3" content="http://">
  83. <meta name="text:name 4" content="link 4">
  84. <meta name="text:url 4" content="http://">
  85. <meta name="text:name 5" content="link 5">
  86. <meta name="text:url 5" content="http://">
  87. <meta name="text:name 6" content="link 6">
  88. <meta name="text:url 6" content="http://">
  89.  
  90. </head>
  91.  
  92. <style type="text/css">
  93.  
  94. body
  95.  
  96. {font-family:century schoolbook, sans serif;
  97. font-size:12px;
  98. letter-spacing:.8;
  99. background-position: fixed;
  100. background-attachment:fixed;
  101. background-repeat:repeat;
  102. color:{color:maintext};
  103. background-color:{color:background};
  104. background-image:url('{image:Background}');}
  105.  
  106. a
  107. {text-decoration:none;
  108. color:{color:links};
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. transition: all 0.5s ease-in-out;}
  112. a:hover
  113. {color:{color:links hover};}
  114.  
  115. strong
  116. {color:{color:bold};}
  117.  
  118. em, i
  119. {color:{color:blockquote};
  120. font-size:12px;}
  121.  
  122. h1, h2
  123. {color:{color:permabar texts};}
  124.  
  125. h3
  126. {color:{color:bold};}
  127.  
  128. /*--Image Fading--*/
  129.  
  130. {block:ifimagefading}
  131. img
  132. {opacity:.7;
  133. -webkit-transition: all 0.7s ease-in-out;
  134. -moz-transition: all 0.7s ease-in-out;
  135. transition: all 0.7s ease-in-out;}
  136. img:hover
  137. {opacity:1;}
  138. {/block:ifimagefading}
  139.  
  140. /*--Custom Selection--*/
  141.  
  142. ::selection
  143. {background:{color:selection bg};
  144. color:{color:selection};}
  145.  
  146. ::-moz-selection
  147. {background:{color:selection bg};
  148. color:{color:selection};}
  149.  
  150. ::-webkit-selection
  151. {background:{color:selection bg};
  152. color:{color:selection};}
  153.  
  154. /*--Custom Scrollbar--*/
  155.  
  156. ::-webkit-scrollbar
  157. {width:10px;
  158. height:10px;}
  159.  
  160. ::-webkit-scrollbar-track
  161. {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  162. border-radius: 10px;}
  163.  
  164. ::-webkit-scrollbar-thumb
  165. {border-radius: 10px;
  166. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
  167.  
  168. blockquote
  169. {color:{color:maintext};
  170. background-color:{color:inner};
  171. margin:10px;
  172. line-height:15px;
  173. padding-left:5px;
  174. padding-top:3px;
  175. padding-bottom:3px;
  176. border-left:6px solid {color:blockquote};}
  177.  
  178. /*--Posts--*/
  179.  
  180. #container
  181. {position:absolute;
  182. left:50px;
  183. top:50px;
  184. padding:20px;
  185. width:1100px;
  186. background-color:{color:container};}
  187.  
  188.  
  189. .post
  190. {position:relative;
  191. overflow:auto;
  192. {block:if250px}width:250px;{/block:if250px}
  193. {block:ifnot400px}
  194. {block:ifnot250px}width:336px;{/block:ifnot250px}
  195. {/block:ifnot400px}
  196. {block:if400px}width:400px;{/block:if400px}
  197. word-wrap:break-word;
  198. margin:10px;
  199. padding:5px 5px 20px 5px;
  200. background-color:{color:post bg};}
  201.  
  202. #titles
  203. {font-family:century schoolbook, sans-serif;
  204. font-size:20px;
  205. letter-spacing:.4px;
  206. text-align:center;
  207. word-wrap:break-word;
  208. padding:5px;
  209. color:{color:permabar texts};}
  210.  
  211.  
  212. /*--Music--*/
  213.  
  214.  
  215. #audio
  216. {position:relative;
  217. margin-top:40px;
  218. margin-left:114px;}
  219.  
  220. #album img
  221. {position:relative;
  222. margin-top:-60px;
  223. margin-left:10px;
  224. margin-bottom:10px;
  225. padding:10px;
  226. background-image:url('{image:audio}');
  227. border:3px solid {color:permabar bg};
  228. -moz-border-radius: 5px 5px 5px 5px;
  229. border-radius: 5px 5px 5px 5px;
  230. opacity:.9;
  231. -webkit-transition: all 0.7s ease-in-out;
  232. -moz-transition: all 0.7s ease-in-out;
  233. transition: all 0.7s ease-in-out;}
  234.  
  235. /*--Message--*/
  236.  
  237. .message
  238. {position:relative;
  239. {block:if250px}width:170px;{/block:if250px}
  240. {block:ifnot400px}
  241. {block:ifnot250px}width:255px;{/block:ifnot250px}
  242. {/block:ifnot400px}
  243. {block:if400px}width:320px;{/block:if400px}
  244. min-height:25px;
  245. margin-left:60px;
  246. margin-top:-40px;
  247. padding:10px;
  248. background-color:{color:inner};}
  249.  
  250. .message:before
  251. {content:"";
  252. position:absolute;
  253. right:100%;
  254. top:10px;
  255. width:0;
  256. height:0;
  257. border-top:8px dotted transparent;
  258. border-right:20px solid {color:inner};
  259. border-bottom:8px dotted transparent;}
  260.  
  261. #asker img
  262. {margin-left:5px;
  263. margin-top:6px;
  264. padding:3px;
  265. border:1px solid {color:permabar bg};}
  266.  
  267. /*--Sidebar--*/
  268.  
  269. #sidebar
  270. {position:fixed;
  271. padding:10px;
  272. top:35px;
  273. min-height:100px;
  274. max-height:350px;
  275. left:0px;
  276. z-index:700;
  277. overflow:auto;
  278. -moz-border-radius: 0px 0px 300px 0px;
  279. border-radius: 0px 0px 300px 0px;
  280. background-color:{color:header bg};}
  281.  
  282. #sidebar img
  283. {min-width:100px;
  284. min-height:100px;
  285. max-width:350px;
  286. max-height:350px;
  287. {block:ifimagefading}opacity:.7;{/block:ifimagefading}
  288. z-index:1000;
  289. -moz-border-radius: 0px 0px 300px 0px;
  290. border-radius: 0px 0px 300px 0px;}
  291.  
  292. #description
  293. {position:absolute;
  294. top:10px;
  295. left:10px;
  296. word-wrap:break-word;
  297. overflow:hidden;
  298. width:{text:description width};
  299. height:{text:description height};
  300. background-color:{color:description bg};
  301. padding:10px;
  302. color:{color:description};
  303. -moz-border-radius: 0px 0px 300px 0px;
  304. border-radius: 0px 0px 300px 0px;
  305. opacity:0;
  306. -webkit-transition: all 0.7s ease-in-out;
  307. -moz-transition: all 0.7s ease-in-out;
  308. transition: all 0.7s ease-in-out;}
  309.  
  310. #description:hover
  311. {opacity:0.6;}
  312.  
  313.  
  314. /*--Header--*/
  315.  
  316. #header
  317. {position:fixed;
  318. width:100%;
  319. height:40px;
  320. left:0%;
  321. top:0px;
  322. background-color:{color:header bg};
  323. z-index:900;
  324. -webkit-transition: all 0.5s ease-in-out;
  325. -moz-transition: all 0.5s ease-in-out;
  326. transition: all 0.5s ease-in-out;}
  327.  
  328. #blogicon img
  329. {position:fixed;
  330. margin-top:5px;
  331. margin-left:30px;
  332. padding:3px;
  333. border:1px solid {color:permabar bg};}
  334.  
  335. #headerlinks
  336. {position:absolute;
  337. letter-spacing:0.5px;
  338. z-index:1000;
  339. margin-top:6px;
  340. -webkit-transition: all 0.7s ease-in-out;
  341. -moz-transition: all 0.7s ease-in-out;
  342. transition: all 0.7s ease-in-out;}
  343.  
  344. #headerlinks em
  345. {position:relative;
  346. margin:0px 25px 0px 70px;
  347. font-family:bookman;
  348. font-size:22px;}
  349.  
  350. #headerlinks a
  351. {position:relative;
  352. padding:2px 4px 2px 4px;
  353. margin-left:4px;
  354. font-size:9px;
  355. top:-3px;
  356. text-transform:uppercase;
  357. font-family:calibri;
  358. color:{color:bloglinks};
  359. background-color:{color:bloglinks bg};}
  360.  
  361. #headerlinks a:hover
  362. {color:{color:bloglinks bg};
  363. background-color:{color:bloglinks bg hover};}
  364.  
  365.  
  366. /*--General Details*/
  367.  
  368.  
  369. #next a
  370. {position:fixed;
  371. top:52%;
  372. right:10px;
  373. color:{color:bloglinks bg};
  374. z-index:1200;
  375. font-size:55px;}
  376. #next a:hover
  377. {color:{color:bloglinks bg hover};}
  378. #previous a
  379. {position:fixed;
  380. top:52%;
  381. left:10px;
  382. color:{color:bloglinks bg};
  383. z-index:1200;
  384. font-size:55px;}
  385. #previous a:hover
  386. {color:{color:bloglinks bg hover};}
  387.  
  388. #permabar
  389. {float:left;
  390. {block:if250px}width:240px;{/block:if250px}
  391. {block:ifnot400px}
  392. {block:ifnot250px}width:326px;{/block:ifnot250px}
  393. {/block:ifnot400px}
  394. {block:if400px}width:390px;{/block:if400px}
  395. bottom:0px;
  396. padding:5px;
  397. margin-bottom:-14px;
  398. color:{color:permabar texts};
  399. background-color:{color:permabar bg};}
  400.  
  401. #permabar a
  402. {color:{color:permabar texts};}
  403.  
  404. #permabar a:hover
  405. {color:{color:links hover};}
  406.  
  407. {block:iflikebutton}
  408. .like_button
  409. {float:right; color:{color:permabar texts};
  410. margin:1px 2px 0px -18px;}
  411. {/block:iflikebutton}
  412.  
  413. /*--Do not remove the credit--*/
  414.  
  415. .credit a
  416. {position:fixed;
  417. font-size:16px;
  418. font-family:calibri;
  419. bottom:8px;
  420. left:12px;
  421. color:{color:bloglinks bg};
  422. text-shadow: -1px -1px black, -1px -1px {color:header bg};
  423. -webkit-transition: all 0.5s ease-in-out;
  424. -moz-transition: all 0.5s ease-in-out;
  425. transition: all 0.5s ease-in-out;}
  426.  
  427. .credit a:hover
  428. {color:{color:bloglinks bg hover};
  429. text-shadow: -1px -1px black, -1px -1px #444;}
  430.  
  431. iframe#tumblr_controls{position:fixed !important;}
  432.  
  433. /*--Permalink Page--*/
  434.  
  435. body#permalink #container
  436. {position:absolute;
  437. left:375px;
  438. top:50px;
  439. padding:20px;
  440. width:1100px;}
  441.  
  442. body#permalink .post
  443. {position:absolute;
  444. overflow:auto;
  445. width:400px;
  446. word-wrap:break-word;
  447. margin:10px;
  448. padding:5px 5px 20px 5px;
  449. background-color:{color:post bg};}
  450.  
  451. body#permalink #permabar
  452. {float:left;
  453. width:390px;
  454. bottom:0px;
  455. padding:5px;
  456. margin-bottom:-14px;
  457. background-color:{color:permabar bg};}
  458.  
  459. /*--Notes in permalink--*/
  460.  
  461.  
  462. body#permalink li.note
  463. {position:relative;
  464. left:375px;
  465. top:50px;
  466. padding: 3px 5px;
  467. text-align:left;
  468. letter-spacing: 0.5px;
  469. font-size:10px;
  470. {block:if500px}width:480px;{/block:if500px}
  471. {block:if400px}width:380px;{/block:if400px}
  472. text-transform:lowercase;
  473. color:{color:sidebar};}
  474. li.note a
  475. {color:{color:tags};}
  476.  
  477. .notes img
  478. {width:20px;
  479. margin-left:20px;
  480. position:relative;
  481. top: 1px;
  482. opacity: 0.8;
  483. background:none;}
  484.  
  485.  
  486.  
  487.  
  488. {CustomCSS}
  489.  
  490.  
  491. </style>
  492.  
  493.  
  494. </head>
  495.  
  496.  
  497. <body>
  498.  
  499. <div id="pagefit" width="100%">
  500.  
  501. {block:Pagination}
  502. <strong>
  503. {block:PreviousPage}
  504. <div id="previous"><a href="{PreviousPage}"> « </a></div>
  505. {/block:PreviousPage}
  506. {block:NextPage}
  507. <div id="next"><a href="{NextPage}"> » </a></div>
  508. {/block:NextPage}
  509. </strong>
  510. {/block:Pagination}
  511.  
  512.  
  513. <div class="credit"><a href="http://aelyon.tumblr.com/" title="theme by Aelyon">இ </a></div>
  514.  
  515. <div id="header">
  516.  
  517. <div id="blogicon"><img src="{PortraitURL-24}"/></div>
  518.  
  519. <div id="headerlinks">
  520.  
  521. <strong><em>♦ {title}</em></strong>
  522.  
  523. <a href="/" title="index">index</a>
  524. <a href="/ask" title="ask">message</a>
  525. <a href="/archive" title="archive">archive</a>
  526.  
  527. {block:ifurl1}
  528. <a href="{text:url 1}" title="{text:name 1}">{text:name 1}</a>
  529. {/block:ifurl1}
  530. {block:ifurl2}
  531. <a href="{text:url 2}" title="{text:name 2}">{text:name 2}</a>
  532. {/block:ifurl2}
  533. {block:ifurl3}
  534. <a href="{text:url 3}" title="{text:name 3}">{text:name 3}</a>
  535. {/block:ifurl3}
  536. {block:ifurl4}
  537. <a href="{text:url 4}" title="{text:name 4}">{text:name 4}</a>
  538. {/block:ifurl4}
  539. {block:ifurl5}
  540. <a href="{text:url 5}" title="{text:name 5}">{text:name 5}</a>
  541. {/block:ifurl5}
  542. {block:ifurl6}
  543. <a href="{text:url 6}" title="{text:name 6}">{text:name 6}</a>
  544. {/block:ifurl6}
  545.  
  546. </div>
  547.  
  548. </div>
  549.  
  550. <div id="sidebar"><img src="{image:sidebar}"/>
  551.  
  552. <div id="description">{Description}</div></div>
  553.  
  554.  
  555. <div id="container">
  556.  
  557.  
  558.  
  559. {block:Posts}
  560.  
  561.  
  562. <div class="post">
  563.  
  564. {block:Text}
  565. <div id="titles">{Title}</div>
  566. {Body}
  567. {/block:Text}
  568.  
  569.  
  570. {block:Photo}
  571. {LinkOpenTag}
  572.  
  573. {block:IndexPage}
  574. {block:if250px}
  575. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  576. {/block:if250px}
  577. {block:ifnot400px}{block:ifnot250px}
  578. <img src="{PhotoURL-400}" width="336px" alt="{PhotoAlt}"/>
  579. {/block:ifnot250px}{/block:ifnot400px}
  580. {block:if400px}
  581. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  582. {/block:if400px}
  583. {/block:IndexPage}
  584.  
  585. {block:PermalinkPage}
  586. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  587. {/block:PermalinkPage}
  588.  
  589. {LinkCloseTag}
  590. {block:HighRes}<a href="{PhotoURL-HighRes}"><big>*</big></a>{/block:HighRes}
  591. {block:Caption}{Caption}{/block:Caption}
  592. {/block:Photo}
  593.  
  594. {block:Panorama}
  595. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  596. {/block:Panorama}
  597.  
  598. {block:Photoset}
  599.  
  600. <center>
  601. {block:ifimagefading}<div style="opacity:0.7;">{/block:ifimagefading}
  602.  
  603. {block:IndexPage}
  604. {block:if400px}{Photoset-400}{/block:if400px}
  605. {block:ifnot400px}{block:ifnot250px}{Photoset-250}{/block:ifnot250px}
  606. {/block:ifnot400px}
  607. {block:if250px}{Photoset-250}{/block:if250px}
  608. {/block:IndexPage}
  609.  
  610. {block:PermalinkPage}
  611. {Photoset-400}
  612. {/block:PermalinkPage}
  613. {block:ifimagefading}</div>{/block:ifimagefading}
  614. </center>
  615.  
  616. {block:Caption}{Caption}{/block:Caption}
  617.  
  618. {/block:Photoset}
  619.  
  620.  
  621. {block:Quote}
  622. <div id="titles"><strong> {Quote}</strong></div>
  623. {block:Source}<div style="text-align:center; margin:5px 5px 10px 5px;">- stated by<big> {Source}</big></div>
  624. {/block:Source}
  625. {/block:Quote}
  626.  
  627.  
  628. {block:Link}
  629. <div id="titles"><center><a href="{URL}"target="{Target}"> {Name} </a></center></div>
  630. {block:Description}{Description}{/block:Description}{/block:Link}
  631.  
  632.  
  633. {block:Chat}
  634. {block:Title}<div style="font-size:18px; text-align:center; margin-bottom:10px; color:{color:titles};">{Title}</div>{/block:Title}
  635. {block:Lines}<div style="padding:4px;">
  636. {block:Label}<strong><big>{Label}</big></strong>{/block:Label}
  637. {Line}<br></div>
  638. {/block:Lines}
  639. {/block:Chat}
  640.  
  641.  
  642. <!--Audio-->
  643.  
  644.  
  645. {block:Audio}
  646.  
  647. <div id="audio">{AudioPlayerGrey}</div>
  648.  
  649. {/block:AudioPlayer}
  650.  
  651. {block:AlbumArt}
  652.  
  653. <div id="album"><img src="{AlbumArtURL}" height="70"/></div>
  654.  
  655. {/block:AlbumArt}
  656.  
  657. {block:Artist}<p><strong>Artist:</strong> {Artist}</p>{/block:Artist}
  658. {block:Album}<p><strong>Album:</strong> {Album}</p>{/block:Album}
  659. {block:TrackName}<p><strong>Song:</strong> {TrackName}</p>
  660. {/block:TrackName}
  661. {block:Caption}{Caption}{/block:Caption}
  662.  
  663. {/block:Audio}
  664.  
  665.  
  666. {block:Video}
  667.  
  668. {block:IndexPage}
  669. <center>
  670. {block:if400px}{Video-400}{/block:if400px}
  671. {block:ifnot400px}{block:ifnot250px}{Video-250}{/block:ifnot250px}
  672. {/block:ifnot400px}
  673. {block:if250px}{Video-250}{/block:if250px}
  674. </center>
  675. {/block:IndexPage}
  676. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  677. {block:Caption}{Caption}{/block:Caption}
  678. {/block:Video}
  679.  
  680.  
  681. {block:Answer}
  682. <div id="asker"><img src="{AskerPortraitURL-24}"/></div>
  683. <div class="message">❝ {Question} ❞ </div>
  684. {Answer} {/block:Answer}
  685.  
  686.  
  687.  
  688. <div id="permabar">
  689.  
  690. {block:Date}
  691. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}"> {24Hour}:{Minutes} {AmPM} {DayOfMonth}/{MonthNumber}/{Year} </a>
  692. {/block:Date}
  693.  
  694. {block:IndexPage}<big><a href="{Permalink}">{NoteCountWithLabel} </a></big>{/block:IndexPage}
  695.  
  696. {block:ContentSource}
  697. <a href="{SourceURL}"> <strong> {SourceTitle} </strong></a>
  698. {/block:ContentSource}
  699.  
  700. {block:Tags}
  701. #<a href="{TagURL}"> {Tag}</a>
  702. {/block:Tags}
  703.  
  704. {block:iflikebutton}<ul class="like_button">
  705. {LikeButton size="15"}</ul>{/block:iflikebutton}
  706.  
  707. </div>
  708.  
  709. </div>
  710.  
  711. <body{block:Permalink} id="permalink"
  712. {/block:Permalink}>
  713.  
  714. <!-- {block:NoRebloggedFrom}
  715. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  716. {/block:NoRebloggedFrom} -->
  717.  
  718. {/block:Posts}
  719.  
  720. </div>
  721. </div>
  722.  
  723. <div class="note">
  724. {block:PostNotes}
  725. {PostNotes}
  726. {/block:PostNotes}
  727. </div>
  728.  
  729. </div>
  730.  
  731. </body>
  732.  
  733. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement