Advertisement
bau-de-incertezas

Theme 4

Jul 15th, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.30 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9.  
  10. <!------------------------------------------------
  11. BBBBBBBB AA UU UU
  12. BB B AA AA UU UU
  13. BB B AA AA UU UU
  14. BB B AA AA UU UU
  15. BBBBBBBB AA AA UU UU
  16. BB B AAAAAAAAAAAAAA UU UU
  17. BB B AA AA UU UU
  18. BB B AA AA UUU UUU
  19. BBBBBBBB AA AA UUUUUUU
  20. ------------------------------------------------->
  21.  
  22. <html>
  23. <script type="text/javascript">
  24. //desabilita menu de opcoes ao clicar no botao direito
  25. function desabilitaMenu(e)
  26. {
  27. if (window.Event)
  28. {
  29. if (e.which == 2 || e.which == 3)
  30. return false;
  31. }
  32. else
  33. {
  34. event.cancelBubble = true
  35. event.returnValue = false;
  36. return false;
  37. }
  38. }
  39.  
  40. //desabilita botao direito
  41. function desabilitaBotaoDireito(e)
  42. {
  43. if (window.Event)
  44. {
  45. if (e.which == 2 || e.which == 3)
  46. return false;
  47. }
  48. else
  49. if (event.button == 2 || event.button == 3)
  50. {
  51. event.cancelBubble = true
  52. event.returnValue = false;
  53. return false;
  54. }
  55. }
  56.  
  57. //desabilita botao direito do mouse
  58. if ( window.Event )
  59. document.captureEvents(Event.MOUSEUP);
  60. if ( document.layers )
  61. document.captureEvents(Event.MOUSEDOWN);
  62.  
  63. document.oncontextmenu = desabilitaMenu;
  64. document.onmousedown = desabilitaBotaoDireito;
  65. document.onmouseup = desabilitaBotaoDireito;
  66. </script>
  67.  
  68.  
  69.  
  70.  
  71. <head><title>{Title}</title>
  72. <link rel="shortcut icon" href="{favicon}">
  73.  
  74. <meta name="image:background" content="{image:background}" />
  75. <meta name="image:bg sidebar" content="{image:bg sidebar}"/>
  76.  
  77. <meta name="text:frase" content="I'm sexy and i know it" />
  78. <meta name="text:simbolo aqui" content="Copie o simbolo e cole aqui" />
  79.  
  80. <meta name="color:background" content="#ffffff" />
  81. <meta name="color:text" content="#808080" />
  82. <meta name="color:scroll" content="#aca6a6"/>
  83. <meta name="color:chat" content="#000" />
  84. <meta name="color:ask" content="#C0C0C0" />
  85. <meta name="color:tags" content="#c5c5c5" />
  86. <meta name="color:link" content="#808080" />
  87. <meta name="color:linkshover" content="#808080" />
  88. <meta name="color:linkspost" content="#808080" />
  89. <meta name="color:post" content="#fff" />
  90. <meta name="color:textask" content="#fff" />
  91. <meta name="color:note" content="#fff" />
  92. <meta name="color:borda" content="#808080" />
  93. <meta name="color:descricao" content="#808080" />
  94. <meta name="color:link side" content="#808080" />
  95. <meta name="color:texto link" content="#fff" />
  96.  
  97.  
  98. <meta name="text:Link1" content="" />
  99. <meta name="text:Link1 Title" content="link 1" />
  100. <meta name="text:Link2" content="" />
  101. <meta name="text:Link2 Title" content="link 2" />
  102. <meta name="text:Link3" content="" />
  103. <meta name="text:Link3 Title" content="link 3" />
  104. <meta name="text:Link4" content="" />
  105. <meta name="text:Link4 Title" content="link 4" />
  106. <meta name="text:Link5" content="" />
  107. <meta name="text:Link5 Title" content="link 5" />
  108. <meta name="text:Link6" content="" />
  109.  
  110.  
  111. <style type="text/css">
  112.  
  113. /**--BAU-DE-INCERTTEZAS---**/
  114.  
  115. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  116.  
  117. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  118.  
  119. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  120.  
  121. a:hover {color: {color:linkshover};text-decoration:none;}
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. /*********base por alguem*********/
  131. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  132. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  133. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  134. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  135.  
  136. blockquote img{max-width: 450px!important}
  137. blockquote blockquote img{max-width: 450px!important}
  138. blockquote blockquote blockquote img{max-width: 430px!important}
  139. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  140.  
  141.  
  142. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  143.  
  144. #entry {float: left; margin-bottom: 26px; margin-left: 400px;}
  145.  
  146. /*******post*****************/
  147.  
  148. .posts {width: 410px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: Corbel; font-size: 13px; position: relative; color:{color:text};}
  149.  
  150. h1 {font-family: corbel; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  151. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  152. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:links hover}; font-weight: normal; line-height: 18px;}
  153.  
  154.  
  155.  
  156. .image {text-align: center; border: 1px}
  157. .image img {max-width: 400px; margin-bottom: 1px; -webkit-transition-duration: 0.40s;}
  158. .image img:hover {max-width: 400px; margin-bottom: 1px; -webkit-filter: grayscale(100%); opacity: 0.8;}
  159.  
  160.  
  161. .myquote3{margin-left: 0px; margin-top:-30px; color: {color:text}; font-family:'dancingintheminefields'; font-size:60px; opacity:0.3; }
  162.  
  163. .myquote{color: {color:text}; font-family:corbel; text-align: left; font-size: 14px; line-height: 15px; padding: 10px; margin-top: -70px; opacity:0.8; margin-left:20px;}
  164. .myquote:first-letter{font-family:fuente__dilana; font-size:35px; opacity:0.8;}
  165.  
  166. .myquote2 {font-family:'consolas'; font-size:12px; text-align: right; color: {color:text}; opacity:0.8;}
  167.  
  168.  
  169.  
  170.  
  171. .chat {line-height: 20px; list-style: none }
  172. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  173. .person1 {color: {color:chat}; padding: 2px; }
  174. .person1 .label {font-weight: bold; color:{color:chat}}
  175. .person2 {color: {color:chat}; padding: 2px; }
  176. .person2 .label {font-weight: bold; color:{color:chat}}
  177.  
  178. .player {background-color: #fff; text-align: left; display:block;}
  179.  
  180.  
  181. /************** ASK INSPIRADA EM I-NSEGUR-A***************/
  182. .question {margin-left:10px;position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:10px; background: {color:ask}; }
  183. .question { color:{color:textask}; font-size: 11px;font-weight: normal;fon-family: verdana;line-height:95%; widht:400px;}
  184.  
  185. .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:uppercase; opacity:1; margin-top:5px; margin-left:50px;}
  186.  
  187. .asking a{color:{color:text}; text-transform:uppercase; margin-top:5px;}
  188.  
  189. .asking img {width:45px; vertical-align:middle; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;padding:3px;opacity:1;border:1px solid {color:ask}; }
  190.  
  191. .asking img:hover {webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;opacity:1}
  192.  
  193. .questionarrow {font-size:30px;color:{color:ask};vertical-align:middle;margin-left:-5px!important; }
  194.  
  195.  
  196.  
  197. #st {width: 400px; margin-top: -2px;}
  198. .source {display: none;}
  199.  
  200. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  201. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  202.  
  203.  
  204. #notest {background-color: {color:note}; border-bottom: 1px solid {color:tags} ;border-top: 1px solid {color:tags} ;text-align: left; margin-top:0px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
  205. #notest a {font-size: 10px; font-style:normal;text-transform: uppercase;{block:If1coluna} border-top:0px solid {color:post fundo}; {/block:If1coluna}}
  206. #notest a:hover {font-style:italic;}
  207.  
  208.  
  209. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background}}
  210. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  211. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  212. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 8px; display: block; background:{color:scrollbar}}
  213. ::-webkit-scrollbar-thumb:vertical {border-radius: 5px 0px 0px 5px; background:{color:scroll};}
  214. ::-webkit-scrollbar-thumb:horizontal {border-radius: 5px 0px 0px 5px; background: {color:background};}
  215. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  216.  
  217.  
  218.  
  219. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  220. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  221. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  222. .notes img{display: none; border:0px}
  223.  
  224.  
  225. /*Paginação por bau-de-incertezas*/
  226.  
  227. #pagination{
  228. position:fixed;
  229. width: 100px;
  230. margin-top:85px;
  231. margin-left:100px;
  232. color:#808080;
  233. text-align:right;}
  234.  
  235. #page a {
  236. letter-spacing:1px;
  237. font-size:14px;
  238. font-family:georgia;}
  239.  
  240. .fotobau {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  241. -moz-transition: all 1s ease-in-out;
  242. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;position: absolute;width:155px;height:155px;margin-left:115px;
  243. margin-top: 100px; border:1px solid {color:borda};position:fixed; border-radius: 100px;-webkit-transition-duration: 0.8s;}
  244. .fotobau:hover {border-radius:10px; }
  245.  
  246. .fotobau img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);border:2px solid {color:borda};-moz-transition: all 5s ease-in-out;
  247. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:140px;width: 140px;
  248. padding:0px;margin:5px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 100px; }
  249. .fotobau img:hover { -webkit-filter: grayscale(100%); opacity: 0.8; border-radius: 10px; -webkit-transform: rotate(360deg); border:2px dotted {color:borda};}
  250.  
  251. .baudesc {margin-left:100px ; margin-top:260px ; margin-right: ; margin-bottom: ; font-family: 'Baumans'; font-size:11px ; letter-spacing:0px; width:180px; height:100px; color {color:descricao}; text-align: center; position:fixed;}
  252.  
  253. .bautitulo {width:180px; height:20px; color {color:descricao}; font-size:20px; margin-left:100px; margin-top:300px; font-family:'Murray'; position:fixed;}
  254. .bausimbolo {width:180px; height:20px; color {color:descricao}; font-size:12px; margin-left:30px; margin-top:0px;}
  255.  
  256. .stelinks {background-color:transparent; position: absolute;width:200px;height:15px;margin-left:90px; margin-top: 320px;position: fixed; }
  257. .stelinks a {padding:3px; letter-spacing:0px; font-family: 'lekton'; font-size:11px; color: {color:link side}; text-transform:uppercase; }
  258. .stelinks a:hover {-webkit-transition:0.9s; font-size:10px; opacity:0.3;}
  259.  
  260.  
  261. /***************+FOLLOW BRANCO *************/
  262. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  263.  
  264. /***********CREDITO****************/
  265.  
  266. .meutheme {overflow: hidden; width: 30px; padding: 5px; background-color: {color:background}; height:8px; border:1px dashed {color:borda};position:fixed;}
  267. .meutheme a {margin-top: -2px; margin-left: -15px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9;}
  268. .meutheme a:hover {opacity:0.8; color: {color:hover}; font-size:12px;}
  269.  
  270. /******************FONTES ********************/
  271.  
  272.  
  273. @font-face { font-family: "lekton";
  274. src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf');}
  275. @font-face {font-family: "aubrey1";
  276. src: url(http://static.tumblr.com/sbxkdxg/PTHmpvw2n/aubrey1__.ttf) format("truetype");}
  277. @font-face {font-family: "little_days";
  278. src: url(http://static.tumblr.com/sbxkdxg/Bx6mpvx6k/little_days.ttf) format("truetype");}
  279. @font-face {font-family: "fuente__dilana";
  280. src: url(http://static.tumblr.com/sbxkdxg/wLBmpvxyc/fuente__dilana.ttf) format("truetype");}
  281. @font-face {font-family: "capsuula";
  282. src: url(http://static.tumblr.com/sbxkdxg/AUempvxzk/capsuula.ttf) format("truetype");}
  283.  
  284. @font-face {font-family: "wendy";
  285. src: url(http://static.tumblr.com/sbxkdxg/vZ8mpvvkk/wendy.ttf) format("truetype");}
  286.  
  287. @font-face {font-family: "vintage_straps_light";
  288. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  289.  
  290. @font-face {font-family: "gotham_nights";
  291. src: url(http://static.tumblr.com/sbxkdxg/eLqmpvt2h/gotham_nights.ttf) format("truetype");}
  292.  
  293.  
  294. @font-face {font-family: "dawningofanewday";
  295. src: url(http://static.tumblr.com/sbxkdxg/coPmpsffg/dawningofanewday.ttf) format("truetype");}
  296.  
  297. @font-face {font-family: "dancingintheminefields";
  298. src: url(http://static.tumblr.com/sbxkdxg/VbMmpu3dp/dancingintheminefields.ttf) format("truetype");}
  299.  
  300. @font-face {font-family: "cedarville_pnkfun_1_cursive";
  301. src: url(http://static.tumblr.com/sbxkdxg/P4Hmpsp6p/cedarville_pnkfun_1_cursive.ttf) format("truetype");}
  302.  
  303. @font-face {
  304. font-family: 'Baumans';
  305. font-style: normal;
  306. font-weight: 400;
  307. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  308. }
  309. @font-face {
  310. font-family: 'Orienta';
  311. font-style: normal;
  312. font-weight: 400;
  313. src: local('Orienta'), local('Orienta-Regular'), url(http://themes.googleusercontent.com/static/fonts/orienta/v1/nPJ0J30J_zQZtBhztPPbaA.woff) format('woff');
  314. }
  315. @font-face {
  316. font-family: 'Pacifico';
  317. font-style: normal;
  318. font-weight: 400;
  319. src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  320. }
  321. @font-face {font-family: "murray";
  322. src: url(http://static.tumblr.com/sbxkdxg/O2jmpziur/richardm.ttf) format("truetype");}
  323.  
  324.  
  325. @font-face {font-family: "dancingintheminefields";
  326. src: url(http://static.tumblr.com/sbxkdxg/VbMmpu3dp/dancingintheminefields.ttf) format("truetype");}
  327.  
  328. @font-face {font-family: "cedarville_pnkfun_1_cursive";
  329. src: url(http://static.tumblr.com/sbxkdxg/P4Hmpsp6p/cedarville_pnkfun_1_cursive.ttf) format("truetype");}
  330.  
  331.  
  332.  
  333.  
  334. </style>
  335. </head>
  336.  
  337. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  338.  
  339.  
  340.  
  341. <div class="fotobau">
  342. <img src="{image:bg sidebar}"></div>
  343. <div class="baudesc">{description}</div>
  344. <div class="bautitulo">{text:frase}</div>
  345.  
  346. <div class="stelinks">
  347. <a title="{text:Link1 Title}" href="{text:Link1}">{text:Link1 Title}</a>
  348. <a title="{text:Link2 Title}" href="{text:Link2}">{text:Link2 Title}</a>
  349. <a title="{text:Link3 Title}" href="{text:Link3}">{text:Link3 Title}</a>
  350. <a title="{text:Link4 Title}" href="{text:Link4}">{text:Link4 Title}</a>
  351. <a title="{text:Link5 Title}" href="{text:Link5}">{text:Link5 Title}</a>
  352. <div class="bausimbolo">{text:simbolo aqui}</div></div>
  353. </div></div></div>
  354.  
  355. </center></div>
  356. <div id="pagination">
  357. <div class="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  358.  
  359. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Theme</a></div>
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. </div></div>
  367.  
  368.  
  369. <div id="allboxes">
  370.  
  371. <div id="post">
  372. <div class="autopagerize_page_element">
  373. <div id="entry">
  374.  
  375. {block:Posts}
  376. <div class="posts">
  377.  
  378. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  379.  
  380. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  381.  
  382. {block:Photoset}{Photoset-400}{/block:Photoset}
  383.  
  384. {block:Quote}
  385. <div class="myquote3">❝</div><div class="myquote">{Quote}</div>
  386. <div class="myquote2">
  387. {block:Source}{Source}{/block:Source}</div>
  388. {/block:Quote}
  389.  
  390. {block:Link}
  391. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  392. {block:Description}{Description}{/block:Description}
  393. {/block:Link}
  394.  
  395. {block:Chat}
  396. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  397. <div class="chat"><ul>{block:Lines}
  398. <li class="person{UserNumber}">{block:Label}
  399. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  400. {/block:Chat}
  401.  
  402. {block:Audio}
  403. <div class="player">{AudioPlayerBlack}</div>
  404. {block:Caption}{Caption}{/block:Caption}
  405. {/block:Audio}
  406.  
  407. {block:Video}{Video-400}{/block:Video}
  408.  
  409.  
  410. {block:Answer}
  411. <table width="420px" cellspacing="0" cellpadding="0">
  412. <tr>
  413. <td width="209px" class="question">{Question}</td>
  414. <td width="30px"><span class="questionarrow">◤</span></td>
  415. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  416. </tr>
  417. </table>
  418. <div class="answer">{Answer}</div>
  419. {/block:answer}
  420.  
  421. {block:Photoset}<center>{Photoset-100}</center>
  422. {/block:Photoset}
  423.  
  424.  
  425. <div id="st">
  426. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  427. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  428. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  431. {/block:ContentSource}</div></div>
  432. <br>
  433.  
  434. <div class="wih">
  435. {block:Date}<div id="notest">
  436. <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> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  437. </div></center>{/block:IfShowTags}{/block:Date}</div>
  438. </div>
  439.  
  440.  
  441. {/block:Posts}
  442. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  443.  
  444.  
  445. </div>
  446. </div>
  447. </div>
  448. </div>
  449.  
  450.  
  451.  
  452. </body>
  453. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement