Advertisement
damadellago

Archangel 3 columns v1.5

Feb 29th, 2012
5,475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <!--
  4. +++++++++++++++++++++++++++
  5. Theme by:Lady of the Lake
  6. damadellago.tumblr.com
  7. +++++++++++++++++++++++++++
  8. -->
  9.  
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Allura' rel='stylesheet' type='text/css'>
  17. {text:Meta tags}
  18. {block:Hidden}
  19. <meta name="if:Enable endless scrolling" content="0" />
  20. <meta name="font:Type" content="tahoma, arial"/>
  21. <meta name="text:Text size" content="9" />
  22. <meta name="if:Static background" content="0" />
  23. <meta name="if:Horizontal Background" content="1" />
  24. <meta name="if:Like on posts" content="0" />
  25. <meta name="if:Caption on Index" content="0" />
  26. <meta name="if:Resize image" content="0" />
  27. <meta name="text:Image Width" content="500" />
  28. <meta name="text:Image Height" content="400" />
  29. <meta name="text:Link1" content="Archive" />
  30. <meta name="text:Link1 Url" content="/archive" />
  31. <meta name="text:Link2" content="Random" />
  32. <meta name="text:Link2 Url" content="/random" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 Url" content="" />
  35. <meta name="text:Link4" content="" />
  36. <meta name="text:Link4 Url" content="" />
  37. <meta name="color:Background" content="#CCCCCC">
  38. <meta name="color:Shadow" content="#CCCCCC">
  39. <meta name="color:Font" content="#9D9F9E">
  40. <meta name="color:Post Background1" content="#FAD4C4">
  41. <meta name="color:Post Background2" content="#F1ECE8">
  42. <meta name="color:Color1" content="#9D9F9E">
  43. <meta name="color:Color2" content="#FAC8C5">
  44. <meta name="color:Color3" content="#FF8788">
  45. <meta name="color:Color4" content="#A2A4A3">
  46. <meta name="color:Color5" content="#FB9C9C">
  47. <meta name="color:Color6" content="#FF8788">
  48. <meta name="color:Color7" content="#DBB8C1">
  49. <meta name="color:Color8" content="#828b87">
  50. <meta name="color:Color9" content="#FFFFFF">
  51. <meta name="color:Color10" content="#7A7A7A">
  52. <meta name="color:Color11" content="#FBC3AC">
  53. <meta name="color:Color12" content="#CDCFCE">
  54. <meta name="color:Post Background" content="#EEE7D5">
  55. <meta name="image:Background" content="http://static.tumblr.com/xeob1hy/3ACm061g5/bgangel.png">
  56. <meta name="image:Header" content="http://static.tumblr.com/xeob1hy/B3Tm06154/angel.png">
  57. {/block:Hidden}
  58. <style type="text/css">
  59.  
  60. /* - - - - - - Main - - - - - - */
  61. body {
  62. background-image:url({image:Background});
  63. {block:IfHorizontalBackground}background-repeat:repeat-x;{block:IfHorizontalBackground}
  64. background-color:{color:Background};
  65. {block:IfStaticBackground}background-position: fixed;background-attachment:fixed;{/block:IfStaticBackground}
  66. margin:0px;
  67. color:{color:Font};
  68. font-family: {font:Type};
  69. font-size: {text:Text size}px;
  70. line-height: 15px;
  71. letter-spacing: 0px;
  72. text-shadow:0px 0px 1px {color:Shadow};
  73. }
  74.  
  75. #wrapper {
  76. width:900px;
  77. margin:auto;
  78. margin-top:0px;
  79. }
  80.  
  81. #content{margin:10px; padding:10px;}
  82.  
  83. /* - - - - - - Posts - - - - - - */
  84. .container{
  85. background-color: {color:Post Background1};
  86. text-align: justify;
  87. padding:5px;
  88. margin:3px;
  89. {block:indexpage}width:260px; float:left;position:relative;{/block:indexpage}
  90. {block:permalinkpage}width:620px;margin:auto;{/block:permalinkpage}
  91. -moz-border-radius: 5px;
  92. -webkit-border-radius: 5px;
  93. -o-border-radius: 5px;
  94. border-radius: 5px;
  95. }
  96.  
  97. #post{
  98. padding:6px;background-color: {color:Post Background2};
  99. border-bottom: 3px solid {color:Color1};
  100. {block:indexpage}overflow:hidden;{/block:indexpage}
  101. }
  102.  
  103. #notes {
  104. background: {color:Post Background1};
  105. width:600px;
  106. margin:auto;
  107. margin-top: 10px;
  108. margin-bottom: 10px;
  109. padding:10px;
  110. -moz-border-radius: 5px;
  111. -webkit-border-radius: 5px;
  112. -o-border-radius: 5px;
  113. border-radius: 5px;
  114. position:relative;
  115. }
  116.  
  117. ol.notes {
  118. list-style:none;
  119. padding:10px;
  120. }
  121.  
  122. h1 {
  123. font-family: 'Euphoria Script', cursive;
  124. color:{color:Color3};
  125. font-size: 20px;
  126. line-height:20px;
  127. letter-spacing: 3px;
  128. text-align: right;
  129. margin-top: 10;
  130. margin-bottom: 10;
  131. padding-right: 0px;
  132. }
  133.  
  134. h2 {
  135. font-family: 'Euphoria Script', cursive;
  136. margin:3px 0;
  137. padding:0px;
  138. font-size:17px;
  139. font-weight:normal;
  140. text-align:left;
  141. color:{color:Color4};
  142. border-bottom: 3px {color:Color5} solid;
  143. }
  144.  
  145. h2:first-letter {
  146. color: {color:Color6};
  147. font-size: 20pt;
  148. font-weight: normal;
  149. font-style: italic;
  150. }
  151.  
  152. .notescount {
  153. background-color:{color:Color10};
  154. float:left;
  155. text-align:left;
  156. font-size:10px;
  157. width:50%;
  158. padding:3px;
  159. margin:0px;
  160. -moz-border-radius:0px 20px 20px 0px ;
  161. -webkit-border-radius:0px 20px 20px 0px ;
  162. -o-border-radius:0px 20px 20px 0px ;
  163. border-radius: 0px 20px 20px 0px ;
  164. -webkit-transition: all .7s ease-in;
  165. -moz-transition: all .7s ease-in;
  166. -o-transition: all .7s ease-in;
  167. }
  168.  
  169. .notescount:hover {
  170. float:left;
  171. width:80%;
  172. -moz-border-radius:0px 20px 20px 0px ;
  173. -webkit-border-radius:0px 20px 20px 0px ;
  174. -o-border-radius:0px 20px 20px 0px ;
  175. border-radius: 0px 20px 20px 0px ;
  176. -webkit-transition: all .7s ease-in;
  177. -moz-transition: all .7s ease-in;
  178. -o-transition: all .7s ease-in;
  179. }
  180.  
  181. .notescount a {
  182. color:{color:Color9};
  183. font-weight: bold;
  184. }
  185.  
  186. .notescount a:hover {
  187. color:{color:Color9};
  188. text-shadow:0px 0px 2px {color:Color2};
  189. }
  190.  
  191. {block:IfLikeonposts}.my-like { background-image: url(http://static.tumblr.com/ikkgisy/Bxmm6ic7e/heart2.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;}
  192. .my-liked, .my-like:hover { background-image: url(http://static.tumblr.com/ikkgisy/Pnom6ic7v/heart1.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;} {/block:IfLikeonposts}
  193.  
  194.  
  195.  
  196. /* - - - - - - Header&Footer - - - - - - */
  197. #menu{margin-top:20px;
  198. margin-left:5px;
  199. width:160px;}
  200.  
  201. #description{
  202. background-color: {color:Color2};width:200px;
  203. padding:8px;
  204. text-align:right;
  205. -moz-border-radius:20px 0px 20px 20px;
  206. -webkit-border-radius:20px 0px 20px 20px;
  207. -o-border-radius:20px 0px 20px 20px;
  208. border-radius: 20px 0px 20px 20px;}
  209.  
  210. #footer {
  211. background-color:{color:Post Background2};
  212. border: 5px solid {color:Color2};
  213. width:700px;
  214. height:50px;
  215. margin:auto;
  216. margin-top: 10px;
  217. padding:30px;
  218. -moz-border-radius:100px 100px 0px 0px ;
  219. -webkit-border-radius:100px 100px 0px 0px ;
  220. -o-border-radius:100px 100px 0px 0px ;
  221. border-radius: 100px 100px 0px 0px ;
  222. }
  223.  
  224. a.block {
  225. text-align: center;
  226. padding:2px;
  227. padding-left:5px;
  228. border:0px;
  229. margin:1px;
  230. width: 120px;
  231. display: inline-block;
  232. height:10px;
  233. line-height:10px;
  234. font-family : century Gothic, arial;
  235. background-color: {color:Color2};
  236. color: {color:Color9};
  237. font-weight: bold;
  238. -moz-border-radius:0px 20px 20px 0px ;
  239. -webkit-border-radius:0px 20px 20px 0px ;
  240. -o-border-radius:0px 20px 20px 0px ;
  241. border-radius: 0px 20px 20px 0px ;
  242. -webkit-transition: all .7s ease-in;
  243. -moz-transition: all .7s ease-in;
  244. -o-transition: all .7s ease-in;
  245. }
  246.  
  247. a.block:hover {
  248. background-color: {color:Color9};
  249. color: {color:Color2};
  250. padding-left:20px;
  251. width: 150px;
  252. background-color: {color:Border Top};
  253. -webkit-transition: all .7s ease-in;
  254. -moz-transition: all .7s ease-in;
  255. -o-transition: all .7s ease-in;
  256. }
  257.  
  258. .portrait{
  259. border: 5px solid {color:Color2};
  260. -moz-border-radius: 0px 0px 500px 500px;
  261. -webkit-border-radius: 0px 0px 500px 500px;
  262. -o-border-radius: 0px 0px 500px 500px;
  263. border-radius: 0px 0px 500px 500px;
  264. width: {text:Image Width}px;
  265. height: {text:Image Height}px;
  266. margin: 0px;
  267. background-image: url({image:Header});
  268. {block:IfResizeImage}background-size:{text:Image Width}px {text:Image Height}px;{/block:IfResizeImage}
  269. }
  270.  
  271. .portrait2{
  272. -moz-border-radius: 0px 0px 500px 500px;
  273. -webkit-border-radius: 0px 0px 500px 500px;
  274. -o-border-radius: 0px 0px 500px 500px;
  275. border-radius: 0px 0px 500px 500px;
  276. width: {text:Image Width}px;
  277. height: {text:Image Height}px;
  278. }
  279.  
  280.  
  281. /* - - - - - - Content - - - - - - */
  282. .quo {
  283. font-size:18pt;
  284. font-family: 'Allura', cursive;
  285. line-height:20px;
  286. color:{color:Color11};
  287. text-align: center;
  288. }
  289.  
  290. .answer {
  291. margin:0px;
  292. padding:10px;
  293. background:{color:Color12};
  294. }
  295.  
  296. .album img {
  297. max-width: 40px;
  298. float: left;
  299. margin-right: 5px;
  300. box-shadow: 0px 0px 6px {color:Shadow};
  301. -webkit-box-shadow: 0px 0px 6px {color:Shadow};
  302. -moz-box-shadow: 0px 0px 6px {color:Shadow};
  303. -moz-border-radius: 6px;
  304. -webkit-border-radius: 6px;
  305. -o-border-radius: 6px;
  306. border-radius: 6px;
  307. -webkit-transition: all 1s ease;
  308. -moz-transition: all 1s ease;
  309. -o-transition: all 1s ease;
  310. }
  311.  
  312. .album img:hover
  313. {
  314. opacity:0.5;
  315. -webkit-transition: all 1s ease;
  316. -moz-transition: all 1s ease;
  317. -o-transition: all 1s ease;
  318. }
  319.  
  320. #chat ul {
  321. list-style:none;
  322. padding:5px;
  323. }
  324.  
  325. #chat ul li.odd {
  326. background:{color:Color11};
  327. }
  328.  
  329. #chat li {
  330. padding: 2px;
  331. list-style-type: none;
  332. }
  333.  
  334. .source {
  335. margin:0px 10px 0px 0px;
  336. text-align:left;
  337. letter-spacing:0px;
  338. }
  339.  
  340. blockquote {
  341. margin:auto;
  342. padding:2px;
  343. border-left: 2px {color:Color2} solid;
  344. }
  345.  
  346. /* - - - - - - General - - - - - - */
  347. b, u, i, s {
  348. color: {color:Color8};
  349. }
  350.  
  351. a {
  352. text-decoration: none;
  353. color: {color:Color6};
  354. }
  355.  
  356. a:hover {
  357. color: {color:Color9};
  358. font-weight: bold;
  359. text-shadow:0px 0px 2px {color:Color2};
  360. }
  361.  
  362. .pic{
  363. -moz-border-radius: 5px;
  364. -webkit-border-radius: 5px;
  365. -o-border-radius: 5px;
  366. border-radius: 5px;
  367. }
  368.  
  369. .pic:hover{
  370. box-shadow: 0px 0px 20px {color:Color2};
  371. -webkit-box-shadow: 0px 0px 20px {color:Color2};
  372. -moz-box-shadow: 0px 0px 20px {color:Color2};
  373. }
  374.  
  375. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}
  376.  
  377. ::-webkit-scrollbar {
  378. width: 7px;
  379. background-color: {color:Color2};
  380. }
  381.  
  382. ::-webkit-scrollbar-thumb:vertical {
  383. background-color: {color:Color3};
  384. }
  385.  
  386. a.install {
  387. width: 96px;
  388. height: 20px;
  389. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  390. display: block;
  391. position: absolute;
  392. top: 26px;
  393. right: 3px;
  394. z-index:999;
  395. -webkit-transition: all 1s ease;
  396. -moz-transition: all 1s ease;
  397. -o-transition: all 1s ease;
  398. opacity: 0.4;
  399. }
  400.  
  401. a.install:hover {
  402. -webkit-transition: all 1s ease;
  403. -moz-transition: all 1s ease;
  404. -o-transition: all 1s ease;
  405. opacity: 1;
  406. }
  407.  
  408. iframe#tumblr_controls {
  409. top: 0px !important;
  410. right:0px !important;
  411. -webkit-transition: all 1s ease;
  412. -moz-transition: all 1s ease;
  413. -o-transition: all 1s ease;
  414. opacity: 0.4;
  415. }
  416.  
  417. iframe#tumblr_controls:hover {
  418. -webkit-transition: all 1s ease;
  419. -moz-transition: all 1s ease;
  420. -o-transition: all 1s ease;
  421. opacity: 1;
  422. }
  423.  
  424. {CustomCSS}
  425. </style>
  426. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  427. <script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
  428. {block:IndexPage}
  429. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  430. <script src="http://static.tumblr.com/thpaaos/Oznkoyc5z/jquery.scale.js"></script>
  431. {block:IfEnableEndlessScrolling} <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:IfEnableEndlessScrolling}
  432. <script type="text/javascript">
  433. $(window).load(function () {
  434. $('#content').masonry(),
  435. $('.masonryWrap').infinitescroll({
  436. navSelector : "div.navigation",
  437. // selector for the paged navigation (it will be hidden)
  438. nextSelector : ".navigation a#next",
  439. // selector for the NEXT link (to page 2)
  440. itemSelector : ".container",
  441. // selector for all items you'll retrieve
  442. bufferPx : 10000,
  443. extraScrollPx: 10000,
  444. loadingImg : "",
  445. loadingText : "<em></em>",
  446. },
  447. // call masonry as a callback.
  448. function() { $('#content').masonry({ appendedContent: $(this) }); }
  449. );
  450. });
  451. </script>{/block:IndexPage}
  452.  
  453. {block:IfLikeonposts}<script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>{/block:IfLikeonposts}
  454. </head>
  455. <body>
  456. <a href="http://damadellago.tumblr.com" class="install"></a>
  457. <div id="wrapper">
  458. <table align="center" border="0" cellpadding="0" cellspacing="0">
  459. <tr>
  460. <td valign=top ><div id="description">{block:Description}{Description}{/block:Description}</div>&nbsp;</td>
  461. <td valign=top><div class="portrait2"><div class="portrait"></div></div>&nbsp;</td>
  462. <td valign=top><div id="menu">
  463. <!-- Navigation -->
  464. {block:IfLink1}<a class="block" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
  465. {block:IfLink2}<a class="block" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
  466. {block:AskEnabled}<a class="block" href="/ask">Ask</a>{/block:AskEnabled}
  467. {block:SubmissionsEnabled} <a class="block" href="/submit">Submit</a>{/block:SubmissionsEnabled}
  468. {block:IfLink3}<a class="block" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
  469. {block:IfLink4}<a class="block" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
  470. <a target="_blank" class="block" href="http://damadellago.tumblr.com">Theme</a>
  471. </div></td>
  472. </tr>
  473. </table>
  474. <!-- End navigation -->
  475.  
  476. <div id="content">
  477. {block:Posts}
  478. <div class="container">
  479. <div id="post">{block:IndexPage}<a href="{Permalink}"><h2>{Month} {DayOfMonth} {Year}, {12Hour}{AmPm}
  480. <i>...{TimeAgo}</i></h2></a><br>{/block:IndexPage}
  481.  
  482. {block:Text}
  483. {block:Title}<h1>{Title}</h1><br>{block:Title}
  484. {block:IndexPage}{Body}{/block:IndexPage}
  485. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  486. {/block:Text}
  487.  
  488. {block:Photo}
  489. {block:IndexPage}<center><a href="{permalink}"><img class="pic" src="{PhotoURL-250}" alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{block:IfCaptionOnIndex}{/block:IndexPage}
  490. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic" alt="{PhotoAlt}"/>{LinkCloseTag}<br></center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  491. {/block:Photo}
  492.  
  493. {block:Photoset}
  494. {block:IndexPage}<center>{Photoset-250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{block:IfCaptionOnIndex}{/block:IndexPage}
  495. {block:PermalinkPage}<center>{Photoset-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  496. {/block:Photoset}
  497.  
  498. {block:Quote}
  499. <p class="quo">"{Quote}"</p>
  500. {block:Source}<p class="source">&nbsp; &nbsp;— {Source}</p>{/block:Source}
  501. {/block:Quote}
  502.  
  503. {block:Link}
  504. {block:IndexPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1>{block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>{/block:Description}<br>{block:source}<p>{Source}</p>{/block:Source}{/block:IfCaptionOnIndex}{/block:IndexPage}
  505. {block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1><br>{block:Description}<p>{Description}</p>{/block:Description}<br>{block:source}<p>{Source}</p>{/block:Source}{/block:PermalinkPage}
  506. {/block:Link}
  507.  
  508. {block:Chat}
  509. {block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
  510. {block:Lines}
  511. <li class="{Alt} user_{UserNumber}">
  512. {block:Label}
  513. <span class="label">{Label}</span>
  514. {/block:Label}
  515. {Line}
  516. </li>
  517. {/block:Lines}
  518. </ul></div>
  519. {/block:Chat}
  520.  
  521. {block:Video}
  522. {block:IndexPage}<center>{Video-250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  523. {block:PermalinkPage}<center>{Video-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  524. {/block:Video}
  525.  
  526. {block:Audio}
  527. {block:AudioEmbed}
  528. {AudioEmbed-500}
  529. {/block:AudioEmbed}
  530. {block:AudioPlayer}{block:AlbumArt}<div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">{AudioPlayerWhite}</div><br> {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist} || Times played:{FormattedPlayCount}<br> [[<a title="External source only" href="{ExternalAudioURL}">{lang:Download}</a>]]</span>{/block:ExternalAudio}{/block:AudioPlayer}
  531. {block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex} {/block:IndexPage}
  532. {block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  533. {/block:Audio}
  534.  
  535. {block:Answer}
  536. <div class="answer"><center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>{Question}<br></center></div><center><br>
  537. <img class="pic" src="{PortraitURL-48}"><br>{Answer}</center>
  538. {/block:Answer}
  539.  
  540. </div>
  541. {block:IndexPage}<div class="notescount">
  542. <a target="_blank" href="{reblogurl}">Reblog</a> {block:IfLikeonposts} | <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div> {/block:IfLikeonposts} {block:NoteCount}| <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div>
  543. <br>{/block:IndexPage}
  544. </div>
  545. {block:PermalinkPage}
  546. {block:PostNotes}<div id="notes"><center><br>
  547. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date} {block:RebloggedFrom} <br> Via <a href="{ReblogParentURL}">{ReblogParentName}</a> || Source <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br> <b>Tagged:</b>{block:Tags} &#9679; <a href="{TagURL}">{Tag}</a>
  548. {/block:Tags}<br>{/block:HasTags}
  549. </center>
  550. <br>{PostNotes}
  551. </div>{/block:PostNotes}{/block:PermalinkPage}
  552. {/block:Posts}
  553. </div>
  554.  
  555. <div id="footer">
  556. {block:Pagination}<div id="pagi" class="navigation"><p id="page_nav">
  557. {block:NextPage}<a class="pagina" id="next" href="{NextPage}">»</a>{/block:NextPage}
  558. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">« Previous</a></p>{/block:PreviousPage}</div></div>
  559. {/block:Pagination}
  560. <p style="text-align: center"> || <a href="/">Home</a> ||<br><b>Copyright</b> {CopyrightYears} {Title} || <a href="/rss">RSS</a></div>
  561. </div>
  562. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement