Advertisement
babesthetique

Unexpected;

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