Advertisement
vselinath

Growing Strong

Apr 21st, 2014
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <!-- VSELINA Ⓒ -->
  9. <!-- Please keep the credit intact. You may customize it all you want as long as you know what you're doing. Don't steal. Don't take fragments of the code. E N J O Y ! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  13. <meta name="description" content="" />
  14. <meta name="font:Body" content="" />
  15. <meta name="font:title font" content="" />
  16. <meta name="image:Sidebar" content=""/>
  17.  
  18. <meta name="color:Background" content=""/>
  19. <meta name="color:Sidebar" content=""/>
  20. <meta name="color:Border" content=""/>
  21. <meta name="color:Text" content=""/>
  22. <meta name="color:Links" content="#eee"/>
  23. <meta name="color:Title Hover" content=""/>
  24. <meta name="color:Hover Background" content=""/>
  25. <meta name="color:Links Hover" content=""/>
  26.  
  27. <meta name="text:link 1" content="index"/>
  28. <meta name="text:link 1 url" content="/"/>
  29. <meta name="text:link 2" content="inbox"/>
  30. <meta name="text:link 2 url" content="/ask"/>
  31. <meta name="text:link 3" content="link 3"/>
  32. <meta name="text:link 3 url" content="/"/>
  33. <meta name="text:link 4" content="link 4"/>
  34. <meta name="text:link 4 url" content="/"/>
  35.  
  36. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  37.  
  38. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  39. <link href='http://fonts.googleapis.com/css?family=Elsie:400,900' rel='stylesheet' type='text/css'>
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46.  
  47. body {
  48. font-size: 11px;
  49. text-align:left;
  50. font-family: {font:body};
  51. font-weight:300;
  52. color: {color:text};
  53. background-color: {color:background};}
  54.  
  55. .container{
  56. width: 400px;
  57. margin: auto;
  58. margin-top:100px;
  59. text-align:center;
  60.  
  61. }
  62.  
  63.  
  64. a {
  65. color: {color:links};
  66. font-weight:400;
  67. text-decoration: none;
  68. transition-duration: 0.5s;
  69. }
  70.  
  71. a:hover {
  72. -moz-transition-duration: 0.9s;
  73. -o-transition-duration: 0.9s;
  74. -webkit-transition-duration: 0.9s;
  75. color:{color:links hover};
  76. }
  77.  
  78.  
  79. .sidebar {
  80. background-color: {color:background};
  81. width:220px;
  82. padding:20px;
  83. height:260px;
  84. position: absolute;
  85. top: 40px;
  86. left:160px;
  87. position:fixed;
  88. }
  89.  
  90.  
  91. .blogtitle {
  92. text-align:center;
  93. width:200px;
  94. color:#696969;
  95. font-family: 'Elsie', cursive;
  96. font-weight:900;
  97. font-size:19px;
  98. letter-spacing:1px;
  99. -moz-transition-duration: 0.5s;
  100. -o-transition-duration: 0.5s;
  101. -webkit-transition-duration: 0.5s;
  102. }
  103.  
  104. .blogtitle:hover{
  105. color:{color:title hover};
  106.  
  107. }
  108.  
  109. .description {
  110. text-align:justify;
  111. width:200px;
  112. color:{color:text};
  113. font-style:italic;
  114. text-transform:none;
  115. margin-lefT:-15px;
  116. margin-top:15px;
  117. font-family:{font:body font};
  118. letter-spacing:1px;
  119. font-size:10px;
  120. padding:14px;
  121. background-color:{color:border};
  122. text-align:left;
  123.  
  124. }
  125.  
  126.  
  127.  
  128. .sideimage {
  129. margin-left:-20px;
  130. max-width: 250px;
  131. max-height:260px;
  132. margin-top:10px;
  133. border:solid 5px {color:border};
  134. -moz-transition-duration: 0.5s;
  135. -o-transition-duration: 0.5s;
  136. -webkit-transition-duration: 0.5s;
  137. }
  138.  
  139. .sideimage:hover {
  140. opacity:0.8;
  141. -moz-transition-duration: 0.5s;
  142. -o-transition-duration: 0.5s;
  143. -webkit-transition-duration: 0.5s;
  144. }
  145.  
  146.  
  147. .navi{ text-align:center;
  148. width:211px;
  149. color:#fff;
  150. margin-left:-7px;
  151. background:{color:hover background};
  152. padding:7px;
  153. margin-top:5px;
  154. font-size:12px;
  155. font-family: {font:font title};
  156. z-index:1;
  157. text-transform:uppercase;
  158. }
  159.  
  160. .linksnav:hover {
  161. color:#fff;
  162. background:{color:hover background};
  163. -moz-transition-duration: 0.5s;
  164. -o-transition-duration: 0.5s;
  165. -webkit-transition-duration: 0.5s;
  166. }
  167.  
  168. .postcol {width: 400px; margin-left:140px;}
  169.  
  170. .posts {margin-bottom: 200px;
  171. text-align:left;
  172. }
  173.  
  174. .posts blockquote {
  175. border-left: solid 2px {color:border};
  176. margin: 0;
  177. padding-left: 10px;
  178. }
  179.  
  180. .postinfo {
  181. list-style-type: none;
  182. text-transform:uppercase;
  183. display: inline-block;
  184. padding-top:10px;
  185. margin-top:20px;
  186. width:400px;
  187. line-height:0%;
  188. text-align:left;
  189. border-top:1px solid {color:border};
  190.  
  191. }
  192.  
  193.  
  194.  
  195. .notes {text-align:left;
  196. margin-top:10px;
  197. }
  198.  
  199.  
  200. .tags {
  201. font-family:helvetica;
  202. width:250px;
  203. line-height:120%;
  204. font-size:9px;
  205. text-align:right;
  206. margin-top:-17px;
  207. margin-left:150px;
  208. opacity: 0;
  209. filter: alpha(opacity=0);
  210. z-index: 10;
  211. -webkit-transition: all 0.8s ease;
  212. -moz-transition: all 0.8s ease;
  213. transition: all 0.8s ease;
  214. }
  215.  
  216. .posts:hover .tags {
  217. opacity: 1;
  218. filter: alpha(opacity=100);
  219. }
  220.  
  221. #content #posts #permalink {
  222. font-size:9px;
  223. margin-top:10px;
  224. }
  225.  
  226. .quote{ text-align:left;
  227. font-size:14px;
  228. color:{color:text};
  229.  
  230. }
  231.  
  232. .source {
  233. text-align:right;
  234. border-top:2px solid {color:links hover};
  235. border-right:2px solid {color:links hover};
  236. font-size:12px;
  237. margin-top:5px;
  238. padding:7px;
  239.  
  240. }
  241.  
  242.  
  243. .chat {
  244. width: 400px;
  245. margin-left:-40px;
  246. text-align: left;
  247. background-color:#fff;
  248. letter-spacing:1px;
  249. padding:40px;
  250. line-height:200%;
  251.  
  252. }
  253.  
  254. .chat li {
  255. list-style-type: none;
  256. border-bottom: solid 1px {color:border};
  257.  
  258. }
  259.  
  260. .label {
  261. color:{color:links hover};
  262. font-size:11px;
  263. letter-spacing:1px;
  264. padding-right:5px;
  265.  
  266. }
  267.  
  268.  
  269. .playbox {
  270. margin-left:15px;
  271. margin-top:-80px;
  272. height:47px;
  273. border:1px solid {color:border};
  274. background-color:white;
  275. position: absolute;
  276. opacity:0.5;
  277. z-index: 100;
  278. -webkit-border-radius: 30px;
  279. -moz-border-radius: 30px;
  280. border-radius: 30px;
  281. }
  282.  
  283.  
  284. .playbox: hover {
  285. opacity:1;
  286. -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. }
  293.  
  294. .playbutton {
  295. width:20px;
  296. height:30px;
  297. overflow:hidden;
  298. position:relative;
  299. margin-left:100px;
  300. z-index:100;
  301. margin:9px 18px 7px 10px;
  302. }
  303.  
  304. .cover {
  305. margin-left:-10px;
  306. margin-top:20px;
  307. width:95px;
  308. height:95px;
  309. opacity:0.8;
  310. border:4px solid {color:border};
  311. }
  312.  
  313. .audiodata {
  314. font-size:13px;
  315. font-family: sans-serif;
  316. font-weight:300;
  317. color:{color:text};
  318. padding-left:30px;
  319. padding-top:30px;
  320. padding-bottom:30px;
  321. background-color:#fafafa;
  322. height:40px;
  323. text-transform:none;
  324. margin-top:-105px;
  325. text-align:left;
  326. margin-left:100px;
  327. border:1px solid {color:border};
  328. }
  329.  
  330.  
  331.  
  332. .jump_page {
  333. padding: 4px 8px;
  334. background-color: #fff;
  335. color:{color:link};
  336. font-family:helvetica;
  337. font-size:10px;
  338. text-decoration:none;
  339. }
  340.  
  341. .current_page, .jump_page:hover {
  342. padding: 4px 8px;
  343. color: #fff;
  344. border-radius:100%;
  345. background-color:{color:links hover};
  346. font-family:helvetica;
  347. font-size:10px;
  348. text-decoration:none;
  349. }
  350.  
  351. #credit {
  352. horizontal:auto;
  353. margin-bottom:10px;
  354.  
  355. }
  356.  
  357.  
  358.  
  359. </style>
  360.  
  361. <!---------------------------------------------------
  362. SCRIPTS
  363. ---------------------------------------------------->
  364.  
  365.  
  366.  
  367. <script type="text/javascript"
  368. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  369.  
  370. </head>
  371.  
  372. <body>
  373.  
  374.  
  375. <div class="container">
  376.  
  377.  
  378. <div class="sidebar">
  379.  
  380.  
  381. <!---------------------------------------------------
  382. BLOG TITLE
  383. ---------------------------------------------------->
  384.  
  385. <div style="margin-top: 20px;"><div class="blogtitle">{BlogTitle}</div></div>
  386.  
  387. <img src="{image:Sidebar}" class="sideimage">
  388.  
  389. <!---------------------------------------------------
  390. NAVIGATION
  391. ---------------------------------------------------->
  392.  
  393. <div class="navi">
  394. <div class="linksnav">{block:iflink1}<a href="{text:link 1 url}"><span style="color:#fff; background-color:{color:links hover}; padding:5px"><b>{text:link 1}</b></span></a>{/block:iflink1}&nbsp;&nbsp;&nbsp;
  395. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}{/block:iflink2}</a> &nbsp;&nbsp;
  396. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}</a>&nbsp;&nbsp;&nbsp;
  397. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}{/block:iflink4}</a>&nbsp;
  398. </div>
  399.  
  400.  
  401. <!---------------------------------------------------
  402. DESCRIPTION
  403. ---------------------------------------------------->
  404.  
  405. <div class="description">{block:description}{description}{/block:description}</div>
  406.  
  407. <!---------------------------------------------------
  408. PAGINATION
  409. ---------------------------------------------------->
  410. <br>
  411. {block:Pagination}
  412. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  413. {block:JumpPagination length="5"}
  414. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  415. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  416. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  417. {/block:Pagination}
  418.  
  419. </div>
  420. </div>
  421.  
  422.  
  423. <div class="postcol">
  424. {block:Posts}
  425. <div class="posts">
  426.  
  427. <!---------------------------------------------------
  428. TEXT POSTS
  429. ---------------------------------------------------->
  430. {block:Text}
  431. <div class="caption">{block:Title}<h2>{Title}</h2>{/block:Title}
  432. <div style="text-align:justify;">{Body}</div></div>
  433. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  434. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  435. {/block:Date}{/block:Text}
  436.  
  437.  
  438. <!---------------------------------------------------
  439. ANSWER POSTS
  440. ---------------------------------------------------->
  441. {block:Answer}
  442. <div class="question">
  443. <div style="text-align:left; background-color:#fff;color:#000;padding:10px;width:300px;margin:auto;"}<big><big><b> {Asker}: </b></big></big>{Question}</div>
  444. </div><div style="border:1px solid #f0f0f0; width 400px;"></div>
  445. {Answer}
  446. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  447. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
  448. {/block:Answer}
  449.  
  450. <!---------------------------------------------------
  451. QUOTE POSTS
  452. ---------------------------------------------------->
  453. {block:Quote}
  454. <div class="quote">
  455. <div class="quotetext_{Length}">"{Quote}"</div>
  456. {block:Source}<div class="source">{Source}</div>{/block:Source}
  457. </div>{block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  458. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  459.  
  460. {/block:Quote}
  461.  
  462. <!---------------------------------------------------
  463. LINK POSTS
  464. ---------------------------------------------------->
  465. {block:Link}
  466. <h2><a href="{URL}">{Name}</a></h2>
  467. {block:Description}{Description}{/block:Description}
  468. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  469. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  470. {/block:Date}
  471. {/block:Link}
  472.  
  473. <!---------------------------------------------------
  474. CHAT POSTS
  475. ---------------------------------------------------->
  476. {block:Chat}
  477. {block:Title}<h2>{Title}</h2>{/block:Title}
  478. <ul class="chat">{block:Lines}<li class="li">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  479. {Line}</li>{/block:Lines}</ul>
  480. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  481. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  482.  
  483. {/block:Chat}
  484.  
  485. <!---------------------------------------------------
  486. PHOTO POSTS
  487. ---------------------------------------------------->
  488. {block:Photo}
  489. <img src="{PhotoURL-HighRes}" width="400px" >
  490. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  491. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  492. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  493. {/block:Photo}
  494.  
  495.  
  496.  
  497. <!---------------------------------------------------
  498. PHOTOSET POSTS
  499. ---------------------------------------------------->
  500. {block:Photoset}
  501. <div style="width:400px;">{Photoset}</div>
  502. {block:Caption}{Caption}{/block:Caption}
  503. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  504. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  505. {/block:Photoset}
  506.  
  507. <!---------------------------------------------------
  508. AUDIO POSTS
  509. ---------------------------------------------------->
  510.  
  511. {block:Audio}<div id="audiopost">{block:AudioPlayer}{block:AlbumArt}
  512. <img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="playbox"><div class="playbutton">{AudioPlayerwhite}</div></div>{/block:AudioPlayer}
  513. <div class="audiodata">{block:trackName}<b>{TrackName}</b>{/block:TrackName}<small> by {block:Artist}{Artist}{/block:Artist} </small><br> <small>{PlayCountWithLabel}</small></div>
  514. {block:Caption}{Caption}{/block:Caption}
  515. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  516. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  517. </div>
  518. {/block:Audio}
  519.  
  520.  
  521.  
  522. <!---------------------------------------------------
  523. VIDEO POSTS
  524. ---------------------------------------------------->
  525. {block:Video}
  526. {Video-400}
  527. {block:Caption}{Caption}{/block:Caption}
  528. {block:Date}<div class="postinfo"><div id="permalink"><a href="{Permalink}">{block:Date}<span style="color:#fff; background-color:{color:links hover}; padding:5px">{DayOfMonthWithZero} {ShortMonth} {Year}</span>{/block:Date}</a> <a href="{Permalink}">{block:NoteCount}<span style="color:{color:links hover};">&nbsp;♥ &nbsp;</span> {NoteCountWithLabel}{/block:NoteCount}</a></div> <div style="margin-top:12px;"><br>{block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">via {ReblogParentName} <a href="{ReblogRootURL}"> Ⓒ {ReblogRootName} </a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
  529. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  530. {/block:Date}
  531. {/block:Video}
  532. </div>
  533.  
  534. <div class="notes"><div style="padding-top:-200px;">{block:PostNotes}<a name="notes">{PostNotes}</a>
  535. {/block:PostNotes}</div></div>
  536. {/block:Posts}
  537.  
  538.  
  539.  
  540.  
  541.  
  542. <div class="credit"><a href="http://vselina.tumblr.com"><big><img src="https://31.media.tumblr.com/b2a8de2bad6bbe0e1bd3e83a2ceebe55/tumblr_inline_n3z76t2atr1qacf1b.png"></big></div><br><br>
  543.  
  544.  
  545. </div></div>
  546. </body>
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement