Advertisement
babesthetique

Mino - not for release

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