Advertisement
damadellago

Red Roses 3 column v1.5

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