xmisa0923

ofcutethm

May 17th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  8.  
  9. <!---
  10.  
  11.  
  12. 888 8888888 888b d888 8888888888 .d8888b.
  13. 888 888 8888b d8888 888 d88P Y88b
  14. 888 888 88888b.d88888 888 Y88b.
  15. 888 888 888Y88888P888 8888888 "Y888b.
  16. 888 888 888 Y888P 888 888 "Y88b.
  17. 888 888 888 Y8P 888 888 "888
  18. 888 888 888 " 888 888 Y88b d88P
  19. 88888888 8888888 888 888 8888888888 "Y8888P"
  20.  
  21. ÉTOILES THEME BY LIMESTHEMES/OFCUTEBOYS/CAROLINE
  22.  
  23. THEME #10 WHOOP
  24.  
  25. Remember to follow the rules, don't steal, respect my work, be a good person, and enjoy the theme! If you have any questions, direct
  26. them to my theme blog please.
  27.  
  28.  
  29.  
  30.  
  31. --->
  32.  
  33.  
  34.  
  35. <meta name="color:background" content="#ffffff"/>
  36. <meta name="color:text" content="#000000"/>
  37. <meta name="color:link" content="#888888"/>
  38. <meta name="color:hover" content="#ffffff"/>
  39. <meta name="color:accent" content="#ffffff"/>
  40. <meta name="color:linktopborder" content="#eeeeee"/>
  41. <meta name="color:sidebarimage border hover" content="#eee"/>
  42. <meta name="color:post image border" content="#eee"/>
  43.  
  44. <meta name="image:sidebar" content="" />
  45.  
  46. <meta name="text:link1" content="first"/>
  47. <meta name="text:link1url" content="link 1 url"/>
  48. <meta name="text:link2" content="second"/>
  49. <meta name="text:link2url" content="link 2 url"/>
  50. <meta name="text:link3" content="third"/>
  51. <meta name="text:link3url" content="link 3 url"/>
  52. <meta name="text:link4" content="fourth"/>
  53. <meta name="text:link4url" content="link 4 url"/>
  54. <meta name="text:link5" content="fifth"/>
  55. <meta name="text:link5url" content="link 5 url"/>
  56. <meta name="text:sidebar image URL" content="url here"/>
  57.  
  58. <meta name="if:text url" content="1"/>
  59. <meta name="if:upload" content="0"/>
  60.  
  61. <meta name="if:only render captions on permalink page" content="0"/>
  62. <meta name="if:400pxposts" content="1"/>
  63. <meta name="if:500pxposts" content="0"/>
  64. <meta name="if:fadedsidebar" content="1"/>
  65. <meta name="if:fadepostimages" content="1"/>
  66. <meta name="if:circle sb image" content="0"/>
  67.  
  68.  
  69.  
  70.  
  71. <script type="text/javascript"
  72. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  73.  
  74.  
  75. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:200,
  82. tip_fade_speed:300
  83. }
  84. );
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  90.  
  91.  
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. #s-m-t-tooltip{
  98. max-width:300px;
  99. background-color:white;
  100. margin:15px;
  101. padding:2px 8px;
  102. color:#000;
  103. font-weight:300;
  104. z-index:999999;
  105. font-size:10px;
  106. font-family:helvetica;
  107. letter-spacing:2px;
  108. text-transform:lowercase;
  109. }
  110.  
  111.  
  112. body {
  113. background-color:{color:background};
  114. font-family:Helvetica;
  115. font-size:11px;
  116. color:{color:text};
  117. }
  118.  
  119. a {
  120. color:{color:link};
  121. text-decoration:none;
  122. -webkit-transition-duration:.3s;
  123. -moz-transition-duration:.3s;
  124. -o-transition-duration:.3s;
  125. }
  126.  
  127. a:hover {
  128. color:{color:hover};
  129. }
  130.  
  131. h1 {
  132. font-size:15px;
  133. text-transform:uppercase;
  134. width:100%;
  135. border-bottom:1px solid black;
  136. padding-bottom:3px;
  137. font-weight:300;
  138. letter-spacing:5px;
  139. color:{color:text};
  140. }
  141.  
  142. h2 {
  143. background-color:{color:accent};
  144. color:white;
  145. padding:5px;
  146. font-size:14px;
  147. font-weight:500;
  148. letter-spacing:3px;
  149. }
  150.  
  151.  
  152.  
  153. h3 {
  154. text-transform:uppercase;
  155. font-size:11px;
  156. letter-spacing:2px;
  157. font-weight:100;
  158. }
  159.  
  160. h4 {
  161. font-size:13px;
  162. letter-spacing:2px;
  163. font-weight:200;
  164. text-decoration:underline;
  165. }
  166.  
  167. blockquote {
  168. padding:10px;
  169. background-color:#F5F5F5;
  170. text-align:justify;
  171. }
  172.  
  173. blockquote blockquote {
  174. padding-left:10px;
  175. border-left:2px solid {color:accent};
  176. }
  177.  
  178. blockquote img {
  179. width:280px;
  180. }
  181.  
  182. .pre {
  183. width:400px;
  184. }
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. #links {
  192. width:170px;
  193. display:inline-block;
  194. font-family:helvetica;
  195. font-weight:normal;
  196. border-top:1px solid {color:linktopborder};
  197. text-align:center;
  198. font-size:8px;
  199. margin-top:7px;
  200. font-weight:100;
  201. color:black;
  202. margin-left:-5px;
  203. text-transform:uppercase;
  204. -webkit-transition-duration:1s;
  205. -moz-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. -ms-transition-duration:1s;
  208. }
  209.  
  210.  
  211.  
  212. #links a {
  213. color:black;
  214. padding:3px;
  215. margin-left:10px;
  216. padding-top:7px;
  217. letter-spacing:1px;
  218. display:inline-block;
  219. -webkit-transition-duration:.7s;
  220. }
  221.  
  222.  
  223. #links a:hover {
  224. color:black;
  225. background-color:#fff;
  226. }
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234. #sidebar {
  235. width:200px;
  236. height:280px;
  237. margin-left:200px;
  238. background-color:white;
  239. margin-top:20px;
  240. position:fixed;
  241. }
  242.  
  243. #sidebarimage {
  244. width:150px;
  245. padding:6px;
  246. border:1px solid #f5f5f5;
  247. margin-left:0px;
  248. margin-top:15px;
  249. -webkit-transition-duration:.7s;
  250. -moz-transition-duration:.7s;
  251. -o-transition-duration:.7s;
  252. -ms-transition-duration:.7s;
  253. {block:IfFadedSidebar}
  254. opacity:.8;
  255. -webkit-filter: grayscale(50%);
  256. -moz-filter: grayscale(50%);
  257. -o-filter: grayscale(50%);
  258. -ms-filter: grayscale(50%);{/block:IfFadedSidebar}
  259. {block:IfCircleSbImage}
  260. height:120px;
  261. margin-left:15px;
  262. width:120px;
  263. overflow:hidden;
  264. border-radius:80px;
  265. {/block:IfCircleSbImage}
  266. }
  267. #sidebarimage img {
  268. width:150px;
  269. {block:IfCircleSbImage}
  270. margin-top:-10px;
  271. margin-left:-10px;
  272. border-color:black;
  273. {/block:IfCircleSbImage}
  274. }
  275.  
  276.  
  277. #sidebar:hover #sidebarimage {
  278. background-color:white;
  279. border-color:{color:sidebarimage border hover};
  280. opacity:1;
  281. -webkit-filter: grayscale(0%);
  282. -moz-filter: grayscale(0%);
  283. -o-filter: grayscale(0%);
  284. -ms-filter: grayscale(0%);
  285.  
  286. }
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. #desc {
  295. width:160px;
  296. line-height:170%;
  297. margin-left:2px;
  298. margin-top:5px;
  299. background-color:white;
  300. letter-spacing:2px;
  301. color:black;
  302. text-align:justify;
  303. font-family:helvetica;
  304. font-size:9px;
  305. font-weight:normal;
  306. -webkit-transition-duration:1s;
  307. -moz-transition-duration:1s;
  308. -o-transition-duration:1s;
  309. -ms-transition-duration:1s;
  310. }
  311.  
  312. #desc a {
  313. color:{color:accent};
  314. }
  315.  
  316.  
  317.  
  318. #postcontainer {
  319. margin-left:550px;
  320. margin-top:-50px;
  321. {block:If400pxPosts}
  322. width:450px;
  323. {/block:If400pxPosts}
  324. {block:If500pxPosts}
  325. width:550px;
  326. {/block:If500pxPosts}
  327. }
  328.  
  329. #post {
  330. text-align:justify;
  331. font-weight:300;
  332. {block:If400pxPosts}
  333. width:400px;
  334. {/block:If400pxPosts}
  335. {block:If500pxPosts}
  336. width:500px;
  337. {/block:If500pxPosts}
  338. margin-top:100px;
  339. line-height:180%;
  340. color:{color:text};
  341. }
  342.  
  343.  
  344. #post b {
  345. font-weight:550;
  346. }
  347.  
  348. #post strong {
  349. font-weight:550;
  350. }
  351.  
  352. #post em {
  353. font-weight:550;
  354. }
  355.  
  356. #post img {
  357. padding:6px;
  358. border:1px solid {color:post image border};
  359. {block:IfFadePostImages}
  360. opacity:.8;
  361. -webkit-filter: grayscale(50%);
  362. -moz-filter: grayscale(50%);
  363. -o-filter: grayscale(50%);
  364. -ms-filter: grayscale(50%);
  365. -webkit-transition-duration:.8s;
  366. -moz-transition-duration:.8s;
  367. -o-transition-duration:.8s;
  368. -ms-transition-duration:.8s;
  369. {/block:IfFadePostImages}
  370. }
  371.  
  372. #post:hover img {
  373. opacity:1;
  374. border-color:#ddd;
  375. -webkit-filter: grayscale(0%);
  376. -moz-filter: grayscale(0%);
  377. -o-filter: grayscale(0%);
  378. -ms-filter: grayscale(0%);
  379. }
  380.  
  381.  
  382. .photoset {
  383. opacity:.8;
  384. -webkit-filter: grayscale(50%);
  385. -moz-filter: grayscale(50%);
  386. -o-filter: grayscale(50%);
  387. -ms-filter: grayscale(50%);
  388. -webkit-transition-duration:.8s;
  389. -moz-transition-duration:.8s;
  390. -o-transition-duration:.8s;
  391. -ms-transition-duration:.8s;
  392. }
  393.  
  394. .photoset:hover {
  395. opacity:1;
  396. -webkit-filter: grayscale(0%);
  397. -moz-filter: grayscale(0%);
  398. -o-filter: grayscale(0%);
  399. -ms-filter: grayscale(0%);
  400. }
  401.  
  402.  
  403. .ask_block {
  404. {block:If400pxPosts}
  405. width:380px;
  406. {/block:If400pxPosts}
  407. {block:If500pxPosts}
  408. width:480px;
  409. {/block:If500pxPosts}
  410. background-color:#f5f5f5;
  411. padding:10px;
  412. text-align:center;
  413. }
  414.  
  415.  
  416. .answer {
  417. color:black;
  418. text-align:center;
  419. padding:10px;
  420. padding-top:5px;
  421. border:1px solid #f5f5f5;
  422. letter-spacing:1px;
  423. }
  424.  
  425. .asker {
  426. font-size:9px;
  427. text-transform:uppercase;
  428. font-weight:normal;
  429. letter-spacing:2px;
  430. }
  431.  
  432. .asker a:hover {
  433. color:{color:accent};
  434. }
  435.  
  436. #info {
  437. margin-top:5px;
  438. font-size:9px;
  439. color:black;
  440. padding-top:7px;
  441. padding-bottom:7px;
  442. text-align:center;
  443. width:100%;
  444. opacity:0;
  445. margin-left:-20px;
  446. -webkit-transition-duration:.7s;
  447. -moz-transition-duration:.7s;
  448. -o-transition-duration:.7s;
  449. -ms-transition-duration:.7s;
  450.  
  451. }
  452.  
  453. #info a {
  454. color:black;
  455. font-size:9px;
  456. letter-spacing:2px;
  457. display:inline-block;
  458. margin-left:20px;
  459. }
  460.  
  461. #info a:hover {
  462. color:{color:accent};
  463. }
  464.  
  465. ::selection {
  466. background-color:{color:accent};
  467. }
  468.  
  469.  
  470. ::-webkit-scrollbar {
  471. width:5px;
  472. background-color:transparent;
  473. }
  474.  
  475. ::-webkit-scrollbar-thumb {
  476. width:5px;
  477. border:2px solid white;
  478. background-color:{color:accent};
  479. }
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487. #pagi {
  488. margin-top:20px;
  489. margin-left:-10px;
  490. height:50px;
  491. width:100%;
  492. text-align:center;
  493. border-top:1px dotted #888;
  494. padding:4px;
  495. }
  496.  
  497. .jump_page {
  498. padding: 6px 6px;
  499. border-top: 1px dotted #888;
  500. margin-top:10px;
  501. background-color: #fff;
  502. color:#bbb;
  503. font-family:Helvetica;
  504. font-size:9px;
  505. text-decoration:none;
  506. -webkit-transition-duration:.4s;
  507. -moz-transition-duration:.4s;
  508. -o-transition-duration:.4s;
  509. -ms-transition-duration:.4s;
  510.  
  511. }
  512.  
  513. .current_page, .jump_page:hover {
  514. padding: 6px 6px;
  515. border-top: 1px solid black;
  516. color: black;
  517. margin-top:8px;
  518.  
  519. text-decoration:none;
  520. -webkit-transition-duration:.4s;
  521. -moz-transition-duration:.4s;
  522. -o-transition-duration:.4s;
  523. -ms-transition-duration:.4s;
  524. }
  525.  
  526.  
  527.  
  528. .tags {
  529. text-align:center;
  530. width:100%;
  531. text-transform:uppercase;
  532. font-weight:lighter;
  533. opacity:0;
  534. -webkit-transition-duration:.7s;
  535. -moz-transition-duration:.7s;
  536. -o-transition-duration:.7s;
  537. -ms-transition-duration:.7s;
  538. }
  539.  
  540. .tags a {
  541. display:inline-block;
  542. font-weight:normal;
  543. letter-spacing:2px;
  544. font-size:8px;
  545. font-family:Helvetica;
  546. }
  547.  
  548. .tags a:hover {
  549. color:{color:accent};
  550. }
  551.  
  552. #post:hover #info {
  553. opacity:1;
  554. }
  555.  
  556. #post:hover .tags {
  557. opacity:1;
  558. }
  559.  
  560. .captoin {
  561. background-color:#efefef;
  562. color:black;
  563. padding:15px;
  564. letter-spacing:1px;
  565. display:block;
  566. margin-top:10px;
  567. {block:If400pxPosts}
  568. width:366px;
  569. {/block:If400pxPosts}
  570. {block:If500pxPosts}
  571. width:466px;
  572. {/block:If500pxPosts}
  573. border:2px solid #f5f5f5;
  574. }
  575.  
  576. #postnotes {
  577. display:block;
  578. margin-left:500px;
  579. color:black;
  580. {block:If400pxPosts}
  581. width:450px;
  582. {/block:If400pxPosts}
  583. {block:If500pxPosts}
  584. width:550px;
  585. {/block:If500pxPosts}
  586. }
  587.  
  588. #postnotes ol {
  589. line-height:110%;
  590. color:black;
  591. list-style-type: none;
  592.  
  593. }
  594.  
  595. #postnotes li {
  596. padding:5px;
  597. letter-spacing:2px;
  598. display:block;
  599. margin-top:5px;
  600. background-color:#f7f7f7;
  601. color:black;
  602. -webkit-transition-duration:.4s;
  603. -moz-transition-duration:.4s;
  604. -o-transition-duration:.4s;
  605. -ms-transition-duration:.4s;
  606. }
  607.  
  608. #postnotes li:hover {
  609. background-color:{color:accent};
  610. color:white;
  611.  
  612. }
  613.  
  614. #postnotes li:hover a {
  615. color:white;
  616. }
  617.  
  618. #postnotes img {
  619. padding-right:5px;
  620. -webkit-filter:grayscale(100%);
  621. -moz-filter:grayscale(100%);
  622. -ms-filter:grayscale(100%);
  623. -o-filter:grayscale(100%);
  624. }
  625.  
  626.  
  627. .qmark_left {
  628. color:#444;
  629. font-weight:900;
  630. font-family:times;
  631. font-size:25px;
  632. letter-spacing:-2px;
  633. word-spacing:1px;
  634. padding-right:5px;
  635. padding-top:10px;
  636. position:absolute;
  637. margin-top:-15px;
  638. margin-left:-15px;
  639. }
  640.  
  641. .qmark_right {
  642. color:#444;
  643. font-weight:900;
  644. font-family:times new roman;
  645. font-size:25px;
  646. word-spacing:1px;
  647. padding-right:3px;
  648. padding-top:10px;
  649. position:absolute;
  650. margin-top:-13px;
  651. }
  652.  
  653.  
  654. .qtation {
  655. font-size: 15px;
  656. text-transform: none;
  657. text-align: center;
  658. color: {color:accent};
  659. line-height: 100%;
  660. font-family: 'Playfair Display';
  661. opacity: 1;
  662. font-style: italic;
  663. }
  664.  
  665. .sourcing {
  666. width:100%;
  667. text-align:center;
  668. letter-spacing:5px;
  669. text-transform:uppercase;
  670. color:#444;
  671. border-top:1px solid #eee;
  672. border-bottom:1px solid #eee;
  673. padding-bottom:10px;
  674. padding-top:10px;
  675. margin-top:20px;
  676. -webkit-transition-duration:.9s;
  677. -moz-transition-duration:.9s;
  678. -o-transition-duration:.9s;
  679. -ms-transition-duration:.9s;
  680. }
  681.  
  682. .sourcing:hover {
  683. background-color:#eee;
  684. color:white;
  685. }
  686.  
  687. .dinky {
  688. float:left;
  689. }
  690.  
  691.  
  692. #albumart img{
  693. width:80px;
  694. height:80px;
  695. padding:0px;
  696. border-width:0px;
  697. }
  698.  
  699.  
  700. .player {
  701. background-color:white;
  702. width:30px;
  703. overflow:hidden;
  704. height:28px;
  705. padding:5px;
  706. padding-left:8px;
  707. padding-right:1px;
  708. position:absolute;
  709. margin-top:-59px;
  710. margin-left:21px;
  711. }
  712.  
  713. .donkey {
  714. float:left;
  715. margin-left:25px;
  716. }
  717.  
  718. .track {
  719. {block:If400pxPosts}
  720. width:275px;
  721. {/block:If400pxPosts}
  722. {block:If500pxPosts}
  723. width:375px;
  724. {/block:If500pxPosts}
  725. padding:10px;
  726. font-size:18px;
  727. font-family:'Playfair Display',cursive;
  728. font-style:italic;
  729. padding-top:0px;
  730. color:{color:accent};
  731. border-bottom:1px solid #eee;
  732. padding-bottom:5px;
  733. }
  734.  
  735.  
  736. .artist {
  737. {block:If400pxPosts}
  738. width:287px;
  739. {/block:If400pxPosts}
  740. {block:If500pxPosts}
  741. width:387px;
  742. {/block:If500pxPosts}
  743. padding:4px;
  744. background-color:#f3f3f3;
  745. text-transform:uppercase;
  746. letter-spacing:3px;
  747. }
  748.  
  749. .playcount {
  750. {block:If400pxPosts}
  751. width:287px;
  752. {/block:If400pxPosts}
  753. {block:If500pxPosts}
  754. width:387px;
  755. {/block:If500pxPosts}
  756. padding:4px;
  757. background-color:#f9f9f9;
  758. font-size:9px;
  759. text-transform:uppercase;
  760. letter-spacing:3px;
  761. }
  762.  
  763.  
  764. #audiolo {
  765. {block:If400pxPosts}
  766. width:400px;
  767. {/block:If400pxPosts}
  768. {block:If500pxPosts}
  769. width:500px;
  770. {/block:If500pxPosts}
  771. padding-bottom:80px;
  772. }
  773.  
  774. #audiolo img {
  775. opacity:.3;
  776. -webkit-filter:grayscale(100%);
  777. -moz-filter:grayscale(100%);
  778. -ms-filter:grayscale(100%);
  779. -o-filter:grayscale(100%);
  780.  
  781. }
  782.  
  783. #audiolo:hover img {
  784. opacity:1;
  785. -webkit-filter:grayscale(0%);
  786. -moz-filter:grayscale(0%);
  787. -ms-filter:grayscale(0%);
  788. -o-filter:grayscale(0%);
  789.  
  790. }
  791.  
  792. </style></head>
  793. <body>
  794.  
  795.  
  796.  
  797. <div id="sidebar">
  798.  
  799.  
  800. <div id="sidebarimage">
  801. {block:IfTextUrl}
  802. <img src="http://i.imgur.com/cZyaLBm.gif">{/block:IfTextUrl}
  803. {block:IfUpload}<img src="http://i.imgur.com/cZyaLBm.gif">{/block:IfUpload}
  804. </div>
  805.  
  806.  
  807.  
  808. <div id="desc">{Description}</div>
  809. <div id="links">
  810. <a href="{text:link1url}" title="{text:link1}">01.</a>
  811. <a href="{text:link2url}" title="{text:link2}">02.</a>
  812. <a href="{text:link3url}" title="{text:link3}">03.</a>
  813. <a href="{text:link4url}" title="{text:link4}">04.</a>
  814. <a href="{text:link5url}" title="{text:link5}">05.</a>
  815. </div>
  816. </div>
  817.  
  818.  
  819. <div id="postcontainer">
  820. {block:Posts}
  821. <div id="post">
  822.  
  823. {block:Answer}
  824. <div class="ask_block"><span class="asker">{Asker}</span> asked: {Question}</div>
  825. <div class="answer">{Answer}</div>
  826. {/block:Answer}
  827.  
  828.  
  829. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  830.  
  831.  
  832.  
  833. {block:Photo}{LinkOpenTag}<center>{block:If400pxPosts}<img src="{PhotoURL-400}" width="400px">{/block:If400pxPosts}{block:If500pxPosts}<img src="{PhotoURL-500}" width="500px">{/block:If500pxPosts}</center>
  834. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  835. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  836. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  837. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  838.  
  839.  
  840.  
  841. {/block:Photo}
  842.  
  843.  
  844. {block:Photoset}
  845. <div class="photoset">{Photoset-400}</div>{block:IfOnlyRenderCaptionsOnPermalinkPage}
  846. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  847. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  848. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Photoset}
  849.  
  850.  
  851. {block:Video}{Video-500}{block:IfOnlyRenderCaptionsOnPermalinkPage}
  852. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  853. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  854. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Video}
  855.  
  856.  
  857. {block:Audio}<div id="audiolo">
  858. <div class="dinky">
  859. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  860.  
  861. <div class="player">{AudioPlayerWhite}</div></div>
  862. <div class="donkey">
  863. <div class="track"> {block:TrackName}
  864. {TrackName}
  865. {/block:TrackName} </div>
  866.  
  867.  
  868. <div class="artist">
  869. {block:Artist}
  870. {Artist}
  871. {/block:Artist} </div>
  872.  
  873.  
  874. <div class="playcount">
  875.  
  876. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>
  877.  
  878.  
  879. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  880. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  881. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  882. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}</div>{/block:Audio}
  883.  
  884.  
  885. {block:Quote}<div class="qtation">{Quote}</div>{block:Source}<div class="sourcing">{Source}</div>{/block:Source}{/block:Quote}
  886. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  887. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}{Label}{/block:Label}{Line}{/block:Lines}{/block:Chat}
  888. <div id="info">
  889. <a href="{Permalink}">{TimeAgo}</a><a href="{Permalink}">+{NoteCount}</a>
  890. <a href="{ReblogURL}"> reblog </a>
  891. <br>
  892. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div>
  893. </div>
  894.  
  895.  
  896. {/block:Posts}<div id="pagi">
  897. {block:Pagination}
  898. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  899.  
  900. {block:JumpPagination length="5"}
  901. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  902. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  903. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  904. {/block:Pagination}
  905. </div></div>
  906. </div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  907.  
  908.  
  909.  
  910.  
  911. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment