Advertisement
spacethemes

Spacetheme18 - Magnetic

Mar 15th, 2014
1,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.82 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. <meta name="if:Use Sidebar" content="1"/>
  34. <meta name="if:Tiny Scrollbar" content="0"/>
  35. <meta name="if:Inverted Tumblr Controls" content="0"/>
  36. <meta name="if:Use Scroll To Top" content="1"/>
  37. <meta name="color:Background" content="#acacac"/>
  38. <meta name="color:Text" content="#130C11"/>
  39. <meta name="color:Title" content="#130C11"/>
  40. <meta name="color:Posts" content="#FFFFFF"/>
  41. <meta name="color:Lines" content ="#888888"/>
  42. <meta name="color:Blogtitle" content="#130C11"/>
  43. <meta name="color:Links" content="#547EA5"/>
  44. <meta name="color:Hover" content="#130C11"/>
  45. <meta name="color:Scrollbar" content="#130C11"/>
  46. <meta name="image:Background" content="1"/>
  47. <meta name="image:Sidebar" content="1"/>
  48. <meta name="text:Link One" content="" />
  49. <meta name="text:Link One Title" content="" />
  50. <meta name="text:Link Two" content="" />
  51. <meta name="text:Link Two Title" content="" />
  52. <meta name="text:Link Three" content="" />
  53. <meta name="text:Link Three Title" content="" />
  54. <meta name="text:Link Four" content="" />
  55. <meta name="text:Link Four Title" content="" />
  56. <meta name="text:Link Five" content="" />
  57. <meta name="text:Link Five Title" content="" />
  58. <meta name="text:Link Six" content="" />
  59. <meta name="text:Link Six Title" content="" />
  60. <meta name="text:Link Seven" content="" />
  61. <meta name="text:Link Seven Title" content="" />
  62. <meta name="text:Link Eight" content="" />
  63. <meta name="text:Link Eight Title" content="" />
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  68.  
  69. <style type="text/css">
  70.  
  71. {block:iftinyscrollbar}:
  72. :-webkit-scrollbar {
  73. width: 6px;
  74. height: 4px;
  75. background: {color:Background};
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb {
  79. background-color: {color:scrollbar};
  80. }
  81. {/block:iftinyscrollbar}
  82.  
  83. ::selection {
  84. background: #EEEEEE; /* Safari */
  85. }
  86. ::-moz-selection {
  87. background: #EEEEEE; /* Firefox */
  88. }
  89.  
  90. .wrapper {
  91. margin: 0px auto;
  92. width: 1000px;
  93. }
  94.  
  95. #tumblr_controls {
  96. position:fixed !important;
  97. top: 3px;
  98. right: 3px;
  99. {block:ifInvertedTumblrControls}
  100. white-space :nowrap;
  101. -webkit-filter: invert(100%);
  102. -moz-filter: invert(100%);
  103. -o-filter: invert(100%);
  104. -ms-filter: invert(100%);
  105. filter: invert(100%);
  106. opacity:0.9;
  107. {/block:ifInvertedTumblrControls}
  108. }
  109.  
  110. body {
  111. margin: 3px;
  112. padding: 2px;
  113. color:{color:text};
  114. background-color: {color:Background};
  115. background-image:url({image:background});
  116. background-attachment: fixed !important;
  117. background-size: repeat;
  118. font-family: Droid Sans Mono;
  119. font-size: 12px;
  120. line-height:110%;
  121. color:{color:text};
  122. }
  123.  
  124. p {
  125. margin:0px;
  126. margin-top:0px;
  127. }
  128.  
  129. a:link, a:active, a:visited {
  130. color: {color:Links};
  131. text-decoration: none;
  132. -webkit-transition: color 0.5s ease-out;
  133. -moz-transition: color 0.5s ease-out;
  134. }
  135.  
  136. a:hover {
  137. color:{color:Hover};
  138. text-decoration: none;
  139. -webkit-transition: color 0.3s ease-out;
  140. -moz-transition: color 0.3s ease-out;
  141. }
  142.  
  143. .entry {
  144. {block:IndexPage}
  145. width:200px;
  146. {/block:IndexPage}
  147. {block:PermalinkPage}
  148. width:500px;
  149. border: 1px solid #fefefe;
  150. {/block:PermalinkPage}
  151. margin:20px;
  152. padding: 35px;
  153. border: 1px solid {color:lines};
  154. float:left;
  155. background-color: {color:posts};
  156. font-size: 10px;
  157. line-height:110%;
  158. opacity: 0.9;
  159. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  160. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  161. box-shadow: 0 0 8px rgba(0,0,0,.1);
  162. -webkit-transition: all 0.7s ease-in-out;
  163. -moz-transition: all 0.7s ease-in-out;
  164. -o-transition: all 0.7s ease-in-out;
  165. transition: all 0.7s ease-in-out;
  166. }
  167.  
  168. .entry:hover {
  169. {block:IndexPage}
  170. width:200px;
  171. {/block:IndexPage}
  172. {block:PermalinkPage}
  173. width:500px;
  174. border: 1px solid #fefefe;
  175. {/block:PermalinkPage}
  176. margin:20px;
  177. padding: 35px;
  178. border: 1px solid gray;
  179. float:left;
  180. background-color: {color:posts};
  181. font-size: 10px;
  182. line-height:110%;
  183. opacity: 1;
  184. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  185. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  186. box-shadow: 0 0 8px rgba(0,0,0,.1);
  187. -webkit-transition: all 0.7s ease-in-out;
  188. -moz-transition: all 0.7s ease-in-out;
  189. -o-transition: all 0.7s ease-in-out;
  190. transition: all 0.7s ease-in-out;
  191. }
  192.  
  193. .entry .permalink {
  194. position:absolute;
  195. bottom: 36px;
  196. width:auto;
  197. height:auto;
  198. padding-top: 2px;
  199. padding-bottom:2px;
  200. letter-spacing:2px;
  201. background-color:white;
  202. overflow:hidden;
  203. text-align:center;
  204. opacity:0.0;
  205. font-size: 10px;
  206. line-height:12px;
  207. z-index:0;
  208. -webkit-transition: all 0.3s linear;
  209. -webkit-transition: all 0.3s linear;
  210. -moz-transition: all 0.3s linear;
  211. transition: all 0.3s linear;
  212. }
  213.  
  214. .entry:hover .permalink {
  215. bottom:36px;
  216. width:auto;
  217. height: auto;
  218. font-size: 10px;
  219. line-height: 12px;
  220. padding-top: 2px;
  221. padding-bottom:2px;
  222. overflow:visible;
  223. opacity: 1;
  224. -webkit-transition: all 0.4s linear;
  225. -webkit-transition: all 0.4s linear;
  226. -moz-transition: all 0.4s linear;
  227. transition: all 0.4s linear;
  228. }
  229.  
  230. .entry .permalink2 {
  231. position:absolute;
  232. bottom: -17px;
  233. width:auto;
  234. height:auto;
  235. margin-left: -36px;
  236. padding-top: 2px;
  237. padding-bottom:2px;
  238. padding-left: 2px;
  239. padding-right: 2px;
  240. letter-spacing:2px;
  241. background-color:white;
  242. overflow:hidden;
  243. text-align:center;
  244. opacity:0.0;
  245. font-size: 10px;
  246. line-height:12px;
  247. border-left:1px solid {color:lines};
  248. border-bottom:1px solid {color:lines};
  249. border-right:1px solid {color:lines};
  250. z-index:0;
  251. -webkit-transition: all 0.3s linear;
  252. -webkit-transition: all 0.3s linear;
  253. -moz-transition: all 0.3s linear;
  254. transition: all 0.3s linear;
  255. }
  256.  
  257. .entry:hover .permalink2 {
  258. bottom:-17px;
  259. width:auto;
  260. height: auto;
  261. margin-left:-36px;
  262. font-size: 10px;
  263. line-height: 12px;
  264. padding-top: 2px;
  265. padding-bottom:2px;
  266. padding-left: 2px;
  267. padding-right: 2px;
  268. overflow:visible;
  269. opacity: 1;
  270. border-left:1px solid {color:lines};
  271. border-bottom:1px solid {color:lines};
  272. border-right:1px solid {color:lines};
  273. -webkit-transition: all 0.4s linear;
  274. -webkit-transition: all 0.4s linear;
  275. -moz-transition: all 0.4s linear;
  276. transition: all 0.4s linear;
  277. }
  278.  
  279. #pagination {
  280. display:none;
  281. }
  282. {block:ifUseSidebar}
  283. #top {
  284. position: fixed;
  285. height: 23px;
  286. margin-top: -1px;
  287. margin-left: 320px;
  288. padding: 5px;
  289. width: 572px;
  290. top: 0px;
  291. opacity: 0.6;
  292. background-color: {color:lines};
  293. border: 1px solid {color:lines};
  294. z-index: 2;
  295. }
  296.  
  297. #bottom {
  298. position: fixed;
  299. height: 21px;
  300. margin-bottom: -1px;
  301. margin-left: 320px;
  302. padding: 5px;
  303. width: 572px;
  304. bottom: 0px;
  305. opacity: 0.6;
  306. background-color: {color:lines};
  307. border: 1px solid {color:lines};
  308. font-size: 10px;
  309. z-index: 2;
  310. }
  311.  
  312. #t1 {
  313. width: 4;
  314. opacity: 0.6;
  315. height: 0;
  316. border-top: 34px solid {color:lines};
  317. border-left: 34px solid transparent ;
  318. position:fixed;
  319. margin-top: -5px;
  320. margin-left:286px;
  321. z-index:100;
  322. overflow:hidden;
  323. }
  324.  
  325. #t2 {
  326. width: 4;
  327. height: 0;
  328. opacity: 0.6;
  329. z-index:999999999;
  330. border-top: 34px solid {color:lines};
  331. border-right: 34px solid transparent;
  332. margin-top:-5px;
  333. position:fixed;
  334. margin-left:904px;
  335. }
  336.  
  337. #t3 {
  338. width: 4;
  339. opacity: 0.6;
  340. height: 0;
  341. border-bottom: 37px solid {color:lines};
  342. border-left: 37px solid transparent ;
  343. position:fixed;
  344. bottom: -5px;
  345. margin-left:283px;
  346. z-index:100;
  347. overflow:hidden;
  348. }
  349.  
  350. #t4 {
  351. width: 4;
  352. height: 0;
  353. opacity: 0.6;
  354. z-index:999999999;
  355. border-bottom: 37px solid {color:lines};
  356. border-right: 37px solid transparent;
  357. bottom:-5px;
  358. position:fixed;
  359. margin-left:904px;
  360. }
  361.  
  362. #posts {
  363. position:relative;
  364. top: 40px;
  365. {block:IndexPage}
  366. width: 800px;
  367. margin-left: 300px;
  368. margin-top: 0px;
  369. {block:ifgrayscale}
  370. -webkit-filter: grayscale(100%);
  371. -webkit-transition: all 2s ease-in-out;
  372. -moz-transition: all 2s ease-in-out;
  373. -o-transition: all 2s ease-in-out;
  374. transition: all 2s ease-in-out;
  375. {/block:ifgrayscale}
  376. {/block:IndexPage}
  377. {block:PermalinkPage}
  378. width: 500px;
  379. margin-left: 305px;
  380. margin-top: 0px;
  381. {/block:PermalinkPage}
  382. }
  383.  
  384. #sidebar {
  385. position:fixed;
  386. height: auto;
  387. margin-left: 10px;
  388. width: 200px;
  389. top:100px;
  390. text-align: right;
  391. padding: 35px;
  392. margin-top: 0px;
  393. background-color: {color:posts};
  394. font-size: 10px;
  395. line-height:110%;
  396. letter-spacing: 0px;
  397. z-index: 1;
  398. border: 1px solid {color:lines};
  399. color: {color:text};
  400. -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
  401. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
  402. box-shadow: 0 0 8px rgba(0,0,0,.1);
  403. }
  404.  
  405. #blogtitle{
  406. position: fixed;
  407. margin-left: 10px;
  408. top: 72px;
  409. text-align: center;
  410. font-size: 40px;
  411. width: 270px;
  412. padding-bottom: 15px;
  413. padding-top: 10px;
  414. font-family:Allura;
  415. color: {color:blogtitle};
  416. z-index: 2;
  417. }
  418. {/block:ifUseSidebar}
  419.  
  420. {block:ifNotUseSidebar}
  421. #top {
  422. position: fixed;
  423. height: 23px;
  424. margin-top: -1px;
  425. margin-left: 220px;
  426. padding: 5px;
  427. width: 572px;
  428. top: 0px;
  429. opacity: 0.6;
  430. background-color: {color:lines};
  431. border: 1px solid {color:lines};
  432. z-index: 2;
  433. }
  434.  
  435. #bottom {
  436. position: fixed;
  437. height: 21px;
  438. margin-bottom: -1px;
  439. margin-left: 220px;
  440. padding: 5px;
  441. width: 572px;
  442. bottom: 0px;
  443. opacity: 0.6;
  444. background-color: {color:lines};
  445. border: 1px solid {color:lines};
  446. font-size: 10px;
  447. z-index: 2;
  448. }
  449.  
  450. #t1 {
  451. width: 4;
  452. opacity: 0.6;
  453. height: 0;
  454. border-top: 34px solid {color:lines};
  455. border-left: 34px solid transparent ;
  456. position:fixed;
  457. margin-top: -5px;
  458. margin-left:186px;
  459. z-index:100;
  460. overflow:hidden;
  461. }
  462.  
  463. #t2 {
  464. width: 4;
  465. height: 0;
  466. opacity: 0.6;
  467. z-index:999999999;
  468. border-top: 34px solid {color:lines};
  469. border-right: 34px solid transparent;
  470. margin-top:-5px;
  471. position:fixed;
  472. margin-left:804px;
  473. }
  474.  
  475. #t3 {
  476. width: 4;
  477. opacity: 0.6;
  478. height: 0;
  479. border-bottom: 37px solid {color:lines};
  480. border-left: 37px solid transparent ;
  481. position:fixed;
  482. bottom: -5px;
  483. margin-left:183px;
  484. z-index:100;
  485. overflow:hidden;
  486. }
  487.  
  488. #t4 {
  489. width: 4;
  490. height: 0;
  491. opacity: 0.6;
  492. z-index:999999999;
  493. border-bottom: 37px solid {color:lines};
  494. border-right: 37px solid transparent;
  495. bottom:-5px;
  496. position:fixed;
  497. margin-left:804px;
  498. }
  499.  
  500. #posts {
  501. position:relative;
  502. top: 40px;
  503. {block:IndexPage}
  504. width: 800px;
  505. margin-left: 200px;
  506. margin-top: 0px;
  507. {block:ifgrayscale}
  508. -webkit-filter: grayscale(100%);
  509. -webkit-transition: all 2s ease-in-out;
  510. -moz-transition: all 2s ease-in-out;
  511. -o-transition: all 2s ease-in-out;
  512. transition: all 2s ease-in-out;
  513. {/block:ifgrayscale}
  514. {/block:IndexPage}
  515. {block:PermalinkPage}
  516. width: 500px;
  517. margin-left: 305px;
  518. margin-top: 0px;
  519. {/block:PermalinkPage}
  520. }
  521. {/block:ifNotUseSidebar}
  522.  
  523. #blogtitle a {
  524. color: {color:blogtitle};
  525. }
  526.  
  527. #infscr-loading {
  528. bottom: -70px;
  529. position: absolute;
  530. left: 50%;
  531. margin-left:-8px;
  532. width:16px;
  533. height:11px;
  534. overflow:hidden;
  535. margin-bottom: 50px;
  536. }
  537.  
  538. #toplinks a {
  539. width: auto;
  540. text-align: center;
  541. padding-left: 7px;
  542. padding-right: 7px;
  543. padding-top: 2px;
  544. padding-bottom: 2px;
  545. margin: 5px;
  546. letter-spacing:2px;
  547. background-color: {color:posts};
  548. display: inline-block;
  549. color: {color:links};
  550. }
  551.  
  552. #toplinks a:hover {
  553. background-color: {color:links};
  554. color: white;
  555. -webkit-transition: all 0.7s ease;
  556. -moz-transition: all 0.7s ease;
  557. -o-transition: all 0.7s ease;
  558. transition: all 0.7s ease;
  559. }
  560.  
  561. #description {
  562. position: relative;
  563. width: auto;
  564. height: auto;
  565. top: 2px;
  566. letter-spacing: 1px;
  567. text-align: center;
  568. color: {color:text};
  569. padding: 2px;
  570. background-color: {color:posts};
  571. }
  572.  
  573. .what {
  574. font-size: 10px;
  575. z-index: 99;
  576. text-align: center;
  577. }
  578.  
  579. .title{
  580. font-size: 12px;
  581. line-height:10px;
  582. color: {color:Title};
  583. font-weight: normal;
  584. padding:0px 0px 0px 0px;
  585. }
  586.  
  587. #s-m-t-tooltip {
  588. max-width:200px;
  589. z-index:99999999999999;
  590. padding:3px;
  591. font-size:11px;
  592. color:gray;
  593. line-height:10px;
  594. margin:10px 14px 7px 17px;
  595. background:white;
  596. -moz-border-radius:3px;
  597. -webkit-border-radius:3px;
  598. border-radius:3px;
  599. -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255 ,0.3);
  600. -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255 ,255,0.3);
  601. box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3 );
  602. }
  603.  
  604. blockquote {
  605. padding:2px 2px 2px 5px;
  606. margin:4px 4px 4px 7px;
  607. border-left: 4px solid #dddddd;
  608. }
  609.  
  610. ul, ol, li {
  611. list-style:none;
  612. margin:0px;
  613. padding:0px;
  614. }
  615.  
  616. #ask {
  617. float:left
  618. clear:right;
  619. }
  620.  
  621. #ask img {
  622. max-width: 100%;
  623. }
  624.  
  625. .caption2 {
  626. color:{color:text};
  627. float:left;
  628. clear:left;
  629. }
  630.  
  631. .caption {
  632. color:{color:text};
  633. float:left;
  634. clear:left;
  635. width:100%;
  636. }
  637.  
  638. .caption img {
  639. width:100%;
  640. }
  641.  
  642. {CustomCSS}
  643.  
  644. </style>
  645.  
  646.  
  647. {block:IndexPage}
  648.  
  649. <script type="text/javascript">
  650. (function($){
  651. $(document).ready(function(){
  652. $("[title],a[title],img[title]").style_my_tooltips({
  653. tip_follows_cursor:true,
  654. tip_delay_time:100,
  655. tip_fade_speed:300,
  656. attribute:"title"
  657. });
  658. });
  659. })(jQuery);
  660. </script>
  661.  
  662. {block:ifUseScrollToTop}
  663. <script src="http://static.tumblr.com/7u4rsen/doXmzlogf/scrolltotop.js"></script>
  664. {/block:ifUseScrollToTop}
  665.  
  666. <script src="http://static.tumblr.com/7u4rsen/ty1mywnp2/jquery.style-my-tooltips.js"></script>
  667. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  668. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  669.  
  670. <script type="text/javascript">
  671. $(window).load(function () {
  672. var $content = $('#posts');
  673. $content.masonry({itemSelector: '.entry'}),
  674. $content.infinitescroll({
  675. navSelector : 'div#pagination',
  676. nextSelector : 'div#pagination a#nextPage',
  677. itemSelector : '.entry',
  678. loading: {
  679. finishedMsg: '',
  680. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  681. },
  682. bufferPx : 600,
  683. debug : false,
  684. },
  685. // call masonry as a callback.
  686. function( newElements ) {
  687. var $newElems = $( newElements );
  688. $newElems.hide();
  689. // ensure that images load before adding to masonry layout
  690. $newElems.imagesLoaded(function(){
  691. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  692.  
  693.  
  694. });
  695. });
  696. });
  697. </script>
  698.  
  699. {/block:IndexPage}
  700.  
  701. <script src="http://static.tumblr.com/7u4rsen/zyLmzgpre/jqueryinfintescroll.js"></script>
  702.  
  703. <title>{title}</title>
  704.  
  705. <link rel="shortcut icon" href="{Favicon}">
  706. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  707. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  708.  
  709. </style>
  710.  
  711. </head>
  712.  
  713. <body onselectstart="return false;" ondragstart="return false;">
  714.  
  715. <div class="wrapper">
  716. <div id="t1"></div><div id="t2"></div><div id="t3"></div><div id="t4"></div>
  717. <div id="top"><div class="what">
  718. <div id="toplinks">
  719. {block:ifLinkOneTitle}
  720. <a href="{text:Link One}">{text:Link One Title}{/block:ifLinkOneTitle}
  721. {block:ifLinkTwoTitle}
  722. <a href="{text:Link Two}">{text:Link Two Title}{/block:ifLinkTwoTitle}
  723. {block:ifLinkThreeTitle}
  724. <a href="{text:Link Three}">{text:Link Three Title}{/block:ifLinkThreeTitle}
  725. {block:ifLinkFourTitle}
  726. <a href="{text:Link Four}">{text:Link Four Title}{/block:ifLinkFourTitle}
  727. {block:ifLinkFiveTitle}
  728. <a href="{text:Link Five}">{text:Link Five Title}{/block:ifLinkFiveTitle}
  729. {block:ifLinkSixTitle}
  730. <a href="{text:Link Six}">{text:Link Six Title}{/block:ifLinkSixTitle}
  731. {block:ifLinkSevenTitle}
  732. <a href="{text:Link Seven}">{text:Link Seven Title}{/block:ifLinkSevenTitle}
  733. {block:ifLinkEightTitle}
  734. <a href="{text:Link Eight}">{text:Link Eight Title}{/block:ifLinkEightTitle}
  735. </div>
  736. </div>
  737. </div>
  738. <div id="bottom"><div id="description">{description}</div></div>
  739.  
  740. {block:ifUseSidebar}
  741. <div id="blogtitle"><a href="/">{title}</a></div>
  742. <div id="sidebar"><center><a href="/"><img src="{image:sidebar}" style="opacity:0.9" width=200px;></a></center></div>
  743. {block:ifUseSidebar}
  744.  
  745. <div id="posts">
  746.  
  747. {block:Posts}
  748.  
  749. <div class="entry">
  750.  
  751. {block:Text}
  752. {block:Title}<span class="title">{Title}</span>{/block:Title}
  753. <div class="caption"><span>{Body}</span></div>{block:IndexPage}<a href="{permalink}"><div align="right"><div class="permalink2">
  754. <a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a>
  755. </div></div>{/block:IndexPage}
  756. {/block:Text}
  757.  
  758. {block:Link}
  759. <a href="{URL}" class="title">{Name}</a>
  760. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<div class="permalink2">
  761. <a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a>
  762. </div>{/block:IndexPage}
  763. {block:Link}
  764.  
  765.  
  766. {block:Photo}
  767. {block:IndexPage}
  768. <div class="photo">
  769. <div class="permalink">
  770. <a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a>
  771. </div>
  772. <div class="photo">{LinkOpenTag}<a href="{permalink}"><img width="200" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" /></a>{LinkCloseTag}</div>
  773. </div>
  774. {/block:IndexPage}
  775. {block:PermalinkPage}
  776. {LinkOpenTag}
  777. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}
  778. {/block:Photo}
  779.  
  780. {block:Photoset}
  781. {block:IndexPage}<div style="width=100%; overflow-x:hidden; overflow-y:hidden;"><center>{Photoset-250}</center></div>{/block:IndexPage}
  782. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  783. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  784. {/block:Photoset}
  785.  
  786. {block:Quote}
  787. {Quote}{block:Source}<b>{Source}</b>{/block:Source}{block:IndexPage}<div class="permalink2">
  788. <a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a>
  789. </div>{/block:IndexPage}
  790. {/block:Quote}
  791.  
  792. {block:Chat}
  793. {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}
  794. </ul>{block:IndexPage}<div class="permalink2">
  795. <a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a>
  796. </div>{/block:IndexPage}
  797. {/block:Chat}
  798.  
  799. {block:Audio}<div style="width:250px; height:28px;">{AudioPlayerWhite}</div>{block:IndexPage}<div class="caption">{caption}</div>{/block:IndexPage}
  800. {block:IndexPage}<div class="permalink2"><a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  801. {/block:Audio}
  802.  
  803. {block:Video}
  804. <center>{block:IndexPage}<div style="width=100%; overflow-x:hidden; overflow-y:hidden;">{Video-250}</div>{/block:IndexPage}</center>{block:PermalinkPage} <center>{Video-500}</center>{/block:PermalinkPage}{block:IndexPage}<div class="permalink2"><a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  805. {block:Video}
  806.  
  807. {block:Answer}
  808. <strong>{Asker}:</strong> {Question}<p><div class="caption2"><strong>Answer:</strong></div><div id="ask"> {Answer}</div> {block:IndexPage}<div class="permalink2"><a href="{Permalink}">{NoteCount}</a>//<a href="{reblogURL}">Reblog</a></div>{/block:IndexPage}
  809. {/block:Answer}
  810.  
  811. {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}
  812.  
  813. {block:PermalinkPage}
  814. {block:Date}
  815. {block:Caption}{Caption}{/block:Caption}<center>
  816. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  817. {block:NoteCount}{NoteCount} Notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  818. {/block:Date}
  819. {/block:PermalinkPage}
  820.  
  821. {block:PostNotes}{PostNotes}
  822. {/block:PostNotes}
  823. </div>
  824.  
  825. {/block:Posts}
  826. </div>
  827. </div>
  828. {block:IndexPage}<br>
  829. {block:Pagination}
  830. <div id="pagination">
  831. {block:NextPage}
  832. <a id="nextPage" href="{NextPage}">next</a>
  833. {/block:NextPage}
  834. {block:PreviousPage}
  835. <a href="{PreviousPage}">back</a>
  836. {/block:PreviousPage}
  837. </div>
  838. {/block:Pagination}
  839. {/block:IndexPage}
  840. </div>
  841.  
  842. </body>
  843.  
  844. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement