Advertisement
bau-de-incertezas

Theme 18

Aug 4th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9. <html>
  10.  
  11. <head>
  12. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <head><title>{Title}</title>
  59. <link rel="shortcut icon" href="{favicon}">
  60.  
  61.  
  62. <meta name="image:background" content="{image:background}" />
  63. <meta name="image:sidebar" content="http://static.tumblr.com/sbxkdxg/8zPmqm4oc/tumblr_inline_mn3xnwnj5n1qz4rgp.jpg" />
  64.  
  65.  
  66. <meta name="text:frase" content="Algo pequeno" />
  67.  
  68. <meta name="color:background" content="#ffffff" />
  69. <meta name="color:text" content="#706f6f" />
  70. <meta name="color:scroll" content="#c0c0c0"/>
  71. <meta name="color:chat" content="#a8a3a6" />
  72. <meta name="color:ask" content="#C0C0C0" />
  73. <meta name="color:tags" content="#c5c5c5" />
  74. <meta name="color:links" content="#808080" />
  75. <meta name="color:linkshover" content="#808080" />
  76. <meta name="color:linkspost" content="#808080" />
  77. <meta name="color:post" content="#fff" />
  78. <meta name="color:textask" content="#fff" />
  79. <meta name="color:note" content="#fff" />
  80. <meta name="color:texto link" content="#fff" />
  81. <meta name="color:borda note" content="#c0c0c0" />
  82. <meta name="color:texto note" content="#706f6f" />
  83. <meta name="color:scrollbar" content="#808080" />
  84. <meta name="color:borda scrollbar" content="#808080" />
  85.  
  86.  
  87.  
  88. <meta name="color:borda" content="#706f6f" />
  89. <meta name="color:descricao" content="#706f6f" />
  90. <meta name="color:links" content="#706f6f" />
  91. <meta name="color:frase" content="#706f6f" />
  92. <meta name="color:bg links" content="#fff" />
  93.  
  94.  
  95. <meta name="text:Link1" content="" />
  96. <meta name="text:Link1 Title" content="link 1" />
  97. <meta name="text:Link2" content="" />
  98. <meta name="text:Link2 Title" content="link 2" />
  99. <meta name="text:Link3" content="" />
  100. <meta name="text:Link3 Title" content="link 3" />
  101. <meta name="text:Link4" content="" />
  102. <meta name="text:Link4 Title" content="link 4" />
  103. <meta name="text:Link5" content="" />
  104. <meta name="text:Link5 Title" content="link 5" />
  105. <meta name="text:Link6" content="" />
  106. <meta name="text:Link6 Title" content="link 6" />
  107. <meta name="text:Link7" content="" />
  108. <meta name="text:Link7 Title" content="link 7" />
  109. <meta name="text:Link8" content="" />
  110. <meta name="text:Link8 Title" content="link 8" />
  111. <meta name="text:Link9" content="" />
  112. <style>
  113.  
  114. <style>
  115.  
  116. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  117.  
  118. 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;}
  119.  
  120. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  121.  
  122. a:hover{color:#353434;}
  123. ::selection
  124. {color: {color:links hover}; ;
  125. background: #000;}
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132. /*****+ FF BRANCO I LOVE THEMES *******/
  133. 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; }
  134.  
  135.  
  136.  
  137.  
  138. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  139. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  140. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  141. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  142.  
  143. blockquote img{max-width: 450px!important}
  144. blockquote blockquote img{max-width: 450px!important}
  145. blockquote blockquote blockquote img{max-width: 430px!important}
  146. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  147.  
  148.  
  149. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  150.  
  151. #entry {float: left; margin-bottom: 26px; margin-left: 500px;}
  152.  
  153. /*******post*****************/
  154.  
  155.  
  156.  
  157. .posts {width: 420px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: 'Muli'; font-size: 12px; position: relative; color:{color:text}; border:0px solid{color:borda}; margin-left:-70px;}
  158.  
  159.  
  160.  
  161.  
  162.  
  163. h1 {font-family: 'baumans'; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  164. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  165. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  166.  
  167.  
  168.  
  169. .image {text-align: center; border: 1px}
  170. .image img {max-width: 420px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; }
  171. .image img:hover {max-width: 420px; margin-bottom: 1px; opacity: 0.5;}
  172.  
  173.  
  174.  
  175.  
  176. .myquote2 {font-family:'muli'; font-size:12px; text-align: right; color: {color:text}; }
  177.  
  178. .myquote {font-weight:none; text-align:justify;font-size: 12px; font-style:;font-family:'muli'; line-height: 16px; text-indent:2px; padding: 0px; }
  179.  
  180.  
  181.  
  182.  
  183.  
  184. .chat {line-height: 20px; list-style: none }
  185. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  186. .person1 {color: {color:chat}; padding: 2px; }
  187. .person1 .label {font-weight: bold; color:{color:chat};}
  188. .person2 {color: {color:chat}; padding: 2px; }
  189. .person2 .label {font-weight: bold; color:{color:chat};}
  190.  
  191. .player {background-color: #fff; text-align: left; display:block;}
  192.  
  193.  
  194. /*****ASK*******/
  195.  
  196. .pergunta {background: {color:post}; padding: 8px; margin-top: 0px; border-bottom: 0px solid {color:ask}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:borda};line-height:9px;}
  197. .perguntou {width: 415px;height:14px; margin-top:0px; background: {color:borda}; color:#fff; border:2px solid {color:borda ask}; padding:3px; margin-bottom:5px; margin-left:-8px; border-radius: 20px 20px 20px 20px;}
  198. .perguntou g {color:borda;}
  199. .perguntou a {color: {color:ask}; font-size:10px; font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;}
  200. .askfoto {border-radius:100px;opacity: 0.7; margin-right:10px; border: 2px solid {color:borda}; width: 40px;height: 40px; -webkit-transition-duration: 0.8s; -webkit-filter: saturate(2); }
  201.  
  202. .respost { background: {color:post}; font-family: consolas; font-size: 10px;}
  203. .askfoto:hover {-webkit-filter: grayscale(100%); opacity:0.6; -webkit-transition-duration: 0.8s;}
  204.  
  205.  
  206. #st {width: 400px; margin-top: -2px;}
  207. .source {display: none;}
  208.  
  209. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  210. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  211.  
  212.  
  213.  
  214. #notest { text-align: center; margin-top:-55px; margin-left:420px; font-size: 8px; font-family: 'PF Arma Five'; text-transform: uppercase; z-index: 100;{block:If1coluna} ; {/block:If1coluna}; width:70px; background-color: transparent; opacity:0; border-right:2px solid{color:note}; position:absolute; }
  215.  
  216. #notest a { font-size: 8px; font-family: 'PF Arma Five'; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; opacity:0.8; width:400px; color:{color:texto note}; }
  217.  
  218. #notest a:hover {font-style:italic;}
  219.  
  220. #notest img{width:16px; height:16px; position:fixed;}
  221.  
  222. .posts:hover #notest {opacity:0.9; -webkit-transition-duration: 2s;}
  223.  
  224. /******+ FOLLOW BRANCO *********/
  225. 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; }
  226.  
  227. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  228. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  229. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  230. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  231. ::-webkit-scrollbar-thumb:vertical {border:1px solid {color:borda scrollbar};border-radius: 0px 0px 0px 0px; background:{color:scroll};}
  232. ::-webkit-scrollbar-thumb:horizontal {border-left:1px solid {color:borda scrollbar}; border-radius: 0px 0px 0px 0px; background: {color:background};}
  233. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  234.  
  235.  
  236.  
  237. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  238. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  239. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  240. .notes img{display: none; border:0px}
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. /*Paginação por bau-de-incertezas*/
  248.  
  249. #pagination{
  250. position:fixed;
  251. width: 100px;
  252. margin-top:500px;
  253. margin-left:250px;
  254. color:#808080;
  255. text-align:right;
  256. text-transform:uppercase;
  257. color:{color: borda}}
  258.  
  259. #pagination a {text-transform:uppercase;
  260. letter-spacing:1px;
  261. font-size:14px;
  262. font-family:corbel;
  263. color:{color: borda};}
  264.  
  265.  
  266. /*** TODA A SIDEBAR PO BAU-DE-INCERTEZAS*******/
  267.  
  268.  
  269.  
  270. .baufrase {margin-top:225px; margin-left: 170px; position:fixed; font-family:'vintage'; font-size:19px; text-align:right; width:200px; color:{color:frase};}
  271.  
  272.  
  273.  
  274.  
  275.  
  276. .fotobau {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  277. -moz-transition: all 1s ease-in-out;
  278. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;position: fixed;width:154px;height:204px;margin-left:210px; margin-top: 250px; border:2px solid {color:borda};}
  279.  
  280.  
  281.  
  282.  
  283.  
  284. .fotobau img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);-moz-transition: all 5s ease-in-out;
  285. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:200px;width:150px;
  286. padding:0px;margin:2px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; border:0px solid {color:borda}; position:fixed; -webkit-filter: saturate(1); }
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. .baulinks {
  294. margin-left:34px;
  295. margin-top:75px; width:150px;height: 25px;
  296. text-align:left; position: fixed;
  297. opacity:0; -webkit-transition-duration: .95s;
  298. }
  299.  
  300.  
  301. .baulinks a {
  302. width:145px; height: 15px;
  303. margin-top: 0px; margin-left: -31px;
  304. font-family: 'ABeeZee'; font-size: 11px; text-transform:lowercase;
  305. text-align: center; display: inline-block;
  306. color:{color:links}; background-color:{color:bg links};
  307. -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;
  308. border-left:1px solid {color:links}; border-right:1px solid {color:links};
  309. }
  310.  
  311. .fotobau:hover .baulinks {opacity:0.9; -webkit-transition-duration: .60s;}
  312. .baulinks a:hover {-webkit-filter: invert(80%); -webkit-transition-duration: .10s;}
  313.  
  314.  
  315. .bau{ text-align:left; opacity:0; -webkit-transition-duration: .95s;
  316. margin-top:210px; margin-left:0px; position:fixed; font-family:'muli'; font-size:10px; width:150px; height:25px; text-align:right; color:{color:descricao};}
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. .fotobau:hover .bau {opacity:0.81; -webkit-transition-duration: .60s;}
  324. .bau a:hover { -webkit-transition-duration: 2s;}
  325.  
  326. @font-face {font-family: PF Arma Five;src: url('http://static.tumblr.com/hhfgqo5/6Dlmfpt2j/pf_arma_five.ttf');}
  327. @font-face {
  328. font-family: 'ABeeZee';
  329. font-style: normal;
  330. font-weight: 400;
  331. src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://themes.googleusercontent.com/static/fonts/abeezee/v1/m_J3nYLkIiGqm2wAiy01kg.woff) format('woff');
  332. }
  333.  
  334. @font-face {
  335. font-family: 'Baumans';
  336. font-style: normal;
  337. font-weight: 400;
  338. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  339. }
  340. @font-face {
  341. font-family: 'Muli';
  342. font-style: normal;
  343. font-weight: 400;
  344. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  345. }
  346. @font-face {font-family: "vintage";
  347. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  348.  
  349. @font-face {
  350. font-family: 'Wire One';
  351. font-style: normal;
  352. font-weight: 400;
  353. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  354. }
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363. </style>
  364.  
  365.  
  366. <body>
  367.  
  368.  
  369.  
  370. <style>
  371. /***********CREDITO NAO RETIRE****************/
  372. .meuthemehehe { -webkit-transition: all 2s ease-in-out; overflow:hidden; font-style: normal; position:fixed;z-index:1400; !important;margin-top:530px;margin-left:1100px;}
  373. .meuthemehehe img{width:68px; height:62px; opacity:0.8; -webkit-filter: grayscale(100%); }
  374. .meuthemehehe img:hover{opacity:0.6; }
  375. .meutheme2 {margin-top:-45px;margin-left:7px; font-family:muli; font-size:11px; color:{color:background}; position:fixed; width:50px; text-align:right; }
  376. .meutheme3 {margin-top:-52px;margin-left:0px; font-family:monotype corsiva; font-size:20px; opacity:0.4; color:{color:background}; position:fixed; width:50px; }
  377.  
  378. </style>
  379.  
  380. <div class="meuthemehehe"><img src='http://static.tumblr.com/sbxkdxg/Xrimqttnb/vvv2.png'><div class="meutheme3"><a href='http://bau-de-incertezas.tumblr.com' title='Theme por bau-de-incertezas' target='_blank'><center><font color=#fff>Bau</font></div><div class="meutheme2"><a href='http://bau-de-incertezas.tumblr.com' title='Theme por bau-de-incertezas' target='_blank'><font color=#d4d4d4>de
  381. incertezas</font></a></div></div>
  382.  
  383.  
  384.  
  385.  
  386. <div class="fotobau">
  387. <img src="{image:sidebar}">
  388.  
  389.  
  390. <div class="baulinks">
  391.  
  392. <a href="{text:link1}">{text:link1 title}</a>
  393.  
  394. <a href="{text:link2}">{text:link2 title}</a>
  395.  
  396. <a href="{text:link3}">{text:link3 title}</a>
  397.  
  398. <a href="{text:link4}">{text:link4 title}</a>
  399.  
  400. <a href="{text:link5}">{text:link5 title}</a>
  401.  
  402. <a href="{text:link6}">{text:link6 title}</a>
  403.  
  404. <a href="{text:link7}">{text:link7 title}</a>
  405.  
  406. <a href="{text:link8}">{text:link8 title}</a>
  407. </div>
  408. <div class="bau">{description}</div></div>
  409.  
  410. <div class="baufrase">{text:frase}</div>
  411.  
  412. <div id="pagination">
  413. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  414.  
  415.  
  416. <div id="post">
  417. <div class="autopagerize_page_element">
  418. <div id="entry">
  419.  
  420. {block:Posts}
  421. <div class="posts">
  422.  
  423. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  424.  
  425. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  426.  
  427. {block:Photoset}{Photoset-400}{/block:Photoset}
  428.  
  429.  
  430.  
  431. {block:Quote}
  432. <div class="myquote">"{Quote}"</div>
  433. <div class="myquote2">
  434. {block:Source}{Source}{/block:Source}</div>
  435. {/block:Quote}
  436.  
  437. {block:Link}
  438. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  439. {block:Description}{Description}{/block:Description}
  440. {/block:Link}
  441.  
  442. {block:Chat}
  443. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  444. <div class="chat"><ul>{block:Lines}
  445. <li class="person{UserNumber}">{block:Label}
  446. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  447. {/block:Chat}
  448.  
  449. {block:Audio}
  450. <div class="player">{AudioPlayerBlack}</div>
  451. {block:Caption}{Caption}{/block:Caption}
  452. {/block:Audio}
  453.  
  454. {block:Video}{Video-400}{/block:Video}
  455.  
  456. {block:Answer}
  457. <div class="post">
  458. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  459. <div class="pergunta">
  460. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}:</div>
  461. {Question}
  462. </div>
  463. <div class= "respost">{Answer}</div></div>
  464. {/block:Answer}
  465.  
  466. {block:Photoset}<center>{Photoset-100}</center>
  467. {/block:Photoset}
  468.  
  469.  
  470. <div id="st">
  471. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  472. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  473. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  474.  
  475. <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>
  476. {/block:ContentSource}</div></div>
  477. <br>
  478.  
  479.  
  480. {block:Date}<div id="notest">
  481. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}-<a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>
  482. {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}-{block:IndexPage}<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>.<a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} </div>{block:IfShowTags}<div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  483. </div>{/block:IfShowTags}{/block:Date}</div>
  484.  
  485.  
  486.  
  487. {/block:Posts}
  488. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  489.  
  490.  
  491. </div>
  492. </div>
  493. </div>
  494. </div>
  495.  
  496.  
  497.  
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement