Advertisement
Aelyon

#09_2 Usagi (tumblr theme)

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