apenassimplesversos

theme 30

May 11th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.35 KB | None | 0 0
  1. <html>
  2. <title>{title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}
  6.    
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. <meta name="color:background" content="#f5f5f5" />
  10. <meta name="color:text links" content="#000000" />
  11. <meta name="color:text links hover" content="#000000" />
  12. <meta name="color:bglinks" content="#ffffff" />
  13. <meta name="color:bglinkshover" content="#000000" />
  14. <meta name="color:links" content="#000000" />
  15. <meta name="color:links hover" content="#ffffff" />
  16. <meta name="color:text" content="#000000" />
  17. <meta name="color:post" content="#ffffff" />
  18. <meta name="color:borda" content="#000000" />
  19. <meta name="color:Sidebar" content="#ffffff" />
  20. <meta name="color:bar" content="#999999" />
  21.  
  22. <meta name="color:links" content="#696969" />
  23. <meta name="color:Mainlink hover" content="#ffffff" />
  24. <meta name="color:Link" content="#000000" />
  25. <meta name="color:Link hover" content="#999999" />
  26. <meta name="color:Extra Link" content="#929292" />
  27. <meta name="color:Extra Link bg" content="#000000" />
  28. <meta name="color:Extra Link hover" content="#000000" />
  29. <meta name="color:Extra Link bg hover" content="#FFFFFF" />
  30. <meta name="color:Perma link" content="#000000" />
  31. <meta name="color:Perma Bg" content="#eeeeee" />
  32. <meta name="color:Nextpage arrow" content="#969494" />
  33. <meta name="color:Nextpage arrow hover" content="#505050" />
  34. <meta name="color:Scrollbar face" content="#000000" />
  35. <meta name="color:Scrollbar bg" content="#ffffff" />
  36.  
  37. <meta name="image:background" content="" />
  38. <meta name="image:sidebar" content="" />
  39. <meta name="text:Music" content"" />
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 title" content=""/>
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 title" content=""/>
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 title" content=""/>
  46. <meta name="text:Link4" content="" />
  47. <meta name="text:Link4 title" content=""/>
  48. <meta name="text:Link5" content="" />
  49. <meta name="text:Link5 title" content=""/>
  50. <meta name="text:Link6" content="" />
  51. <meta name="text:Link6 title" content=""/>
  52.  
  53. <meta name="font:Body" content="verdana" />
  54.  
  55. <meta name="if:MusicPlayer" content="0" />
  56. <meta name="if:FadingPhotos" content="1" />
  57. <meta name="if:ShowCaptions" content="0" />
  58. <meta name="if:InfiniteScroll" content="1" />
  59. <meta name="if:Bigger Posts" coontent="0" />
  60. <meta name="if:ShowTags" content="0" />
  61.  
  62. <head>
  63. <style type="text/css">
  64.  
  65.  
  66. @font-face {
  67. font-family: "economica-regular";
  68. src: url('http://static.tumblr.com/jtqlgf2/EFzm1d5lh/economica-regular.ttf');
  69. }
  70.  
  71. @font-face {
  72. font-family: "belleza-regular";
  73. src: url('http://static.tumblr.com/jtqlgf2/82Ym32do5/belleza-regular.ttf');
  74. }
  75.  
  76. body {
  77. background-color:{color:background};
  78. background-image: url('{image:Background}');
  79. background-attachment:fixed;
  80. font-family:{font:body};
  81. font-size:11px;
  82. line-height:14px;
  83. text-align:justify;}
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {
  86. background-color: {color:scrollbar face};
  87. height: 30px;}
  88.  
  89. ::-webkit-scrollbar {
  90. height: 30px;
  91. width: 4px;
  92. background-color: {color:scrollbar bg};}
  93.  
  94. iframe#tumblr_controls {
  95. position: fixed !important;
  96. right:2px !important;
  97. -moz-transition: all 0.8s ease-out;
  98. -webkit-transition: opacity 0.7s linear;
  99. -webkit-transition: all 0.8s ease-out;
  100. transition: all 0.8s ease-out;
  101. opacity: 0.5;}
  102.  
  103. iframe#tumblr_controls:hover {
  104. -webkit-transition: opacity 0.7s linear;
  105. -moz-transition: all 0.4s ease-out;
  106. -webkit-transition: all 0.4s ease-out;
  107. transition: all 0.4s ease-out;
  108. opacity: 1;}
  109.  
  110. #posts {
  111. margin-left:512px;
  112. margin-top:0px;}
  113.  
  114. #b2{
  115. position:fixed;
  116. height:100%;
  117. width:8px;
  118. background-color:{color:border1};
  119. {block:ifbiggerposts}left:1045px;{/block:ifbiggerposts}
  120. {block:ifnotbiggerposts}left:945px;{/block:ifnotbiggerposts}
  121. top:0px;
  122. z-index:9;}
  123.  
  124.  
  125. #oquevemnadireita {float: left; margin-left: 300px; border-right: 3px solid {color:borda}; border-left: 3px solid {color:borda}; }
  126.  
  127. .vicftpost {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px;}
  128.  
  129. h1 {font-family: georgia; text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  130. h1 a {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  131. h1 a:hover {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  132.  
  133. .image {text-align: center; border: 0px}
  134. .image img {max-width: 500px; margin-bottom: 2px }
  135.  
  136. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  137. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  138. .oiqqtts a, a:hover{text-transform: none;}
  139.  
  140. .chat {line-height: 13px; list-style: none }
  141. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  142. .person1 {color: {color:text}; padding: 2px; }
  143. .person1 .label {font-weight: bold;  color:{color:text}}
  144. .person2 {color: {color:text}; padding: 2px;  }
  145. .person2 .label {font-weight: bold;  color:{color:text}}
  146.  
  147. .player {background-color: #000; text-align: left; display:block;}
  148.  
  149. #asker {font-size: 11px; font-family: verdana; text-align: justify;}
  150. .answer {padding: 2px; font-size: 11px;  }
  151. .answer img {max-width: 500px;}
  152.  
  153. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border: 2px solid {color:background}}
  154. #oidata a {font-size: 9px;}
  155.  
  156. .tags {color: {color:link};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  157. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  158.  
  159. #cap {width: 500px; margin-top: -2px;}
  160. .source {display: none;}
  161.  
  162. .notes {width: 500px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: right}
  163. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  164. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  165. .notes img{display: none; border:0px}
  166.  
  167. ::-webkit-scrollbar{width:7px;height:3px;}
  168. ::-webkit-scrollbar-button:start:decrement
  169. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  170. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; border: 1px solid {color:borda}; opacity: 0.5;}
  171.  
  172. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll}; }
  173.  
  174. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};}
  175.  
  176. #tumblr_controls{position: fixed!important}
  177. #tumblr_controls{position: fixed!important}
  178. #tumblr_controls{position: fixed!important}
  179. #tumblr_controls{position: fixed!important}
  180.  
  181. /* theme */
  182.  
  183. #top {z-index: 90; margin-top: -80px; background-color: {color:background}; width: 900px; height: 79px; padding: 0px; position: fixed; margin-left: -10px;}
  184.  
  185. #maisparabaixopf {margin:80px 0 10px 0}
  186.  
  187.  
  188. #border{
  189. position:fixed;
  190. width:330px;
  191. height:auto;
  192. bottom:0px;
  193. left:140px;
  194. background-color:{color:border2};
  195. border-radius: 150px 150px 0px 0px;
  196. -webkit-transition: all 0.7s ease-in-out;
  197. -moz-transition: all 0.7s ease-in-out;
  198. -o-transition: all 0.7s ease-in-out;
  199. -ms-transition: all 0.7s ease-in-out;
  200. transition: all 0.7s ease-in-out;}
  201.  
  202.  
  203. #sidebar{
  204. padding:10px;
  205. width:250px;
  206. margin-top:10px;
  207. margin-left:10px;
  208. border-right:20px solid {color:border1};
  209. border-left:20px solid {color:border1};
  210. border-radius: 150px 150px 0px 0px;
  211. background-color:{color:sidebar};}
  212.  
  213. #sidebar img{
  214. max-width:250px;
  215. border-radius: 2000px 200px 0px 0px;
  216. opacity:.8;}
  217.  
  218. #desci{
  219. width:250px;
  220. margin-top:25px;
  221. padding-top:5px;
  222. padding-right:5px;
  223. padding-bottom:5px;
  224. font-family:tahoma;
  225. color:{color:sidebar text};}
  226.  
  227. #desci img{
  228. border-radius:0px;}
  229.  
  230. #desci a{
  231. text-decoration: none;
  232. color:{color:link};}
  233.  
  234. #desci b, strong{
  235. letter-spacing:1px;
  236. font-family:tahoma;
  237. color:{color:entries bold};}
  238.  
  239. #desci h1{
  240. font-family: georgia;
  241. text-align:center;
  242. text-transform:lowercase;
  243. font-style:italic;
  244. font-size:14px;
  245. background-color:{color:border1};
  246. padding-right:10px;
  247. padding-left:10px;
  248. padding-bottom:4px;
  249. margin-top:0px;
  250. margin-left:-10px;
  251. width:252px;
  252. border-radius:100px;}
  253.  
  254.  
  255. #extras{
  256. position:fixed;
  257. margin-top:122px;
  258. margin-left:-117px;
  259. text-align:center;}
  260.  
  261. #extras:hover #lelinks{
  262. opacity:1;}
  263.  
  264. #lelinks{
  265. text-align:center;
  266. margin-top:10px;
  267. opacity:1;
  268. -webkit-transition: all 0.5s ease-in-out;
  269. -moz-transition: all 0.5s ease-in-out;
  270. -o-transition: all 0.5s ease-in-out;
  271. -ms-transition: all 0.5s ease-in-out;
  272. transition: all 0.5s ease-in-out;}
  273.  
  274. #lelinks a{
  275. display:block;
  276. width:80px;
  277. padding:4px;
  278. font-family: consolas;
  279. text-transform:uppercase;
  280. text-decoration:none;
  281. font-size:10px;
  282. letter-spacing:1px;
  283. color:{color:extra Link};
  284. background-color:{color:extra Link Bg};
  285. margin-top:4px;
  286. border-radius:10px 0px 0px 10px;-webkit-transition: all 0.5s ease-in-out;
  287. -moz-transition: all 0.5s ease-in-out;
  288. -o-transition: all 0.5s ease-in-out;
  289. -ms-transition: all 0.5s ease-in-out;
  290. transition: all 0.5s ease-in-out;}
  291.  
  292. #lelinks a:hover{
  293. margin-left:-10px;
  294. padding-right:14px;
  295. background-color:{color:extra Link bg hover};
  296. color:{color:extra Link hover};}
  297.  
  298. #mainlinks{
  299. position:fixed;
  300. width:290px;
  301. text-align:center;
  302. background-color:{color:border2};
  303. border-radius:100px;
  304. margin-left:-20px;
  305. margin-top:5px;}
  306.  
  307. #mainlinks a{
  308. display:inline-block;
  309. text-align:center;
  310. padding-left:5px;
  311. padding-right:5px;
  312. color:{color:mainlink};
  313. font-family:consolas;
  314. font-size:9px;
  315. margin-left:2px;
  316. text-transform:uppercase;
  317. text-decoration:none;
  318. letter-spacing:1px;
  319. -webkit-transition: all 0.5s ease-in-out;
  320. -moz-transition: all 0.5s ease-in-out;
  321. -o-transition: all 0.5s ease-in-out;
  322. -ms-transition: all 0.5s ease-in-out;
  323. transition: all 0.5s ease-in-out;}
  324.  
  325. #mainlinks a:hover{
  326. color:{color:mainlink hover};}
  327.  
  328. {block:IfMusicPlayer}
  329. #lemusic{
  330. text-align:center;
  331. padding-top:10px;
  332. padding-bottom:10px;
  333. margin-top:59px;
  334. {block:ifbiggerposts}margin-left:1052px;{/block:ifbiggerposts}
  335. {block:ifnotbiggerposts}margin-left:952px;{/block:ifnotbiggerposts}
  336. width:14px;
  337. position:fixed;
  338. z-index:999;
  339. overflow:Hidden;
  340. border-radius: 0px 10px 10px 0px;
  341. padding-left:4px;
  342. padding-right:4px;
  343. background-color:{color:border2};
  344. -webkit-transition: all 0.5s ease-in-out;
  345. -moz-transition: all 0.5s ease-in-out;
  346. -o-transition: all 0.5s ease-in-out;
  347. -ms-transition: all 0.5s ease-in-out;
  348. transition: all 0.5s ease-in-out;}
  349.  
  350. #lemusic:hover{
  351. width:80px;}
  352.  
  353. #lemusic:hover #inside{
  354.     opacity:1;}
  355.  
  356. #inside{
  357.     position:absolute;
  358.     width:40px;
  359.     overflow:hidden;
  360.     padding-right:20px;
  361.     opacity:0;
  362.     -webkit-transition: all 0.5s ease-in-out;
  363. -moz-transition: all 0.5s ease-in-out;
  364. -o-transition: all 0.5s ease-in-out;
  365. -ms-transition: all 0.5s ease-in-out;
  366. transition: all 0.5s ease-in-out;}
  367.    
  368. #gf{
  369.     padding-left:0px;
  370.     text-align:right;}
  371.    
  372. {/block:IfMusicPlayer}
  373.  
  374. {CustomCSS}
  375.  .menu {background: {color:sidebar};
  376. margin: 0px; color: #fff; font-family: "{color:links}", small fonts; font-size: 8px;
  377. padding: 4px; width: 64px; text-transform: uppercase;
  378. text-align: left; text-shadow: 0 1px 1px #300018; }
  379. .menu:hover {background: {color:sidebarx}; text-align: right;
  380. color: #fff; }
  381.  
  382.  
  383. .border {
  384. margin: 0px;
  385. padding-top: 3px;
  386. padding-right:3px;
  387. padding-left: 3px;
  388. padding-bottom: 13px;
  389. background:{color:sidebar};}
  390.  
  391. .info {margin-left: 0px; background: #fff; text-align:center; color: transparent; padding: 5px; position: absolute; opacity:0; z-index: 4; font-family: "04b03", small fonts; color: #300018; -webkit-transition-duration: .90s; font-size: 8px; text-transform: uppercase; margin-top: -5px;}
  392. .box:hover .info {margin-left: 500px; min-width: auto; opacity:99; }
  393.  
  394.  
  395.  
  396.  
  397. .title {color: #5A3D31;
  398. font-family: 'Yanone Kaffeesatz', georgia;
  399. font-size:20px;
  400. line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:5px; text-align:left; letter-spacing: 1px; font-style:normal;}
  401.  
  402. .borda {margin: -5px; margin-bottom: -7px;}
  403. .limite {width: 500px; top: 0px; }
  404. .conteudo {width: 500px; float: left;  }
  405.  
  406. .sidebar {width: 250px; height: auto; top: 20px; left: 257px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  407.  
  408. .ander {position:fixed;float: left; padding: 0px;}
  409. .ander img {display: inline; margin-right:-9px; width:244px; margin-left: 0px; margin-top: 0px; height: auto; text-align:center; margin-bottom: 0px; border: 3px solid {color:text};}
  410.  
  411.  
  412. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  413.  
  414. .nav {position:fixed; width: 1px; height: auto; background-color:{color:bar}; padding:1px; margin-top:1px; margin-left:201px; }
  415. .nav a { display: block; margin-left:3px; width: 50px; line-height: 9px; padding: 3px; font-family: tinytots; font-size: 8px; text-align: center;  background-color: {color:links}; color:{color:text links}; text-decoration: none; text-transform: uppercase; margin-right: 0px; margin-bottom: 1px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  416. .nav a:hover { background-color: {color:links hover}; color:{color:text links hover}; letter-spacing: 0px;  width: 70px; border-right: 4px solid {color:sidebar};}
  417.  
  418. .photo {position:fixed; width:190px; padding:5px; background-color:{color:sidebar}; overflow: hidden;-webkit-transition: all 0.6s ease;}
  419. .photo:hover {opacity:0.8;-webkit-transition: all 0.6s ease;}
  420. .photo img {display: block;width:190px;}
  421.  
  422. .photo:hover #description {margin-top:10px;height:auto;margin-left:10px;}
  423.  
  424. #description {position:absolute;float:left; display:block; width:160px; height:auto; margin-left: -250px; background-color:{color:sidebar}; color:{color:text}; font-family:verdana; font-size:9px; text-align:center; padding:5px; margin-top:10px; opacity:0.9; overflow:hidden; -webkit-transition: all 0.6s ease;}
  425.  
  426. #credit {
  427. position:fixed;
  428. width:100px;
  429. left:3px;
  430. bottom:3px;
  431. line-height:5px;
  432. letter-spacing:0px;
  433. font:10px georgia;
  434. text-transform:lowercase;
  435. font-style:italic;
  436. }
  437.  
  438. #paginacaoml {text-align: center; font-family: verdana; font-size: 8px; line-height: 21px; margin-bottom: -5px;}#paginacaoml a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidebarlinks}; text-decoration: none;}#paginacaoml a:hover {background: {color:sidebar}; color: {color:sidebarlinks}; border: none;}#paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; font-weight: bold; text-decoration: none;}#paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  439.  
  440. </style>
  441.  
  442. {block:IfInfiniteScroll}
  443. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  444. {/block:IfInfiniteScroll}
  445. </head>
  446.  
  447. <body>
  448.  
  449.  
  450.  
  451. <div class="limite">
  452. <div class="conteudo">
  453. <div class="nav">
  454. <a href="{text:Link1}">{text:Link1 Title}</a>
  455. <a href="{text:Link2}">{text:Link2 Title}</a>
  456. <a href="{text:Link3}">{text:Link3 Title}</a>
  457. <a href="{text:Link4}">{text:Link4 Title}</a>
  458. <a href="{text:Link5}">{text:Link5 Title}</a>
  459. <a href="{text:Link6}">{text:Link6 Title}</a>
  460. </div>
  461.  
  462. <div class="photo">
  463. <div id="description">
  464. {description}</div>
  465. <img src="{image:Sidebar}" /></p></div>
  466.  
  467. </div>
  468. <div id="paginacaoml">
  469. {block:JumpPagination length="6"}
  470. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  471. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  472. {/block:JumpPagination}
  473.  
  474. <div id="credit">theme d-esequilibrio Detalhes<font color="#808080">tfwar & gangste-r ©</a></font></div>
  475.  
  476.    
  477.               </center>
  478.  
  479. </div>
  480. </div>
  481.  
  482.  
  483.  
  484.  
  485. <div id="maisparabaixopf">
  486. <div id="oquevemnadireita">
  487.  
  488. {block:Posts}
  489. <div class="vicftpost">
  490.  
  491. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  492.  
  493. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  494.  
  495. {block:Photoset}{Photoset-500}{/block:Photoset}
  496.  
  497. {block:Quote}
  498. <div class="oiqqtt">“{Quote}”</div>
  499. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  500. {/block:Source}
  501. {/block:Quote}
  502.  
  503. {block:Link}
  504. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  505. {block:Description}{Description}{/block:Description}
  506. {/block:Link}
  507.  
  508. {block:Chat}
  509. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  510. <div class="chat"><ul>{block:Lines}
  511. <li class="person{UserNumber}">{block:Label}
  512. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  513. {/block:Chat}
  514.  
  515. {block:Audio}
  516. <div class="player">{AudioPlayerBlack}</div>
  517. {block:Caption}{Caption}{/block:Caption}
  518. {/block:Audio}
  519.  
  520. {block:Video}{Video-500}{/block:Video}
  521.  
  522.  
  523. {block:Answer}
  524. <div id="asker"><b>{Asker} sussurrou:</b> "{Question}"</div>
  525. <div class="answer">{Answer}</div>
  526. {/block:Answer}
  527.  
  528.  
  529. <div id="cap">
  530. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  531. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  532. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  533.  
  534. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  535.      <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  536.        {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  537. {/block:ContentSource}</div></div>
  538. <br>
  539.  
  540.  
  541. <div id="oidata">
  542. {block:Date}<div class="tags">{block:HasTags}<b>slap:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  543. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} - <a href="{ReblogUrl}" target="_blank"><b>reblog</b> or fuck</a>{/block:IndexPage}
  544. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  545. {/block:RebloggedFrom}
  546. </div>
  547. </div>{/block:Date}
  548.  
  549.  
  550.  {/block:Posts}
  551. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560. </div>
  561. </div>
  562. </div>
  563.  
  564.  
  565. </div></div>
  566. </div>
  567.  
  568. </body>
  569. </html>
Advertisement
Add Comment
Please, Sign In to add comment