Advertisement
thewicked-eternity

theme 022 - starlight

Dec 29th, 2012
17,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.65 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!--
  4. Theme 022 - Starlight by thewicked-eternity.tumblr.com
  5. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  6. For any help, visit wickedeternitythemehelp.tumblr.com
  7. -->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12. <meta name="description" content="{MetaDescription}" />
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:Text" content="#B3B5C3"/>
  17. <meta name="color:Post Background" content="#FFFFFF"/>
  18. <meta name="color:Post Border" content="#F3F3F3"/>
  19. <meta name="color:Links" content="#8C8D97"/>
  20. <meta name="color:Links Hover" content="#BDBDBD"/>
  21. <meta name="color:Navigation" content="#8C8C8C"/>
  22. <meta name="color:Navigation Hover" content="#BDBDBD"/>
  23. <meta name="color:Navigation Border" content="#BDBDBD">
  24. <meta name="color:Info Background" content="#FFFFFF"/>
  25. <meta name="color:Info Background 2" content="#FFFFFF"/>
  26. <meta name="color:Info Border" content="#F3F3F3"/>
  27. <meta name="color:Asker Background" content="#F8F8F8"/>
  28. <meta name="color:Scrollbar" content="#6A6A6A"/>
  29.  
  30. <meta name="image:Background" content=""/>
  31.  
  32. <meta name="font:Title" content="georgia"/>
  33. <meta name="font:Body" content="arial" />
  34. <meta name="font:Description" content="arial"/>
  35.  
  36. <meta name="if:2 Column Posts" content="0"/>
  37. <meta name="if:Change Title Font" content="0"/>
  38. <meta name="if:Full Size Audio Post" content="0"/>
  39. <meta name="if:Hide Info Bar" content="0"/>
  40. <meta name="if:Hide Photo Captions" content="0"/>
  41. <meta name="if:Hide Pagination" content="0"/>
  42. <meta name="if:Hide Post Border" content="0"/>
  43. <meta name="if:Enable Infinite Scrolling" content="0"/>
  44. <meta name="if:Show Title" content="0"/>
  45. <meta name="if:Show Submit" content="0"/>
  46. <meta name="if:Show Description" cotent="0"/>
  47. <meta name="if:Smaller Album Art" content="0"/>
  48.  
  49. <meta name="text:Link 01" content="http://"/>
  50. <meta name="text:Link 01 Title" content=""/>
  51. <meta name="text:Link 02" content="http://">
  52. <meta name="text:Link 02 Title" content=""/>
  53. <meta name="text:Link 03" content="http://"/>
  54. <meta name="text:Link 03 Title" content=""/>
  55. <meta name="text:Link 04" content="http://"/>
  56. <meta name="text:Link 04 Title" content=""/>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
  59.  
  60. <style type="text/css">
  61.  
  62. /* --- SCROLLBAR & TUMBLR CONTROLS --- */
  63.  
  64. ::-webkit-scrollbar-thumb:vertical {
  65. background-color:{color:Scrollbar};
  66. height:30px;
  67. }
  68.  
  69. ::-webkit-scrollbar-thumb:horizontal {
  70. background-color:{color:Scrollbar};
  71. height:5px!important;
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. background-color:{color:Background};
  76. height:5px;
  77. width:5px;
  78. }
  79.  
  80. iframe#tumblr_controls {
  81. top:40px !important;
  82. }
  83.  
  84. /* --- POSTS --- */
  85.  
  86. body {
  87. color:{color:Text};
  88. background-attachment:fixed;
  89. background-color:{color:Background};
  90. background-image: url('{image:Background}');
  91. background-position:top left;
  92. background-repeat:repeat;
  93. text-align:justify;
  94. font-family:{font:Body};
  95. font-size:10px;
  96. margin:0;
  97. }
  98.  
  99. a {
  100. color: {color:Links};
  101. text-decoration:none;
  102. background-color:white;
  103. -webkit-transition:opacity 0.8s linear;
  104. -webkit-transition:all 0.3s ease-out;
  105. -moz-transition:all 0.3s ease-out;
  106. transition:all 0.3s ease-out;
  107. }
  108.  
  109. a:hover {
  110. text-decoration:none;
  111. color:{color:Links Hover};
  112. }
  113.  
  114. #container {
  115. width:100%;
  116. margin:auto;
  117. padding-bottom:30px;
  118. position:relative;
  119. }
  120.  
  121. {block:IndexPage}
  122. #entries {
  123. position:absolute;
  124. overflow:hidden;
  125. width:850px;
  126. margin:20px auto;
  127. }
  128.  
  129. #posts {
  130. text-align:justify;
  131. padding:7px;
  132. margin:5px;
  133. width:250px;
  134. height:auto;
  135. float:left;
  136. {block:IfNotHidePostBorder}
  137. border:1px solid {color:Post Border};
  138. {/block:IfNotHidePostBorder}
  139. background-color:{color:Post Background};
  140. }
  141.  
  142. #posts:hover #info1 {
  143. opacity:0.8;
  144. margin-top:0px;
  145. -webkit-transition:opacity 0.8s linear;
  146. -webkit-transition:all 0.3s ease-out;
  147. -moz-transition:all 0.3s ease-out;
  148. transition:all 0.3s ease-out;
  149. }
  150.  
  151. #photo img {
  152. width:250px;
  153. }
  154.  
  155. {block:IfHideInfoBar}
  156. #info1 {
  157. opacity:0.0;
  158. z-index:999;
  159. width:250px;
  160. margin-top:-25px;
  161. position:absolute;
  162. background-color:{color:Info Background 2};
  163. {block:If2ColumnPosts}
  164. width:400px;
  165. {/block:If2ColumnPosts}
  166. -webkit-transition:opacity 0.8s linear;
  167. -webkit-transition:all 0.3s ease-out;
  168. -moz-transition:all 0.3s ease-out;
  169. transition:all 0.3s ease-out;
  170. }
  171.  
  172. #info1 a {
  173. background-color:transparent;
  174. }
  175.  
  176. #info1 img {
  177. opacity:0.6;
  178. -webkit-transition:opacity 0.8s linear;
  179. -webkit-transition:all 0.3s ease-out;
  180. -moz-transition:all 0.3s ease-out;
  181. transition:all 0.3s ease-out;
  182. }
  183.  
  184. #info1 img:hover {
  185. opacity:1.0;
  186. border:0px;
  187. }
  188. {/block:IfHideInfoBar}
  189. {/block:IndexPage}
  190.  
  191.  
  192. {block:If2ColumnPosts}
  193. {block:IndexPage}
  194. #entries {
  195. position:absolute;
  196. overflow:hidden;
  197. width:860px;
  198. margin:10px auto;
  199. }
  200.  
  201. #posts {
  202. text-align:justify;
  203. padding:7px;
  204. margin:5px;
  205. width:400px;
  206. height:auto;
  207. float:left;
  208. {block:IfNotHidePostBorder}
  209. border:1px solid {color:Post Border};
  210. {/block:IfNotHidePostBorder}
  211. background-color:{color:Post Background};
  212. -webkit-transition:opacity 0.8s linear;
  213. -webkit-transition:all 0.3s ease-out;
  214. -moz-transition:all 0.3s ease-out;
  215. transition:all 0.3s ease-out;
  216. }
  217.  
  218. #photo img {
  219. width:400px;
  220. }
  221. {/block:IndexPage}
  222. {/block:If2ColumnPosts}
  223.  
  224.  
  225. {block:PermalinkPage}
  226. #entries {
  227. position:relative;
  228. overflow:hidden;
  229. width:570px;
  230. margin:10px auto;
  231. }
  232.  
  233. #posts {
  234. padding:20px;
  235. width:500px;
  236. margin-bottom:10px;
  237. background-color:{color:Background};
  238. {block:IfNotHidePostBorder}
  239. border:1px solid {color:Post Border};
  240. {/block:IfNotHidePostBorder}
  241. }
  242. {/block:PermalinkPage}
  243.  
  244.  
  245. /* --- TITLES --- */
  246.  
  247. #title {
  248. font-size:16px;
  249. font-family: 'Strait', sans-serif;
  250. {block:IfChangeTitleFont}
  251. font-family:{font:Title};
  252. {/block:IfChangeTitleFont}
  253. text-transform:lowercase;
  254. color:{color:Text};
  255. text-align:center;
  256. margin-top:-0px;
  257. margin-bottom:10px;
  258. width:580px;
  259. padding:3px;
  260. }
  261.  
  262. #title1 {
  263. font-family: 'Strait', sans-serif;
  264. text-decoration:none;
  265. text-align:center;
  266. margin-bottom:-5px;
  267. font-size:14px;
  268. {block:PermalinkPage}
  269. font-size:18px;
  270. {/block:PermalinkPage}
  271. }
  272.  
  273. #title2 {
  274. margin-bottom:-5px;
  275. text-align:center;
  276. font-family: 'Strait', sans-serif;
  277. font-size:12px;
  278. {block:PermalinkPage}
  279. font-size:14px;
  280. {/block:PermalinkPage}
  281. }
  282.  
  283.  
  284. /* --- NAVIGATION --- */
  285.  
  286. .navigation {
  287. position:relative;
  288. width:100%;
  289. padding:10px;
  290. margin-left:-20px;
  291. border-bottom:1px dotted {color:Navigation Border};
  292. background-color:{color:Background};
  293. }
  294.  
  295. .navigation a {
  296. padding-left:20px;
  297. padding-right:20px;
  298. padding-top:1px;
  299. padding-bottom:2px;
  300. display:inline-block;
  301. height:auto;
  302. font-family:calibri;
  303. font-size:8px;
  304. margin-bottom:2px;
  305. letter-spacing:2px;
  306. text-transform:uppercase;
  307. text-align:left;
  308. color:{color:Navigation};
  309. }
  310.  
  311. .navigation a:hover {
  312. color:{color:Navigation Hover};
  313. }
  314.  
  315. #description {
  316. font-size:10px;
  317. padding:8px;
  318. font-family:{font:Description};
  319. width:780px;
  320. color:{color:Text};
  321. text-align:center;
  322. }
  323.  
  324.  
  325. /* --- AUDIO --- */
  326.  
  327. #audio {
  328. width:250px;
  329. height:100px;
  330. {block:ifSmallerAlbumArt}
  331. height:60px;
  332. {/block:ifSmallerAlbumArt}
  333. {block:ifNotSmallerAlbumArt}
  334. {block:PermalinkPage}
  335. width:500px;
  336. height:105px;
  337. {/block:PermalinkPage}
  338. {/block:ifNotSmallerAlbumArt}
  339. {block:ifFullSizeAudioPost}
  340. width:250px;
  341. height:250px;
  342. {block:If2ColumnPosts}
  343. width:400px;
  344. height:400px;
  345. {/block:If2ColumnPosts}
  346. {/block:ifFullSizeAudioPost}
  347. }
  348.  
  349. .albumart {
  350. width:100px;
  351. height:100px;
  352. {block:ifSmallerAlbumArt}
  353. width:57px;
  354. height:57px;
  355. {/block:ifSmallerAlbumArt}
  356. {block:ifNotSmallerAlbumArt}
  357. {block:PermalinkPage}
  358. width:100px;
  359. height:100px;
  360. {/block:PermalinkPage}
  361. {/block:ifNotSmallerAlbumArt}
  362. position:absolute;
  363. {block:ifFullSizeAudioPost}
  364. width:250px;
  365. height:250px;
  366. {block:If2ColumnPosts}
  367. width:400px;
  368. height:400px;
  369. {/block:If2ColumnPosts}
  370. {/block:ifFullSizeAudioPost}
  371. }
  372.  
  373. .albumart img {
  374. width:100px;
  375. height:100px;
  376. {block:ifSmallerAlbumArt}
  377. width:57px;
  378. height:57px;
  379. {/block:ifSmallerAlbumArt}
  380. {block:ifNotSmallerAlbumArt}
  381. {block:PermalinkPage}
  382. width:100px;
  383. height:100px;
  384. {/block:PermalinkPage}
  385. {/block:ifNotSmallerAlbumArt}
  386. float:left;
  387. {block:ifFullSizeAudioPost}
  388. width:250px;
  389. height:250px;
  390. {block:If2ColumnPosts}
  391. width:400px;
  392. height:400px;
  393. {/block:If2ColumnPosts}
  394. {/block:ifFullSizeAudioPost}
  395. }
  396.  
  397. .playercontainer {
  398. opacity:0.2;
  399. display:block;
  400. width:100px;
  401. height:100px;
  402. {block:ifSmallerAlbumArt}
  403. width:57px;
  404. height:57px;
  405. {/block:ifSmallerAlbumArt}
  406. {block:ifNotSmallerAlbumArt}
  407. {block:PermalinkPage}
  408. width:100px;
  409. height:100px;
  410. {/block:PermalinkPage}
  411. {/block:ifNotSmallerAlbumArt}
  412. {block:ifFullSizeAudioPost}
  413. width:250px;
  414. height:250px;
  415. {block:If2ColumnPosts}
  416. width:400px;
  417. height:400px;
  418. {/block:If2ColumnPosts}
  419. {/block:ifFullSizeAudioPost}
  420. background-color:white;
  421. position:absolute;
  422. z-index:3;
  423. -webkit-transition:all 0.5s ease-in-out;
  424. -moz-transition:all 0.5s ease-in-out;
  425. -o-transition:all 0.5s ease-in-out;
  426. -ms-transition:all 0.5s ease-in-out;
  427. transition:all 0.5s ease-in-out;
  428. }
  429.  
  430. .playercontainer:hover {
  431. opacity:0.7;
  432. }
  433.  
  434. .player {
  435. margin-left:36px;
  436. margin-top:36px;
  437. {block:IfSmallerAlbumArt}
  438. margin-left:16px;
  439. margin-top:16px;
  440. {/block:IfSmallerAlbumArt}
  441. {block:ifNotSmallerAlbumArt}
  442. {block:PermalinkPage}
  443. margin-left:36px;
  444. margin-top:36px;
  445. {/block:PermalinkPage}
  446. {/block:ifNotSmallerAlbumArt}
  447. {block:ifFullSizeAudioPost}
  448. margin-left:110px;
  449. margin-top:110px;
  450. {block:If2ColumnPosts}
  451. margin-left:185px;
  452. margin-top:185px;
  453. {/block:If2ColumnPosts}
  454. {/block:ifFullSizeAudioPost}
  455. width:25px;
  456. height:25px;
  457. overflow:hidden;
  458. background-color:white;
  459. }
  460.  
  461. .audioinfo {
  462. margin-left:105px;
  463. margin-bottom:3px;
  464. width:143px;
  465. {block:IfSmallerAlbumArt}
  466. {block:IndexPage}
  467. margin-left:60px;
  468. width:185px;
  469. {/block:IndexPage}
  470. {block:PermalinkPage}
  471. margin-left:60px;
  472. width:435px;
  473. {/block:PermalinkPage}
  474. {/block:IfSmallerAlbumArt}
  475. {block:ifNotSmallerAlbumArt}
  476. {block:PermalinkPage}
  477. margin-left:105px;
  478. width:380px;
  479. {/block:PermalinkPage}
  480. {/block:ifNotSmallerAlbumArt}
  481. float:left;
  482. padding:2px;
  483. }
  484.  
  485.  
  486. /* --- CHAT POSTS --- */
  487.  
  488. .chat {
  489. line-height:12px;
  490. list-style:none;
  491. }
  492.  
  493. .chat ul {
  494. line-height:15px;
  495. list-style:none;
  496. padding:0px;
  497. line-height:20px;
  498. }
  499.  
  500. .person1 {
  501. background-color:{color:Background};
  502. color:{color:Text};
  503. }
  504.  
  505. .person1 .label {
  506. font-weight:bold;
  507. padding:0px;
  508. margin-left:5px;
  509. color:{color:Text};
  510. }
  511.  
  512. .person2 {
  513. color:{color:Text};
  514. }
  515.  
  516. .person2 .label {
  517. font-weight:bold;
  518. padding:0px;
  519. margin-left:5px;
  520. color:{color:Text};
  521. }
  522.  
  523. .person3 {
  524. background-color:{color:Background};
  525. color:{color:Text};
  526. }
  527.  
  528. .person3 .label {
  529. font-weight:bold;
  530. padding:0px;
  531. margin-left:5px;
  532. color:{color:Text};
  533. }
  534.  
  535. .person4 {
  536. color:{color:Text};
  537. }
  538.  
  539. .person4 .label {
  540. font-weight:bold;
  541. padding:0px;
  542. margin-left:5px;
  543. color:{color:Text};
  544. }
  545.  
  546. .person5 {
  547. background-color:{color:Background};
  548. color:{color:Text};
  549. }
  550.  
  551. .person5 .label {
  552. font-weight:bold;
  553. padding:0px;
  554. margin-left:5px;
  555. color:{color:Text};
  556. }
  557.  
  558. .person6 {
  559. color:{color:Text};
  560. }
  561.  
  562. .person6 .label {
  563. font-weight:bold;
  564. padding:0px;
  565. margin-left:5px;
  566. color:{color:Text};
  567. }
  568.  
  569.  
  570. /* --- INFO & OTHER --- */
  571.  
  572. {block:IndexPage}
  573. #info {
  574. padding:4px;
  575. margin-top:7px;
  576. color:{color:Text};
  577. font-size:7px;
  578. font-family:trebuchet ms;
  579. text-transform:uppercase;
  580. width:243px;
  581. {block:If2ColumnPosts}
  582. width:390px;
  583. {/block:If2ColumnPosts}
  584. {block:if4ColumnPosts}
  585. width:173px;
  586. {/block:if4ColumnPosts}
  587. text-align:center;
  588. border-top:1px solid {color:Info Border};
  589. background-color:{color:Info Background};
  590. }
  591. {/block:IndexPage}
  592.  
  593. {block:PermalinkPage}
  594. #info {
  595. padding:4px;
  596. margin-top:7px;
  597. color:{color:Text};
  598. font-size:8px;
  599. font-family:calibri;
  600. text-transform:uppercase;
  601. width:493px;
  602. text-align:left;
  603. border-bottom:2px solid {color:Info Border};
  604. background-color:transparent;
  605. line-height:80%;
  606. letter-spacing:1px;
  607. }
  608.  
  609. #info a {
  610. background-color:transparent;
  611. padding-left:1px;
  612. padding-right:1px;
  613. }
  614.  
  615. #info a:hover {
  616. background-color:{color:Links Hover};
  617. color:{color:Post Background};
  618. }
  619. {/block:PermalinkPage}
  620.  
  621. #questions {
  622. padding:10px;
  623. font-size:10px;
  624. font-family:arial;
  625. text-align:justify;
  626. color:{color:Text};
  627. background-color:{color:Asker Background};
  628. border-bottom:2px dotted {color:Info Border};
  629. }
  630.  
  631. #questions a {
  632. background-color:transparent;
  633. color:{color:Links};
  634. }
  635.  
  636. #questions a:hover {
  637. background-color:transparent;
  638. color:{color:Links Hover};
  639. }
  640.  
  641. #tags {
  642. font-family:georgia;
  643. text-align:left;
  644. text-transform:lowercase;
  645. margin-top:3px;
  646. font-size:9px;
  647. }
  648.  
  649. #tags a {
  650. background-color:transparent;
  651. color:{color:Links};
  652. }
  653.  
  654. #tags a:hover {
  655. background-color:{color:Links Hover};
  656. color:{color:Post Background};
  657. }
  658.  
  659. #source {
  660. margin-top:10px;
  661. text-align:right;
  662. margin-bottom:5px;
  663. font-size:10px;
  664. }
  665.  
  666. .pagination {
  667. margin-top:50px;
  668. margin-bottom:-10px;
  669. text-align:center;
  670. line-height:20px;
  671. font-family:calibri;
  672. font-size:10px;
  673. position:relative;
  674. width:500px;
  675. background-color:{color:Post Background};
  676. }
  677.  
  678. .pagination a {
  679. text-decoration:none;
  680. padding-top:2px;
  681. padding-bottom:2px;
  682. padding-left:4px;
  683. padding-right:4px;
  684. color:{color:Text};
  685. margin-left:10px;
  686. margin-right:10px;
  687. background-color:{color:Background};
  688. }
  689.  
  690. .pagination a:hover {
  691. background-color:{color:Background};
  692. color:{color:Text};
  693. }
  694.  
  695. .postnotes {
  696. margin-top:5px;
  697. margin-left:-20px;
  698. text-transform:uppercase;
  699. width:520px;
  700. height:300px;
  701. overflow:auto;
  702. padding:20px;
  703. font-size:8px;
  704. font-family:calibri;
  705. letter-spacing:1px;
  706. background-color:{color:Post Background};
  707. }
  708.  
  709. ol.notes, .notes li {
  710. list-style:none;
  711. }
  712.  
  713. blockquote {
  714. border-left:1px dotted {color:Text};
  715. padding:0px;
  716. padding-left:5px;
  717. margin:5px;
  718. }
  719.  
  720. {CustomCSS}
  721.  
  722. </style>
  723.  
  724. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  725. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  726. <script type="text/javascript" charset="utf-8">
  727. var $j = jQuery.noConflict();
  728. $j(function() {
  729. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  730. $j("img").lazyload({
  731. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  732. effect: "fadeIn", }); });</script>
  733.  
  734. {block:IndexPage}
  735. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  736.  
  737. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  738.  
  739. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  740.  
  741. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  742.  
  743. <script>
  744. $(function(){
  745. var $container = $('#entries');
  746. $container.imagesLoaded(function(){
  747. $container.masonry({
  748. itemSelector: '#posts',
  749. });
  750. });
  751. {block:IfEnableInfiniteScrolling}
  752. $container.infinitescroll({
  753. itemSelector : "#posts",
  754. navSelector : "#page-nav",
  755. nextSelector : "#page-nav a",
  756. loadingImg : "",
  757. loadingText : "<em></em>",
  758. bufferPx : 10000,
  759. extraScrollPx: 12000,
  760. },
  761. function (newElements) {
  762. var $newElems = $(newElements).css({
  763. opacity: 1
  764. });
  765. $newElems.imagesLoaded(function () {
  766. $newElems.animate({
  767. opacity: 1
  768. });
  769. $container.masonry( 'appended', $newElems, true );
  770. });
  771. });
  772. {/block:IfEnableInfiniteScrolling}
  773. });
  774. </script>
  775. {/block:IndexPage}
  776.  
  777. </head>
  778. <body>
  779.  
  780.  
  781. <div id="container">
  782.  
  783. <center><div class="navigation">
  784.  
  785. {block:IfShowTitle}<div id="title">{Title}</div>{/block:IfShowTitle}
  786.  
  787. <center>
  788. <a href="/">Home</a>
  789. <a href="/ask">Message</a>
  790. {block:IfShowSubmit}<a href="/submit">Submit</a>{/block:ifShowSubmit}
  791. <a href="/archive">Archive</a>
  792. <a href="http://thewicked-eternitythemes.tumblr.com">Theme</a>
  793. {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
  794. {block:ifLink01Title}<a href="{text:Link 01}">{text:Link 01 Title}</a>{/block:ifLink01Title}
  795. {block:ifLink02Title}<a href="{text:Link 02}">{text:Link 02 Title}</a>{/block:ifLink02Title}
  796. {block:ifLink03Title}<a href="{text:Link 03}">{text:Link 03 Title}</a>{/block:ifLink03Title}
  797. {block:ifLink04Title}<a href="{text:Link 04}">{text:Link 04 Title}</a>{/block:ifLink04Title}
  798. {block:ifLink05Title}<a href="{text:Link 05}">{text:Link 05 Title}</a>{/block:ifLink05Title}
  799.  
  800. {block:IfShowDescription}<div id="description">{Description}</div>{/block:IfShowDescription}
  801.  
  802. </center></div></center>
  803.  
  804.  
  805.  
  806. <div id="entries">{block:Posts}<div id="posts">
  807.  
  808.  
  809. {block:IndexPage}{block:IfHideInfoBar}<div id="info1"><center>
  810. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/vyzeblq/PJPmft37j/reblog.png"></a> <a href="{Permalink}"><img src="http://static.tumblr.com/vyzeblq/Gh5mft3hk/permalink.png"></a>
  811. </center></div>{/block:IfHideInfoBar}{/block:IndexPage}
  812.  
  813.  
  814. {block:Title}
  815. <div id="title1">{Title}</div>{/block:Title}
  816. {block:Text}
  817. {Body}{/block:Text}
  818.  
  819. {block:Photo}
  820. {block:IndexPage}{block:IfNot2ColumnPosts}
  821. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:IfNot2ColumnPosts}
  822. {block:If2ColumnPosts}
  823. <div id="photo"><center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center></div>
  824. {/block:If2ColumnPosts}
  825. {/block:IndexPage}
  826. {block:PermalinkPage}
  827. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  828. {/block:PermalinkPage}
  829. {block:IfNotHidePhotoCaptions}
  830. {block:Caption}{Caption}{/block:Caption}
  831. {/block:IfNotHidePhotoCaptions}
  832. {block:IfHidePhotoCaptions}{block:PermalinkPage}
  833. {block:Caption}{Caption}{/block:Caption}
  834. {/block:PermalinkPage}{/block:IfHidePhotoCaptions}
  835. {/block:Photo}
  836.  
  837. {block:Photoset}
  838. {block:IndexPage}{block:IfNot2ColumnPosts}
  839. <center>{Photoset-250}</center>
  840. {/block:IfNot2ColumnPosts}
  841. {block:If2ColumnPosts}
  842. <center>{Photoset-400}</center>
  843. {/block:If2ColumnPosts}
  844. {/block:IndexPage}
  845. {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage}
  846. {block:IfNotHidePhotoCaptions}
  847. {block:Caption}{Caption}{/block:Caption}
  848. {/block:IfNotHidePhotoCaptions}
  849. {block:IfHidePhotoCaptions}{block:PermalinkPage}
  850. {block:Caption}{Caption}{/block:Caption}
  851. {/block:PermalinkPage}{/block:IfHidePhotoCaptions}
  852. {/block:Photoset}
  853.  
  854. {block:Quote}
  855. <div id="title2">"{Quote}"</div>
  856. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  857. {/block:Quote}
  858.  
  859. {block:Link}
  860. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  861. {block:Description}{Description}{/block:Description}
  862. {/block:Link}
  863.  
  864. {block:Chat}
  865. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  866. {/block:Chat}
  867.  
  868. {block:Audio}
  869. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>
  870. {block:ifNotFullSizeAudioPost}{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}{/block:ifNotFullSizeAudioPost}</div>
  871. {block:ifNotFullSizeAudioPost}{block:Caption}{Caption}{/block:Caption}{/block:ifNotFullSizeAudioPost}
  872. {/block:Audio}
  873.  
  874. {block:Video}
  875. {Video-500}
  876. {block:Caption}{Caption}{/block:Caption}
  877. {/block:Video}
  878.  
  879. {block:Answer}
  880. <img src="{AskerPortraitURL-30}" style="float:left; border:3px solid {color:Asker Background}; top:50%; margin-left:5px; margin-top:center center;">
  881. <div style="margin-left:50px;"><div id="questions">
  882. {Asker} asked: {Question}
  883. </div></div>
  884. {Answer}<p>
  885. {/block:Answer}
  886.  
  887.  
  888. {block:IndexPage}{block:IfNotHideInfoBar}
  889. {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentTitle}">Via</a> {block:ContentSource}/<a href="{SourceURL}">Source</a>{/block:ContentSource}{/block:RebloggedFrom} {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  890. {/block:IfNotHideInfoBar}{/block:IndexPage}
  891.  
  892.  
  893. {block:PermalinkPage}
  894. {block:Date}<div id="info"><div style="margin-left:-3px;">Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} - Source <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div>
  895.  
  896. {block:HasTags}<div id="tags">tagged as → {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  897. {/block:PermalinkPage}
  898.  
  899. </div>{/block:Posts}
  900.  
  901. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  902.  
  903. </div>
  904.  
  905. <center>{block:IfNotHidePagination}{block:Pagination}
  906. <div class="pagination">
  907. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  908. {block:JumpPagination length="6"}
  909. {block:CurrentPage}
  910. <span class="current_page" style="padding-right:3px; padding-left:3px;">{PageNumber}</span>
  911. {/block:CurrentPage}
  912. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  913. {/block:JumpPagination}
  914. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  915. </div>
  916. {/block:Pagination}{/block:IfNotHidePagination}</center>
  917.  
  918. </div>
  919.  
  920. </body>
  921. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement