Advertisement
spacethemes

Spacetheme36 - Discovery

Jul 10th, 2014
3,280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.10 KB | None | 0 0
  1. <!--***********************************************************************
  2.  
  3. 88888888888 888888888888 8888 88888888888 88888888888
  4. 88888888888 8888 8888 888888 88888888888 88888888888
  5. 8888 8888 8888 88 88 8888 8888
  6. 8888 8888 8888 888 888 8888 8888
  7. 88888888888 888888888888 888888888888 8888 88888888888
  8. 8888 8888 88888888888888 8888 8888
  9. 8888 8888 8888 8888 8888 8888
  10. 88888888888 8888 8888 8888 88888888888 88888888888
  11. 88888888888 8888 88888 88888 88888888888 88888888888
  12.  
  13.  
  14. SPACETHEMES - BY HOXTONHEROS & ALIENSFROMHELL
  15. HTTP://SPACETHEMES.TUMBLR.COM
  16. HTTP://HOXTONHEROS.TUMBLR.COM & HTTP://ALIENSFROMHELL.TUMBLR.COM
  17.  
  18. DON'T REMOVE CREDIT!
  19. ************************************************************************-->
  20. <!DOCTYPE html>
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23.  
  24. <meta charset="UTF-8">
  25. <meta name="description" content="This is a theme from spacethemes">
  26. <meta name="keywords" content="theme, themes, blog, blogs, tumblr, tumblrblog, teenagers, aliensfromhell, hoxtonheros, column, column, thememaker, spacethemes, space, cool">
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30.  
  31. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  32.  
  33. <title>{title}</title>
  34.  
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  37. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  38.  
  39. <meta name="if:1 Column" content="0"/>
  40. <meta name="if:2 Column" content="1"/>
  41. <meta name="if:Right Sidebar" content="0"/>
  42. <meta name="if:Use Title" content="1"/>
  43. <meta name="if:Use Picture" content="1"/>
  44. <meta name="if:Shadows" content="0"/>
  45. <meta name="if:Round Sidebar" content="0"/>
  46. <meta name="if:Round Borders" content="0"/>
  47. <meta name="if:Cover Background" content="0"/>
  48. <meta name="if:Tiny Scrollbar" content="0"/>
  49. <meta name="if:Inverted Tumblr Controls" content="0"/>
  50. <meta name="if:Use Scroll To Top" content="1"/>
  51. <meta name="color:Background" content="#FFFFFF"/>
  52. <meta name="color:Text" content="#130C11"/>
  53. <meta name="color:Title" content="#130C11"/>
  54. <meta name="color:Posts" content="#FFFFFF"/>
  55. <meta name="color:Sidebar" content="#FFFFFF"/>
  56. <meta name="color:Blogtitle" content="#130C11"/>
  57. <meta name="color:Links" content="#000000"/>
  58. <meta name="color:Borders" content="#C0C0C0"/>
  59. <meta name="color:Hover" content="#130C11"/>
  60. <meta name="color:Scrollbar" content="#130C11"/>
  61. <meta name="image:Background" content="1"/>
  62. <meta name="image:Sidebar" content="1"/>
  63. <meta name="text:Opacity" content="0.9"/>
  64. <meta name="text:Link One" content="" />
  65. <meta name="text:Link One Title" content="" />
  66. <meta name="text:Link Two" content="" />
  67. <meta name="text:Link Two Title" content="" />
  68. <meta name="text:Link Three" content="" />
  69. <meta name="text:Link Three Title" content="" />
  70. <meta name="text:Link Four" content="" />
  71. <meta name="text:Link Four Title" content="" />
  72. <meta name="text:Link Five" content="" />
  73. <meta name="text:Link Five Title" content="" />
  74. <meta name="text:Link Six" content="" />
  75. <meta name="text:Link Six Title" content="" />
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Quicksand:300' rel='stylesheet' type='text/css'>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  82.  
  83. <style type="text/css">
  84.  
  85. @font-face{font-family:Helvetidoodle; src:url(http://static.tumblr.com/9wzbixa/qOPmj2lzl/helvetidoodlebyedt.ttf);}
  86.  
  87.  
  88. {block:iftinyscrollbar}:
  89. :-webkit-scrollbar {
  90. width: 6px;
  91. height: 4px;
  92. background: {color:Background};
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb {
  96. background-color: {color:scrollbar};
  97. }
  98. {/block:iftinyscrollbar}
  99.  
  100. ::selection {
  101. background: #EEEEEE; /* Safari */
  102. }
  103. ::-moz-selection {
  104. background: #EEEEEE; /* Firefox */
  105. }
  106.  
  107. .wrapper {
  108. margin: 0px auto;
  109. {block:indexpage}
  110. {block:if1column}
  111. {block:ifrightsidebar}
  112. width:820px;
  113. {/block:ifrightsidebar}
  114. {block:ifnotrightsidebar}
  115. width:820px;
  116. {/block:ifnotrightsidebar}
  117. {/block:if1column}
  118. {block:if2column}
  119. {block:ifrightsidebar}
  120. width:940px;
  121. {/block:ifrightsidebar}
  122. {block:ifnotrightsidebar}
  123. width:1020px;
  124. {/block:ifnotrightsidebar}
  125. {/block:if2column}
  126. {/block:indexpage}
  127. {block:permalinkpage}
  128. {block:ifrightsidebar}
  129. width:940px;
  130. {/block:ifrightsidebar}
  131. {block:ifnotrightsidebar}
  132. width:1020px;
  133. {/block:ifnotrightsidebar}
  134. {/block:permalinkpage}
  135. }
  136.  
  137. #tumblr_controls {
  138. position:fixed !important;
  139. top: 3px;
  140. right: 3px;
  141. {block:ifInvertedTumblrControls}
  142. white-space :nowrap;
  143. -webkit-filter: invert(100%);
  144. -moz-filter: invert(100%);
  145. -o-filter: invert(100%);
  146. -ms-filter: invert(100%);
  147. filter: invert(100%);
  148. opacity:0.9;
  149. {/block:ifInvertedTumblrControls}
  150. }
  151.  
  152. body {
  153. margin: 0px;
  154. padding: 0px;
  155. color:{color:text};
  156. background-color: {color:Background};
  157. background-image:url({image:background});
  158. background-attachment: fixed !important;
  159. {block:ifNotCoverBackground}
  160. background-size: repeat;
  161. {/block:ifNotCoverBackground}
  162. {block:ifCoverBackground}
  163. background-size:cover;
  164. {/block:ifCoverBackground}
  165. font-family: Lato;
  166. font-size: 12px;
  167. line-height:110%;
  168. color:{color:text};
  169. }
  170.  
  171. p {
  172. margin:0px;
  173. margin-top:0px;
  174. }
  175.  
  176. a:link, a:active, a:visited {
  177. color: {color:Links};
  178. text-decoration: none;
  179. -webkit-transition: color 0.5s ease-out;
  180. -moz-transition: color 0.5s ease-out;
  181. }
  182.  
  183. a:hover {
  184. color:{color:Hover};
  185. text-decoration: none;
  186. -webkit-transition: color 0.3s ease-out;
  187. -moz-transition: color 0.3s ease-out;
  188. }
  189.  
  190. .entry {
  191. {block:IndexPage}
  192. width:220px;
  193. {/block:IndexPage}
  194. {block:PermalinkPage}
  195. width:500px;
  196. border: 1px solid #fefefe;
  197. {/block:PermalinkPage}
  198. margin:20px;
  199. padding:8px;
  200. height:auto;
  201. float:center;
  202. font-size: 10px;
  203. line-height:120%;
  204. background-color:{color:posts};
  205. {block:ifRoundBorders}
  206. border-radius:5px;
  207. {/block:ifRoundBorders}
  208. {block:ifShadows}
  209. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  210. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  211. box-shadow: 0 0 8px rgba(0,0,0,.1);
  212. {/block:ifShadows}
  213. -webkit-transition: all 0.7s ease-in-out;
  214. -moz-transition: all 0.7s ease-in-out;
  215. -o-transition: all 0.7s ease-in-out;
  216. transition: all 0.7s ease-in-out;
  217. }
  218.  
  219. .entry .photo {
  220. opacity:{text:opacity};
  221. -webkit-transition:all .5s ease-in-out;
  222. -moz-transition:all .5s ease-in-out;
  223. -o-transition:all .5s ease-in-out;
  224. transition:all .5s ease-in-out;
  225. }
  226.  
  227. .entry:hover .photo {
  228. opacity:1;
  229. -webkit-transition:all .5s ease-in-out;
  230. -moz-transition:all .5s ease-in-out;
  231. -o-transition:all .5s ease-in-out;
  232. transition:all .5s ease-in-out;
  233. }
  234.  
  235. .entry .permalink {
  236. position: absolute;
  237. height:auto;
  238. width:210px;
  239. color:{color:text};
  240. font-size:9px;
  241. opacity: 0;
  242. top:0px;
  243. padding:5px;
  244. background-color:white;
  245. line-height:125%;
  246. text-align:center;
  247. text-transform:Uppercase;
  248. letter-spacing:2px;
  249. display:block;
  250. z-index:999;
  251. -webkit-transition: all 0.5s linear;
  252. -webkit-transition: all 0.5s linear;
  253. -moz-transition: all 0.5s linear;
  254. transition: all 0.5s linear;
  255. }
  256.  
  257. .entry .permalink a {
  258. color:{color:permalink};
  259. -webkit-transition: all 0.5s linear;
  260. -webkit-transition: all 0.5s linear;
  261. -moz-transition: all 0.5s linear;
  262. transition: all 0.5s linear;
  263. }
  264.  
  265. .entry:hover .permalink {
  266. overflow:visible;
  267. top:8px;
  268. opacity: 0.9;
  269. -webkit-transition: all 0.5s linear;
  270. -webkit-transition: all 0.5s linear;
  271. -moz-transition: all 0.5s linear;
  272. transition: all 0.5s linear;
  273. }
  274.  
  275. #pagination {
  276. display:none;
  277. }
  278.  
  279. #posts {
  280. position:relative;
  281. {block:indexpage}
  282. {block:if1column}
  283. width:280px;
  284. {block:ifrightsidebar}
  285. margin-left:5px;
  286. {/block:ifrightsidebar}
  287. {block:ifnotrightsidebar}
  288. margin-left:350px;
  289. {/block:ifnotrightsidebar}
  290. {/block:if1column}
  291. {block:if2column}
  292. width:560px;
  293. {block:ifrightsidebar}
  294. margin-left:5px;
  295. {/block:ifrightsidebar}
  296. {block:ifnotrightsidebar}
  297. margin-left:350px;
  298. {/block:ifnotrightsidebar}
  299. {/block:if2column}
  300. {/block:indexpage}
  301. {block:permalinkpage}
  302. width:500px;
  303. {block:ifrightsidebar}
  304. margin-left:5px;
  305. {/block:ifrightsidebar}
  306. {block:ifnotrightsidebar}
  307. margin-left:350px;
  308. {/block:ifnotrightsidebar}
  309. {/block:permalinkpage}
  310. }
  311.  
  312. #sidebar {
  313. position:fixed;
  314. width:350px;
  315. height:156px;
  316. min-height:100px;
  317. margin-top:15%;
  318. {block:if1column}
  319. {block:ifrightsidebar}
  320. {block:indexpage}
  321. margin-left:280px;
  322. {/block:indexpage}
  323. {block:permalinkpage}
  324. margin-left:560px;
  325. {/block:permalinkpage}
  326. {/block:ifrightsidebar}
  327. {block:ifnotrightsidebar}
  328. margin-left:5px;
  329. {/block:ifnotrightsidebar}
  330. {/block:if1column}
  331. {block:if2column}
  332. {block:ifrightsidebar}
  333. margin-left:560px;
  334. {/block:ifrightsidebar}
  335. {block:ifnotrightsidebar}
  336. margin-left:5px;
  337. {/block:ifnotrightsidebar}
  338. {/block:if2column}
  339. z-index:9999;
  340. }
  341.  
  342. #picture img {
  343. position:relative;
  344. height:100px;
  345. width:100px;
  346. {block:ifroundsidebar}
  347. border-radius:60px;
  348. {/block:ifroundsidebar}
  349. {block:ifnotroundsidebar}
  350. {block:ifRoundBorders}
  351. border-radius:5px;
  352. {/block:ifRoundBorders}
  353. {/block:ifnotroundsidebar}
  354. padding:8px;
  355. background-color:{color:sidebar};
  356. opacity:0.9;
  357. {block:ifShadows}
  358. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  359. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  360. box-shadow: 0 0 8px rgba(0,0,0,.1);
  361. {/block:ifShadows}
  362. }
  363.  
  364. #description {
  365. height:53px;
  366. {block:ifUsePicture}
  367. width:209px;
  368. margin-left:125px;
  369. margin-top:-118px;
  370. {/block:ifUsePicture}
  371. {block:ifNotUsePicture}
  372. margin-left:0;
  373. width:335px;
  374. {/block:ifNotUsePicture}
  375. background-color:{color:sidebar};
  376. {block:ifRoundBorders}
  377. border-radius:5px;
  378. {/block:ifRoundBorders}
  379. line-height:125%;
  380. padding:8px;
  381. position:relative;
  382. text-align:center;
  383. letter-spacing: 1px;
  384. font-size:10px;
  385. color: {color:description};
  386. {block:ifShadows}
  387. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  388. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  389. box-shadow: 0 0 8px rgba(0,0,0,.1);
  390. {/block:ifShadows}
  391. }
  392.  
  393. .what {
  394. font-size: 12px;
  395. {block:ifUsePicture}
  396. margin-left:125px;
  397. width:215px;
  398. {/block:ifUsePicture}
  399. {block:ifNotUsePicture}
  400. margin-left:0;
  401. width:340px;
  402. {/block:ifNotUsePicture}
  403. {block:ifRoundBorders}
  404. border-radius:5px;
  405. {/block:ifRoundBorders}
  406. margin-top:5px;
  407. background-color:{color:sidebar};
  408. padding:5px;
  409. z-index: 99;
  410. height:auto;
  411. text-align:center;
  412. {block:ifShadows}
  413. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  414. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  415. box-shadow: 0 0 8px rgba(0,0,0,.1);
  416. {/block:ifShadows}
  417. }
  418.  
  419. #blogtitle{
  420. text-align: center;
  421. margin-top:0px;
  422. font-size: 40px;
  423. width:100%;
  424. height:45px;
  425. line-height:125%;
  426. font-family:Helvetidoodle;
  427. color: {color:blogtitle};
  428. z-index: 9999999;
  429. }
  430.  
  431. #blogtitle a {
  432. color: {color:blogtitle};
  433. }
  434.  
  435. #infscr-loading {
  436. bottom: -70px;
  437. position: absolute;
  438. left: 50%;
  439. margin-left:-8px;
  440. width:16px;
  441. height:11px;
  442. overflow:hidden;
  443. margin-bottom: 50px;
  444. }
  445.  
  446. .links {
  447. font-size:12px;
  448. width:10px;
  449. height:10px;
  450. padding:5px;
  451. border:1px solid {color:borders};
  452. display:inline-block;
  453. line-height:100%;
  454. margin:5px;
  455. -webkit-transition: all 0.3s linear;
  456. -webkit-transition: all 0.3s linear;
  457. -moz-transition: all 0.3s linear;
  458. transition: all 0.3s linear;
  459. }
  460.  
  461. .links:hover {
  462. border-radius:5px;
  463. -webkit-transition: all 0.3s linear;
  464. -webkit-transition: all 0.3s linear;
  465. -moz-transition: all 0.3s linear;
  466. transition: all 0.3s linear;
  467. }
  468.  
  469. .title{
  470. font-size: 12px;
  471. line-height:10px;
  472. color: {color:Title};
  473. font-weight: normal;
  474. padding:0px 0px 0px 0px;
  475. }
  476.  
  477. #s-m-t-tooltip {
  478. max-width:200px;
  479. z-index:99999999999999;
  480. padding:3px;
  481. font-size:11px;
  482. color:{color:text};
  483. line-height:10px;
  484. margin:10px 14px 7px 17px;
  485. background:white;
  486. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255 ,0.3);
  487. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255 ,255,0.3);
  488. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3 );
  489. }
  490.  
  491. .audioplayer {
  492. width:100%;
  493. height:87px;
  494. }
  495.  
  496. .album {
  497. position:absolute;
  498. z-index:1;
  499. margin-left:5px;
  500. margin-top:5px;
  501. width:70px;
  502. height:70px;
  503. }
  504.  
  505. .album img {
  506. float:left;
  507. width:70px;
  508. height:70px;
  509. }
  510.  
  511. .playbutton {
  512. margin-left:27px;
  513. margin-top:27px;
  514. opacity:0.5;
  515. width:26px;
  516. height:28px;
  517. overflow:hidden;
  518. position:absolute;
  519. z-index:999999;
  520. }
  521.  
  522. .song {
  523. position:absolute;
  524. text-transform:capitalize;
  525. letter-spacing:1px;
  526. margin-left:85px;
  527. margin-top:10px;
  528. line-height:13px;
  529. font-size:10px;
  530. }
  531.  
  532. blockquote {
  533. padding:2px 2px 2px 5px;
  534. margin:4px 4px 4px 7px;
  535. border-left: 4px solid #dddddd;
  536. }
  537.  
  538. ul, ol, li {
  539. list-style:none;
  540. margin:0px;
  541. padding:0px;
  542. }
  543.  
  544. .caption2 {
  545. color:{color:text};
  546. float:left;
  547. clear:left;
  548. }
  549.  
  550. .caption {
  551. color:{color:text};
  552. float:left;
  553. clear:left;
  554. width:100%;
  555. }
  556.  
  557. .caption img {
  558. width:100%;
  559. }
  560.  
  561. .question {
  562. margin-left:40px;
  563. margin-top:-35px;
  564. min-height:35px;
  565. padding:5px;
  566. border:1px solid {color:borders};
  567. border-radius:5px;
  568. }
  569.  
  570. .asker img {
  571. border-radius:15px;
  572. border:1px solid {color:borders};
  573. }
  574.  
  575. #answer {
  576. margin-top:5px;
  577. }
  578.  
  579. #answer img {
  580. width:100%;
  581. }
  582. {CustomCSS}
  583.  
  584. </style>
  585.  
  586.  
  587. {block:IndexPage}
  588.  
  589. <script type="text/javascript">
  590. (function($){
  591. $(document).ready(function(){
  592. $("[title],a[title],img[title]").style_my_tooltips({
  593. tip_follows_cursor:true,
  594. tip_delay_time:100,
  595. tip_fade_speed:300,
  596. attribute:"title"
  597. });
  598. });
  599. })(jQuery);
  600. </script>
  601.  
  602. {block:ifUseScrollToTop}
  603. <script src="http://static.tumblr.com/7u4rsen/doXmzlogf/scrolltotop.js"></script>
  604. {/block:ifUseScrollToTop}
  605.  
  606. <script src="http://static.tumblr.com/7u4rsen/ty1mywnp2/jquery.style-my-tooltips.js"></script>
  607. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  608. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  609.  
  610. <script type="text/javascript">
  611. $(window).load(function () {
  612. var $content = $('#posts');
  613. $content.masonry({itemSelector: '.entry'}),
  614. $content.infinitescroll({
  615. navSelector : 'div#pagination',
  616. nextSelector : 'div#pagination a#nextPage',
  617. itemSelector : '.entry',
  618. loading: {
  619. finishedMsg: '',
  620. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  621. },
  622. bufferPx : 600,
  623. debug : false,
  624. },
  625. // call masonry as a callback.
  626. function( newElements ) {
  627. var $newElems = $( newElements );
  628. $newElems.hide();
  629. // ensure that images load before adding to masonry layout
  630. $newElems.imagesLoaded(function(){
  631. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  632.  
  633.  
  634. });
  635. });
  636. });
  637. </script>
  638.  
  639. {/block:IndexPage}
  640.  
  641. <script src="http://static.tumblr.com/7u4rsen/zyLmzgpre/jqueryinfintescroll.js"></script>
  642.  
  643. </style>
  644.  
  645. </head>
  646.  
  647. <body onselectstart="return false;" ondragstart="return false;">
  648.  
  649.  
  650. <div class="wrapper">
  651.  
  652. <div id="sidebar">
  653. {block:ifUseTitle}<div id="blogtitle"><a href="/">{title}</a></div>{/block:ifUsetitle}{block:ifUsePicture}<div id="picture"><a href="/"><img src="{image:sidebar}"></a></div>{/block:ifUsePicture}<div id="description">{description}</div><div class="what">
  654. {block:ifLinkOneTitle}<div class="links"><a href="{text:link one}" title="{text:link one title}">Ⅰ</a></div>{/block:ifLinkOneTitle}
  655. {block:ifLinkTwoTitle}<div class="links"><a href="{text:link two}" title="{text:link two title}">Ⅱ</a></div>{/block:ifLinkTwoTitle}
  656. {block:ifLinkThreeTitle}<div class="links"><a href="{text:link three}" title="{text:link three title}">Ⅲ</a></div>{/block:ifLinkThreeTitle}
  657. {block:ifLinkFourTitle}<div class="links"><a href="{text:link four}" title="{text:link four title}">Ⅳ</a></div>{/block:ifLinkFourTitle}
  658. {block:ifLinkFiveTitle}<div class="links"><a href="{text:link five}" title="{text:link five title}">Ⅴ</a></div>{/block:ifLinkFiveTitle}
  659. {block:ifLinkSixTitle}<div class="links"><a href="{text:link six}" title="{text:link six title}">Ⅵ</a></div>{block:ifLinkSixTitle}</div></div>
  660.  
  661. <div id="posts">
  662.  
  663. {block:Posts}
  664. <div class="entry">
  665. {block:Text}
  666. {block:Title}<span class="title">{Title}</span>{/block:Title}
  667. <div class="caption"><span>{Body}</span></div>
  668. {block:IndexPage}
  669. <div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  670. </span></div></div>{/block:IndexPage}
  671. {/block:Text}
  672.  
  673. {block:Link}
  674. <center><a href="{URL}" class="title"><b>{Name}</b></a></center>
  675. {block:Description}<div class="caption">{Description}</div>{/block:Description}<br>{block:IndexPage}<div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  676. </span></div></div>{/block:IndexPage}
  677. {block:Link}
  678.  
  679. {block:Photo}
  680. {block:IndexPage}
  681. <div class="photo" style="line-height:0px;">
  682. <div class="permalink">
  683. <a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  684. <br>
  685. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  686. </div>
  687. <div class="photo">{LinkOpenTag}<a href="{permalink}"><img width="100%" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" /></a>{LinkCloseTag}</div>
  688. </div>
  689. {/block:IndexPage}
  690. {block:PermalinkPage}
  691. {LinkOpenTag}
  692. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}
  693. {/block:Photo}
  694.  
  695. {block:Photoset}
  696. {block:IndexPage}<div style="width=100%; line-height:0px; overflow-x:hidden; overflow-y:hidden;"><center>{Photoset-250}</center></div>{/block:IndexPage}
  697. <center>{block:PermalinkPage}{block:if1column}{Photoset-250}{/block:if1column}{block:if2column}{Photoset-500}{/block:if2column}{/block:PermalinkPage}</center>
  698. {block:IndexPage}<div class="photo" style="line-height:0px;">
  699. <div class="permalink">
  700. <a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  701. <br>
  702. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
  703. </div></div>{/block:IndexPage}
  704. {/block:Photoset}
  705.  
  706. {block:Quote}
  707. <b><i>{Quote}</i></b>{block:Source}<br> - {Source}{/block:Source}{block:IndexPage}<div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  708. </span></div></div>{/block:IndexPage}
  709. {/block:Quote}
  710.  
  711. {block:Chat}
  712. {block:Title}<span class="title">{Title}</span><p>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}
  713. </ul>{block:IndexPage}<div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  714. </span></div></div>{/block:IndexPage}
  715. {/block:Chat}
  716.  
  717. {block:Audio}
  718. <div class="audioplayer">
  719. <div class="album">
  720. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  721. <div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="song"><strong>Artist:</strong><span {block:Artist} style="display:none;" {/block:Artist}> Unknown</span>
  722. {block:Artist}{Artist}{/block:Artist}<br><strong>Title:</strong><span {block:TrackName} style="display:none;"{/block:TrackName}> Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><strong>Album:</strong> <span {block:Album} style="display:none;"{/block:Album}> Unknown </span>{block:Album}{Album}{/block:Album}<br>{block:PlayCount}<strong>Plays:</strong> {FormattedPlayCount}{/block:PlayCount}</div></div>{block:indexpage}
  723. <div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  724. </span></div></div>{/block:indexpage}
  725. {/block:Audio}
  726.  
  727. {block:Video}
  728. <center>{block:IndexPage}<div style="width=100%; overflow-x:hidden; overflow-y:hidden;">{Video-250}</div>{/block:IndexPage}</center>{block:PermalinkPage} <center>{block:if1column}{Video-250}{/block:if1column}{block:if2column}{Video-500}{/block:if2column}</center>{/block:PermalinkPage}{block:IndexPage}<div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  729. </span></div></div>{/block:IndexPage}
  730. {block:Video}
  731.  
  732. {block:Answer}
  733. <div class="asker"><img src="{AskerPortraitURL-30}"></div>
  734.  
  735. <div class="question"><strong><strong>{Asker}:{Question}</strong></strong></div>
  736.  
  737. <div id="answer">{Answer}</div>
  738.  
  739. {block:indexpage}<div align="center"><div style="margin-top:5px; letter-spacing:1px; font-size:10px;line-height:10px; border-top: 1px solid transparent; padding-bottom: 1px; clear:both;"><a href="{reblogurl}">Reblog</a> this with <a href="{permalink}">{notecountwithlabel}</a>
  740. </span></div></div>{/block:indexpage}
  741. {/block:Answer}
  742.  
  743. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  744.  
  745. {block:PermalinkPage}
  746. {block:Date}
  747. {block:Caption}{Caption}{/block:Caption}<center>
  748. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  749. {block:NoteCount}{NoteCount} Notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  750. {/block:Date}
  751. {/block:PermalinkPage}
  752.  
  753. {block:PostNotes}{PostNotes}
  754. {/block:PostNotes}
  755. </div>
  756.  
  757. {/block:Posts}
  758. </div>
  759. </div>
  760. {block:IndexPage}<br>
  761. {block:Pagination}
  762. <div id="pagination">
  763. {block:NextPage}
  764. <a id="nextPage" href="{NextPage}">next</a>
  765. {/block:NextPage}
  766. {block:PreviousPage}
  767. <a href="{PreviousPage}">back</a>
  768. {/block:PreviousPage}
  769. </div>
  770. {/block:Pagination}
  771. {/block:IndexPage}
  772. </div>
  773.  
  774. </body>
  775.  
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement