Advertisement
spacethemes

Spacetheme43 - Galileo

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