Advertisement
rasperries

stardust

Jan 31st, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.50 KB | None | 0 0
  1. <!--
  2. By Solus Themes
  3.  
  4. Rules of the road:
  5. 1. Do not remove the credit
  6. 2. Do not use as a base code
  7. 3. Do not take bits of code
  8. Must like and reblog the theme post before using the theme!
  9. -->
  10.  
  11.  
  12. <html>
  13. <head>
  14.  
  15. <title>{Title}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  22.  
  23. <!--meta tags-->
  24. <meta name="color:Background" content="#f5f5f5"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Nav Links" content="#ffffff"/>
  28. <meta name="color:Header Bg" content="#ffffff"/>
  29. <meta name="color:Hover" content="##529ecc"/>
  30. <meta name="color:Border" content="#ffffff"/>
  31. <meta name="color:Info Bg" content="#ffffff"/>
  32. <meta name="color:Post Border" content="#ffffff"/>
  33. <meta name="color:Post" content="#ffffff"/>
  34. <meta name="color:Asker" content="#f8f8f8"/>
  35. <meta name="color:description" content="#000000"/>
  36. <meta name="color:Title" content="#000000"/>
  37.  
  38. <meta name="image:bg" content=""/>
  39. <meta name="image:header" content=""/>
  40. <meta name="if:Show header Img" content="0" />
  41. <meta name="if:Border" content="1" />
  42. <meta name="if:inline nav" content="1"/>
  43. <meta name="if:Lowercase Title" content="0" />
  44. <meta name="text:Next Page Text" content="Next" />
  45. <meta name="text:Prev Page Text" content="Prev" />
  46.  
  47.  
  48. <meta name="text:home link" content="home"/>
  49. <meta name="text:archive link" content="archive"/>
  50. <meta name="text:ask link" content="message"/>
  51.  
  52.  
  53.  
  54. <meta name="text:Link 1" content="" />
  55. <meta name="text:Link 1 Text" content="link" />
  56. <meta name="text:Link 2" content="" />
  57. <meta name="text:Link 2 Text" content="link" />
  58. <meta name="text:Link 3" content="" />
  59. <meta name="text:Link 3 Text" content="" />
  60. <meta name="text:Link 4" content="" />
  61. <meta name="text:Link 4 Text" content="" />
  62. <meta name="text:Link 5" content="" />
  63. <meta name="text:Link 5 Text" content="" />
  64. <meta name="text:Link 6" content="" />
  65. <meta name="text:Link 6 Text" content="" />
  66. <meta name="if:Show Link 1" content="1" />
  67. <meta name="if:Show Link 2" content="1" />
  68. <meta name="if:Show Link 3" content="0" />
  69. <meta name="if:Show Link 4" content="0" />
  70. <meta name="if:Show Link 5" content="0" />
  71. <meta name="if:Show Link 6" content="0" />
  72. <meta name="color:scrollbarbg" content="ffffff"/>
  73.  
  74. <!-- links -->
  75. <script type="text/javascript"
  76. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  77. <script>
  78. $(document).ready(function() {
  79. //
  80. $('a.poplight[href^=#]').click(function() {
  81. var popID = $(this).attr('rel'); //Get Popup Name
  82. var popURL = $(this).attr('href'); //Get Popup href to define size
  83. var query= popURL.split('?');
  84. var dim= query[1].split('&');
  85. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  86. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/b28c104906c576285505ca134600853a/tumblr_inline_mfp5cwdybL1qh7cpd.gif" class="btn_close" title="Close" alt="Close" /></a>');
  87. var popMargTop = ($('#' + popID).height() + 80) / 2;
  88. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  89. //Apply Margin to Popup
  90. $('#' + popID).css({
  91. 'margin-top' : -popMargTop,
  92. 'margin-left' : -popMargLeft
  93. });
  94. $('body').append('<div id="fade"></div>');
  95. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  96. return false;
  97. });
  98. $('a.close, #fade').live('click', function() {
  99. $('#fade , .popup_block').fadeOut(function() {
  100. $('#fade, a.close').remove(); //fade them both out
  101. });
  102. return false;
  103. });
  104. });
  105. </script>
  106. <!-- tooltip-->
  107. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  108.  
  109. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  110.  
  111. <script>
  112.  
  113. (function($){
  114.  
  115. $(document).ready(function(){
  116.  
  117. $("a[title]").style_my_tooltips({
  118.  
  119. tip_follows_cursor:true,
  120.  
  121. tip_delay_time:40,
  122.  
  123. tip_fade_speed:400,
  124.  
  125. attribute:"title"
  126.  
  127. });
  128.  
  129. });
  130.  
  131. })(jQuery);
  132.  
  133. </script>
  134.  
  135.  
  136. <style type="text/css">
  137.  
  138. /* --- SCROLLBAR ---*/
  139.  
  140. ::-webkit-scrollbar {
  141. width: 5px;height: 5px;
  142. }
  143. ::-webkit-scrollbar-button:start:decrement,
  144. ::-webkit-scrollbar-button:end:increment {
  145. height: 0px;display: block;background-color:black;
  146. }
  147. ::-webkit-scrollbar-track-piece {
  148. background-color:black;
  149. }
  150. ::-webkit-scrollbar-thumb:vertical {
  151. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};
  152. }
  153.  
  154. /* --- BODY ---*/
  155. body {
  156. background:url('{image:bg}')no-repeat center center fixed;
  157. -webkit-background-size: cover;
  158. -moz-background-size: cover;
  159. -o-background-size: cover;
  160. background-size: cover;
  161. background-color:{color:background};
  162. margin: 0px;
  163. color: {color:text};
  164. font-family:arial;
  165. font-size:10px;
  166. letter-spacing:0.01em;
  167. text-align:justify;
  168. line-height:150%;
  169.  
  170.  
  171. }
  172.  
  173.  
  174.  
  175. #left{position:fixed;right:0;bottom:0;height:100%;width:30px;background:{color:Border};z-index:999999;}
  176. #top{position:fixed;left:0;top:0;width:100%;height:30px;background:{color:Border};z-index:999999;}
  177. #bottom{position:fixed;left:0;bottom:0;width:100%;height:35px;background:{color:Border};z-index:999999;}
  178. #right{position:fixed;left:0;bottom:0;height:100%;width:30px;background:{color:Border};z-index:999999;}
  179.  
  180. img {
  181. border:none;
  182. }
  183. a {
  184. text-decoration:none;
  185. text-align:left;
  186. outline:none;
  187. color:{color:Link};
  188. }
  189. a:hover {
  190. text-decoration:none;
  191. }
  192. blockquote {
  193. padding-left:12px;
  194. margin-left:0px;
  195. border-left:1px solid #ddd;
  196. width:95%;
  197.  
  198. }
  199.  
  200. b, strong {font-weight:normal;color:#000;}
  201.  
  202. small {
  203. font-size:9px;
  204. }
  205.  
  206. big {
  207. font-size:9px;
  208. }
  209.  
  210.  
  211. p {margin:5px 0}
  212.  
  213. p:first-of-type {margin-top:0;
  214. padding-top:0;
  215. }
  216. p:last-of-type {margin-bottom:0;
  217. padding-bottom:0;
  218. }
  219.  
  220. ol {
  221. list-style:lower-roman;
  222. text-align:justify;}
  223. ul {
  224. list-style:circle;
  225. text-align:justify;}
  226.  
  227. a.tumblr_blog {
  228. text-transform:uppercase;
  229. font-size:6px;
  230. font-family:;
  231. letter-spacing:2px;
  232. font-weight:normal;
  233. text-decoration:none;
  234. display:inline-block;
  235. }
  236.  
  237. h1 {
  238. font-size:11px;
  239. text-transform:uppercase;
  240. }
  241.  
  242. #title {font-weight:bold;
  243. text-align:justify;
  244. padding:5px;
  245. font-style:italic;
  246. font-size:12px;
  247. font-family:arial;
  248. margin-bottom:10px;
  249. background:#fbfbfb;
  250. color:#000;
  251. line-height:150%;
  252. }
  253. #title a {color:#000;
  254. text-decoration:none;
  255. }
  256.  
  257. #title a:hover {color:#000;}
  258.  
  259. /*--Posts--*/
  260. #entries {
  261. width:250px;
  262. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  263. margin:auto;
  264. margin-top:-100px;
  265. font-size:10px;
  266. padding-top:50px;
  267. padding-bottom:150px;
  268. }
  269. #post {
  270. width:250px;
  271. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  272. padding:35px 35px 0px 35px;
  273. border:1px solid {color:Post Border};
  274. margin-top:100px;
  275. background-color:#fff;
  276.  
  277. transition-duration: 0.8s;
  278. -moz-transition-duration: 0.8s;
  279. -webkit-transition-duration: 0.8s;
  280. -o-transition-duration: 0.8s;
  281. }
  282.  
  283. .caption {text-transform:none;
  284. margin-top:10px;
  285.  
  286. }
  287.  
  288. /*--quotes--*/
  289. #titlequote {
  290. font-size:12px;
  291. line-height:150%;
  292. padding:5px;
  293. font-weight:Bold;
  294. background:#fbfbfb;
  295. font-style:italic;
  296. font-family:arial;
  297. color:#000;
  298. }
  299.  
  300. #source {
  301. text-align:right;
  302. margin-top:10px;
  303. font-family:;
  304. text-transform:uppercase;
  305. letter-spacing:2px;
  306. font-weight:normal;
  307. font-size:6px;
  308. background:#000000;
  309. color:#ffffff;
  310. padding:0 5px;
  311. }
  312. #source a {text-decoration:none;
  313. color:#ffffff;
  314. }
  315.  
  316. /*audio*/
  317.  
  318.  
  319. .tumblr_audio_player {width:250px;
  320. height:30px;
  321. margin-top:-2px;
  322. }
  323.  
  324. .player {width:75px;
  325. height:25px;
  326. display:block;
  327. overflow:hidden;}
  328.  
  329. .hold {
  330. background:black;
  331. display:block;
  332. }
  333.  
  334. .audio_info {
  335. display:block;
  336. background:#fbfbfb;
  337. color:#000;
  338. padding:5px;
  339. margin-top:10px;
  340. font-weight:normal;
  341. font-family:;
  342. letter-spacing:2px;
  343. font-size:6px;
  344. text-transform:uppercase;
  345. }
  346. .audio_info b {
  347. padding:0 5px;
  348. display:inline-block;
  349. }
  350.  
  351. .audio_info span {display:block;}
  352.  
  353. /*-- text --*/
  354. .text {
  355. border:0px solid {color:Post Border};
  356. padding:10px;
  357. line-height:150%;
  358. }
  359. /*asks*/
  360. .q {
  361. padding:5px;
  362. margin:10px 0;
  363. font-style:italic;
  364. background:#fbfbfb;
  365. }
  366. .as img {float:left;
  367. margin-top:-10px;
  368. margin-left:-15px;
  369. width:26px;
  370. height:26px;
  371. margin-right:5px;
  372. border:2px solid #000000;
  373. border-radius:100%;}
  374. .as {
  375. font-family:;
  376. text-transform:uppercase;
  377. letter-spacing:2px;
  378. font-size:6px;
  379. font-weight:normal;
  380. background:#000000;
  381. color:#ffffff;
  382. padding:0 5px;}
  383. .as a {color:#ffffff;
  384. text-decoration:none;
  385. }
  386. .as a {
  387. text-decoration:none;
  388. }
  389. .a {}
  390. /*--link--*/
  391. .link {
  392. padding:10px;
  393. border:1px solid {color:Post Border};
  394. line-height:110%;
  395. font-weight:600;
  396. }
  397.  
  398. .chat ol {
  399. margin:0;
  400. padding:0;
  401. list-style:none;
  402. text-align:left;
  403. line-height:150%;
  404. }
  405.  
  406. .l.odd {
  407. background:#fbfbfb;
  408. color:#000;
  409. padding:5px;
  410. }
  411.  
  412. .l.even {padding:5px;
  413. }
  414.  
  415. .label {
  416. font-family:;
  417. color:#000;
  418. text-transform:uppercase;
  419. letter-spacing:2px;
  420. font-size:7px;
  421. font-weight:;
  422. display:inline-block;
  423. }
  424.  
  425.  
  426.  
  427.  
  428. /*--header--*/
  429.  
  430. #header {
  431. width:200px;
  432. opacity:1;
  433. top:0px;
  434. background-color:{color:Header Bg};
  435. left:0px;
  436. text-align:right;
  437. height:100%;
  438. z-index:99999;
  439. padding:300px 75px 60px 100px;
  440. {block:IfShowHeaderImg} padding:200px 75px 60px 100px;{/block:IfShowHeaderImg}
  441. position:fixed;
  442. transition-duration: 0.8s;
  443. -moz-transition-duration: 0.8s;
  444. -webkit-transition-duration: 0.8s;
  445. -o-transition-duration: 0.8s;
  446.  
  447. }
  448. #header:hover {
  449.  
  450. }
  451.  
  452.  
  453. #header img {
  454. width:75px;
  455. height:75px;
  456. border-radius:50%;
  457. padding-bottom:0px;
  458. margin-left:50px;
  459. border:5px solid {color:Background};
  460.  
  461. }
  462. #header img:hover{
  463. box-shadow: 3px 3px 3px {color:Hover};
  464. }
  465. #btitle {
  466. position:relative;
  467. font-family: 'Roboto', sans-serif;
  468. line-height:100%;
  469. font-size:24px;
  470. font-weight:100%;
  471. letter-spacing:3px;
  472. text-transform:uppercase;
  473. {block:iflowercasetitle}
  474. text-transform:lowercase;
  475. {block:iflowercasetitle}
  476. width:200px;
  477. margin-top:0px;
  478. margin-bottom:3px;
  479. padding:10px 2px 0px 0px;
  480. text-align:right;
  481. float:left;
  482. display:block;
  483. z-index:9999999;
  484. color:{color:Title};
  485. }
  486. #btitle a{
  487. color:{color:Title};
  488. transition-duration: 0.1s;
  489. -moz-transition-duration: 0.1s;
  490. -webkit-transition-duration: 0.1s;
  491. -o-transition-duration: 0.1s;
  492.  
  493. }
  494. #btitle a:hover{
  495.  
  496.  
  497. }
  498. #description {
  499. position:relative;
  500. font-family: arial;
  501. line-height:100%;
  502. font-size:10px;
  503. font-style:normal;
  504. width:200px;
  505. margin-top:5px;
  506. padding:5px 0px 5px 0px;
  507. border-color:#f2f2f2;
  508. text-align:right;
  509. color:{color:description};
  510. float:left;
  511. }
  512.  
  513. .nav {
  514. margin-top:10px;
  515. font-size:6px;
  516. text-transform:uppercase;
  517. font-weight:bold;
  518. letter-spacing:2px;
  519. }
  520. .link_b .nav a {
  521. border-bottom:px solid;
  522. }
  523. .link_u .nav a {
  524. text-decoration:underline;
  525. }
  526. .nav a:hover {
  527. color:{color:link hover};
  528. background-color:{color:link hover bg};
  529. }
  530. .nav .sp {
  531. {block:ifInlineNav}display:inline-block;
  532. width:.67em;{/block:ifInlineNav}
  533. }
  534. .nav .sp:last-child {
  535. width:0px;
  536. }
  537.  
  538. .links {
  539. font-family: arial;
  540. font-size:9px;
  541. color:{color:Nav Links};
  542. text-transform:lowercase;
  543. margin-top:0px;
  544. width:500;
  545. padding:0px 0px 5px 20px;
  546. letter-spacing: 1px;
  547. display:block;
  548. }
  549. .links a{
  550. padding:20px 3px;
  551. line-height:200%;
  552. color:{color:Nav Links};
  553.  
  554. }
  555. .links ol {
  556. list-style-type: lower-roman;
  557. text-align:center;
  558. width:50px;
  559. }
  560. .links li {
  561. padding:10px 3px;
  562. }
  563. .links a:hover{
  564.  
  565.  
  566. }
  567. /*--Info!--*/
  568. #info {
  569. text-align:center;
  570. font-size:6px;
  571. text-transform:uppercase;
  572. font-weight:normal;
  573. letter-spacing:2px;
  574. padding:0px 5px 10px 5px;
  575. font-style:none;
  576. font-family: arial;
  577. margin:-5px auto 0px auto;
  578. opacity:0;
  579. z-index:100;
  580. transition-duration: 0.8s;
  581. -moz-transition-duration: 0.8s;
  582. -webkit-transition-duration: 0.8s;
  583. -o-transition-duration: 0.8s;
  584. }
  585.  
  586. #post:hover #info {
  587. opacity:1;
  588. transition-duration: 0.8s;
  589. -moz-transition-duration: 0.8s;
  590. -webkit-transition-duration: 0.8s;
  591. -o-transition-duration: 0.8s;
  592. }
  593. #post:hover {
  594. background-color:{color:Info Bg};
  595. transition-duration: 0.8s;
  596. -moz-transition-duration: 0.8s;
  597. -webkit-transition-duration: 0.8s;
  598. -o-transition-duration: 0.8s;
  599. }
  600. /*--Tags!--*/
  601. #tags {
  602. opacity:1;
  603. padding:2px 0px;
  604. line-height:150%;
  605.  
  606. }
  607. #tags a{
  608. padding-left:3px;
  609.  
  610. }
  611. #tags a:hover{
  612.  
  613.  
  614. }
  615.  
  616. .pagenotes {
  617. -webkit-animation-name: fade-in;
  618. -webkit-animation-duration: 1.5s;
  619.  
  620. margin-top:10px;
  621. margin-bottom:100px;
  622. text-transform:uppercase;
  623. font-size:6px;
  624. letter-spacing:2px;
  625. width:473px;
  626.  
  627. }
  628.  
  629. .pagenotes a {text-decoration:none;}
  630.  
  631. .t {
  632. cursor:help;
  633. background:#000;
  634. color:#fff;
  635. text-align:center;
  636. font-weight:bold;
  637. padding:5px;}
  638.  
  639. .same {display:none;}
  640.  
  641.  
  642. /*--Pagination!--*/
  643.  
  644. #pagination {
  645. width:200px;
  646. text-transform:lowercase;
  647. font-style:italic;
  648. font-size:6px;
  649. text-transform:uppercase;
  650. font-weight:normal;
  651. letter-spacing:2px;
  652. position:fixed;
  653. font-weight:normal;
  654. padding:30px 0px;
  655. margin-top:0px;
  656. }
  657. #pagination a {
  658. margin:auto;
  659. font-family: arial;
  660. display:inline-block;
  661. text-decoration:none;
  662. color:#d5d5d5;
  663. padding:5px 5px 5px 0px;
  664. }
  665. #pagination a:hover {
  666.  
  667. }
  668.  
  669.  
  670. /* links */
  671. #fade { /*--Transparent background layer--*/
  672. display: none; /*--hidden by default--*/
  673. background: #000;
  674. position: fixed; left: 0; top: 0;
  675. width: 100%; height: 100%;
  676. opacity: .80;
  677. z-index: 9999;
  678. }
  679. .popup_block{
  680.  
  681. display: none; /*--hidden by default--*/
  682. color:#fff;
  683. padding: 5px;
  684. text-align:center;
  685. float: left;
  686. font-size: 12px;
  687. position: fixed;
  688. top: 50%; left: 60%;
  689. z-index: 99999;
  690. }
  691. img.btn_close {
  692. float: right;
  693. margin: -50px -2px 0 0;
  694. -webkit-filter: invert(100%);
  695. filter: invert(100%);
  696. }
  697. /*--Making IE6 Understand Fixed Positioning--*/
  698. *html #fade {
  699. position: absolute;
  700. }
  701. *html .popup_block {
  702. position: absolute;
  703. }
  704.  
  705. /*tooltip*/
  706. #s-m-t-tooltip {
  707.  
  708. max-width:300px;
  709.  
  710. opacity:1;
  711.  
  712. padding:4px;
  713.  
  714. margin:-30px 0px -10px 10px;
  715.  
  716. background:#000;
  717. padding:2px 4px;
  718. font-size:6px;
  719. text-transform:uppercase;
  720. color:#fff;
  721. font-family:;
  722. font-weight:normal;
  723. line-height:10px;
  724. letter-spacing:2px;
  725.  
  726. position:relative;
  727. z-index:999999;
  728.  
  729. }
  730.  
  731.  
  732.  
  733.  
  734.  
  735. {CustomCSS}
  736.  
  737.  
  738. </style>
  739. <script>
  740. $(function() {
  741. $('.t').click(function() {
  742. $('.same').slideToggle(400);
  743. });
  744. });
  745. </script>
  746.  
  747. </head>
  748.  
  749. <body>{block:IfBorder}<div id="top"></div><br><br><br><div id="bottom"></div><div id="right"></div><div id="left"></div>{/block:IfBorder}
  750.  
  751.  
  752. <div id="header">
  753.  
  754. {block:IfShowHeaderImg} <img src="{image:header}"/></a>{/block:IfShowHeaderImg}
  755. <div id="btitle"><a href="/">{Title}</a></div>
  756.  
  757. <div class="nav">{block:ifHomeLink}<a href="/">{text:home link}</a><div class="sp"></div>{/block:ifHomeLink}{block:ifArchiveLink}<a href="/info">{text:archive link}</a><div class="sp"></div>{/block:ifArchiveLink}{block:ifAskLink}<a href="/faq">{text:ask link}</a><div class="sp"></div>{/block:ifAskLink}<a href="/links">etc</a></div>
  758.  
  759. <div id="description">
  760. first we feel, then we fall
  761. </div>
  762.  
  763. <div id="pagination">
  764. {block:Pagination}
  765. {block:PreviousPage}
  766. <a href="{PreviousPage}">{text:Prev Page Text}</a>
  767. {/block:PreviousPage}
  768. {block:NextPage}
  769. <a href="{NextPage}">{text:Next Page Text}</a>
  770. {/block:NextPage}
  771. {/block:Pagination}
  772. </div>
  773. </div>
  774. <div id="03" class="popup_block"><center>
  775. <div class="links">
  776. <ol>
  777. {block:IfShowLink1}<li><a href="{text:Link 1}">{text:Link 1 Text}</a></li>{/block:IfShowLink1}
  778. {block:IfShowLink2}<li><a href="{text:Link 2}">{text:Link 2 Text}</a></li>{/block:IfShowLink2}
  779. {block:IfShowLink3}<li><a href="{text:Link 3}">{text:Link 3 Text}</a> </li>{/block:IfShowLink3}
  780. {block:IfShowLink4}<li><a href="{text:Link 4}">{text:Link 4 Text}</a></li> {/block:IfShowLink4}
  781. {block:IfShowLink5}<li><a href="{text:Link 5}">{text:Link 5 Text}</a></li> {/block:IfShowLink5}
  782. {block:IfShowLink6}<li><a href="{text:Link 6}">{text:Link 6 Text}</a></li>{/block:IfShowLink6}
  783. </ol>
  784. </div>
  785. </div>
  786.  
  787. <div id="entries">
  788. {block:Posts}<div id="post">
  789.  
  790. {block:Text}
  791. <div class="text">
  792. {block:Title}<div id="title">{Title}</div>{/block:Title}
  793. {Body}
  794. </div>
  795. {/block:Text}
  796.  
  797. {block:Photo}
  798.  
  799. {block:IndexPage}
  800. {LinkOpenTag}
  801. <img src="{PhotoURL-250}">
  802. {LinkCloseTag}
  803. {/block:IndexPage}
  804. {block:PermalinkPage}
  805. {LinkOpenTag}
  806. <img src="{PhotoURL-400}">
  807. {LinkCloseTag}
  808. {/block:PermalinkPage}
  809.  
  810. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  811. {/block:Photo}
  812.  
  813. {block:Photoset}
  814. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  815. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  816. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  817. {/block:Photoset}
  818.  
  819. {block:Quote}
  820.  
  821.  
  822. <div id="titlequote">{Quote}</div>
  823. {block:Source}<div id="source">{Source}</div>{/block:Source}
  824. {/block:Quote}
  825.  
  826. {block:Link}
  827. <div class="link">
  828. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  829. {block:Description}{Description}{/block:Description}
  830. </div>
  831. {/block:Link}
  832.  
  833. {block:Chat}
  834. {block:Title}<div id="title">{Title}</div>{/block:Title}
  835. <div class="chat">
  836. <ol>
  837. {block:Lines}
  838. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  839. {/block:Lines}
  840. </ol></div>
  841. {/block:Chat}
  842.  
  843.  
  844. {block:Audio}
  845. {block:AudioPlayer}
  846. <div class="hold">
  847. <div class="player">{AudioPlayerBlack}</div>
  848. </div>
  849. {/block:AudioPlayer}
  850. <div class="audio_info">
  851. {block:TrackName}<span><b>Track:</b> {TrackName}</span>{/block:TrackName}
  852. {block:Artist}<span><b>Artist:</b> {Artist}</span>{/block:Artist}
  853. <span><b>Plays:</b> {playcount}</span>
  854. </div>
  855.  
  856. {block:PermalinkPage} {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  857. {/block:Audio}
  858.  
  859. {block:Video}
  860. {block:IndexPage}{Video-250}{/block:IndexPage}
  861. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  862. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  863. {/block:Video}
  864.  
  865. {block:Answer}
  866.  
  867. <div class="as"><img src="{AskerPortraitURL-128}">{Asker} said: </div>
  868. <div class="q">{Question}</div>
  869. <div class="a">{Answer}</div>
  870.  
  871. {/block:Answer}
  872.  
  873. <div id="info">
  874. <br><a href="{Permalink}" title="{timeago}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> {block:NoteCount}<a href="{permalink}"target="_blank">({NoteCount})</a>{/block:NoteCount}{block:PermalinkPage}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&nbsp;{block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  875. </div></div>
  876.  
  877. {block:PostNotes}
  878. <div class="pagenotes">
  879. <div class="t">Notes</div>
  880. <div class="same">{PostNotes}</div>
  881. </div>
  882. {/block:PostNotes}
  883.  
  884. {/block:Posts}
  885. </div>
  886. </div>
  887.  
  888.  
  889.  
  890. </p>
  891. <!--
  892. THEME MAKER CREDIT: DO NOT DELETE
  893. -->
  894.  
  895. <div style="position:fixed;color:{color:Link};bottom:15px; right:15px; font-size:8px; letter-spacing:1px; font-family:arial;z-index:9999999999;"><script language="JavaScript">
  896. var ref = (''+document.referrer+'');
  897. var w_h = window.screen.width + " x " + window.screen.height;
  898. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4496455&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  899. </script></center></div>
  900. </body>
  901. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement