Advertisement
my-foolishlove

65

Oct 3rd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.19 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. . .o8 oooo
  6. .o8 "888 `888
  7. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  8. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  9. 888 888 888 888 888 888 888 888 888 888
  10. 888 . 888 888 888 888 888 888 888 888 888 .o.
  11. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  12.  
  13. -->
  14. <head>
  15. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  16.  
  17. <meta name="color:background" content="#eeeeee">
  18. <meta name="color:text" content="#000000">
  19. <meta name="color:link" content="#0000000">
  20. <meta name="color:link hover" content="#888888">
  21. <meta name="font:text" content="#000000">
  22. <meta name="color:post" content="#ffffff">
  23. <title>{title}</title>
  24. <link rel="shortcut icon" href="{favicon}">
  25.  
  26. <style type="text/css">
  27. a {color: {color:link}; text-decoration: none; text-transform: none;}
  28. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  29.  
  30. body {background: {color:background};color:{color:text};}
  31. ::-webkit-transition { -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;}
  32.  
  33. p {margin: 6px 0 0 0}
  34.  
  35. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  36. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  37. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  38. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  39.  
  40. blockquote img{max-width: 470px!important}
  41. blockquote blockquote img{max-width: 450px!important}
  42. blockquote blockquote blockquote img{max-width: 430px!important}
  43. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  44.  
  45. #everything {text-align: center; width: 935px; margin: 20px auto 20px auto;}
  46.  
  47. #posts {float: left; margin-left: 375px; margin-top: 3px; margin-bottom: 6px;}
  48.  
  49. .boxes {width: 500px; background-color: {color:post}; padding: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-bottom: 1px;}
  50.  
  51. .nothing {position:absolute; opacity:0; margin-left:-5px; color:{color:text}; padding:2px 10px 2px 5px;
  52. font-size: 10px; margin-top: -4px; width: 504px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; background-color: {color:link}; text-align: center; padding: 3px; z-index: 3; font-family: calibri; text-transform: uppercase; background:{color:post}; }
  53.  
  54. .boxes:hover .nothing {opacity:1;}
  55.  
  56. .nothing a {color:{color:text};opacity:1; font-family: calibri; text-transform: uppercase; font-size: 10px; }
  57.  
  58. .nothing a:hover {opacity:1; text-transform: uppercase;}
  59.  
  60.  
  61. h1 {font-family: georgia; text-align: center; font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  62. h1 a {text-align: center; font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  63. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  64.  
  65. .image {text-align: center; border: 0px}
  66. .image img {max-width: 500px; margin-bottom: 2px }
  67.  
  68. .pquote {font-family: georgia; text-align: center; font-size: 12px; line-height: 15px; padding: 3px;}
  69. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  70. .pquotesource a, a:hover{text-transform: none;}
  71.  
  72. .chat {line-height: 13px; list-style: none }
  73. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  74. .person1 {color: {color:text}; padding: 2px; }
  75. .person1 .label {font-weight: bold; color:{color:text}}
  76. .person2 {color: {color:text}; padding: 2px; }
  77. .person2 .label {font-weight: bold; color:{color:text}}
  78.  
  79. .player {background-color: #000; text-align: left; display:block;}
  80.  
  81. .question {
  82. color:{color:text};
  83. font-size: 11px;
  84. font-weight: normal;
  85. font-family: verdana;
  86. line-height:95%;
  87. background: {color:background};
  88. position: relative;
  89. min-height:70px;
  90. padding:10px 15px;
  91. margin-bottom:2px;
  92. margin-right:-10px;}
  93.  
  94. .questionarrow {
  95. font-size:30px;
  96. color:{color:background};
  97. vertical-align:middle;
  98. margin-left:-5px!important;}
  99.  
  100.  
  101. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  102. .asker a {color:{color:text};}
  103. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  104.  
  105. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  106. .asking a{color:{color:text};}
  107. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  108.  
  109. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  110.  
  111. .answer {color:{color:answer};}
  112.  
  113. .creditoaokaique {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  114. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  115.  
  116. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11; }
  117. #info a {font-size: 10px; text-transform: uppercase;}
  118.  
  119. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  120. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  121.  
  122. #cap {width: 400px; margin-top: -2px;}
  123. .source {display: none;}
  124.  
  125. .notes {width: 510px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center; }
  126. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  127. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  128. .notes img{display: none; border:0px}
  129.  
  130. #all {position: fixed; margin: 0px 0px 0px 12px;}
  131.  
  132. @font-face {font-family:megrim; src: url('http://static.tumblr.com/l65fqwv/Rmpm4i1q0/megrim.ttf');}
  133.  
  134. /*** Paginação by madlyluv.com ***/
  135.  
  136. #paginal {color:{color:text};font-family: verdana; font-size: 13px; text-align: center;}
  137. #paginal a {font-size:20px;font-family:verdana;background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  138. #paginal a:hover {background: transparent; color: {color:cor links hover};}
  139. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:cor texto sidebar com bgs}; font-weight: bold; text-decoration: none;}
  140. .ps {position:fixed; background-color:blue; color: {color:text}; padding: 5px; margin-top: 400px; margin-left: 160px; width:auto;height:auto;font-size:20px;font-family:verdana;}
  141.  
  142. #tumblr_controls{position: fixed!important}
  143. #tumblr_controls{position: fixed!important}
  144. #tumblr_controls{position: fixed!important}
  145. #tumblr_controls{position: fixed!important}
  146.  
  147. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  148.  
  149. @font-face {
  150.  
  151. font-family: 'vv';
  152.  
  153. font-style: normal;
  154.  
  155. font-weight: normal;
  156.  
  157. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');}
  158.  
  159.  
  160. #c {position:fixed;margin-top:10px;margin-left:290px;}
  161. #c a {font-family:verdana;font-size:11px;text-transform:uppercase;}
  162.  
  163. /*** Paginação by madlyluv.com ***/
  164.  
  165. #paginal {color:{color:text};font-family: verdana; font-size: 13px; text-align: center;}
  166. #paginal a {font-size:20px;font-family:verdana;background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  167. #paginal a:hover {background: transparent; color: {color:cor links hover};}
  168. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:cor texto sidebar com bgs}; font-weight: bold; text-decoration: none;}
  169. .ps {position:fixed; background-color:transparent; color: {color:text}; padding: 5px; margin-top: 410px; margin-left: 270px; width:auto;height:auto;font-size:30px;font-family:verdana;}
  170.  
  171. #frase { position:fixed; font-family:georgia; font-size:12px; background:{color:sidebar}; color:{color:sidebar text};padding:0.2pc;width:222px;text-align:center;margin-left:146px;margin-top:262px;height:40px;overflow:hidden;line-height:11px;}
  172.  
  173. .ft img {position:fixed;width:210px;margin-left:146px; margin-top:3px;height:240px;-webkit-transition-duration:0.7s;border:5px solid {color:sidebar};padding:4px;}
  174.  
  175. .links {position:fixed;margin-left:170px;margin-top:180px;}
  176. .links a{display:block;width:37px;background:{color:bg links};color:{color:cor links};height:4px;margin-bottom:1px;margin-left:1px;text-align:center;font-family:arial;font-size:9px;text-transform:uppercase;padding:1px;line-height:5px;letter-spacing:0px;padding:6px;overflow:hidden;}
  177. .links a:hover {font-weight:bold;line-height:10px;}
  178.  
  179. .paginacao {position: absolute; margin-top: 262px; margin-left: 146px; width: 220px; background-color: {color:sidebar}; color: {color:text}; padding: 4px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;position:fixed; z-index:3; }
  180.  
  181. #pages {text-align: center; font-family: verdana; font-size: 8px; line-height: 12px; margin-left:175px;}
  182. #pages a {background: {color:background}; margin: 0 2px 0 0; padding: 2px 4px; color:{color:text}; background-color:{transparent}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  183. #pages a:hover {background: {color:sidebar}; color: {color:text}; border: none;}
  184. #pages span.pagina_atual {background: {color:sidebar}; margin: 0 2px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  185. .page {clear: both; float: left; width: 245px; float: left; margin-bottom: 0px; background-color: {color:transparent}; margin-top: 0px; border-right: 2px solid {color:background}; margin-left:-185px;}
  186.  
  187. #descrição {position:fixed;font-family:verdana;width:193px;height:69px;overflow:hidden;margin-left:140px;margin-top:415px;padding:3px;font-size:10px;text-align:center;color:{color:sidebar text};font-family:tahoma;background:{color:sidebar};border-top:1px solid {color:sidebar text};}
  188.  
  189. #img img {position:fixed;width:50px;height:180px;margin-top:240px;margin-left:120px;}
  190. </style>
  191. <meta name="color:scroll" content="#eeeeee">
  192. <meta name="color:bg scroll" content="#ffffff">
  193. <meta name="color:sidebar text" content="#000000">
  194. <meta name="color:bg links" content="#ffffff">
  195. <meta name="color:cor links" content="#000000">
  196. <meta name="color:bg links hover" content="#000000">
  197. <meta name="color:cor links hover" content="#ffffff">
  198. <meta name="color:sidebar" content="#ffffff">
  199. <meta name="text:link1" content="/">
  200. <meta name="text:link1 title" content="um">
  201. <meta name="text:link2" content="/">
  202. <meta name="text:link2 title" content="dois">
  203. <meta name="text:link3" content="/">
  204. <meta name="text:link3 title" content="tres">
  205. <meta name="text:link4" content="/">
  206. <meta name="text:link4 title" content="quatro">
  207. <meta name="text:link5" content="/">
  208. <meta name="text:link5 title" content="cinco">
  209. <meta name="text:link6" content="/">
  210. <meta name="text:link6 title" content="seis">
  211.  
  212. <meta name="image:sidebar" content="http://static.tumblr.com/dtlaqkt/tAkm605si/6.jpg">
  213. </head>
  214.  
  215. <body>
  216.  
  217. <div class="paginacao"><div class="page"><div id="pages">{block:JumpPagination length="3"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div><a href="http://interceptada.tumblr.com/" title="theme by interceptada, details from umapequenapoeta, inspired in umapequenapoeta">© theme</a></div>
  218.  
  219.  
  220. <div class="ft">
  221. <img src="{image:sidebar}">
  222. </div><div class="links">
  223. <a href="{text:link1}">{text:link1 title}</a>
  224. <a href="{text:link2}">{text:link2 title}</a>
  225. <a href="{text:link3}">{text:link3 title}</a>
  226. <a href="{text:link4}">{text:link4 title}</a>
  227. </div>
  228.  
  229.  
  230.  
  231. <div id="posts">
  232.  
  233. {block:Posts}
  234.  
  235. <div class="boxes">
  236.  
  237. {block:Text}
  238.  
  239. <span class="nothing">
  240. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  241. </span>
  242.  
  243. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  244.  
  245. {/block:Text}
  246.  
  247. {block:Photo}
  248.  
  249. <span class="nothing">
  250. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  251. </span>
  252.  
  253. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  254. {block:Caption}{Caption}{/block:Caption}
  255. {/block:Photo}
  256.  
  257. {block:Photoset}
  258.  
  259. <span class="nothing">
  260. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  261. </span>
  262.  
  263. {Photoset-500}
  264. {block:Caption}{Caption}{/block:Caption}
  265. {/block:Photoset}
  266.  
  267. {block:Quote}
  268.  
  269. <span class="nothing">
  270. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  271. </span>
  272.  
  273. <div class="pquote">“{Quote}”</div>
  274. {block:Source}<b><div class="pquotesource"> — {Source}</b></div>
  275. {/block:Source}
  276.  
  277. {/block:Quote}
  278.  
  279. {block:Link}
  280.  
  281. <span class="nothing">
  282. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  283. </span>
  284.  
  285. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  286. {block:Description}{Description}{/block:Description}
  287.  
  288. {/block:Link}
  289.  
  290. {block:Chat}
  291.  
  292. <span class="nothing">
  293. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  294. </span>
  295.  
  296. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  297. <div class="chat"><ul>{block:Lines}
  298. <li class="person{UserNumber}">{block:Label}
  299. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  300.  
  301. {/block:Chat}
  302.  
  303. {block:Audio}
  304.  
  305. <span class="nothing">
  306. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  307. </span>
  308.  
  309. <div class="player">{AudioPlayerBlack}</div>
  310. {block:Caption}{Caption}{/block:Caption}
  311.  
  312. {/block:Audio}
  313.  
  314. {block:Video}
  315.  
  316. <span class="nothing">
  317. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  318. </span>
  319.  
  320. {Video-500}
  321. {block:Caption}{Caption}{/block:Caption}
  322. {/block:Video}
  323.  
  324.  
  325. {block:Answer}
  326.  
  327. <span class="nothing">
  328. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} + <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} + <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}+ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center>{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  329. </span>
  330.  
  331. <table width="500px" cellspacing="0" cellpadding="0">
  332. <tr>
  333. <td width="415px" class="question">{Question}</td>
  334. <td width="30px"><span class="questionarrow">◤</span></td>
  335. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  336. </tr>
  337. </table>
  338. <div class="answer">{Answer}</div>
  339. {/block:answer}
  340.  
  341. </div>
  342.  
  343. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  344. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  345. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  346. {/block:ContentSource}</div>
  347.  
  348. {/block:Posts}
  349. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  350.  
  351.  
  352.  
  353.  
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358. </div>
  359.  
  360.  
  361. </body>
  362.  
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement