Advertisement
gardevoirs

Theme #9 ~ Elenlindäle

Jan 19th, 2013
2,700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.22 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6.  
  7. <!--
  8. Theme #9 - Elenlindäle
  9.  
  10. theme made by gardevoirs.tumblr.com || amorrtentia.tumblr.com
  11.  
  12. DO NOT REMOVE THE CREDITS
  13.  
  14.  
  15. background image: pastelpatterns.com
  16. -->
  17.  
  18. <head>
  19.  
  20. <meta name="if:Infinite Scrolling" content="1">
  21. <meta name="if:Image Opacity" content="1">
  22. <meta name="if:500 Posts" content="1">
  23. <meta name="if:400 Posts" content="0">
  24. <meta name="if:Show Captions" content="0">
  25. <meta name="if:Show Tags" content="1">
  26. <meta name="if:Effect 1" content="1">
  27. <meta name="if:Effect 2" content="0">
  28. <meta name="if:Link 1" content="0">
  29. <meta name="if:Link 2" content="0">
  30. <meta name="if:Link 3" content="0">
  31. <meta name="if:Link 4" content="0">
  32. <meta name="if:Link 4" content="0">
  33.  
  34.  
  35. <meta name="color:Background" content="#ffffff">
  36. <meta name="color:Side Title Background" content="#fbfbfb">
  37. <meta name="color:Side Image Background" content="#ffffff">
  38. <meta name="color:Side Image Border" content="#f0f0f0">
  39. <meta name="color:Top Links" content="#375458">
  40. <meta name="color:Top Links Border" content="#eeeeee">
  41. <meta name="color:Description Text" content="#4f4f4f">
  42. <meta name="color:Side Title" content="#375458">
  43. <meta name="color:Description Links" content="#000000">
  44. <meta name="color:Top Links Background Hover" content="#757373">
  45. <meta name="color:Posts Wrap Background" content="#ffffff">
  46. <meta name="color:Posts Background" content="#ffffff">
  47. <meta name="color:Posts Text" content="#4f4f4f">
  48. <meta name="color:Bold Text" content="#000000">
  49. <meta name="color:Italic Text" content="#000000">
  50. <meta name="color:Posts Link" content="#696969">
  51. <meta name="color:Posts Title" content="#000000">
  52. <meta name="color:Stats Top Border" content="#eeeeee">
  53. <meta name="color:Stats Text" content="#4f4f4f">
  54. <meta name="color:Stats Link" content="#4d4a4a">
  55. <meta name="color:Stats Tags" content="#375458">
  56. <meta name="color:Blockquote" content="#979090">
  57. <meta name="color:Pagination" content="#685454">
  58. <meta name="color:Ask Background" content="#4f4f4f">
  59. <meta name="color:Chat Background" content="#eeeeee">
  60.  
  61. <meta name="text:Title" content="">
  62. <meta name="text:Link 1" content="">
  63. <meta name="text:Link 1 Title" content="link 1">
  64. <meta name="text:Link 2" content="">
  65. <meta name="text:Link 2 Title" content="link 2">
  66. <meta name="text:Link 3" content="">
  67. <meta name="text:Link 3 Title" content="link 3">
  68. <meta name="text:Link 4" content="">
  69. <meta name="text:Link 4 Title" content="link 4">
  70.  
  71. <meta name="image:Sidebar" content="">
  72. <meta name="image:Posts Wrap" content="http://www.pastelpatterns.com/small/smallpattern-12.png">
  73.  
  74. <title>{Title}</title>
  75. <link rel="shortcut icon" href="{Favicon}"/>
  76. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82. iframe#tumblr_controls{
  83. right:3px !important;
  84. position:fixed !important;
  85. opacity:0.7;
  86. z-index:999 !important;
  87. }
  88.  
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background-color:#eee;
  92. height:30px;
  93. border-radius: 5px;
  94. -moz-border-radius: 5px;
  95. -webkit-border-radius: 5px;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. height:10px;
  100. width:10px;
  101. background-color:{color:Background};
  102. }
  103.  
  104. body {
  105. background-attachment: fixed;
  106. background-color:{color:Background};
  107. }
  108.  
  109.  
  110.  
  111. #image {
  112. width:180px;
  113. left:230px;
  114. top:240px;
  115. background-color:{color:Side Image Background};
  116. position:fixed;
  117. border:3px double {color:Side Image Border};
  118.  
  119. }
  120.  
  121. #image img {
  122. padding:10px;
  123. width:160px;
  124. padding-bottom:5px;
  125. -webkit-transition: 2.0s;
  126. -moz-transition: 2.0s;
  127. }
  128.  
  129. #image img:hover{
  130. -webkit-filter: sepia(0.5);
  131. -webkit-transition: 2.0s;
  132. -moz-transition: 2.0s;
  133. }
  134.  
  135. #desc {
  136. text-align:center;
  137. width:170px;
  138. position:fixed;
  139. margin-top:35px;
  140. font-family:cambria;
  141. font-size:10px;
  142. color:{color:Description Text};
  143. padding:5px;
  144.  
  145. }
  146.  
  147. #desc a{
  148. text-decoration:none;
  149. color:{color:Description Links};
  150. }
  151.  
  152. #title {
  153. width:170px;
  154. background-color:{color:Side Title Background};
  155. font-size:9px;
  156. font-family:Trebuchet MS;
  157. margin-top:8px;
  158. padding:5px;
  159. position:fixed;
  160. text-align:center;
  161. letter-spacing:1px;
  162. color:{color:Side Title};
  163. text-transform:uppercase;
  164. }
  165.  
  166. #zeldas {
  167. width:100%
  168. height:140px;
  169. top:0px;
  170. margin-left:450px;
  171. position:fixed;
  172. z-index:999;
  173. border-bottom:1px dotted #eee;
  174. background-color:{color:Background};
  175. }
  176.  
  177. #links {
  178. {block:If500Posts}
  179. width:550px;
  180. {/block:If500Posts}
  181. {block:If400Posts}
  182. width:450px;
  183. {/block:If400Posts}
  184. padding:5px;
  185. text-align:center;
  186. margin-top:80px;
  187.  
  188. }
  189.  
  190. #links a{
  191. display:inline;
  192. margin-left:10px;
  193. padding-left:8px;
  194. padding-right:8px;
  195. letter-spacing:1px;
  196. font-family:Trebuchet MS;
  197. font-size:9px;
  198. text-transform:uppercase;
  199. text-decoration:none;
  200. color:{color:Top Links};
  201. -webkit-transition: 1.0s;
  202. -moz-transition: 1.0s;
  203. border:1px dotted {color:Top Links Border};
  204. }
  205.  
  206. #links a:hover{
  207.  
  208. -webkit-transition: 2.0s;
  209. -moz-transition: 2.0s;
  210. padding-left:8px;
  211. padding-right:8px;
  212. {block:IfEffect1}
  213. -moz-box-shadow:inset -150px 0px -10px -0.5px {color:Top Links Background Hover};
  214. -webkit-box-shadow:inset -150px 0px -10px -0.5px {color:Top Links Background Hover};
  215. box-shadow:inset -150px 0px -10px -0.5px {color:Top Links Background Hover};
  216. {/block:IfEffect1}
  217. {block:IfEffect2}
  218. -moz-box-shadow:inset -100px 0px -200px -0.5px {color:Top Links Background Hover};
  219. -webkit-box-shadow:inset -100px 0px -200px -0.5px {color:Top Links Background Hover};
  220. box-shadow:inset -100px 0px -200px -0.5px {color:Top Links Background Hover};
  221. {/block:IfEffect2}
  222. }
  223.  
  224. .cont {
  225. margin-top:150px;
  226.  
  227. }
  228.  
  229. .wrap {
  230. {block:If500Posts}
  231. width:560px;
  232. {/block:If500Posts}
  233. {block:If400Posts}
  234. width:460px;
  235. {/block:If400Posts}
  236. height:1000%;
  237. background-image: url('{image:Posts Wrap}');
  238. background-color:{color:Posts Wrap Background};
  239. position:fixed;
  240. margin-left:450px;
  241. margin-top:-50px;
  242. margin-bottom:0px;
  243. z-index:-999;
  244. }
  245.  
  246. .posts {
  247. {block:If500Posts}
  248. width:500px;
  249. {/block:If500Posts}
  250. {block:If400Posts}
  251. width:400px;
  252. {/block:If400Posts}
  253. margin-bottom:35px;
  254. padding:10px;
  255. background-color:{color:Posts Background};
  256. font-family:arial;
  257. font-size: 11px;
  258. color:{color:Posts Text};
  259. letter-spacing: 1px;
  260. text-align: justify;
  261. overflow:hidden;
  262. margin-left:470px;
  263. }
  264.  
  265.  
  266.  
  267. .posts b, strong {
  268. font-style: bold;
  269. color:{color:Bold Text};
  270. }
  271.  
  272. .posts i, em {
  273. font-style:italic;
  274. color:{color:Italic Text};
  275. }
  276.  
  277. .posts a {
  278. text-decoration:none;
  279. color:{color:Posts Link};
  280. }
  281.  
  282. .posts h1 {
  283. font-family:Palatino;
  284. font-size: 18px;
  285. color:{color:Posts Title};
  286. font-weight: normal;
  287. text-align: center;
  288. letter-spacing: 2px;
  289. text-transform:none;
  290. }
  291.  
  292.  
  293. .posts blockquote {
  294. border-left:5px solid;
  295. border-left-color:{color:Blockquote};
  296. padding-left:5px;
  297. color:{color:Posts Text};
  298. }
  299.  
  300.  
  301. .posts img {
  302. {block:If500Posts}
  303. max-width:500px;
  304. {/block:If500Posts}
  305. {block:If400Posts}
  306. max-width:400px;
  307. {/block:If400Posts}
  308. opacity:1;
  309. {block:IfImageOpacity}
  310. opacity: .8;
  311. {/block:IfImageOpacity}
  312. margin-bottom:-3px;
  313. -webkit-transition: all 0.5s ease-out;
  314. -moz-transition: all 0.5s ease-out;
  315. transition: all 0.5s ease-out;
  316. }
  317.  
  318. .posts img:hover {
  319. opacity: 1;
  320. -webkit-transition: all 0.5s ease-out;
  321. -moz-transition: all 0.5s ease-out;
  322. transition: all 0.5s ease-out;
  323. }
  324.  
  325. .photoset {
  326. opacity:1;
  327. {block:IfImageOpacity}
  328. opacity: .9;
  329. {/block:IfImageOpacity}
  330. -webkit-transition: all 0.5s ease-out;
  331. -moz-transition: all 0.5s ease-out;
  332. transition: all 0.5s ease-out;
  333. }
  334.  
  335. .photoset:hover {
  336. opacity: 1;
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;
  339. transition: all 0.5s ease-out;
  340. }
  341.  
  342.  
  343. .audio img {
  344. width:70px;
  345. height:70px;
  346. float:left;
  347. opacity:1;
  348. border:1px solid #eee;
  349. padding:3px;
  350. }
  351.  
  352. .player1 {
  353. width:70px;
  354. height:70px;
  355. overflow:hidden;
  356. background-color:#fff;
  357. position:absolute;
  358. text-align:center;
  359. margin-top:4px;
  360. margin-left:4px;
  361. opacity:.3;
  362. -webkit-transition: all 0.8s ease-out;
  363. -moz-transition: all 0.8s ease-out;
  364. transition: all 0.8s ease-out;
  365. }
  366.  
  367. .player {
  368. width:10px;
  369. height:30px;
  370. padding-right:20px;
  371. z-index:999;
  372. margin-left:10px;
  373. padding-left:10px;
  374. margin-top:20px;
  375.  
  376. overflow:hidden;
  377. -webkit-transition: all 0.8s ease-out;
  378. -moz-transition: all 0.8s ease-out;
  379. transition: all 0.8s ease-out;
  380. }
  381.  
  382.  
  383.  
  384. .player1:hover {
  385. opacity:.8;
  386. -webkit-transition: all 0.8s ease-out;
  387. -moz-transition: all 0.8s ease-out;
  388. transition: all 0.8s ease-out;
  389. }
  390.  
  391. .audiostats {
  392. margin-top:13px;
  393. margin-left:90px;
  394. height:66px;
  395.  
  396. }
  397.  
  398. .quote {
  399. font-size:15px;
  400. font-family:Open Sans Condensed;
  401. font-weight:lighter;
  402. color:{color:Posts Text};
  403. text-align:center;
  404.  
  405. }
  406.  
  407. .quote2 {
  408. font-size:60px;
  409. float:left;
  410. margin-top:-15px;
  411. font-weight:bold;
  412.  
  413. }
  414.  
  415. .ask {
  416. text-align: left;
  417. background-color:{color:Ask Background};
  418. padding:10px;
  419. font-size:10px;
  420. z-index:999;
  421. }
  422.  
  423. .ask2 {
  424. position:absolute;
  425. color:{color:Ask Background};
  426. font-size:30px;
  427. font-family:arial;
  428. margin-left:50px;
  429. margin-top:-13px;
  430.  
  431. }
  432.  
  433. .askimg {
  434. text-transform:uppercase;
  435. font-size:9px;
  436. font-family:calibri;
  437. }
  438.  
  439. .askimg img{
  440. margin-left:28px;
  441. margin-top:-10px;
  442. opacity:1;
  443. }
  444.  
  445.  
  446. #pagination {
  447. color:{color:Pagination};
  448. width:170px;
  449. margin-top:30px;
  450. font-size:9px;
  451. font-family:calibri;
  452. text-align:center;
  453. opacity:.5;
  454. }
  455.  
  456. #pagination a{
  457. text-decoration:none;
  458. color:{color:Pagination};
  459. }
  460.  
  461. .caption {
  462. padding-left:5px;
  463. }
  464.  
  465. #postinfo {
  466. font-family:cambria;
  467. font-size:10px;
  468. {block:If500Posts}
  469. width:520px;
  470. {/block:If500Posts}
  471. {block:If400Posts}
  472. width:420px;
  473. {/block:If400Posts}
  474. text-transform:uppercase;
  475. color:{color:Posts Text};
  476. text-align:center;
  477. margin-left:470px;
  478. background-color:transparent;
  479. padding-top:10px;
  480. padding-bottom:10px;
  481. margin-top:-20px;
  482. }
  483.  
  484. #postinfo a{
  485. text-decoration:none;
  486. color:{color:Posts Link};
  487. }
  488.  
  489. .datew {
  490. {block:If500Posts}
  491. width:520px;
  492. {/block:If500Posts}
  493. {block:If400Posts}
  494. width:420px;
  495. {/block:If400Posts}
  496. margin-left:470px;
  497. margin-bottom:30px;
  498. margin-top:-34px;
  499. border-top:3px solid {color:Stats Top Border};
  500. -webkit-transition: all 0.8s ease-out;
  501. -moz-transition: all 0.8s ease-out;
  502. transition: all 0.8s ease-out;
  503. }
  504.  
  505. .date {
  506.  
  507. margin-left:0px;
  508. line-height: 13px;
  509. letter-spacing: 1px;
  510. font-size:8px;
  511. font-family:calibri;
  512. text-transform:uppercase;
  513. color:{color:Stats Text};
  514. opacity:1;
  515. text-align:center;
  516. padding:5px;
  517. }
  518.  
  519. .date a{
  520. text-decoration:none;
  521. color:{color:Stats Link};
  522.  
  523. }
  524.  
  525. {block:IfShowTags}
  526. .datew:hover .tags{
  527. opacity:1;
  528. }
  529. {/block:IfShowTags}
  530.  
  531. .tags {
  532. margin-bottom:-13px;
  533. margin-top:-10px;
  534. text-align:center;
  535. font-size:10px;
  536. font-family:calibri;
  537. padding:5px;
  538. opacity:0;
  539. -webkit-transition: all 0.8s ease-out;
  540. -moz-transition: all 0.8s ease-out;
  541. transition: all 0.8s ease-out;
  542. }
  543.  
  544. .tags a{
  545. color:{color:Stats Tags};
  546. text-decoration:none;
  547. }
  548.  
  549. ol.notes {
  550. margin-left:15px;
  551. margin-top:15px;
  552. list-style-type:none;
  553. text-align:left;
  554. border:0px;
  555. padding:0px;
  556. }
  557.  
  558. ol.notes li.note {
  559. padding-bottom:6px;
  560. }
  561.  
  562. ol.notes li.note img.avatar {
  563. width: 15px;
  564. height:15px;
  565. padding-right:5px;
  566.  
  567. }
  568.  
  569. #chii {
  570. right:7px;
  571. bottom:1px;
  572. position:fixed;
  573. opacity:.8;
  574. font-size:8px;
  575. font-family:calibri;
  576. text-transform:uppercase;
  577. letter-spacing:2px;
  578. }
  579.  
  580. #chii a{
  581. text-decoration:none;
  582. color:#000;
  583. }
  584.  
  585. {CustomCSS}
  586. </style>
  587. {block:IfInfiniteScrolling}
  588. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  589. {/block:IfInfiniteScrolling}
  590.  
  591. </head>
  592.  
  593. <body>
  594. <div id="chii">
  595. <a href="http://gardevoirs.tumblr.com">theme</a>
  596. </div>
  597.  
  598. <div id="zeldas">
  599. <div id="links">
  600. <a href="/">home</a>
  601. <a href="/ask">message</a>
  602. <a href="/archive">past</a>
  603. {block:IfLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:IfLink1}
  604. {block:IfLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:IfLink2}
  605. {block:IfLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:IfLink3}
  606. {block:IfLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:IfLink4}
  607. </div></div>
  608. <div id="position">
  609.  
  610. <div id="image">
  611. <img src="{image:Sidebar}">
  612. <div id="title">
  613. {text:Title}
  614. </div>
  615. <div id="desc">{Description}
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622. {block:IfNotInfiniteScrolling}
  623. <div id="pagination">
  624. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  625. {block:JumpPagination length="5"}
  626. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  627. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  628. {/block:JumpPagination}
  629. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  630. </div>
  631. {/block:IfNotInfiniteScrolling}
  632. </div></div></div>
  633.  
  634.  
  635.  
  636.  
  637. <div class="cont">
  638.  
  639. <div class="autopagerize_page_element">
  640.  
  641. <div class="wrap"></div>
  642.  
  643. {block:Posts}
  644.  
  645.  
  646. <div class="posts">
  647.  
  648.  
  649.  
  650. {block:Text}
  651.  
  652.  
  653. {block:Title}<h1>{Title}</h1>{/block:Title}
  654.  
  655. {Body}
  656. {/block:Text}
  657.  
  658.  
  659.  
  660. {block:Photo}
  661. <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  662. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  663.  
  664. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  665. {Caption}</div>
  666. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  667.  
  668.  
  669. {/block:Photo}
  670.  
  671. {block:Photoset}
  672. <div class="photoset">{block:If500Posts}{Photoset-500}{/block:If500Posts}{block:If400Posts}{Photoset-400}{/block:If400Posts}</div>
  673. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  674.  
  675. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  676. {Caption}</div>
  677. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  678. {/block:Photoset}
  679.  
  680.  
  681. {block:Quote}
  682. <div class="quote">
  683. <div class="quote2"><big>“</big></div> {Quote}
  684. </div>
  685. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  686. {/block:Quote}
  687.  
  688.  
  689. {block:Video}
  690. {block:If500Posts}{Video-500}{/block:If500Posts}{block:If400Posts}{Video-400}{/block:If400Posts}<br>
  691. {PlayCountWithLabel}
  692. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  693.  
  694. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  695. {Caption}</div>
  696. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  697. {/block:Video}
  698.  
  699.  
  700. {block:Link}
  701. <div align:"center"><h1><a href="{URL}" {Target}>{Name} →</a></h1></div>
  702. {block:Description}{Description}{/block:Description}
  703. {/block:Link}
  704.  
  705. {block:Chat}
  706. {block:Lines}
  707. <div style="background-color:{color:Chat Background};margin-bottom:2px;padding:5px;line-height:6px;padding-bottom:7px;">
  708. {block:Label}
  709. <br><b>{Label}</b>
  710. {/block:Label}
  711. &nbsp;{Line}</div>
  712. {/block:Lines}
  713. {/block:Chat}
  714.  
  715.  
  716. {block:Audio}
  717. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"alt=""></div>{/block:AlbumArt}
  718. <div class="player1"><div class="player">{AudioPlayerWhite}</div></div>
  719. <div class="audiostats">
  720. {block:TrackName}
  721. <b>Song:</b> {TrackName}
  722. {/block:TrackName}<br>
  723. {block:Artist}
  724. <b>Artist:</b> {Artist}
  725. {/block:Artist}<br>
  726. {block:Album}
  727. <b>Album:</b> {Album}
  728. {/block:Album}<br>
  729. {PlayCountWithLabel}</div>
  730. {block:IfShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  731.  
  732. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption">
  733. {Caption}</div>
  734. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  735. {/block:Audio}
  736.  
  737.  
  738. {block:Answer}
  739.  
  740. <div class="ask"><i>{Question}</i></div><div class="ask2">◤</div><br><div class="askimg"><img src="{AskerPortraitURL-16}"/> {Asker}</div>
  741. {Answer}
  742. {/block:Answer}
  743. </div>
  744.  
  745. {block:IndexPage}
  746. <div class="datew">
  747. <div class="date">
  748.  
  749. posted <a href="{Permalink}">{TimeAgo}</a>,&nbsp;with {NoteCountWithLabel} - <a href="{ReblogURL}" target="_blank">reblog</a></div>
  750. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}, </a>{/block:Tags}</div>
  751. {/block:HasTags}
  752. </div>
  753.  
  754. {/block:IndexPage}
  755.  
  756.  
  757.  
  758.  
  759. {block:PermalinkPage}
  760. <div id="postinfo">
  761. {block:Date}
  762.   {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}{Block:NoteCount} - {NoteCountWithLabel}{/Block:NoteCount}
  763. {block:RebloggedFrom}
  764.    <br><i>via:</i> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;
  765. <i>originally from:</i> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  766. {/block:RebloggedFrom}
  767. {block:IfShowTags}{block:HasTags}<br>tagged: {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}
  768. {block:PostNotes} {PostNotes} {/block:PostNotes}
  769. </div>
  770. {/block:PermalinkPage}
  771.  
  772.  
  773.  
  774.  
  775. {/block:Posts}
  776. </div></div></div></div>
  777.  
  778. </body>
  779. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement