Advertisement
babesthetique

kim - not for release

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