Advertisement
Guest User

theme 02

a guest
Oct 31st, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.85 KB | None | 0 0
  1. <!--
  2. base code by disikes.tumblr.com
  3.  
  4. edited and posted by senpiez-themes.tumblr.com
  5.  
  6. PLEASE DO NOT REDISTRIBUTE THIS CODE AS YOUR OWN BASE OR THEME CODE.
  7.  
  8. ty have a nice day
  9.  
  10. ✧・゚:*✧・゚:* \(◕‿◕✿)/ *:・゚✧*:・゚✧
  11. -->
  12.  
  13. <html lang="en">
  14. <head>
  15.  
  16. <meta name="image:Background" content=""/>
  17. <meta name="image:Sidebar" content=""/>
  18. <meta name="image:side image" content="" />
  19.  
  20. <meta name="color:Background" content="#FFFFFF"/>
  21. <meta name="color:Title" content="#999999"/>
  22. <meta name="color:Blog Title" content="#999999"/>
  23. <meta name="color:Link" content="#555555"/>
  24. <meta name="color:Hover" content="#999999"/>
  25. <meta name="color:Text" content="#777777"/>
  26. <meta name="color:scrollbar" content="#ffffff"/>
  27. <meta name="color:border" content="#777777"/>
  28. <meta name="color:Tags" content="#777" />
  29. <meta name="color:text selection" content="#FFB5DB" />
  30.  
  31.  
  32. <meta name="text:link title" content=""/>
  33. <meta name="text:link 1 url" content=""/>
  34. <meta name="text:link 1 title" content=""/>
  35. <meta name="text:link 2 url" content=""/>
  36. <meta name="text:link 2 title" content=""/>
  37. <meta name="text:link 3 url" content=""/>
  38. <meta name="text:link 3 title" content=""/>
  39. <meta name="text:link 4 url" content=""/>
  40. <meta name="text:link 4 title" content=""/>
  41. <meta name="text:link 5 url" content=""/>
  42. <meta name="text:link 5 title" content=""/>
  43. <meta name="text:link 6 url" content=""/>
  44. <meta name="text:link 6 title" content=""/>
  45. <meta name="text:link 7 url" content=""/>
  46. <meta name="text:link 7 title" content=""/>
  47. <meta name="text:sidebar img position top" content="65"/>
  48. <meta name="text:sidebar img position left" content="-230"/>
  49.  
  50. <meta name="if:shadow" content="1"/>
  51. <meta name="if:250px posts" content="0"/>
  52. <meta name="if:rounded corners" content="0"/>
  53. <meta name="if:faded images" content="1" />
  54. <meta name="if:transparent posts" content="0" />
  55. <meta name="if:semitransparent posts" content="1" />
  56. <meta name="if:no post borders" content="0" />
  57. <meta name="if:small cursor" content="1" />
  58. <meta name="if:Maximised Background Image" content="0"/>
  59.  
  60. <meta name="select:side image position" content="bottom:-5px;left:5px;" title="bottom left" />
  61. <meta name="select:side image position" content="bottom:-5px;right:5px;" title="bottom right" />
  62. <meta name="select:side image position" content="top:0px;right:5px;" title="top right" />
  63. <meta name="select:side image position" content="top:0px;left:5px;" title="top left" />
  64.  
  65.  
  66. <title>{Title}</title>
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70. <link rel="shortcut icon" href="{Favicon}">
  71.  
  72. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75.  
  76. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  77. <script>
  78. (function($){$(document)
  79. .ready(function(){$("[title]")
  80. .style_my_tooltips();});})
  81. (jQuery);
  82. </script>
  83.  
  84. {block:IndexPage}
  85. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  86. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  87.  
  88. <script type="text/javascript">
  89. $(window).load(function(){
  90. var $wall = $('#entries');
  91. $wall.imagesLoaded(function(){
  92. $wall.masonry({
  93. itemSelector: '#post, #post_photo',
  94. isAnimated : false
  95. });
  96. });
  97.  
  98. $wall.infinitescroll({
  99. navSelector : '#pagination',
  100. nextSelector : '#pagination a',
  101. itemSelector : '#post, #post_photo',
  102. bufferPx : 2000,
  103. debug : false,
  104. errorCallback: function() {
  105. $('#scroll').fadeOut('normal');
  106. }},
  107. function( newElements ) {
  108. var $newElems = $( newElements );
  109. $newElems.hide();
  110. $newElems.imagesLoaded(function(){
  111. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  112. });
  113. }); $('#entries').show(500);
  114. });
  115. </script>
  116. {/block:IndexPage}
  117.  
  118.  
  119.  
  120. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  121.  
  122.  
  123. <!---------------END SCRIPTS--------------->
  124.  
  125. <style type="text/css">
  126.  
  127. /***Edit Scrollbar Here***/
  128.  
  129. ::-webkit-scrollbar-thumb:vertical {
  130. background:{color:scrollbar};
  131. border:1px solid {color:border};
  132.  
  133. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:horizontal {
  137. background-color: {color:scrollbar};
  138. height: 4px;
  139. border:1px solid {color:border};}
  140.  
  141. ::-webkit-scrollbar {
  142. width:9px;
  143. background: transparent;
  144. height:4px;}
  145.  
  146. ::-webkit-scrollbar-track {
  147. background: transparent;
  148. width:9px; }
  149.  
  150. /***Edit Tumblr Controls Here***/
  151.  
  152. iframe#tumblr_controls {
  153. position: fixed !important;
  154. -webkit-transition: opacity 0.7s linear;
  155. opacity: 0.09;
  156. -webkit-transition: all 0.8s ease-out;
  157. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  158. -webkit-filter:invert(100%);}
  159.  
  160. iframe#tumblr_controls:hover{
  161. -webkit-transition: opacity 0.7s linear;
  162. opacity: 0.8;
  163. -webkit-transition: all 0.4s ease-out;
  164. -moz-transition: all 0.4s ease-out;
  165. transition: all 0.4s ease-out;}
  166.  
  167.  
  168. /** Selection Text Color**/
  169.  
  170. /* Mozilla based browsers */
  171. ::-moz-selection {
  172. background-color: {color:text selection};
  173. color: #fff;
  174. }
  175.  
  176. /* Works in Safari */
  177. ::selection {
  178. background-color: {color:text selection};
  179. color: #fff;
  180. }
  181.  
  182.  
  183.  
  184. /* Mozilla based browsers */
  185. ::-moz-selection {
  186. background-color: {color:text selection};
  187. color: #fff;
  188. }
  189.  
  190.  
  191.  
  192.  
  193. /*** side image: DO NOT EDIT ***/
  194.  
  195.  
  196. #bgim {
  197. z-index: -1000;
  198. {select:side image position}
  199. position: fixed;
  200. }
  201.  
  202.  
  203.  
  204.  
  205.  
  206. /************EDIT BODY HERE************/
  207.  
  208. body{
  209. margin:0px;
  210. background-color: {color:Background};
  211. background-image:url({image:Background});
  212. background-attachment:fixed;
  213. background-repeat:100%;
  214. background-position:bottom-right;
  215. font-family: Inconsolata;
  216. font-size:10px;
  217. letter-spacing:1px;
  218. text-transform:lowercase;
  219. text-align:left;
  220. line-height:12px;
  221. color: {color:Text};
  222. {block:ifsmallcursor}
  223. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  224. {/block:ifsmallcursor}
  225. }
  226.  
  227.  
  228. a:link, a:active, a:visited{
  229. text-decoration: none;
  230. color: {color:Link};}
  231.  
  232. a:hover {
  233. color:{color:Link};
  234. text-decoration:none;
  235. {block:ifsmallcursor}
  236. cursor: url(http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png), auto;
  237. {/block:ifsmallcursor}
  238. }
  239.  
  240. /************EDIT TOOLTIP HERE************/
  241.  
  242.  
  243. #s-m-t-tooltip {
  244. padding: 3px;
  245. height:auto;
  246. display: none;
  247. font-family: inconsolata;
  248. font-size: 10px;
  249. text-transform:lowercase;
  250. text-align: center;
  251. letter-spacing:1px;
  252. margin-top:10px;
  253. margin-left: 15px;
  254. line-height: 8px;
  255. z-index: 999999999999;
  256. border-radius:3px;
  257. border: 1px solid #777;
  258. background:#ffffff;
  259. color: #888;}
  260.  
  261. /************EDIT POST POSITION/WIDTH HERE************/
  262.  
  263.  
  264. #entries{
  265. text-align:left;
  266. {block:if250pxposts}
  267. width:750px;
  268. {/block:if250pxposts}
  269. {block:ifnot250pxposts}
  270. width:530px;
  271. {/block:ifnot250pxposts}
  272.  
  273. margin-left:70px;
  274. margin-top:10px;
  275. position:relative;
  276. overflow: hidden;
  277. {block:PermalinkPage}
  278. width:550px;
  279. {/block:PermalinkPage}}
  280.  
  281. /************EDIT OVERALL POSTS HERE************/
  282.  
  283.  
  284. #post{
  285. text-align:left;
  286. margin:20px;
  287. background:#ffffff;
  288. max-width: 100%;
  289. display:block;
  290. overflow:hidden;
  291. {block:ifnot250pxposts}
  292. width:200px;
  293. {/block:ifnot250pxposts}
  294. {block:if250pxposts}
  295. width:250px;
  296. {/block:if250pxposts}
  297. padding:10px;
  298. border:1px solid {color:border};
  299. {block:PermalinkPage}
  300. width:500px;
  301. {/block:PermalinkPage}
  302. {block:iffadedimages}
  303. -webkit-filter: Grayscale(40%);
  304. {/block:iffadedimages}
  305. {block:iftransparentposts}
  306. background:transparent;
  307. {/block:iftransparentposts}
  308. {block:ifsemitransparentposts}
  309. background: rgba(255,255,255,.7);
  310. {/block:ifsemitransparentposts}
  311. {block:ifnopostborders}
  312. border:0px;
  313. {/block:ifnopostborders}
  314. {block:ifshadow}
  315. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  316. {/block:ifshadow}
  317. {block:ifroundedcorners}
  318. border-radius: 5px;
  319. {/block:ifroundedcorners}
  320. }
  321.  
  322.  
  323. #post:hover{
  324. {block:iffadedimages}
  325. -webkit-filter: Grayscale(0%);
  326. -webkit-transition: all .7s ease;
  327. -moz-transition: all .7s ease;
  328. -o-transition: all .7s ease;
  329. transition: all .7s ease;
  330. {/block:iffadedimages}
  331.  
  332.  
  333. }
  334.  
  335.  
  336. /*Do not delete #post img.*/
  337.  
  338. #post img{
  339. max-width:100%;}
  340.  
  341. /*Edit the permalinks all posts.*/
  342.  
  343. .permalink{
  344. text-align:right;}
  345. .permalink a{
  346. text-transform:lowercase;
  347. line-height:15px;}
  348.  
  349. /*Edit the titles on any text-based post.*/
  350.  
  351. .posttitle{
  352. font-size:10px;
  353. text-align:center;
  354. color:{color:Link};}
  355.  
  356. .posttitle a{
  357. color:{color:Link};}
  358.  
  359. /************EDIT QUOTE POSTS HERE************/
  360.  
  361. .quote{
  362. margin-right: 5px;}
  363.  
  364. .source{
  365. padding-top:5px;
  366. display:block;
  367. text-align:right;}
  368.  
  369.  
  370. /************EDIT ANSWER POSTS HERE************/
  371.  
  372. .ask{
  373. padding:4px;
  374. background:#f9f9f9;}
  375. .asker{
  376. color:{color:Link};}
  377. .answer{
  378. margin-top:10px;}
  379.  
  380. /************EDIT AUDIO POSTS HERE************/
  381.  
  382. .audio{
  383. {block:IndexPage}width:180px;{/block:IndexPage}
  384. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  385. .info{
  386. padding:2px 0px 1px 57px;}
  387. .i {
  388. text-transform:uppercase;
  389. letter-spacing:1px;
  390. font-size:8px;}
  391. .pl b,strong{
  392. text-transform:lowercase;
  393. font-size:9px;}
  394. .player{
  395. position:absolute;
  396. overflow:hidden;
  397. margin-top:0px;
  398. margin-left:15px;
  399. background:#ffffff;
  400. width:24px;
  401. height:23px;}
  402.  
  403. /************EDIT VIDEO POSTS HERE************/
  404. /***********DO NOT DELETE THIS CODE************/
  405.  
  406. .video-container {
  407. position:relative;
  408. padding-bottom:56.25%;
  409. padding-top: 30px;
  410. height:0;
  411. overflow:hidden;}
  412.  
  413. .video-container iframe,
  414. .video-container object,
  415. .video-container embed {
  416. position: absolute;
  417. top: 0;
  418. left: 0;
  419. width: 100%;
  420. height: 100%;}
  421.  
  422. /************EDIT CHAT POSTS HERE************/
  423.  
  424. .chat{
  425. line-height:12px;
  426. list-style:none;}
  427. .chat ul{
  428. list-style:none;
  429. padding:0px 5px;
  430. line-height:15px;}
  431. .label{
  432. color:{color:Link};}
  433.  
  434. /************EDIT SIDEBAR HERE************/
  435.  
  436.  
  437.  
  438.  
  439. #avatar {
  440. width: 120px;
  441. height: 135px;
  442. padding: 8px 0 0 0px;
  443. background: url('') top left no-repeat transparent;
  444. position: fixed ;
  445. top: {text:sidebar img position top}px;
  446. margin-left: {text:sidebar img position left}px;
  447. z-index:1;
  448. }
  449.  
  450.  
  451. #sidebar{
  452. background:#fff;
  453. {block:ifnot250pxposts}
  454. margin-left:-230px;
  455. {/block:ifnot250pxposts}
  456. {block:if250pxposts}
  457. margin-left:-260px;
  458. {/block:if250pxposts}
  459.  
  460. margin-top:250px;
  461. width:150px;
  462. position:fixed;
  463. text-align:center;
  464. z-index:;
  465. border: 1px solid {color:border};
  466. {block:iftransparentposts}
  467. background:transparent;
  468. {/block:iftransparentposts}
  469. {block:ifsemitransparentposts}
  470. background: rgba(255,255,255,.7);
  471. {/block:ifsemitransparentposts}
  472. {block:ifnopostborders}
  473. border:0px;
  474. {/block:ifnopostborders}
  475. {block:ifshadow}
  476. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  477. {/block:ifshadow}
  478. {block:ifroundedcorners}
  479. border-radius: 5px;
  480. {/block:ifroundedcorners}
  481. }
  482.  
  483. .blogtitle{
  484. padding:5px;
  485. padding-bottom:0px;
  486. text-align:center;
  487. font-size:12px;}
  488.  
  489. .blogtitle a{
  490. color:{color:Blog Title};}
  491.  
  492. .description{
  493. padding:5px;}
  494.  
  495.  
  496.  
  497. /************EDIT TEXT SETTINGS HERE************/
  498.  
  499. i, em{
  500. color:{color:Link};}
  501. b, strong{
  502. font-weight:normal;
  503. text-transform:uppercase;
  504. color:{color:Link};}
  505. ul,ol{
  506. margin:0px;
  507. margin-left:-5px;}
  508. p{
  509. padding:0px;
  510. margin:2px;}
  511. u{
  512. text-decoration:none;
  513. color:{color:Title};}
  514.  
  515. blockquote {
  516. margin:0px;
  517. padding:4px;
  518. background:#f7f7f7;}
  519.  
  520. /************DO NOT DELETE #SCROLL************/
  521.  
  522. #scroll{
  523. bottom:-20px;
  524. position: absolute;
  525. left: 50%;
  526. width:10px;
  527. height:5px;
  528. overflow:hidden;
  529. margin-bottom:80px;}
  530.  
  531.  
  532. /***PERMALINKS***/
  533.  
  534.  
  535. #post .footer {
  536. background: transparent;
  537. -moz-border-radius: 4px;
  538. -webkit-border-radius: 4px;
  539. border-radius: 4px;
  540. font-family: inconsolata;
  541. font-size: 10px;
  542. color: {color:Text};
  543. padding: 5px 10px;
  544. margin-top: 5px;
  545. }
  546.  
  547. #post .footer.for_permalink:hover {
  548. opacity: 0.9;
  549. filter: alpha(opacity=90);
  550. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  551. }
  552.  
  553. #post .footer .date {
  554. width: 67%;
  555. float: left;
  556. color: {color:Text};
  557. }
  558.  
  559. #post .footer .notes {
  560. width: 33%;
  561. float: right;
  562. text-align: right;
  563. color: {color:Text};
  564. }
  565.  
  566. #post .footer .notes a {
  567. color: {color:Text};
  568. }
  569.  
  570. #post .footer .tags a {
  571. color: {color:Tags};
  572. }
  573.  
  574. #post .footer .tags .tag-commas:last-child {
  575. display: none;
  576. }
  577.  
  578. #post .footer.with_source_url .tags {
  579. max-width: 330px;
  580. float: left;
  581. }
  582.  
  583. #post .footer.with_source_url .source_url {
  584. float: right;
  585. max-width: 160px;
  586. overflow: hidden;
  587. white-space: nowrap;
  588.  
  589. }
  590.  
  591. #post .footer.with_source_url .source_url img {
  592. vertical-align: top;
  593. -moz-opacity: 0.5;
  594. opacity: 0.5;
  595. }
  596.  
  597. #post .footer.with_source_url .source_url:hover img {
  598. -moz-opacity: 0.7;
  599. opacity: 0.7;
  600. }
  601.  
  602. #post a {
  603. color: black;
  604. text-decoration: none;
  605. }
  606.  
  607. #post .copy blockquote {
  608. margin: 10px 0px 10px 10px;
  609. padding-left: 15px;
  610. border-left: solid 4px #dcdcdc;
  611. }
  612.  
  613. #post .copy blockquote blockquote {
  614. border-left: solid 4px #cccccc;
  615. }
  616.  
  617. #post .copy blockquote blockquote blockquote {
  618. border-left: solid 4px #bcbcbc;
  619. }
  620.  
  621. #post .copy blockquote blockquote blockquote blockquote {
  622. border-left: solid 4px #acacac;
  623. }
  624.  
  625. #post .copy blockquote blockquote blockquote blockquote blockquote {
  626. border-left: solid 4px #9c9c9c;
  627. }
  628.  
  629. #post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  630. border-left: solid 4px #8c8c8c;
  631. }
  632.  
  633.  
  634.  
  635. {block:IfMaximisedBackgroundImage}
  636. #bg img {
  637. z-index:-1;
  638. position:fixed;
  639. top:0;
  640. left:0;
  641. height:100%;
  642. width:100%;
  643. }
  644. {/block:IfMaximisedBackgroundImage}
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651. </style>
  652. </head>
  653.  
  654. <body>
  655.  
  656. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  657.  
  658. <div id="bgim">
  659. <img src="{image:side image}" style="max-height:400px;">
  660. </div>
  661.  
  662.  
  663. <center>
  664.  
  665. <div id="entries">
  666.  
  667. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  668.  
  669. <div id="avatar">
  670. <a href="/">
  671. <img class="no" src="{image:Sidebar}"></a>
  672. </div>
  673.  
  674. <div id="sidebar">
  675. <div class="blogtitle"><a href="/">{Title}</a></div>
  676. <div class="description">{Description}</div>
  677.  
  678.  
  679. <center>
  680.  
  681. <select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:inconsolata; font-size:10px; width: 100px;">
  682.  
  683. <option value="/">navigation</option>
  684.  
  685. <option value="/">home</option>
  686.  
  687. <option value="/ask">ask</option>
  688.  
  689. {block:Iflink1url}
  690. <option value="{text:link 1 url}">{text:link 1 title}</option>
  691. {/block:Iflink1url}
  692.  
  693. {block:Iflink2url}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:Iflink2url}
  694.  
  695. {block:Iflink3url}
  696. <option value="{text:link 3 url}">{text:link 3 title}</option>
  697. {/block:Iflink3url}
  698.  
  699. {block:Iflink4url}
  700. <option value="{text:link 4 url}">{text:link 4 title}</option>
  701. {/block:Iflink4url}
  702.  
  703. {block:Iflink5url}
  704. <option value="{text:link 5 url}">{text:link 5 title}</option>
  705. {/block:Iflink5url}
  706.  
  707. {block:Iflink6url}
  708. <option value="{text:link 6 url}">{text:link 6 title}</option>
  709. {/block:Iflink6url}
  710.  
  711. {block:Iflink7url}
  712. <option value="{text:link 7 url}">{text:link 7 title}</option>
  713. {/block:Iflink7url}
  714.  
  715. <option value="http://senpiez.tumblr.com/">theme credit</option>
  716. </select></center>
  717.  
  718. <br>
  719. </div>
  720.  
  721.  
  722. {block:Posts}
  723.  
  724. <!---------------DO NOT DELETE block:ContentSource--------------->
  725.  
  726. {block:ContentSource}
  727. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  728. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  729. {/block:SourceLogo}
  730. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  731. {/block:ContentSource}
  732.  
  733. <div id="post">
  734.  
  735. <!---------------EDIT TEXT POSTS HERE--------------->
  736.  
  737. {block:Text}
  738. <div class="text">
  739. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  740. {Body}</div>
  741. {/block:Text}
  742.  
  743. <!---------------EDIT LINK POSTS HERE--------------->
  744.  
  745. {block:Link}
  746. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  747. {block:Description}{Description}{/block:Description}
  748.  
  749. {/block:Link}
  750.  
  751. <!---------------EDIT PHOTO POSTS HERE--------------->
  752.  
  753. {block:Photo}
  754. {block:IndexPage}
  755. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="{block:ifnot250pxposts}200px{/block:ifnot250pxposts}{block:if250pxposts}250{/block:if250pxposts}"/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  756. {/block:Photo}
  757.  
  758. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  759.  
  760. {block:Photoset}
  761. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-250}" width="100px"/></a>{/block:Photos}{/block:IndexPage}
  762. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  763. {/block:Photoset}
  764.  
  765. <!---------------EDIT QUOTE POSTS HERE--------------->
  766.  
  767. {block:Quote}
  768. {Quote}{block:Source}
  769. <div class="source">{Source}</div>{/block:Source}
  770. {block:IndexPage}
  771. {/block:IndexPage}
  772. {/block:Quote}
  773.  
  774. <!---------------EDIT ANSWER POSTS HERE--------------->
  775.  
  776. {block:Answer}
  777. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  778. <div class="answer">{Answer}</div>
  779. {block:IndexPage}
  780. {/block:IndexPage}
  781. {/block:Answer}
  782.  
  783. <!---------------EDIT CHAT POSTS HERE--------------->
  784.  
  785. {block:Chat}
  786. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  787. <div class="chat"><ul>{block:Lines}
  788. <li class="person{UserNumber}">{block:Label}
  789. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}
  790. {/block:IndexPage}
  791. {/block:Chat}
  792.  
  793. <!---------------EDIT AUDIO POSTS HERE--------------->
  794.  
  795. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  796. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}
  797. {/block:IndexPage}
  798. {/block:Audio}
  799.  
  800. <!---------------EDIT VIDEO POSTS HERE--------------->
  801.  
  802. {block:Video}
  803. {block:IndexPage}<div class="video-container">{Video-250}</div>
  804. {/block:IndexPage}
  805. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  806. {/block:Video}
  807.  
  808.  
  809.  
  810.  
  811. <!---------------PERMALINK--------------->
  812.  
  813. {block:Date}
  814. <a href="{Permalink}">
  815. <div class="footer for_permalink">
  816. <div class="date">
  817.  
  818. <div class="date">
  819. {block:RebloggedFrom}
  820. <a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a>
  821. {/block:RebloggedFrom}
  822. {block:ContentSource} | <a href="{ReblogURL}" target="blank">Reblog</a>
  823. {/block:ContentSource}</div>
  824. </div>
  825.  
  826. <div class="notes">
  827. <a href="{Permalink}">{block:NoteCount}{NoteCount} {/block:NoteCount}</a>
  828. </div>
  829.  
  830. <div class="clear"></div>
  831. </div>
  832. </a>
  833. {/block:Date}
  834. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  835. display:none;
  836. {block:HasTags}display:block;{/block:HasTags}
  837. {block:ContentSource}display:block;{/block:ContentSource}
  838. ">
  839. <div class="tags"> {block:HasTags}#{block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas"> #</span>{/block:Tags}{/block:HasTags}</div>
  840. </a>
  841.  
  842.  
  843. <div class="clear"></div>
  844. </div>
  845.  
  846. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  847.  
  848.  
  849.  
  850. <!---------------EDIT PERMALINK PAGE HERE--------------->
  851.  
  852. {block:PermalinkPage}
  853. {block:Caption}{Caption}{/block:Caption}
  854. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  855. <div class="permapage">
  856. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  857. </div>
  858. {/block:Posts}
  859. </div>
  860.  
  861.  
  862.  
  863.  
  864. <!---------------DO NOT DELETE THIS--------------->
  865.  
  866. {block:IndexPage}{block:Pagination}<div id="pagination">{block:NextPage}<a id="nextPage" href="{NextPage}"></a>{/block:NextPage}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}</div>{/block:Pagination}{/block:IndexPage}</center></body> <div style="position:fixed;right:0;bottom:0;padding:10px; color: {color:link}; font-size:12px;"><a title="theme by senpiez"href="http://senpiez-themes.tumblr.com/">✿</a></div></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement