Advertisement
babesthetique

size test thing

Sep 23rd, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-------------------------------------------
  5.  
  6. For Kim.
  7.  
  8. Theme by - babesthetique.
  9. Please do not steal any of our codes we work
  10. hard on these themes. Tweak as much as you'd
  11. like but DO NOT! remove any credits.
  12.  
  13. base theme by - Farahmir
  14.  
  15. -------------------------------------------->
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!-- color -->
  23. <meta name="color:Background" content="#f7f7f7"/>
  24. <meta name="color:Posts background" content="#ffffff"/>
  25. <meta name="color:Desc background" content="#25375d"/>
  26. <meta name="color:Text" content="#3c3c3c"/>
  27. <meta name="color:Link" content="#111d36"/>
  28. <meta name="color:Link hover" content="c9c9c9"/>
  29. <meta name="color:Sidebar hovers" content="#2e2e2e"/>
  30. <meta name="color:Title" content="#ff76c4"/>
  31. <meta name="color:Desc Text" content="#202020"/>
  32. <meta name="color:Selected text" content="#c45c6c"/>
  33. <meta name="color:Scrollbar" content="#ffffff"/>
  34. <meta name="color:Scrollbar bg" content="#f7f7f7"/>
  35.  
  36. <!-- images -->
  37. <meta name="image:Background" content="http://i.imgur.com/Pxi4brO.png"/>
  38.  
  39. <!-- text -->
  40. <meta name="text:Link 1 URL" content="/submit" />
  41. <meta name="text:Link 1" content="submit" />
  42. <meta name="text:Link 2 URL" content="/" />
  43. <meta name="text:Link 2" content="link 2" />
  44. <meta name="text:Link 3 URL" content="/" />
  45. <meta name="text:Link 3" content="link 3" />
  46. <meta name="text:Hover 1" content="hover 1 aye" />
  47. <meta name="text:Hover 2" content="hover 2 yoo" />
  48. <meta name="text:Hover 3" content="hover 3 wooooo" />
  49. <meta name="text:Hover 4" content="this be hover 4" />
  50. <meta name="text:Hover 5" content="this one is hover 5" />
  51. <meta name="text:Hover 6" content="and last but not least hover 6" />
  52.  
  53. <meta name="text:Now playing" content="suicideyear x outthepound - yo lovee"/>
  54.  
  55. <!-- music -->
  56. <meta name="text:mp3" content="https://dl.dropboxusercontent.com/s/spp3f8dfy8nrbe1/suicideyear%20x%20outthepound%20-%20yo%20lovee.mp3?dl=0"/>
  57.  
  58. <meta name="if:Hovers" content="0"/>
  59. <meta name="if:250px" content="1"/>
  60. <meta name="if:400px" content="0"/>
  61.  
  62. <!-- jquery for tooltips-->
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65.  
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67.  
  68. <script>
  69.  
  70. (function($){
  71.  
  72. $(document).ready(function(){
  73.  
  74. $("a[title]").style_my_tooltips({
  75.  
  76. tip_follows_cursor:true,
  77.  
  78. tip_delay_time:30,
  79.  
  80. tip_fade_speed:300,
  81.  
  82. attribute:"title"
  83.  
  84. });
  85.  
  86. });
  87.  
  88. })(jQuery);
  89.  
  90. </script>
  91.  
  92.  
  93.  
  94.  
  95. <!--CSS customization here. -->
  96.  
  97. <style type="text/css">
  98.  
  99. ::-moz-selection {
  100. background:{color:selected text};
  101. }
  102.  
  103. ::selection {
  104. background:{color:selected text};
  105. }
  106.  
  107.  
  108. ::-webkit-scrollbar {
  109. background-color:{color:scrollbar bg};
  110. height:8px;
  111. width:5px;
  112. }
  113.  
  114. ::-webkit-scrollbar-thumb:vertical {
  115. background-color:{color:scrollbar};
  116. height:50px
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb:horizontal {
  120. background-color:{color:scrollbar};
  121. height:8px!important
  122. }
  123.  
  124. /* Tinytots font by tiffany. Not by babes, please do not remove this credit */
  125. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/myw02vnslzo4jnz/tinytots.ttf??dl=1'); format("truetype");}
  126.  
  127. /* All other fonts uploaded by babesthetique */
  128.  
  129. @font-face {font-family: "starlight"; src: url('https://dl.dropboxusercontent.com/s/tfmx8gjo55fld28/starlight.ttf?dl=1'); format("truetype");}
  130.  
  131. @font-face {font-family: "skinny"; src: url('https://dl.dropboxusercontent.com/s/9mwsj1dnrcqr4lq/Skinny-Regular.ttf?dl=1'); format("truetype");}
  132.  
  133. @font-face {font-family: "zona"; src: url('https://dl.dropboxusercontent.com/s/cd5hmq5f5zxrq8l/ZonaPro-Thin.otf?dl=1'); format("truetype");}
  134.  
  135. @font-face {font-family: "tdh"; src: url('https://dl.dropboxusercontent.com/s/ng6z1csce68ti5o/talldark.ttf?dl=1'); format("truetype");}
  136.  
  137. @font-face {font-family: "across"; src: url('https://dl.dropboxusercontent.com/s/95ny2zf7havlefi/Across%20the%20Road.ttf?dl=1'); format("truetype");}
  138.  
  139.  
  140. #s-m-t-tooltip{
  141. position:absolute;
  142. z-index:9999;
  143. background-color:#ffffff;
  144. max-width:200px;
  145. margin-top:35px;
  146. margin-left:15px;
  147. padding-left:12px;
  148. padding-right:12px;
  149. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  150. font-family:"tinytots";
  151. font-size:8px;
  152. text-transform:uppercase;
  153. line-height:14px;
  154. text-align:justify;
  155. -moz-transition:all 1s ease-in-out;
  156. -webkit-transition:all 1s ease-in-out;
  157. -o-transition:all 1s ease-in-out;
  158. transition:all 1s ease-in-out;
  159. }
  160.  
  161.  
  162. /*basics*/
  163. blockquote {
  164. padding:5px 0 5px 10px;
  165. border-left:1px solid {color:title};
  166. margin-left:20px;
  167. box-shadow:1px 1px 3px rgba(0,0,0,.2);
  168. padding:7px;
  169. padding-right:10px;
  170. }
  171.  
  172. blockquote, img {
  173. height:auto;
  174. }
  175.  
  176. body {
  177. background-image:url('{image:background}');
  178. background-repeat:no-repeat;
  179. background-attachment: fixed;
  180. background-color:{color:background};
  181. background-position: top right;
  182. background-size:contain;
  183. margin: 0;
  184. font-family:"trebuchet ms";
  185. font-size:11px;
  186. text-align:justify;
  187. line-height:16px;
  188. color:{color:text};
  189. }
  190.  
  191. a {
  192. color:{color:link};
  193. text-decoration:none;
  194. -webkit-transition: all 0.8s ease-in-out;
  195. -moz-transition: all 0.8s ease-in-out;
  196. -o-transition: all 0.8s ease-in-out;
  197. -ms-transition: all 0.8s ease-in-out;
  198. transition: all 0.8s ease-in-out;
  199. }
  200.  
  201. a:hover {
  202. color:{color:link hover};
  203. -webkit-transition: all 0.8s ease-in-out;
  204. -moz-transition: all 0.8s ease-in-out;
  205. -o-transition: all 0.8s ease-in-out;
  206. -ms-transition: all 0.8s ease-in-out;
  207. transition: all 0.8s ease-in-out;
  208. }
  209.  
  210.  
  211.  
  212. img {
  213. height:auto;
  214. opacity:1;
  215. border:none;
  216. text-decoration:none;
  217. }
  218.  
  219.  
  220. small {
  221. font-size:9px;
  222.  
  223. }
  224.  
  225. big {
  226. font-size:12px;
  227.  
  228. }
  229.  
  230. #title {
  231. font-size:16px;
  232. line-height:18px;
  233. font-weight:bold;
  234. font-family:"zona";
  235. margin-bottom:10px;
  236. text-transform:uppercase;
  237. text-align:center;
  238. box-shadow:1px 1px 3px rgba(0,0,0,.3);
  239. padding:5px;
  240. }
  241.  
  242. /*sidebar*/
  243. #sidebar {
  244. text-align:left;
  245. position:fixed;
  246. margin-left:600px;
  247. bottom:200px;
  248. width:300px;
  249. }
  250.  
  251. #links {
  252. position:fixed;
  253. margin-top:-73px;
  254. margin-left:173px;
  255. line-height:1px;
  256. text-transform:uppercase;
  257. font-size:7px;
  258. font-family:"starlight";
  259. }
  260.  
  261.  
  262. #links a {
  263. margin-right:5px;
  264. display:inline-block;
  265. margin-top:7px;
  266. margin-bottom:5px;
  267. }
  268.  
  269. #hovers {
  270. position:fixed;
  271. margin-top:-2px;
  272. margin-left:35px;
  273. line-height:5px;
  274. text-transform:normal;
  275. font-size:8px;
  276. font-family:"tinytots";
  277. }
  278.  
  279.  
  280. #hovers a {
  281. margin-right:5px;
  282. display:inline-block;
  283. margin-top:7px;
  284. margin-bottom:5px;
  285. color:{color:sidebar hovers};
  286. -webkit-transition: all 0.7s ease-in-out;
  287. -moz-transition: all 0.7s ease-in-out;
  288. -o-transition: all 0.7s ease-in-out;
  289. -ms-transition: all 0.7s ease-in-out;
  290. transition: all 0.7s ease-in-out;
  291. }
  292.  
  293. #hovers a:hover {
  294. color:{color:link hover};
  295. -webkit-transition: all 0.7s ease-in-out;
  296. -moz-transition: all 0.7s ease-in-out;
  297. -o-transition: all 0.7s ease-in-out;
  298. -ms-transition: all 0.7s ease-in-out;
  299. transition: all 0.7s ease-in-out;
  300. }
  301.  
  302.  
  303. #descbg {
  304. opacity:.8;
  305. border-radius:5px;
  306. background-color:{color:Desc background};
  307. margin-top:25px;
  308. width:270px;
  309. height:150px;
  310. }
  311.  
  312. #description {
  313. position:fixed;
  314. overflow:auto;
  315. background-color:transparent;
  316. width:160px;
  317. height:55px;
  318. margin:-80px 0;
  319. margin-left:0px;
  320. padding:7px;
  321. font-family:arial;
  322. color:{color:Desc Text};
  323. text-align:left;
  324. }
  325.  
  326.  
  327. /*pagination*/
  328. #pagination {
  329. margin:50px 0;
  330. font-weight:bold;
  331. font-family:"zona";
  332. font-size:10px;
  333. text-transform:uppercase;
  334. }
  335. #pagination a {
  336. padding:0 15px;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. pagination a:hover{
  343. color:{color:link hover};
  344. -moz-transition-duration:0.5s;
  345. -webkit-transition-duration:0.5s;
  346. -o-transition-duration:0.5s;
  347.  
  348. }
  349.  
  350. /*container*/
  351. #con {
  352. left:50%;
  353. margin-left:-650px;
  354. position:absolute;
  355. }
  356.  
  357.  
  358. /*posts*/
  359.  
  360. #entries {
  361. margin-top:75px;
  362. {block:if250px}
  363. width:250px;
  364. {/block:if250px}
  365. {block:if400px}
  366. width:400px;
  367. {/block:if400px}
  368. }
  369.  
  370. #posts {
  371. word-wrap:break-word;
  372. background-color:{color:posts background};
  373. padding:8px;
  374. {block:if250px}
  375. width:250px;
  376. {/block:if250px}
  377. {block:if400px}
  378. width:400px;
  379. {/block:if400px}
  380. {block:IndexPage}
  381. margin-bottom:75px;
  382. {/block:IndexPage}
  383. {block:PermalinkPage}
  384. margin-bottom:50px;
  385. {/block:PermalinkPage}
  386. -moz-box-shadow: 0px 3px 10px {color:posts glow};
  387. -webkit-box-shadow: 0px 0px 10px {color:posts glow};
  388. box-shadow: 0px 0px 20px {color:posts glow};
  389. }
  390.  
  391. #posts img {
  392. {block:if250px}
  393. max-width:250px;
  394. {/block:if250px}
  395. {block:if400px}
  396. max-width:400px;
  397. {/block:if400px}
  398.  
  399. }
  400.  
  401. #posts img, #posts li, #posts blockquote {
  402. max-width: 100%;
  403.  
  404. }
  405.  
  406. .caption {
  407. width:100%;
  408. margin-top:10px;
  409.  
  410. }
  411.  
  412. /*quote*/
  413.  
  414. #titlequote{
  415. text-align:left;
  416. font-size:14px;
  417. line-height:18px;
  418. font-weight:bold;
  419. }
  420. #source {
  421. margin-top:15px;
  422. margin-left:15px;}
  423.  
  424. /**Audio Posts**/
  425.  
  426. .audio {
  427. height:30px;
  428. padding:5px;
  429. margin-bottom:55px;
  430. }
  431.  
  432. .audio-album {
  433. position:absolute;
  434. width:80px;
  435. -webkit-transition: opacity 0.6s linear;
  436. opacity: 1;
  437. }
  438.  
  439. .audio-player {
  440. opacity:1;
  441. filter:alpha(opacity=90);
  442. width:27px;
  443. height:26px;
  444. overflow:hidden;
  445. position:absolute;
  446. border:30px;
  447. z-index:2;
  448. margin-left:27px;
  449. margin-top:27px;
  450. opacity:0;
  451. -webkit-transition: all 0.6s ease-out;
  452. -o-transition: all 0.6s ease-out;
  453. -webkit-transition: all 0.6s ease-out;
  454. -moz-transition: all 0.6s ease-out;
  455. }
  456.  
  457. .audio-info {
  458. margin-top:7px;
  459. position:relative;
  460. margin-left:85px;
  461. line-height:180%;
  462. padding:2px;
  463. }
  464.  
  465. .audio:hover .audio-player {
  466. opacity:.6;
  467. -webkit-transition: all 0.6s ease-out;
  468. -o-transition: all 0.6s ease-out;
  469. -webkit-transition: all 0.6s ease-out;
  470. -moz-transition: all 0.6s ease-out;
  471. }
  472.  
  473.  
  474.  
  475. /*asks*/
  476. .q {
  477. border-right:1px solid {color:title};
  478. padding-right:4px;
  479. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  480. margin-bottom:10px;
  481. }
  482. .as {
  483. font-weight:bold;
  484.  
  485. }
  486.  
  487. .a {
  488. margin-top:10px;
  489. }
  490.  
  491.  
  492. /*chat*/
  493.  
  494. .chat ol {
  495. padding:0;
  496. list-style:none;
  497. }
  498. .line {
  499. padding:5px 0;
  500.  
  501. }
  502.  
  503. .label {
  504. font-weight:bold;
  505. }
  506.  
  507.  
  508.  
  509. /*permalink and notes*/
  510.  
  511. #permalink {
  512. background-color:transparent;
  513. padding-top:2px;
  514. padding-left:10px;
  515. padding-right:10px;
  516. margin-top:10px;
  517. margin-bottom:-30px;
  518. margin-left:-8px;
  519. font-family:"trebuchet ms";
  520. letter-spacing:2px;
  521. font-size:7px;
  522. text-transform:uppercase;
  523. text-align:center;
  524. width:246px;
  525. }
  526.  
  527. #permalink a {
  528. margin-right:5px;
  529. }
  530.  
  531. .tags {
  532. position:absolute;
  533. margin-left:267px;
  534. margin-top:-0px;
  535. width:100px;
  536. text-transform:uppercase;
  537. font-style:normal;
  538. color:{color:links};
  539. letter-spacing:2px;
  540. line-height:100%;
  541. font-size:7px;
  542. text-align:left;
  543. padding:1px;
  544. -moz-transition-duration:0.5s;
  545. -webkit-transition-duration:0.5s;
  546. -o-transition-duration:0.5s;
  547. }
  548.  
  549. .tags a {
  550. color:{color:links};
  551. letter-spacing:1px;
  552. font-family:'trebuchet ms';
  553. padding:1px;
  554. }
  555.  
  556. .tags a:hover {
  557. color:#ffffff;
  558. }
  559.  
  560. .pagenotes {
  561. {block:IndexPage}
  562. display: none!important;
  563. {/block:IndexPage}
  564. width:400px;
  565. text-align:left;
  566.  
  567. }
  568.  
  569. .pagenotes img {
  570. display:none!important;
  571.  
  572. }
  573.  
  574. .pagenotes li {
  575. list-style-type:none;
  576. padding:5px 0px;
  577. text-align:left;
  578. margin:0 0 0 -40px;
  579. }
  580.  
  581.  
  582. .auto {
  583. opacity:.3;
  584. position:fixed;
  585. margin-top:-100px;
  586. margin-left:-5px;
  587. width:15px;
  588. height:15px;
  589. padding:5px;
  590. }
  591.  
  592. .autoplay {
  593. width:15px;
  594. height:15px;
  595. overflow:hidden;
  596. }
  597.  
  598. .autofix {
  599. margin-top:-3px;
  600. margin-left:-52px;
  601. }
  602.  
  603.  
  604. {CustomCSS}
  605.  
  606.  
  607. </style>
  608.  
  609.  
  610.  
  611. </head>
  612.  
  613. <body>
  614.  
  615.  
  616.  
  617. <div id="con">
  618.  
  619.  
  620.  
  621. <div id="sidebar">
  622. <div id="descbg"></div>
  623. <div id="description">{Description}</div>
  624. <div id="links">
  625. <a href="/">home</a>
  626. <br>
  627. <a href="/ask" title="message">ask</a>
  628. <br>
  629. {block:ifLink1}<a href="{text:Link 1 URL}">{text:link 1}</a>{/block:ifLink1}
  630. <br>
  631. {block:ifLink2}<a href="{text:Link 2 URL}">{text:link 2}</a>{/block:ifLink2}
  632. <br>
  633. {block:ifLink3}<a href="{text:Link 3 URL}">{text:link 3}</a> {/block:ifLink3}
  634. <br>
  635.  
  636. </div>
  637. {block:ifhovers}
  638. <div id="hovers">
  639. <a title="{text:Hover 1}">Track</a>
  640. <a title="{text:Hover 2}">Rs</a>
  641. <a title="{text:Hover 3}">Lit</a>
  642. <a title="{text:Hover 4}">AIM</a>
  643. <a title="{text:Hover 5}">Disc</a>
  644. <a title="{text:Hover 6}">Etc</a>
  645. </div>
  646. {/block:ifhovers}
  647. <a title="Now playing:{text:now playing}">
  648. <div class="auto">
  649. <div class="autoplay">
  650. <div class="autofix">
  651. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="158" height="20">
  652. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  653. <param name="bgcolor" value="1f1f1f" />
  654. <param name="FlashVars" value="mp3={text:mp3}
  655. &amp;width=158&amp;height=20&amp;volume=75&amp;autoplay=1&amp;loop=1&amp;shuffle=0&amp;showslider=0&amp;showloading=never&amp;buttonwidth=40&amp;bgcolor=ffffff&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;buttoncolor=838282&amp;buttonovercolor=838282&amp;showlist=0" />
  656. </object>
  657. </div>
  658. </div>
  659. </div>
  660. </a>
  661. </div>
  662.  
  663.  
  664.  
  665. <div id="entries">
  666.  
  667. {block:Posts}
  668. <div id="posts">
  669.  
  670. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  671.  
  672. {block:Quote}
  673.  
  674.  
  675. <div id="titlequote">“{Quote}”</div>
  676. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  677. {/block:Quote}
  678.  
  679.  
  680.  
  681. {block:Text}
  682.  
  683. {block:Title}
  684. <div id="title">{Title}</div>{/block:Title}
  685. {Body}
  686. {/block:Text}
  687.  
  688. {block:Link}
  689. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  690. {/block:Link}
  691.  
  692. {block:Chat}
  693. {block:Title}
  694. <h1>{Title}</h1>
  695. {/block:Title}
  696. <div class="chat">
  697. <ol>{block:Lines}
  698. <li class="line {Alt}">
  699. {block:Label}
  700. <span class="label">
  701. {Label}</span>
  702. {/block:Label}{Line}</li>
  703. {/block:Lines}
  704. </ol></div>
  705. {/block:Chat}
  706.  
  707. {block:if250px}
  708. {block:Photo}
  709. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  710. {/block:Photo}
  711. {/block:if250px}
  712.  
  713. {block:if400px}
  714. {block:Photo}
  715. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  716. {/block:Photo}
  717. {/block:if400px}
  718.  
  719. {block:if250px}
  720. {block:Photoset}
  721. {Photoset-250}
  722. {/block:Photoset}
  723. {/block:if250px}
  724.  
  725. {block:if400px}
  726. {block:Photoset}
  727. {Photoset-400}
  728. {/block:Photoset}
  729. {/block:if400px}
  730.  
  731. {block:if250px}
  732. {block:Video}
  733. {Video-250}
  734. {/block:Video}
  735. {/block:if250px}
  736.  
  737. {block:if400px}
  738. {block:Video}
  739. {Video-400}
  740. {/block:Video}
  741. {/block:if400px}
  742.  
  743. {block:Audio}
  744. <div class="audio">
  745. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  746. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  747.  
  748. <div class="audio-info">
  749. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  750. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  751. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  752. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  753. </div></div>
  754. {/block:Audio}
  755.  
  756. {block:Answer}
  757. <div class="q">
  758. <div class="as"><span style="font-family:zona; text-transform:uppercase; color:{color:title}">{Asker}</span> said: </div>
  759. {Question}</div>
  760. <div class="a">{Answer}</div>
  761. {/block:Answer}
  762.  
  763.  
  764. {block:Date}
  765.  
  766. <div id="permalink">
  767.  
  768. <span style="background:{color:posts background}; padding-left:9px"><a href="{Permalink}" title="at {12Hour}:{Minutes} {CapitalAmPm} {block:NoteCount}with {NoteCount} notes{/block:NoteCount}">{ShortMonth} {DayOfMonth}, {Year}</a></span>
  769.  
  770. <span style="background:{color:posts background}; padding-left:6px"><a href="{ReblogParentURL}"title="{ReblogParentName}">
  771. <a href="{ReblogURL}" target="_blank">reblog</a></span>
  772.  
  773. </div>
  774. {/block:Date}
  775.  
  776.  
  777.  
  778. </div>
  779.  
  780.  
  781. {block:PostNotes}
  782. <div class="pagenotes">
  783. {PostNotes}
  784. </div>
  785. {/block:PostNotes}
  786.  
  787.  
  788. {/block:Posts}
  789.  
  790. <div id="pagination">
  791. {block:Pagination}
  792. {block:PreviousPage}
  793. <a href="{PreviousPage}"> previous </a>
  794. {/block:PreviousPage}
  795.  
  796.  
  797. {block:NextPage}
  798. <a href="{NextPage}">next </a>
  799. {/block:NextPage}
  800. {/block:Pagination}
  801. </div>
  802.  
  803.  
  804.  
  805. </div>
  806.  
  807. </div>
  808.  
  809.  
  810.  
  811. {block:ContentSource}
  812. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  813. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  814. {/block:SourceLogo}
  815. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  816. {/block:ContentSource}
  817.  
  818. </body>
  819.  
  820. <a style="position:fixed;bottom:20px;right:20px;" href="http://babesthetique.tumblr.com" title="theme by babesthetique">babes</a>
  821.  
  822.  
  823. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement