Advertisement
kero228

hoggtumblrlayout

Jul 13th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 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.  
  4. Edit the hell out of it, but DO NOT REMOVE CREDIT.
  5. Theme by atmospherica.tumblr.com
  6.  
  7. -->
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <html lang="en"><head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link rel="shortcut icon" href="{Favicon}" />
  13.  
  14. {block:IfInfiniteScrolling}
  15. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  16. {/block:IfInfiniteScrolling}
  17. <meta name="color:Background" content="#eee"/>
  18. <meta name="image:Background" content="http://i779.photobucket.com/albums/yy80/kero228/hoggbg2.jpg"/>
  19. <meta name="image:Large Sidebar" content="http://i779.photobucket.com/albums/yy80/kero228/lammbi.jpg"/>
  20. <meta name="image:Description" content="http://i779.photobucket.com/albums/yy80/kero228/hurrk.jpg"/>
  21. <meta name="if:Center Large Sidebar Picture" content="1"/>
  22. <meta name="if:Sidebar Static" content="1"/>
  23. <meta name="if:Bigger Posts" content="0"/>
  24. <meta name="if:Consolas Font" content="1"/>
  25. <meta name="if:Post Border" content="0"/>
  26. <meta name="if:Show Description" content="0"/>
  27. <meta name="if:Show Notes" content="0"/>
  28. <meta name="font:Post Titles" content="courier new"/>
  29. <meta name="text:Permalinks Symbol" content="+"/>
  30. <meta name="text:Custom Asker Text" content="whispered"/>
  31. <meta name="text:Body Font Size" content="11px"/>
  32. <meta name="text:Post Titles Font Size" content="15px"/>
  33. <meta name="text:Description Font Size" content="9px"/>
  34. <meta name="text:Custom Link One" content=""/>
  35. <meta name="text:Custom Link One URL" content=""/>
  36. <meta name="text:Custom Link Two" content=""/>
  37. <meta name="text:Custom Link Two URL" content=""/>
  38. <meta name="text:Custom Link Three" content=""/>
  39. <meta name="text:Custom Link Three URL" content=""/>
  40. <meta name="text:Custom Link Four" content=""/>
  41. <meta name="text:Custom Link Four URL" content=""/>
  42. <meta name="text:Custom Link Five" content=""/>
  43. <meta name="text:Custom Link Five URL" content=""/>
  44. <meta name="text:Custom Link Six" content=""/>
  45. <meta name="text:Custom Link Six URL" content=""/>
  46. <meta name="text:Description Top Position" content="20px"/>
  47. <meta name="text:Description Left Position" content="750px"/>
  48. <meta name="color:Sidebar Background" content="#353535"/>
  49. <meta name="color:Sidebar Right Border" content="#fff"/>
  50. <meta name="color:Post Background" content="#353535"/>
  51. <meta name="color:Post Titles" content="#8F8F8F"/>
  52. <meta name="color:Body Text" content="#ccc"/>
  53. <meta name="color:Links" content="#D87920"/>
  54. <meta name="color:Links Hover" content="#ccc"/>
  55. <meta name="color:Navigation Arrows" content="#ccc"/>
  56. <meta name="color:Description Background" content="#333333"/>
  57. <meta name="color:Description Link" content="#f3f3f3"/>
  58. <meta name="color:Description Link Hover" content="#fff"/>
  59. <meta name="color:Description Link Border" content="#D87920"/>
  60. <meta name="color:Description Link Background" content="#3A3A3A"/>
  61. <meta name="color:Description Link Background Hover" content="#585858"/>
  62. <meta name="color:Description Text" content="#fff"/>
  63. <meta name="color:Permalinks" content="#686868"/>
  64. <meta name="color:Back To Top" content="#000"/>
  65. <meta name="color:Post Border" content="#eee"/>
  66. <meta name="font:Body" content="Arial"/>
  67. <meta name="font:Description" content="Arial"/>
  68. <meta name="if:Infinite Scrolling" content="0"/>
  69. <meta name="if:Smaller Sidebar Link Height" content="0"/>
  70. <meta name="if:Show Description Image" content="1"/>
  71. <meta name="if:Fade Images" content="1"/>
  72. <meta name="if:Show Captions" content="0"/>
  73. <meta name="if:Description Box Shadow" content="0"/>
  74. <meta name="if:Show Back To Top" content="1"/>
  75. <style type="text/css">
  76. * {
  77. margin: 0;
  78. padding: 0;cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), auto;
  79. }
  80. body {background-color:{color:Background};color:{color:Body Text};font-family:{block:IfConsolasFont}consolas;{/block:IfConsolasFont}{block:IfNotConsolasFont}{font:Body};{/block:IfNotConsolasFont}{block:IfBodyFontSize}font-size:{text:Body Font Size};{/block:IfBodyFontSize}background-image: url('{image:Background}'); background-position:center center; background-attachment: fixed;overflow-x:hidden;cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), auto;
  81. }
  82. img {border:none;}
  83. iframe#tumblr_controls {
  84.  
  85. right:3px !important;
  86.  
  87. position: fixed !important;
  88.  
  89. -webkit-transition: opacity 0.7s linear;
  90.  
  91. opacity: 0.2;
  92.  
  93. -webkit-transition: all 0.8s ease-out;
  94.  
  95. -moz-transition: all 0.8s ease-out;
  96.  
  97. transition: all 0.8s ease-out;}
  98.  
  99.  
  100.  
  101. iframe#tumblr_controls:hover{
  102.  
  103. -webkit-transition: opacity 0.7s linear;
  104.  
  105. opacity: 1;
  106.  
  107. -webkit-transition: all 0.4s ease-out;
  108.  
  109. -moz-transition: all 0.4s ease-out;
  110.  
  111. transition: all 0.4s ease-out;}
  112. a, ol.notes a {text-decoration:none;color:{color:Links};border:none;-webkit-transition: all 0.3s ease-out;
  113. -moz-transition: all 0.3s ease-out;
  114. transition: all 0.3s ease-out;cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), auto;}
  115. a:hover,ol.notes a:hover {color:{color:Links Hover};border: 0px;
  116. margin: 0px;cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), auto;}
  117. #posts {width:{block:IfNotBiggerPosts}400px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}500px;{/block:IfBiggerPosts};padding:0px;margin-left: 320px; margin-top:0px; text-align: justify; position: absolute; z-index:-1;}
  118. #tra {background-color:#fff;}
  119. .post {margin:0px auto;width:{block:IfNotBiggerPosts}400px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}500px;{/block:IfBiggerPosts};margin-bottom:7px;background-color:{color:Post Background};padding:5px;{block:IfPostBorder}border:1px solid {color:Post Border};{/block:IfPostBorder}{block:IfBodyFontSize};font-size:{text:Body Font Size};{/block:IfBodyFontSize}; z-index:999;}
  120.  
  121. {block:IfFadeImages} {block:IndexPage}.post img {filter:alpha(opacity=90);
  122. -moz-opacity:0.9;
  123. -khtml-opacity: 0.9;
  124. opacity: 0.9;-webkit-transition: all 1s ease-in-out;
  125. -moz-transition: all 1s ease-in-out;
  126. -o-transition: all 1s ease-in-out;
  127. -webkit-transition: all 1s ease-in-out;
  128. transition: all 1s ease-in-out; }
  129. .post img:hover {filter:alpha(opacity=100);
  130. -moz-opacity:1.0;
  131. -khtml-opacity: 1.0;
  132. opacity: 1.0;
  133. } {/block:IndexPage}{/block:IfFadeImages}
  134. .quote {font-family: {font:Post Titles};letter-spacing:1px;font-size:15px;
  135. font-weight:lighter;color:{color:Post Titles};margin:0px auto;padding:10px;}
  136. ol.notes {width:{block:IfBiggerPosts}510px;{/block:IfBiggerPosts}{block:IfNotBiggerPosts}410px;{/block:IfNotBiggerPosts};font-size:11px;padding: 0px;color:{color:Body Text};
  137. margin: 15px 0px;
  138. list-style-type: none;
  139. }
  140. h3 a {font-family: {font:Post Titles};text-transform:uppercase;font-size:{text:Post Titles Font Size};
  141. font-weight:normal;color:{color:Post Titles};padding:7px;
  142. }
  143.  
  144.  
  145. {block:IfSidebarStatic}#sky {width: 300px; height: 100%; top: 0px; left: 0px; padding: 5px; background-image:url(http://img.freecodesource.com/myspace-layouts/images/layouts/1182827101-247-3.gif);position: fixed;filter:alpha(opacity=20);
  146. -moz-opacity:0.2;
  147. -khtml-opacity: 0.2;
  148. opacity: 0.2;-webkit-transition: all 1s ease-in-out;
  149. -moz-transition: all 1s ease-in-out;
  150. -o-transition: all 1s ease-in-out;
  151. -webkit-transition: all 1s ease-in-out;
  152. transition: all 1s ease-in-out;border-right:4px solid #ccc;}
  153. #sky:hover {filter:alpha(opacity=0);
  154. -moz-opacity:0;
  155. -khtml-opacity: 0;
  156. opacity: 0;}{/block:IfSidebarStatic}
  157. li{ margin-left:20px;}
  158. .permabox {margin-left: 500px;
  159. position: absolute;
  160. padding-left: 200px;}
  161.  
  162. #back {width: 300px; height: 100%; top: 0px; left: 0px; padding: 5px; background-image:url('{image:Large Sidebar}'); background-position:{block:IfNotCenterLargeSidebarPicture}left top{block:IfNotCenterLargeSidebarPicture}{block:IfCenterLargeSidebarPicture}center center{/block:IfCenterLargeSidebarPicture}; text-align: center;position:fixed;background-color:{color:Sidebar Background};background-repeat:no-repeat;border-right:3px solid {color:Sidebar Right Border};}
  163.  
  164. #tumblr_controls{position: fixed!important;z-index:1;}
  165.  
  166. #muk a:hover {color:#fff;}
  167. div.hib a {font-size:19px;font-family:{font:Body};text-align:left;position:absolute;left:{block:IfNotBiggerPosts}410px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}510px;{/block:IfBiggerPosts};width:130px;color:{color:Permalinks};line-height:20px;padding:0px;z-index:-1;}
  168. div.hib {
  169. opacity: 0;
  170. filter:alpha(opacity=0);
  171. -moz-opacity: 0;
  172. -khtml-opacity: 0;
  173. -webkit-transition: all 0.5s ease;
  174. -moz-transition: all 0.5s ease;
  175. -o-transition: all 0.5s ease;
  176. }
  177. div.bird:hover div.hib {
  178. opacity: 1;
  179. filter:alpha(opacity=100);
  180. -moz-opacity: 1;
  181. -khtml-opacity: 1;
  182. }
  183.  
  184. #sidebar{ {block:IfDescriptionBoxShadow} border-radius: 3px 3px 3px 3px;-moz-border-radius: 4px 4px 0px 0px;-moz-box-shadow: 2px 2px 3px #CCC;-webkit-box-shadow: 2px 2px 3px #CCC;box-shadow: 2px 2px 3px #CCC;{/block:IfDescriptionBoxShadow}
  185. position:fixed;top:{block:IfDescriptionTopPosition}{text:Description Top Position}{/block:IfDescriptionTopPosition};left:{block:IfDescriptionLeftPosition}{text:Description Left Position}{/block:IfDescriptionLeftPosition};color:{color:Description Text}; font-size:{text:Description Font Size};text-decoration:none; border:none; background-color:{color:Description Background};padding: 5px;letter-spacing:1px;width:220px;font-family:{font:Description}}
  186.  
  187. #desc a:link, #desc a:visited, #desc a {color:{color:Links};}
  188.  
  189. .muk {text-align:center}
  190. .muk a {color:{color:Navigation Arrows};font-size:20px;}
  191. .caption {margin-right:10px;text-align:left;}
  192.  
  193. #top-link{ display:none; position:fixed; left:{block:IfNotBiggerPosts}750px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}850px;{/block:IfBiggerPosts}; bottom:10px; color:{color:Back To Top};font-family: consolas;text-decoration:none;background:none;font-size:12px;}
  194.  
  195. #stars {text-align:;left;margin:20px;}
  196. #stars li, #stars ol, #stars blockquote {text-align:left;}
  197. #tra {padding:10px;}
  198. blockquote{padding:0 0 0 4px; margin:0 0 0 14px; border-left: 2px solid #D1D1D1; }
  199. ol.notes li.note { padding:7px;text-align:left;border-top: dashed 1px #ccc;}
  200. sub {font-size:10px;}
  201. #shiny img, #dead img {max-width:350px;}
  202. #won a {{block:IfSmallerSidebarLinkHeight}height:10px;{/block:IfSmallerSidebarLinkHeight}display:block;width:200px;background-color:{color:Description Link Background};margin-bottom:5px;text-transform:lowercase;font-size:10px;text-align:left;border-right:none;border-right:10px solid {color:Description Link Border};color:{color:Description Link};}
  203. #won a:hover {background-color:{color:Description Link Background Hover};text-align:center;border-left:none;border-right:none;border-left:3px solid {color:Description Link Border};color:{color:Description Link Hover};}
  204. #won a span {{block:IfSmallerSidebarLinkHeight}line-height:10px;{/block:IfSmallerSidebarLinkHeight}{block:IfNotSmallerSidebarLinkHeight}line-height:20px;{/block:IfNotSmallerSidebarLinkHeight}font-family:consolas;letter-spacing:2px;margin-left:10px;}
  205. #shiny ol, #shiny li, #dead li, #dead ol {text-align:left;}
  206. p {margin-bottom:10px;}
  207. #stars img, #poo img, blockquote img {max-width:330px;}
  208.  
  209. </style>
  210.  
  211. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery-1.3.2.js"></script>
  212. <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery.scrollTo-1.4.0-min.js"></script>
  213. <script type="text/javascript">
  214. jQuery.fn.topLink = function(settings) {
  215. settings = jQuery.extend({
  216. min: 1,
  217. fadeSpeed: 200,
  218. ieOffset: 50
  219. }, settings);
  220. return this.each(function() {
  221. //listen for scroll
  222. var el = $(this);
  223. el.css('display','none'); //in case the user forgot
  224. $(window).scroll(function() {
  225. if(!jQuery.support.hrefNormalized) {
  226. el.css({
  227. 'position': 'absolute',
  228. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  229. });
  230. }
  231. if($(window).scrollTop() >= settings.min)
  232. {
  233. el.fadeIn(settings.fadeSpeed);
  234. }
  235. else
  236. {
  237. el.fadeOut(settings.fadeSpeed);
  238. }
  239. });
  240. });
  241. };
  242.  
  243. $(document).ready(function() {
  244. $('#top-link').topLink({
  245. min: 400,
  246. fadeSpeed: 500
  247. });
  248. //smoothscroll
  249. $('#top-link').click(function(e) {
  250. e.preventDefault();
  251. $.scrollTo(0,300);
  252. });
  253. });
  254.  
  255.  
  256. </script>
  257.  
  258. </head>
  259.  
  260. <body>
  261. <div id="top"></div>
  262. {block:IfShowBackToTop}<div id="top-link"><a style="border:none;" href="#top">back to top</a></div>{/block:IfShowBackToTop}
  263.  
  264. <div id="back"></div>
  265. <div id="sky"></div>
  266.  
  267.  
  268. <div id="sidebar">
  269. <center>
  270. <div id="won"><br>
  271. {block:IfShowDescriptionImage}<img src="{image:Description}" width="200"><br><br>{/block:IfShowDescriptionImage}
  272. <a href="/"><span>index</span></a>
  273. <a href="/archive"><span>archive</span></a>
  274. <a href="/ask"><span>message</span></a>
  275. {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"><span>{text:Custom Link One}</span>{/block:IfCustomLinkOne}</a>{block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"><span>{text:Custom Link Two}</span>{/block:IfCustomLinkTwo}</a>{block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"><span>{text:Custom Link Three}</span>{/block:IfCustomLinkThree}</a>
  276. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"><span>{text:Custom Link Four}</span>{/block:IfCustomLinkFour}</a>
  277. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"><span>{text:Custom Link Five}</span>{/block:IfCustomLinkFive}</a>
  278. {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}"><span>{text:Custom Link Six}</span>{/block:IfCustomLinkSix}</a>
  279. <a href="http://atmospherica.tumblr.com"><span>theme</span></a></div></center>
  280. {block:IfShowDescription}<div id="desc" style="padding:10px;">{Description}</div>{/block:IfShowDescription}
  281.  
  282. {block:IfNotInfiniteScrolling}{block:Pagination}<div class="muk">{block:PreviousPage}<a href="{PreviousPage}">&larr; | </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</div>{/block:Pagination}
  283. {/block:IfNotInfiniteScrolling}{/block:IfNotInfiniteScrolling}<br>
  284.  
  285. </div>
  286.  
  287.  
  288. <div id="posts">{block:IfInfiniteScrolling}
  289. <div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  290. {block:Posts}<div class="bird">
  291. {block:IndexPage}
  292. <div class="hib">
  293. <a href="{Permalink}">{block:IfPermalinksSymbol}{text:Permalinks Symbol}{/block:IfPermalinksSymbol}
  294. {block:IfShowNotes}<br>
  295. {block:NoteCount}<span style="font-size:10px;">&nbsp;{NoteCountWithLabel}</span>{/block:NoteCount}{/block:IfShowNotes}
  296. </a>
  297. </div>{/block:IndexPage}
  298. {block:Text}<div id="shiny" class="post">
  299. {block:Title}
  300. <center> <h3><a href="{Permalink}">{Title}</a></h3></center>
  301. {/block:Title}
  302. <div id="stars" style="{block:IfBodyFontSize}font-size:{text:Body Font Size};{/block:IfBodyFontSize}"> {Body}</div>
  303. </div> {/block:Text}
  304.  
  305. {block:Photo}<div class="post">
  306. {LinkOpenTag}<img style="width:{block:IfNotBiggerPosts}400px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}500px;{/block:IfBiggerPosts}" src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  307.  
  308.  
  309. {block:IfShowCaptions}<br><br>{block:Caption}
  310. <div class="caption">{Caption}</div>
  311. {/block:Caption}{/block:IfShowCaptions}
  312.  
  313. {block:IfNotShowCaptions} {block:PermalinkPage}<br><br>{block:Caption}
  314. <div class="caption">{Caption}</div>
  315. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  316. </div>{/block:Photo}
  317.  
  318.  
  319.  
  320. {block:Photoset}<div class="post">
  321. {block:IfBiggerPosts}{Photoset-500}{block:IfBiggerPosts}{block:IfNotBiggerPosts}{Photoset-400}{block:IfNotBiggerPosts}
  322. {block:Caption}
  323. <div class="caption">{Caption}</div>
  324. {/block:Caption}
  325. </div> {/block:Photoset}
  326.  
  327.  
  328. {block:Quote}<div class="post">
  329. <div class="quote"> "{Quote}"</div>
  330. {block:Source}
  331. <center><div class="source">--- {Source}</div></center>
  332. {/block:Source}
  333. </div>{/block:Quote}
  334.  
  335.  
  336. {block:Link}<div class="post"><center> <h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  337. {block:Description}
  338. <div id="stars" class="description">{Description}</div>
  339. {/block:Description}
  340. </div>{/block:Link}
  341.  
  342.  
  343. {block:Chat}<div class="post"> <div style="margin:0px auto;padding:10px;font-size:11px;">
  344. {block:Title}
  345. <h3><a href="{Permalink}">{Title}</a></h3>
  346. {/block:Title} <br>
  347. {block:Lines}
  348. {block:Label}
  349. <span class="label"><b>{Label}</b></span>
  350. {/block:Label}
  351. {Line} <br> <br>
  352. {/block:Lines}
  353. </div> </div> {/block:Chat}
  354.  
  355.  
  356. {block:Video}<div class="post">
  357. {block:IfBiggerPosts}{Video-500}{block:IfBiggerPosts}{block:IfNotBiggerPosts}{Video-400}{block:IfNotBiggerPosts}<br><Br>{block:Caption}
  358. <div class="caption">{Caption}</div>
  359. {/block:Caption}
  360. </div>{/block:Video}
  361.  
  362.  
  363. {block:Audio}<div class="post"><center>
  364. {AudioPlayerBlack}
  365. {block:Caption}
  366. <div class="caption"><span style="font-size:12px;font-style:italic;font-weight:lighter;text-align:center;">{Caption}</span></div>
  367. {/block:Caption}</center>
  368. </div>{/block:Audio}
  369.  
  370. {block:Answer}
  371. <div id="dead" class="post"><center>
  372. ▀ {block:NoteCount}({NoteCount}){/block:NoteCount} <b>{Asker} {block:IfCustomAskerText}{text:Custom Asker Text}{/block:IfCustomAskerText},</b> "{Question}"<br>-------<br>
  373. <div id="poo" style="padding:10px;">{Answer}</div></center></div>
  374. {/block:Answer}
  375. </div>
  376. {block:PermalinkPage}
  377. <div style="width:{block:IfNotBiggerPosts}410px;{/block:IfNotBiggerPosts}{block:IfBiggerPosts}510px;{/block:IfBiggerPosts}">
  378. <center>{block:Date}posted at {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero}{/block:Date} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}<br/>{block:RebloggedFrom}origin: <img src="{ReblogRootPortraitURL-24}" align=ABSMIDDLE style="padding:2px;"> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp; via: <img src="{ReblogParentPortraitURL-24}" align=ABSMIDDLE style="padding:2px;"> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<Br>
  379. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  380. </center>
  381. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  382. {/block:PermalinkPage}
  383.  
  384.  
  385. {/block:Posts} {block:IfInfiniteScrolling}</div> {/block:IfInfiniteScrolling}
  386. </div>
  387. </body>
  388. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement