Advertisement
babesthetique

Lace panties

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