Advertisement
pro-themes

Theme 1 by 5urprise

Dec 1st, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.48 KB | None | 0 0
  1. <html lang="en">
  2. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. <script type="text/javascript">
  7. <!--
  8.  
  9. // Disable Right Click Script
  10.  
  11. function IE(e)
  12. {
  13. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  14. {
  15. return false;
  16. }
  17. }
  18. function NS(e)
  19. {
  20. if (document.layers || (document.getElementById && !document.all))
  21. {
  22. if (e.which == "2" || e.which == "3")
  23. {
  24. return false;
  25. }
  26. }
  27. }
  28. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  29.  
  30. //-->
  31. </script>
  32.  
  33.  
  34. <script type="text/javascript" src="http://static.tumblr.com/gcjggdm/y0pmroxcl/infinitescrolling.js"></script>
  35.  
  36. <script type="text/javascript"
  37. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  38. <script>
  39. $(document).ready(function() {
  40. //
  41. $('a.poplight[href^=#]').click(function() {
  42. var popID = $(this).attr('rel'); //Get Popup Name
  43. var popURL = $(this).attr('href'); //Get Popup href to define size
  44. var query= popURL.split('?');
  45. var dim= query[1].split('&');
  46. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  47. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"> <class="btn_close" title="Close" alt="Close" /></a>');
  48. var popMargTop = ($('#' + popID).height() + 80) / 2;
  49. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  50. //Apply Margin to Popup
  51. $('#' + popID).css({
  52. 'margin-top' : -popMargTop,
  53. 'margin-left' : -popMargLeft
  54. });
  55. $('body').append('<div id="fade"></div>');
  56. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  57. return false;
  58. });
  59. $('a.close, #fade').live('click', function() {
  60. $('#fade , .popup_block').fadeOut(function() {
  61. $('#fade, a.close').remove(); //fade them both out
  62. });
  63. return false;
  64. });
  65. });
  66. </script>
  67.  
  68. <script type="text/javascript" src="http://static.tumblr.com/gcjggdm/y0pmroxcl/infinitescrolling.js"></script>
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72.  
  73. <!--DEFAULT VARIABLES-->
  74. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  75.  
  76. <meta name="color:background" content="#fcfcfc"/>
  77. <meta name="color:link" content="#777"/>
  78. <meta name="color:text" content="#777"/>
  79. <meta name="color:title" content="#333"/>
  80. <meta name="color:hover" content="#373638"/>
  81. <meta name="color:text shadow" content="#aaa"/>
  82. <meta name="color:scrollbar" content="#F2F2F2"/>
  83. <meta name="text:blogtitle" content="Dreams"/>
  84. <meta name="text:blogtitle2" content="can come true"/>
  85. <meta name="color:sidebar" content="#D8D8D8"/>
  86. <meta name="image:sidebar" content="1"/>
  87. <meta name="image:background" content="1"/>
  88. <meta name="text:link1title" content="Link One Title"/>
  89. <meta name="text:link2title" content="Link Two Title"/>
  90. <meta name="text:link3title" content="Link Three Title"/>
  91. <meta name="text:link4title" content="Link Four Title"/>
  92. <meta name="text:link1" content="Link One"/>
  93. <meta name="text:link2" content="Link Two"/>
  94. <meta name="text:link3" content="Link Three"/>
  95. <meta name="text:link4" content="Link Four"/>
  96. <meta name="text:quote" content="The stars glisten while you talk. The moon appears through the stars, leaving you and everyone puzzled and in regret."/>
  97. <meta name="color:laceborder" content="#A4A4A4"/>
  98. <meta name="color:line" content="#81DAF5"/>
  99. <meta name="color:links background" content="#E0F2F7"/>
  100.  
  101.  
  102.  
  103. <style type="text/css">
  104.  
  105. #lace {
  106. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  107. repeat:repeat-x;
  108. left:0;
  109. width:100%;
  110. margin-top: -23px;
  111. height:17px;
  112. position: fixed;
  113. z-index: 999999999999999999999999999999999999999999999999;
  114. opacity:1;
  115. }
  116. #lace2 {
  117. background-color: #fff;
  118. repeat:repeat-x;
  119. left:0;
  120. width:100%;
  121. border-bottom:4px double {color:laceborder};
  122. margin-top: -60px;
  123. height:35px;
  124. position: fixed;
  125. z-index: 999999999999999999999999999999999999999999999999;
  126. opacity:1;
  127. }
  128.  
  129. #line1{
  130. position:fixed;
  131. top:0px;
  132. margin-left:475px;
  133. height:100%;
  134. width:10px;
  135. background:{color:line};
  136. border:3px double white;
  137. z-index:999999999999999999999999999;
  138. }
  139.  
  140. #line2{
  141. position:fixed;
  142. top:0px;
  143. margin-left:1050px;
  144. height:100%;
  145. z-index:999999999999999999999999999;
  146. width:10px;
  147. background:{color:line};
  148. border:3px double white;
  149. }
  150.  
  151.  
  152. /* Effect 1: Brackets */
  153. .cl-effect-1 a::before,
  154. .cl-effect-1 a::after {
  155. display: inline-block;
  156. opacity: 0;
  157. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  158. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  159. transition: transform 0.3s, opacity 0.2s;
  160. }
  161.  
  162. .cl-effect-1 a::before {
  163. margin-right: 10px;
  164. content: '[';
  165. -webkit-transform: translateX(20px);
  166. -moz-transform: translateX(20px);
  167. transform: translateX(20px);
  168. }
  169.  
  170. .cl-effect-1 a::after {
  171. margin-left: 10px;
  172. content: ']';
  173. -webkit-transform: translateX(-20px);
  174. -moz-transform: translateX(-20px);
  175. transform: translateX(-20px);
  176. }
  177.  
  178. .cl-effect-1 a:hover::before,
  179. .cl-effect-1 a:hover::after,
  180. .cl-effect-1 a:focus::before,
  181. .cl-effect-1 a:focus::after {
  182. opacity: 1;
  183. -webkit-transform: translateX(0px);
  184. -moz-transform: translateX(0px);
  185. transform: translateX(0px);
  186. }
  187.  
  188.  
  189.  
  190.  
  191. #tumblr_controls{
  192. position:fixed !important;
  193. -webkit-filter: invert(100%)
  194. }
  195.  
  196. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  197.  
  198. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  199.  
  200. p {
  201. margin:0px;
  202. margin-top:0px;
  203. }
  204.  
  205. body {
  206. margin: 5px;
  207. font-family: cambria;
  208. line-height:18px;
  209. font-size:13px;
  210. background-attachment: fixed;
  211. background-repeat: repeat;
  212. color:{color:text};
  213. background-color: {color:Background};
  214. background-image:url({image:background});
  215. }
  216.  
  217.  
  218. a:link, a:active, a:visited{
  219. text-decoration: none;
  220. -webkit-transition: all 0.6s ease-out;
  221. -moz-transition: all 0.6s ease-out;
  222. -o-transition: all 0.6s ease-out;
  223. transition: all 0.6s ease-out;
  224. color:#848484;
  225. }
  226.  
  227. a:hover {
  228. text-decoration: line-through;
  229. -webkit-transition: all 0.3s ease-out;
  230. -moz-transition: all 0.3s ease-out;
  231. -o-transition: all 0.3s ease-out;
  232. transition: all 0.3s ease-out;
  233. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  234. color:#cdcdcd;
  235.  
  236. }
  237.  
  238. div#center{
  239. margin:auto;
  240. position:relative;
  241. width:1000px;
  242. background-color:;
  243. overflow:auto;
  244. overflow-y:hidden;
  245. }
  246.  
  247. .entry {
  248. float:left;
  249. display: block;
  250. margin:5px;
  251. overflow:hidden;
  252. width:250px;
  253. background:white;
  254. padding:6px;
  255. border:1px solid #eee;
  256. {block:PermalinkPage}
  257. width:450px;
  258. text-align:left;
  259. line-height:10px;
  260. {/block:PermalinkPage}
  261. }
  262.  
  263. .entry .perma{
  264. width:250px;
  265. height:auto;
  266. margin-left:-52px;
  267. position: absolute;
  268. line-height: 14px;
  269. font-family:caviar;
  270. overflow:hidden;
  271. text-align:center;
  272. top:11px;
  273. padding:3px;
  274. background:white;
  275. word-spacing:2px;
  276. letter-spacing:1px;
  277. opacity: 0.0;
  278. -webkit-transition: all .7s ease;
  279. -moz-transition: all .7s ease;
  280. -o-transition: all .7s ease;
  281. transition: all .7s ease;
  282. }
  283.  
  284. .entry:hover .perma{
  285. overflow:visible;
  286. opacity:1;
  287. top:11px;
  288. margin-left:-2px;
  289.  
  290. }
  291.  
  292. .entry .perma2{
  293. width:250px;
  294. height:auto;
  295. margin-left:52px;
  296. position: absolute;
  297. line-height: 14px;
  298. font-family:caviar;
  299. overflow:hidden;
  300. text-align:center;
  301. top:11px;
  302. padding:3px;
  303. background:white;
  304. word-spacing:2px;
  305. letter-spacing:1px;
  306. opacity: 0.0;
  307. -webkit-transition: all .7s ease;
  308. -moz-transition: all .7s ease;
  309. -o-transition: all .7s ease;
  310. transition: all .7s ease;
  311. }
  312.  
  313. .entry:hover .perma2{
  314. overflow:visible;
  315. opacity:1;
  316. top:41px;
  317. margin-left:-2px;
  318. }
  319.  
  320. #posts {
  321. width:700px;
  322. margin-top:60px;
  323. z-index:99;
  324. margin-left:500px;
  325. right:auto;
  326. background:transparent;
  327. margin-right:auto;
  328. position:relative;
  329. overflow-y: hidden;
  330. }
  331.  
  332. #sidebar{
  333. position:fixed !important;
  334. width:auto;
  335. background:white;
  336. height:auto;
  337. margin-top:130px;
  338. margin-left:-100px;
  339. box-shadow:0px 0px 17px #fff;
  340. border:2px solid {color:sidebar};
  341. padding:3px;
  342. text-align:center;
  343. -webkit-transition: all .7s ease;
  344. -moz-transition: all .7s ease;
  345. -o-transition: all .7s ease;
  346. transition: all .7s ease;
  347. }
  348.  
  349. #sidebar:hover{
  350. border-radius:15px;
  351. -webkit-transition: all .7s ease;
  352. -moz-transition: all .7s ease;
  353. -o-transition: all .7s ease;
  354. transition: all .7s ease;
  355. }
  356.  
  357. #sidebar img{
  358. width: 250px;
  359. height: auto;
  360. }
  361.  
  362. #title{
  363. position:fixed;
  364. font-size:63px;
  365. font-family:tall films;
  366. color:#6E6E6E;
  367. margin-top:-30px;
  368. margin-left:70px;
  369. z-index:9999999;
  370. -webkit-transition: all .7s ease;
  371. -moz-transition: all .7s ease;
  372. -o-transition: all .7s ease;
  373. transition: all .7s ease;
  374. }
  375.  
  376. #sidebar:hover #title{
  377. margin-top:-80px;
  378. margin-left:50px;
  379. -webkit-transition: all .7s ease;
  380. -moz-transition: all .7s ease;
  381. -o-transition: all .7s ease;
  382. transition: all .7s ease;
  383. }
  384.  
  385. #title2{
  386. position:fixed;
  387. font-size:63px;
  388. font-family:tall films;
  389. color:#6E6E6E;
  390. margin-top:-30px;
  391. margin-left:120px;
  392. z-index:9999999;
  393. opacity:0;
  394. -webkit-transition: all .7s ease;
  395. -moz-transition: all .7s ease;
  396. -o-transition: all .7s ease;
  397. transition: all .7s ease;
  398. }
  399.  
  400. #sidebar:hover #title2{
  401. opacity:1;
  402. margin-left:70px;
  403. -webkit-transition: all .7s ease;
  404. -moz-transition: all .7s ease;
  405. -o-transition: all .7s ease;
  406. transition: all .7s ease;
  407. }
  408.  
  409. @font-face {font-family:"Bree"; src:url('http://static.tumblr.com/9wzbixa/YBvm26pgu/bree.ttf');}
  410. @font-face {font-family: "Tall Films"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  411.  
  412. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  413. @font-face { font-family: "playdate"; src: url('http://static.tumblr.com/4yxykdm/XVZlrfl3m/playdate_1_.ttf'); }
  414. @font-face {font-family:"Painted" src:url('http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf');}
  415.  
  416. @font-face { font-family: "caviar"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  417.  
  418.  
  419.  
  420.  
  421. askk {
  422. font-family:"caviar";
  423. line-height:17px;
  424. font-size: 15px;
  425. z-index:1;
  426. color: {color:Title};
  427. }
  428.  
  429. .title{
  430. line-height: 34px;
  431. font-size: 22px;
  432. font-family:"playdate";
  433. color:{color:Title};
  434. }
  435.  
  436. .permalink{
  437. text-transform: uppercase;
  438. font-size:8px;
  439. display: block;
  440. text-align: center;
  441. text-decoration: none;
  442. margin-top:8px;
  443. margin-bottom:2px;
  444. padding:3px;
  445. border-top:1px solid #eee;
  446. }
  447.  
  448. #audio {
  449. width:200px;
  450. height:auto;
  451. min-height:60px;
  452. padding-bottom:0px;
  453. }
  454. .cover {
  455. position:absolute;
  456. z-index:1;
  457. width:60px;
  458. height:60px;
  459. }
  460. .cover img {
  461. float:left;
  462. width:60px;
  463. height:60px;
  464. }
  465. .playbox {
  466. opacity:0.6;
  467. width:27px;
  468. height:30px;
  469. overflow:hidden;
  470. position:absolute;
  471. z-index:1000;
  472. margin-left:17px;
  473. margin-top:17px;
  474. text-align:center;
  475. }
  476. .info {
  477. margin-left:73px;
  478. margin-top:4px;
  479. line-height:14px;
  480. }
  481.  
  482. #infscr-loading{
  483. bottom: -70px;
  484. position: absolute;
  485. left: 50%;
  486. margin-left:-8px;
  487. width:16px;
  488. height:11px;
  489. overflow:hidden;
  490. margin-bottom: 50px;
  491. }
  492.  
  493. ::-webkit-scrollbar {
  494. width: 5px;
  495. height: 7px;
  496. border-left:1px solid #ccc;
  497. background-color:{color:scrollbar};
  498. }
  499.  
  500. ::-webkit-scrollbar-thumb {
  501. background: #FAFAFA;
  502. }
  503.  
  504.  
  505. #postnotes{
  506. text-align: justify;}
  507.  
  508. #postnotes blockquote{
  509. border: 0px;}
  510.  
  511. blockquote{
  512. padding:0px 0px 2px 5px;
  513. margin:0px 0px 2px 10px;
  514. border-left: 1px dotted #555555;
  515. }
  516.  
  517. blockquote p, ul{
  518. margin:0px;
  519. padding:0px;
  520. }
  521.  
  522. a img{border: 0px;}
  523.  
  524. #desc{
  525. font-family:consolas;
  526. font-size:14px;
  527. line-height:17px;
  528. background:white;
  529. width:250px;
  530. height:0px;
  531. opacity:0;
  532. overflow:auto;
  533. -webkit-transition: all .7s ease;
  534. -moz-transition: all .7s ease;
  535. -o-transition: all .7s ease;
  536. transition: all .7s ease;
  537. }
  538.  
  539. #sidebar:hover #desc{
  540. opacity:1;
  541. height:50px;
  542. -webkit-transition: all .7s ease;
  543. -moz-transition: all .7s ease;
  544. -o-transition: all .7s ease;
  545. transition: all .7s ease;
  546. }
  547. #links{
  548. font-family:consolas;
  549. font-size:14px;
  550. line-height:17px;
  551. background:white;
  552. width:240px;
  553. height:auto;
  554. overflow:auto;
  555. background:{color:links background};
  556. border-right:1px dotted #CEF6F5;
  557. }
  558.  
  559. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  560.  
  561. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  562. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  563.  
  564. .notes img{width:15px; position:relative; top:3px;border-radius:60px;}
  565. <--ses-->
  566. small{font-size: 90%;}
  567.  
  568. {CustomCSS}
  569.  
  570. </style>
  571.  
  572. {block:IndexPage}
  573. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  574. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  575.  
  576. <script type="text/javascript">
  577. $(window).load(function(){
  578. var $wall = $('#posts');
  579. $wall.imagesLoaded(function(){
  580. $wall.masonry({
  581. itemSelector: '.entry, .entry_photo',
  582. isAnimated : false
  583. });
  584. });
  585.  
  586. $wall.infinitescroll({
  587. navSelector : '#pagination',
  588. nextSelector : '#pagination a',
  589. itemSelector : '.entry, .entry_photo',
  590. bufferPx : 2000,
  591. debug : false,
  592. errorCallback: function() {
  593. $('#infscr-loading').fadeOut('normal');
  594. }},
  595. function( newElements ) {
  596. var $newElems = $( newElements );
  597. $newElems.hide();
  598. $newElems.imagesLoaded(function(){
  599. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  600. });
  601. }); $('#posts').show(500);
  602. });
  603. </script>
  604.  
  605.  
  606. {/block:IndexPage}
  607.  
  608.  
  609. <title>{title}</title>
  610.  
  611. <link rel="shortcut icon" href="{Favicon}" />
  612. <meta name="viewport" content="width=820" />
  613. </head>
  614.  
  615. <body>
  616. <BODY onselectstart="return false;" ondragstart="return false;">
  617. <div class="wrapper">
  618. <div class="header">
  619. </div>
  620.  
  621. <div id="cage">
  622. <div id="center">
  623.  
  624. <!---->
  625.  
  626. <div id="sidebar">
  627. <div id="title2">{text:blogtitle2}</div>
  628.  
  629. <div id="title">{text:blogtitle}</div>
  630.  
  631.  
  632. <a href="/"><img src="{image:sidebar}" width=100%></a>
  633.  
  634. <div id="desc">
  635. {description}
  636. </div>
  637. <br>
  638.  
  639. <div id="links">
  640. <nav class="cl-effect-1" id="cl-effect-1">
  641. <i><a href="{text:link1}">{text:link1title}</a>
  642. </div></i>
  643. <div id="links">
  644. <nav class="cl-effect-1" id="cl-effect-1">
  645.  
  646. <i><a href="{text:link2}">{text:link2title}</a>
  647. </div></i>
  648. <i><div id="links">
  649. <nav class="cl-effect-1" id="cl-effect-1">
  650. <a href="{text:link3}">{text:link3title}</a>
  651. </i>
  652. </div>
  653. <i><div id="links">
  654. <nav class="cl-effect-1" id="cl-effect-1">
  655. <a href="{text:link4}">{text:link4title}</a>
  656. </i>
  657.  
  658. </div>
  659. </div>
  660. </div>
  661.  
  662. <!------------------------------------->
  663.  
  664.  
  665. <div class="left">
  666. <div id="line1"></div>
  667. <div id="line2"></div>
  668. <div id="lace"></div>
  669. <div id="lace2"> <marquee><center>{text:quote}</center></marquee></div>
  670.  
  671. <div id="posts">
  672. {block:Posts}
  673. <div class="entry">
  674.  
  675. {block:Text}{block:Title}<span class="title"> <div style="margin-top:2px;margin-bottom:0px;min-height:auto; overflow:auto;padding: 4px; background-color:#FAFAFA;border:1px solid #eee;border-radius:5px;">{Title}</div></span>{/block:Title}<span class="body">{Body}</span>
  676. <span class="permalink">
  677. <nav class="cl-effect-1" id="cl-effect-1">
  678.  
  679. <div style="margin-top:2px;font-size:11px;font-family:cambria; margin-bottom:0px;min-height:10px; padding: 4px; background-color:#FAFAFA;border:1px solid #eee;border-radius:5px;">
  680. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  681. </div>
  682. {/block:HasTags}</span>
  683. {/block:Text}
  684.  
  685. {block:Answer}
  686. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  687. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  688. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  689. <div style="margin-top:2px;font-size:12px;font-family:cambria; margin-bottom:0px;min-height:10px; padding: 4px; background-color:#FAFAFA;border:1px solid #eee;border-radius:5px;">
  690. <nav class="cl-effect-1" id="cl-effect-1">
  691.  
  692. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  693. </div>
  694. {/block:Answer}
  695.  
  696. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  697. <span class="permalink">
  698. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a> </span>
  699. {/block:Link}
  700.  
  701. {block:Photo}
  702. {block:IndexPage}
  703. <center>
  704. <div class="perma">
  705. <nav class="cl-effect-1" id="cl-effect-1">
  706. <a href="{ReblogURL}" target="_blank"> Reblog </a> - <a href="{Permalink}">{notecountwithlabel}</a></div>
  707. <div class="perma2">
  708. <nav class="cl-effect-1" id="cl-effect-1">
  709. Posted {timeago}
  710. </div>
  711.  
  712. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  713. {/block:IndexPage}
  714. {block:PermalinkPage}
  715. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  716.  
  717. {LinkCloseTag}
  718. {/block:PermalinkPage}
  719. {/block:Photo}
  720.  
  721. {block:Photoset}
  722. {block:IndexPage}
  723. <center>
  724.  
  725. <div class="perma">
  726. Posted on {dayofweek} &middot <a href="{ReblogURL}" target="_blank"> Reblog </a> </div>
  727.  
  728. {Photoset-250}</center>
  729. {/block:IndexPage}
  730. {block:PermalinkPage}
  731. <center>
  732. {Photoset-500}</center>
  733. {/block:PermalinkPage}
  734. {/block:Photoset}
  735.  
  736. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  737. <span class="permalink">
  738. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  739. </span>{/block:Quote}
  740.  
  741. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  742. <ul class="chat">
  743. {block:Lines}
  744. <li class="user_{UserNumber}">
  745. {block:Label}
  746. <span class="label">{Label}</span>
  747. {/block:Label}
  748.  
  749. {Line}
  750. </li>
  751. {/block:Lines}
  752. <span class="permalink">
  753. <a href="{Permalink}">{notecountwithlabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a> </span>
  754. {/block:Chat}
  755.  
  756. {block:Audio}
  757. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  758. {block:IndexPage}
  759. {/block:IndexPage}
  760. {/block:Audio}
  761.  
  762. {block:Video}
  763. {block:IndexPage}
  764. <center>
  765. <div class="perma">
  766. Posted on {dayofweek} &middot <a href="{ReblogURL}" target="_blank"> Reblog </a> </div>
  767. {Video-250}</center>
  768. {/block:IndexPage}
  769. {block:PermalinkPage}
  770. <center>
  771. {Video-400}</center>
  772. {/block:PermalinkPage}
  773. {block:Video}
  774.  
  775.  
  776. {block:PostNotes}<div align="middle">{caption}</div>
  777. <center>
  778.  
  779. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  780.  
  781. {block:HasTags}
  782. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  783. {block:RebloggedFrom}
  784. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  785. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  786.  
  787. {/block:RebloggedFrom}
  788. </center></span>
  789. <br>
  790. <div id="postnotes">{PostNotes}</div><br>
  791.  
  792. <center>{block:ContentSource}
  793. <br><a href="{SourceURL}">
  794. {lang:Source}:
  795. {block:SourceLogo}
  796. <img src="{BlackLogoURL}" width="{LogoWidth}"
  797. height="{LogoHeight}" alt="{SourceTitle}" />
  798. {/block:SourceLogo}
  799. {block:NoSourceLogo}
  800. {SourceLink}
  801. {/block:NoSourceLogo}
  802. </a>
  803. {/block:ContentSource}</center>
  804.  
  805. {/block:PostNotes}
  806. </div>
  807. {/block:Posts}
  808. </div></div>
  809.  
  810. {block:IndexPage}
  811. {block:Pagination}
  812. <div id="pagination">
  813. {block:NextPage}
  814. <a id="nextPage" href="{NextPage}"></a>
  815. {/block:NextPage}
  816. {block:PreviousPage}
  817. <a href="{PreviousPage}"></a>
  818. {/block:PreviousPage}
  819. </div>
  820. {/block:Pagination}
  821. {/block:IndexPage}
  822. </body>
  823. <div style="position:fixed; z-index:9999999999999;bottom:5px; right:5px; background:white; border: 1px solid {color:borders}; padding: 3px; padding-top: 0px; font-size: 15px; line-height: 10px;"><a href="http://5urprise.tumblr.com"title="Theme by 5urprise!!!"></a></div>
  824.  
  825.  
  826. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement