Advertisement
pqpbehhh

Theme Antigo + Parceiros + Cursor.

Jun 24th, 2013
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.26 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!--
  5. Theme #12 by:
  6. ressuscitad-a.tumblr.com
  7.  
  8. Editing is okay as long as you:
  9. ✖ DO NOT CLAIM AS YOUR OWN
  10. ✖ DO NOT USE THE CODE AS A BASE
  11. ✖ DO NOT REMOVE/MOVE THE CREDIT !!
  12. -->
  13.  
  14. <html><head>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  17.  
  18. <meta name="color:Background" content="#fcf2f0"/>
  19. <meta name="color:Post Background" content="#fdfdfd"/>
  20. <meta name="color:Sb Background" content="#ffffff"/>
  21. <meta name="color:Font" content="#b1b1b1"/>
  22. <meta name="color:Links" content="#d6aeae"/>
  23. <meta name="color:Links Hover" content="#afa8a8"/>
  24. <meta name="color:Bold" content="#a7a6a5"/>
  25. <meta name="color:Blog Title" content="#a8a6a8"/>
  26. <meta name="color:Text Hover" content="#fae2d7"/>
  27. <meta name="color:Borders" content="#e7e6e6"/>
  28. <meta name="color:Scrollbar" content="#dfa6a6"/>
  29. <meta name="color:Ask and Info Background" content="#f7f1f0"/>
  30. <meta name="text:Link 1 url" content="/" />
  31. <meta name="text:Link 1 title" content="link1" />
  32. <meta name="text:Link 2 url" content="/" />
  33. <meta name="text:Link 2 title" content="link2" />
  34. <meta name="text:Link 3 url" content="/" />
  35. <meta name="text:Link 3 title" content="link3" />
  36. <meta name="text:Link 4 url" content="/" />
  37. <meta name="text:Link 4 title" content="link4" />
  38. <meta name="text:Link 5 url" content="/" />
  39. <meta name="text:Link 5 title" content="link5" />
  40.  
  41. <meta name="text:LINKS HEIGHT" content="70"/>
  42. <title>{Title}</title>
  43. <meta name="image:Sb Background Image" content="http://24.media.tumblr.com/cd5001bfb8de89a41337dce9a77a7d85/tumblr_mj77t2OgYd1r9c5eeo2_250.png"/>
  44. <meta name="image:Left Image" content="http://24.media.tumblr.com/c039f6fe4f1c6bda5c7e20c425a56484/tumblr_mj77t2OgYd1r9c5eeo1_100.png"/>
  45. <meta name="image:Background Image" content=""/>
  46. <meta name="image:Sidebar Image" content="
  47. http://static.tumblr.com/e5167fc8ea986dabf2405c2ef8f51c09/btjhfod/rAJmj5jhp/tumblr_static_mcmeester3.jpg"/>
  48.  
  49. <meta name="if:Show Title" content="1">
  50. <meta name="if:Show Archive Button" content="1">
  51. <meta name="if:Show Message Button" content="1">
  52. <meta name="if:Show Home Button" content="1">
  53. <meta name="if:Hover Tags" content="1">
  54. <meta name="if:Tags Background" content="1">
  55.  
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <style type="text/css">
  58. body {
  59. font-family:calibri;
  60. font-size: 11px;
  61. line-height: 100%;
  62. text-align: justify;
  63. color: {color:Font};
  64. background-color: {color:Background};
  65. background-image: url('{image:Background Image}');
  66. background-attachment: fixed;
  67. background-position: left top;
  68. background-repeat: repeat; }
  69.  
  70. a:link, a:visited, a:active {
  71. text-decoration: none;
  72. color: {color:Links};
  73. -webkit-transition: all 0.4s ease-in-out;
  74. -moz-transition: all 0.4s ease-in-out;
  75. -o-transition: all 0.4s ease-in-out;
  76. transition: all 0.4s ease-in-out;}
  77.  
  78. a:hover {
  79. -webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;
  81. transition: all 0.5s ease-out;
  82. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  83. color: {color:Links hover};}
  84.  
  85. l {
  86. padding: 1px 7px 2px 3px;
  87. text-decoration: none;
  88. font-size: 12px;
  89. font-family:calibri;
  90. text-shadow:3px 0px #f0c8c8, -3px 0px #c9e4ad;
  91. color: {color:Links};
  92. border: 1px solid {color:Background};
  93. -webkit-transition: all 0.4s ease-in-out;
  94. -moz-transition: all 0.4s ease-in-out;
  95. -o-transition: all 0.4s ease-in-out;
  96. transition: all 0.4s ease-in-out;
  97. border-bottom: 0px solid transparent;}
  98.  
  99. b, strong {
  100. color: {color:Bold};}
  101.  
  102. blockquote {
  103. margin-left: 0px;
  104. padding-left:7px;
  105. border-left: 2px solid {color:Borders};}
  106.  
  107. #title {
  108. padding-bottom: 4px;
  109. font-family:helvetica;
  110. text-align: center;}
  111.  
  112. #link {
  113. margin-top: 5px;
  114. padding-bottom: 4px;
  115. font-size: 16px;
  116. text-align: center;}
  117.  
  118. h1 {
  119. font-size: 19px;
  120. line-height: 15px;
  121. letter-spacing: 0px;
  122. text-transform: none;
  123. font-weight: normal;
  124. text-align: left;
  125. margin-top: 0px;
  126. margin-bottom: -5px;
  127. padding: 0px;
  128. color: {color:Posts Title};}
  129.  
  130. /* ~ POSTS ~ */
  131.  
  132. #entries {
  133. font-family:calibri;
  134. margin-left:280px;
  135. margin-top: 50px;
  136. margin-bottom: 20px;
  137. width: 520px; }
  138.  
  139. #posts {
  140. overflow: hidden;
  141. font-family: calibri;
  142. margin-bottom: 10px;
  143. border:1px solid {color:Borders};
  144. padding: 10px 10px 10px 10px;
  145. background: {color:Post Background};}
  146.  
  147. {block:ifHoverTags}
  148. #posts:hover #info1 { opacity:1;display:block; }
  149. {/block:ifHoverTags}
  150.  
  151. /* ~ POST INFO ~ */
  152.  
  153. #info {
  154. font-size:10px;
  155. text-align:center;
  156. padding: 4px;
  157. font-family:cambria;
  158. margin-top:-22px; border: 1px solid {color:borders};
  159. background-color:{color:Ask and Info Background};
  160. margin-bottom:20px; }
  161.  
  162. #tag {opacity:0.6;}
  163.  
  164. #info1 {
  165. position: absolute;
  166. {block:ifHoverTags}opacity: 0;{/block:ifHoverTags}
  167. margin-top: -10px;
  168. margin-left: 515px;
  169. width: 80px;
  170. padding: 5px 5px 3px 5px;
  171. font-size: 10px;
  172. line-height:120%;
  173. text-transform: uppercase;
  174. text-align: left;
  175. color: {color:Font};
  176. {block:ifTagsBackground}
  177. background-color: {color:post background};
  178. {/block:ifTagsBackground}
  179. -webkit-transition: 0.4s linear; }
  180.  
  181. #info1 a {
  182. color: {color:Font}; }
  183.  
  184. #info1 a:hover {
  185. color: {color:Links};
  186. -webkit-transition: 0.4s linear; }}
  187.  
  188. /* ~ QUOTE ~ */
  189.  
  190. #quote {
  191. font-family:consolas;
  192. font-size: 16px; }
  193.  
  194. #source {
  195. font-size: 11px;
  196. margin-top: 5px;}
  197.  
  198. /* ~ AUDIO ~ */
  199.  
  200. #audioplayer {
  201. height:25px; width:27px;
  202. margin-top:18px; margin-left:24px;
  203. overflow:hidden; position:absolute;
  204. opacity: 1; filter:alpha(opacity=70);}
  205.  
  206. #albumart { float:left; margin:0px 7px; }
  207.  
  208. #stuff {
  209. margin:-7px; padding:3px;
  210. font-size:11px; margin-top:5px;}
  211.  
  212. /* ~ QUESTION ~ */
  213.  
  214. .questions {
  215. text-align: center;
  216. margin: 3px;
  217. font-family:consolas;
  218. font-size: 10px;
  219. padding:7px;
  220. border-bottom:1px dashed {color:dat border};
  221. background: {color:Ask and Info Background};}
  222. .questionsq {margin: 5px;}
  223.  
  224. /* ~ CHAT ~ */
  225.  
  226. margin:8px;
  227. .user_1 .label {color:{color:links}; font-weight:bold;}
  228. .user_2 .label {color:{color:links}; font-weight:bold;}
  229. .user_3 .label {color:{color:links}; font-weight:bold;}
  230. .user_4 .label {color:{color:links}; font-weight:bold;}
  231. .user_5 .label {color:{color:links}; font-weight:bold;}
  232. .user_6 .label {color:{color:links}; font-weight:bold;}
  233. .user_7 .label {color:{color:links}; font-weight:bold;}
  234. .user_8 .label {color:{color:links}; font-weight:bold;}
  235. .user_9 .label {color:{color:links}; font-weight:bold;}
  236. .user_10 .label {color:{color:links}; font-weight:bold;}
  237. .user_11 .label {color:{color:links}; font-weight:bold;}
  238. .user_12 .label {color:{color:links}; font-weight:bold;}
  239. .user_13 .label {color:{color:links}; font-weight:bold;}
  240. .user_14 .label {color:{color:links}; font-weight:bold;}
  241. .user_15 .label {color:{color:links}; font-weight:bold;}
  242. .user_16 .label {color:{color:links}; font-weight:bold;}
  243. .user_17 .label {color:{color:links}; font-weight:bold;}
  244. .user_18 .label {color:{color:links}; font-weight:bold;}
  245. .user_19 .label {color:{color:links}; font-weight:bold;}
  246. .user_20 .label {color:{color:links}; font-weight:bold;}
  247.  
  248. ul.chat, .chat ol, .chat li {
  249. padding:0px;
  250. list-style:none;}
  251.  
  252. /* ~ SCROLLBAR ~ */
  253.  
  254. ::-webkit-scrollbar-thumb:vertical {
  255. height:10px;
  256. background-color: {color:Scrollbar};}
  257. ::-webkit-scrollbar-thumb:horizontal {
  258. height:10px;
  259. background-color: {color:Scrollbar};}
  260.  
  261. ::-webkit-scrollbar {
  262. height: 10px;
  263. width: 6px;
  264. background-color: {color:Post Background};}
  265.  
  266. /* ~ PERMALINK NOTES PAGE ~ */
  267.  
  268. #postnotes {
  269. margin:0px 0px 0px 0px;
  270. width:510px;
  271. padding:5px;
  272. font-family:calibri headings;
  273. font-size: 12px;
  274. background-color: none;}
  275.  
  276. #postnotes a {
  277. margin-top:1px;}
  278.  
  279. ol.notes li.note {
  280. padding:1px;
  281. border-bottom: solid 0px;}
  282.  
  283. ol.notes li.note img.avatar {
  284. vertical-align:-4px;
  285. margin-right:0px;
  286. width:16px;
  287. height:16px;}
  288.  
  289. /* ~ SIDEBAR ~ */
  290. #sbarb {
  291. width:200px; margin-left: 18px;
  292. padding: 4px; position: absolute;
  293. background-color:{color:Post Background};
  294. border:2px solid {color:borders};
  295. -webkit-transition:all 0.8s ease;
  296. -moz-transition:all 0.8s ease;
  297. transition:all 0.8s ease;
  298. }
  299.  
  300. #center {
  301. margin-left: auto;
  302. margin-right: auto;
  303. width: 800px; }
  304.  
  305. #position {
  306. position: fixed;
  307. margin-top: -60px;
  308. left:55px;
  309. padding:5px;
  310. border-left:1px dashed {color:borders};
  311. border-right:1px dashed {color:borders};
  312. background-color:{color:Sb Background};
  313. background-image: url('{image:Sb Background Image}');
  314. box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  315. width: 250px;
  316. height:100%;
  317. } }
  318.  
  319. #sidebar {
  320. position: fixed;
  321. margin-left: -40px;
  322. width: 200px;
  323. padding: 0px 0px 30px 0px;
  324. font: 11px calibri;
  325. color: {color:Font};
  326. }
  327.  
  328. #position1 {
  329. position: fixed;
  330. margin-top: -60px;
  331. left:0px;
  332. padding:5px;
  333. border-right:1px dashed {color:borders};
  334. background-image: url('{image:left image}');
  335. box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  336. width: 50px;
  337. height:100%;
  338. }
  339.  
  340. .ttl {
  341. margin-left: 25px;
  342. margin-top:35%;
  343. width:200px;
  344. margin-bottom:-10px;
  345. font: 21px 'Cookie';
  346. letter-spacing: 2px;
  347. color: {color:Blog Title};
  348. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);}
  349.  
  350. #description {
  351. position: fixed;
  352. opacity: 0.9;
  353. overflow: hidden;
  354. margin-top:50px;
  355. margin-left:18px;
  356. width: 210px;
  357. font-family:calibri;
  358. padding: 6px 0px 4px 0px;
  359. text-align: justify;
  360. color: {color:Font};
  361. background: none;
  362. }
  363. /* ~ SUBLINKS ~ */
  364.  
  365. .subbor {
  366. padding:3px;
  367. border:2px solid {color:borders};
  368. background-color:{color:Post Background};
  369. }
  370.  
  371. .sublinks {
  372. background-color:white;
  373. width: 120px; opacity:0;
  374. margin-top:{text:LINKS HEIGHT}px;
  375. margin-bottom:5px;
  376. padding-top:7px;
  377. padding-bottom:7px;
  378. border:3px solid {color:borders};
  379. text-align:center;
  380. -webkit-transition:all 0.8s ease;
  381. -moz-transition:all 0.8s ease;
  382. transition:all 0.8s ease;
  383. color: {color:sublinks};
  384. shadow: 1px 1px 0px {color:Text Shadow};
  385. }
  386.  
  387. .sublinks a {
  388. font-family:consolas;
  389. font-size: 9px;
  390. display: inline-block;
  391. border: 1px solid {color:borders};
  392. padding:2px;
  393. width:100px;
  394. opacity:0;
  395. -webkit-transition: all 0.5s ease-out;
  396. -moz-transition: all 0.5s ease-out;
  397. transition: all 0.5s ease-out;
  398. text-transform: uppercase;
  399. letter-spacing: 1px;
  400. color: {color:Links};
  401. }
  402.  
  403. .sublinks a:hover{
  404. font-style:bold;
  405. letter-spacing: 2px;
  406.  
  407. background-color:{color:links};
  408. color:{color:post background};
  409. -webkit-transition: all 0.5s ease-out;
  410. -moz-transition: all 0.5s ease-out;
  411. transition: all 0.5s ease-out; }
  412. #sidebar:hover #sbarb{
  413. opacity:0.7;
  414. -webkit-transition: all 0.5s ease-out;
  415. -moz-transition: all 0.5s ease-out;
  416. transition: all 0.5s ease-out;}
  417.  
  418. #sidebar:hover .sublinks {
  419. opacity:0.9;z-index:9999;
  420. -webkit-transition: all 0.5s ease-out;
  421. -moz-transition: all 0.5s ease-out;
  422. transition: all 0.5s ease-out;}
  423.  
  424. #sidebar:hover .sublinks a{
  425. opacity:1;z-index:9999;
  426. -webkit-transition: all 0.5s ease-out;
  427. -moz-transition: all 0.5s ease-out;
  428. transition: all 0.5s ease-out;}
  429.  
  430. .sublinks1 {
  431. shadow: 1px 1px 0px {color:Text Shadow};
  432. margin-top:-86%;
  433. margin-left:-315px;
  434. color: {color:sublinks};
  435. width: 220px;}
  436.  
  437. .sublinks1 a {
  438. shadow: 1px 1px 0px {color:Text Shadow};
  439. font-family:cambria;
  440. font-size: 20px;
  441. padding:2px;
  442. padding-bottom:5px;
  443. text-shadow: 0px 1px 5px rgba(0,0,0,0.18);
  444. opacity:0.5;
  445. text-transform: uppercase;
  446. letter-spacing: 1px;
  447. color: {color:sublinks};}
  448.  
  449. .sublinks1 a:hover{shadow: 1px 1px 0px {color:Text Shadow};
  450. opacity:0.7;
  451. -webkit-transition: all 0.5s ease-out;
  452. -moz-transition: all 0.5s ease-out;
  453. transition: all 0.5s ease-out;
  454. color: {color:sublinks};}
  455.  
  456. /* ~ PAGES ~ */
  457.  
  458. #pagination {
  459. font-family:calibri;
  460. text-align:center;
  461. font-size:13px;
  462. margin-top: 8px;
  463. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  464. text-transform:uppercase}
  465.  
  466. /* ~ CREDIT ~ */
  467.  
  468. #credit {
  469. position: fixed;
  470. bottom: 4px;
  471. right: 10px;
  472. width: 40px;
  473. -webkit-transition-duration: .90s;}
  474.  
  475. .crdt {
  476. display: block;
  477. width: 40px;box-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  478. padding: 2px 0px 4px 0px;
  479. font: 13px calibri;
  480. font-style: italic;
  481. text-align: center;
  482. color: {color:Links};
  483. background: {color:Post Background};
  484. border: 1px solid {color:Borders};
  485. -webkit-transition-duration: .90s;}
  486. .crdt a, a {
  487. text-decoration: none;
  488. text-transform: none;
  489. color: {color:Links}; }
  490. .crdt:hover {
  491. color: {color:Post Background};
  492. background: {color:Links};}
  493.  
  494.  
  495.  
  496. </style>
  497. </head>
  498. <body>
  499. <div id="credit">
  500. <a href="http://ressuscitad-a.tumblr.com" target="_blank">
  501. <div class="crdt">theme</div></a>
  502. </div></div>
  503. <div id="center"><div id="position1"></div>
  504. <div id="position">
  505. <div class="ttl"><br>
  506. <center>
  507. {block:IfShowTitle}{Title}{/block:IfShowTitle}
  508. </center>
  509. </div>
  510.  
  511. <div id="sidebar">
  512. <div style="padding-bottom:10px; solid #fdfcfc;margin-bottom:10px;">
  513. <center><br>
  514. <div id="sbarb"><div id="pic">
  515. <a href="/"><img src="{image:Sidebar Image}" width="200" ></a></div></div>
  516. </div>
  517. <center>
  518. <div class="sublinks">
  519.  
  520. <a href="{text:Link 1 url}">{text:Link 1 title}</a> <br><br>
  521. <a href="{text:Link 2 url}">{text:Link 2 title}</a> <br><br>
  522. <a href="{text:Link 3 url}">{text:Link 3 title}</a> <br><br>
  523. <a href="{text:Link 4 url}">{text:Link 4 title}</a> <br><br>
  524. <a href="{text:Link 5 url}">{text:Link 5 title}</a> <br>
  525. </div>
  526. <div id="description">
  527. <br><center>{description}</div></center>
  528.  
  529. <center><br><br>
  530. <div class="sublinks1"><div id="pagination">
  531. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><img alt="" src="http://prikachi.com/images/968/5940968u.png"/></a></a>{/block:PreviousPage}{/block:Pagination}<br><br><br><!--
  532.  
  533. ↓ ALLTHE BUTTONS ARE DOWN HERE ↓
  534.  
  535. -->{block:IfShowHomeButton}<a href="/"><img alt="" src="http://prikachi.com/images/972/5940972e.png"/></a></a><br><br><br>{/block:IfShowHomeButton}
  536.  
  537. {block:IfShowMessageButton}<a href="/ask"><img alt="" src="http://prikachi.com/images/445/5940445t.png"/></a></a><br><br><br>{/block:IfShowMessageButton}
  538. {block:IfShowArchiveButton}<a href="/archive"><img alt="" src="http://prikachi.com/images/960/5940960u.png"/></a></a><br><br><br>{/block:IfShowArchiveButton}&nbsp;<a href="http://ressuscitad-a.tumblr.com"><img alt="" src="http://prikachi.com/images/962/5940962M.png"/></a></a>
  539. {block:Pagination}<br><br><br>{block:NextPage}<a href="{NextPage}"><img alt="" src="http://prikachi.com/images/965/5940965K.png"/></a></a>{/block:NextPage}
  540. {/block:Pagination}
  541. </div></div></div></center></div>
  542.  
  543. <div id="entries">
  544. {block:Posts}
  545. <div id="posts">
  546.  
  547. <div id="info1">
  548. {block:HasTags}
  549.  
  550. <i>{block:Tags}<div id='tag'><img alt="" src="http://prikachi.com/images/658/5940658e.png" width="8" style="float: left;"></a></div><a href="/tagged/{Tag}">&nbsp;{Tag}</a><br> {/block:Tags}{/block:HasTags}</i></div>
  551.  
  552. <div id="title">
  553. {block:Title}
  554. <h1>{Title}&nbsp;</h1>
  555. {/block:Title}
  556. </div>
  557.  
  558. {block:Text}
  559. {Body}
  560. {/block:Text}
  561.  
  562. {block:Quote}
  563. <div id="quote">
  564.  
  565. <center>"
  566. {Quote}"
  567. </center>
  568.  
  569. </div>
  570. {block:Source}
  571. <div id="source">
  572. <center>
  573. {Source}
  574. </center>
  575. </div>{/block:Source}
  576. {/block:Quote}
  577.  
  578. {block:Link}
  579. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  580. {block:Description}{Description}{/block:Description}
  581. {/block:Link}
  582.  
  583. {block:Photo}
  584. {LinkOpenTag}
  585. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  586. {LinkCloseTag}<br>
  587. {block:Caption}
  588. {Caption}
  589. {/block:Caption}
  590. {/block:Photo}
  591.  
  592. {block:Photoset}
  593. {Photoset-500}
  594. {block:Caption}
  595. {Caption}
  596. {/block:Caption}
  597. {/block:Photoset}
  598.  
  599. {block:Chat}
  600. <ul class="chat">
  601. {block:Lines}
  602. <li class="user_{UserNumber}">
  603. {block:Label}
  604. <span class="label">{Label}</span>
  605. {/block:Label}
  606. &nbsp;{Line}</li>
  607. {/block:Lines}</ul>
  608. {/block:Chat}
  609.  
  610. {block:Video}
  611. {Video-500}
  612. {block:Caption}
  613. {Caption}
  614. {/block:Caption}
  615. {/block:Video}
  616.  
  617. {block:Answer}
  618. <div class="questions">{Asker} whispered: &nbsp{Question}</div>
  619. <div class="questionsq">{Answer}</div>
  620. {/block:Answer}
  621.  
  622. {block:Audio}
  623. <div id="audioplayer">{AudioPlayerWhite}</div>
  624. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="60" height="60">{/block:AlbumArt}</div>
  625. <div id="stuff">
  626. <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  627. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  628. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  629. <b>Played: </b>{FormattedPlayCount} times</div>
  630. <br>
  631. {block:Caption}
  632. {Caption}
  633. {/block:Caption}
  634. {/block:Audio}
  635. </div><br>
  636.  
  637. <div id="info">
  638. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;-&nbsp;<a href="{Permalink}">♡{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp;&nbsp;-&nbsp;<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  639. {block:ContentSource}&nbsp;-&nbsp;<a href="{SourceURL}">source </a>&nbsp;-&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>
  640. </a>{block:ContentSource}{/block:RebloggedFrom}<br>{block:IfItalicTags}<i>{/block:IfItalicTags}
  641. </i></div>
  642. {block:PostNotes}{PostNotes}{/block:PostNotes}
  643. {/block:Posts}</div></div>
  644.  
  645. {/block:Posts}
  646.  
  647.  
  648. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement