Advertisement
themesbygeorgia

Theme #54 - Relaxāre

Oct 14th, 2015
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.16 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--- Theme #54 - relaxare by wonderfullythemes
  6.  
  7. dont remove the credit pls and thanks
  8. --->
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  16. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  17.  
  18. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  19. <script type="text/javascript">//** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location.
  20. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com
  21. //** v1.1 (April 7th, 10'):
  22. //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
  23. //** 2) Fixes scroll animation not working in Opera.
  24.  
  25.  
  26. var scrolltotop={
  27. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  28. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  29. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  30. controlHTML: '<img src="http://d2wss9bif9q3el.cloudfront.net/407/986/images/back-to-top-button.png" style="filter:alpha(opacity=70); -moz-opacity:0.7;" width="30"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  31. controlattrs: {offsetx:20, offsety:20}, //offset of control relative to right/ bottom of window corner
  32. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  33.  
  34. state: {isvisible:false, shouldvisible:false},
  35.  
  36. scrollup:function(){
  37. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  38. this.$control.css({opacity:0}) //hide control immediately after clicking it
  39. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  40. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  41. dest=jQuery('#'+dest).offset().top
  42. else
  43. dest=0
  44. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  45. },
  46.  
  47. keepfixed:function(){
  48. var $window=jQuery(window)
  49. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  50. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  51. this.$control.css({left:controlx+'px', top:controly+'px'})
  52. },
  53.  
  54. togglecontrol:function(){
  55. var scrolltop=jQuery(window).scrollTop()
  56. if (!this.cssfixedsupport)
  57. this.keepfixed()
  58. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  59. if (this.state.shouldvisible && !this.state.isvisible){
  60. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  61. this.state.isvisible=true
  62. }
  63. else if (this.state.shouldvisible==false && this.state.isvisible){
  64. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  65. this.state.isvisible=false
  66. }
  67. },
  68.  
  69. init:function(){
  70. jQuery(document).ready(function($){
  71. var mainobj=scrolltotop
  72. var iebrws=document.all
  73. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  74. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  75. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  76. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  77. .attr({title:'back to top'})
  78. .click(function(){mainobj.scrollup(); return false})
  79. .appendTo('body')
  80. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  81. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  82. mainobj.togglecontrol()
  83. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  84. mainobj.scrollup()
  85. return false
  86. })
  87. $(window).bind('scroll resize', function(e){
  88. mainobj.togglecontrol()
  89. })
  90. })
  91. }
  92. }
  93.  
  94. scrolltotop.init()</script>
  95.  
  96. <!--MASONRY -->
  97. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  98.  
  99. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  100.  
  101. <stsss>
  102. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  103. <script>
  104. (function($){
  105. $(document).ready(function(){
  106. $("a[title]").style_my_tooltips({
  107. tip_follows_cursor:true,
  108. tip_delay_time:100,
  109. tip_fade_speed:200,
  110. attribute:"title"
  111. });
  112. });
  113. })(jQuery);
  114. </script>
  115.  
  116. {block:IndexPage}
  117. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  118. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  119.  
  120. <script type="text/javascript">
  121. $(window).load(function(){
  122. var $wall = $('#entries');
  123. $wall.imagesLoaded(function(){
  124. $wall.masonry({
  125. itemSelector: '#post, #post_photo',
  126. isAnimated : false
  127. });
  128. });
  129.  
  130. $wall.infinitescroll({
  131. navSelector : '#pagination',
  132. nextSelector : '#pagination a',
  133. itemSelector : '#post, #post_photo',
  134. bufferPx : 2000,
  135. debug : false,
  136. errorCallback: function() {
  137. $('#scroll').fadeOut('normal');
  138. }},
  139. function( newElements ) {
  140. var $newElems = $( newElements );
  141. $newElems.hide();
  142. $newElems.imagesLoaded(function(){
  143. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  144. });
  145. }); $('#entries').show(500);
  146. });
  147. </script>
  148. {/block:IndexPage}
  149.  
  150. <script>
  151. $(document).ready(function(){
  152.  
  153. $(".icon1").click(function(){
  154. $(".iconinfo1").slideToggle("slow");
  155. });
  156. });
  157. </script>
  158.  
  159. <meta name="color:Background" content="#fff" />
  160. <meta name="color:Link" content="#1bcc5c" />
  161. <meta name="color:Hover" content="#444" />
  162. <meta name="color:Text" content="#444" />
  163. <meta name="color:Title" content="#000" />
  164. <meta name="color:Updates Tab" content="#ddd" />
  165. <meta name="color:Border" content="#ddd" />
  166. <meta name="color:Header Background" content="#000" />
  167. <meta name="color:Nav Links" content="#fff" />
  168. <meta name="color:Nav Links Hover" content="#fff" />
  169. <meta name="color:Description Text" content="#fff" />
  170. <meta name="color:Post Background" content="#fff" />
  171. <meta name="color:Question Background" content="#ddd" />
  172. <meta name="color:Question Text" content="#444" />
  173. <meta name="color:Answer Background" content="#fff" />
  174. <meta name="color:Answer Text" content="#444" />
  175. <meta name="color:Chat Text Odd" content="#000" />
  176. <meta name="color:Chat Text Even" content="#000" />
  177. <meta name="color:Info Background" content="#ddd" />
  178. <meta name="color:Info Text" content="#444" />
  179. <meta name="color:Info Links" content="#444" />
  180. <meta name="color:Info Links Hover" content="#fff" />
  181. <meta name="color:Scrollbar" content="#000" />
  182. <meta name="color:Tooltip Background" content="#000" />
  183. <meta name="color:Tooltip Border" content="#000" />
  184. <meta name="color:Tooltip Shadow" content="#fff" />
  185. <meta name="color:Tooltip Text" content="#fff" />
  186.  
  187. <meta name="image:sidebar" content=""/>
  188.  
  189. <meta name="text:Link1" content="/" />
  190. <meta name="text:Link1 Text" content="Link 1" />
  191. <meta name="text:Link2" content="/" />
  192. <meta name="text:Link2 Text" content="Link 2" />
  193. <meta name="text:Link3" content="/" />
  194. <meta name="text:Link3 Text" content="Link 3" />
  195. <meta name="text:Link4" content="/" />
  196. <meta name="text:Link4 Text" content="Link 4" />
  197. <meta name="text:Updates Text" content="updates here" />
  198.  
  199.  
  200. <meta name="if:ShowCustomCursor" content="1" />
  201. <meta name="if:ShowUpdatesTab" content="1" />
  202. <meta name="if:ShowFullOpacity" content="0" />
  203. <meta name="if:ShowOneColumn" content="0" />
  204. <meta name="if:ShowTwoColumns" content="0" />
  205. <meta name="if:ShowThreeColumns" content="1" />
  206.  
  207. <style type="text/css">
  208.  
  209. ::-webkit-scrollbar-thumb {
  210. height:auto;
  211. background-color:{color:Scrollbar};
  212. }
  213.  
  214. ::-webkit-scrollbar {
  215. height:4px;
  216. width:6px;
  217. padding-right:2px;
  218. background-color:transparent;
  219. }
  220.  
  221. #s-m-t-tooltip {
  222. font-family:'calibri';
  223. max-width:200px;
  224. font-size:11px;
  225. background-color:{color:Tooltip Background};
  226. color:{color:Tooltip Text};
  227. line-height:9px;
  228. display:none;
  229. position:absolute;
  230. letter-spacing:1px;
  231. text-transform:uppercase;
  232. padding:7px;
  233. margin:15px 0px 0px 15px;
  234. z-index:99999999999999;
  235. }
  236.  
  237. body {
  238. overflow-x:hidden;
  239. background:{color:Background};
  240. color:{color:Text};
  241. font-family:'calibri';
  242. font-size:11.5px;
  243. text-decoration:none;
  244. text-transform:none;
  245. margin:0px;
  246. background-image:url('{image:Background}');
  247. background-attachment:fixed;
  248. background-size:cover;
  249. background-repeat:no-repeat;
  250. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  251. }
  252.  
  253. a {
  254. color:{color:Link};
  255. text-decoration:none;
  256. -moz-transition-duration:0.7s;
  257. -webkit-transition-duration:0.7s;
  258. -o-transition-duration:0.7s;
  259. }
  260.  
  261. a:hover {
  262. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  263. color:{color:Hover};
  264. -moz-transition-duration:0.7s;
  265. -webkit-transition-duration:0.7s;
  266. -o-transition-duration:0.7s;
  267. }
  268.  
  269. h2 {
  270. color:{color:Text};
  271. }
  272.  
  273. h2 a {
  274. color:{color:Link};
  275. }
  276.  
  277. li {
  278. list-style:square;
  279. }
  280.  
  281. blockquote {
  282. border-left:2px solid {color:Text};
  283. padding-left:5px;
  284. }
  285.  
  286. img, blockquote, li, h2 {
  287. max-width:100%;
  288. }
  289.  
  290. img{
  291. opacity:.7;
  292. -webkit-transition-duration: 0.8s;
  293. -moz-transition-duration: 0.8s;
  294. -o-transition-duration: 0.8s;
  295. -ms-transition-duration: 0.8s;
  296. {block:IfShowFullOpacity}
  297. opacity:1;
  298. {/block:IfShowFullOpacity}
  299. }
  300.  
  301. img:hover{
  302. opacity:1;
  303. -webkit-transition-duration: 0.8s;
  304. -moz-transition-duration: 0.8s;
  305. -o-transition-duration: 0.8s;
  306. -ms-transition-duration: 0.8s;
  307. z-index: 2px;
  308. }
  309.  
  310. .html_photoset {
  311. max-width:100%;
  312. opacity:.7;
  313. -webkit-transition-duration: 0.8s;
  314. -moz-transition-duration: 0.8s;
  315. -o-transition-duration: 0.8s;
  316. -ms-transition-duration: 0.8s;
  317. {block:IfShowFullOpacity}
  318. opacity:1;
  319. {/block:IfShowFullOpacity}
  320. }
  321.  
  322. .html_photoset:hover{
  323. opacity:1;
  324. -webkit-transition-duration: 0.8s;
  325. -moz-transition-duration: 0.8s;
  326. -o-transition-duration: 0.8s;
  327. -ms-transition-duration: 0.8s;
  328. z-index: 2px;
  329. }
  330.  
  331. #entries {
  332. overflow-x:hidden;
  333. position:relative;
  334. float:center;
  335. top:20px;
  336. text-align:justify;
  337. overflow:hidden;
  338. margin-bottom:40px;
  339. left:5%;
  340. margin-left:auto;
  341. margin-right:auto;
  342. {block:IfShowOneColumn}
  343. width:250px;
  344. {/block:IfShowOneColumn}
  345. {block:IfShowTwoColumns}
  346. width:750px;
  347. {/block:IfShowTwoColumns}
  348. {block:IfShowThreeColumns}
  349. width:1100px;
  350. {/block:IfShowThreeColumns}
  351. {block:PermalinkPage}
  352. left:0;
  353. {/block:PermalinkPage}
  354. }
  355.  
  356. #post {
  357. overflow-x:hidden;
  358. margin-bottom:40px;
  359. background-color: {color:Post Background};
  360. width:250px;
  361. padding:20px;
  362. border:1px solid {color:Border};
  363. margin-right:45px;
  364. {block:PermalinkPage}
  365. border:1px solid transparent;
  366. margin-left:auto;
  367. margin-right:auto;
  368. width:400px;
  369. {/block:PermaLinkPage}
  370. }
  371.  
  372. #post img {
  373. max-width:100%
  374. }
  375.  
  376. /*--SIDEBAR--*/
  377.  
  378. #sidebar {
  379. width:100%;
  380. height:160px;
  381. position:relative;
  382. top:0;
  383. padding:10px;
  384. left:0;
  385. z-index:2;
  386. background:{color:Header Background};
  387. overflow-x:hidden;
  388. }
  389.  
  390. .maintitle {
  391. text-align:center;
  392. margin-top:40px;
  393. font-size:30px;
  394. letter-spacing:1px;
  395. text-transform:uppercase;
  396. color:{color:Title};
  397. font-family:'century gothic';
  398. }
  399.  
  400. .maintitle a {
  401. color:{color:Title};
  402. }
  403.  
  404. .desc {
  405. text-align:center;
  406. margin-top:5px;
  407. height:auto;
  408. opacity:1;
  409. position:relative;
  410. color:{color:Description Text};
  411. }
  412.  
  413. .links {
  414. font-size:11px;
  415. letter-spacing:1px;
  416. text-align:center;
  417. font-style:none;
  418. line-height:100%;
  419. margin-top:10px;
  420. margin-left:0px;
  421. text-transform:uppercase;
  422. }
  423.  
  424. .links a {
  425. color:{color:Nav Links};
  426. }
  427.  
  428. .links a:hover {
  429. color:{color:Nav Links Hover};
  430. }
  431.  
  432. #pagination {
  433. width:100%;
  434. position:relative;
  435. text-align:center;
  436. margin-top:5px;
  437. text-transform:none;
  438. font-style:none;
  439. text-transform: lowercase;
  440. }
  441.  
  442. /*--POST TYPES--*/
  443. .user {
  444. font-size:11px;
  445. text-transform:uppercase;
  446. margin-bottom:10px;
  447. }
  448.  
  449. .question {
  450. max-width:100%;
  451. border-bottom:1px dotted {color:Link};
  452. padding-bottom:10px;
  453. }
  454.  
  455. .answer {
  456. text-align:left;
  457. margin-top:10px;
  458. max-width:100%;
  459. }
  460.  
  461. .quote {
  462. padding-bottom:10px;
  463. width:250px;
  464. position:relative;
  465. }
  466.  
  467. .mark {
  468. text-align:left;
  469. font-family:georgia;
  470. font-size:60px;
  471. color:{color:Link};
  472. }
  473.  
  474. .words {
  475. width:200px;
  476. margin-left:25px;
  477. margin-top:-50px;
  478. line-height:13px;
  479. font-size:13px;
  480. font-style:italic;
  481. }
  482.  
  483. .contentsrc {
  484. display:none;
  485. }
  486.  
  487. /*--from two column base code. link on my main blog--*/
  488. .audio{
  489. {block:IndexPage}width:180px;{/block:IndexPage}
  490. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  491. .info{
  492. padding:2px 0px 1px 57px;}
  493. .i {
  494. text-transform:uppercase;
  495. letter-spacing:1px;
  496. font-size:8px;}
  497. .pl b,strong{
  498. text-transform:lowercase;
  499. font-size:9px;}
  500. .player{
  501. position:absolute;
  502. overflow:hidden;
  503. margin-top:0px;
  504. margin-left:15px;
  505. background:#ffffff;
  506. width:24px;
  507. height:23px;}
  508.  
  509. .video-container {
  510. position:relative;
  511. padding-bottom:56.25%;
  512. padding-top: 30px;
  513. height:0;
  514. overflow:hidden;}
  515.  
  516. .video-container iframe,
  517. .video-container object,
  518. .video-container embed {
  519. position: absolute;
  520. top: 0;
  521. left: 0;
  522. width: 100%;
  523. height: 100%;}
  524.  
  525. .chat li { list-style:none; }
  526. .line_odd, .line_even { text-transform:uppercase; letter-spacing:1px; font-size:11px; }
  527. .line_odd { color:{color:Chat Text Odd}; }
  528. .line_even { color:{color:Chat Text Even}; }
  529.  
  530. /*--INFO AND TAGS--*/
  531. #post:hover #info {
  532. opacity:1;
  533. -moz-transition-duration:0.7s;
  534. -webkit-transition-duration:0.7s;
  535. -o-transition-duration:0.7s;
  536. }
  537.  
  538. #info {
  539. width:230px;
  540. padding:10px;
  541. background:{color:Info Background};
  542. position:absolute;
  543. letter-spacing:1px;
  544. text-transform:uppercase;
  545. font-style:none;
  546. font-size:10px;
  547. color:{color:Info Text};
  548. text-align:center;
  549. margin-bottom:20px;
  550. opacity:0;
  551. font-weight:bold;
  552. z-index:45;
  553. -moz-transition-duration:0.7s;
  554. -webkit-transition-duration:0.7s;
  555. -o-transition-duration:0.7s;
  556. {block:PermalinkPage}
  557. width:400px;
  558. {/block:PermaLinkPage}
  559. }
  560.  
  561. #info a:link {
  562. font-weight:initial;
  563. color:{color:Info Links};
  564. border-bottom:1px solid transparent;
  565. }
  566.  
  567. #info a:hover {
  568. border-bottom:1px solid {color:Info Links Hover};
  569. color:{color:Info Links Hover};
  570. }
  571.  
  572. .footer {
  573. margin-top:10px;
  574. margin-left:auto;
  575. margin-right:auto;
  576. width:380px;
  577. padding:10px;
  578. background:{color:Info Background};
  579. position:relative;
  580. letter-spacing:1px;
  581. text-transform:uppercase;
  582. font-style:none;
  583. font-size:10px;
  584. color:{color:Info Text};
  585. text-align:left;
  586. margin-bottom:20px;
  587. font-weight:bold;
  588. }
  589.  
  590. .footer a {
  591. font-weight:initial;
  592. color:{color:Info Links};
  593. border-bottom:1px solid transparent;
  594. }
  595.  
  596. .footer a:hover {
  597. color:{color:Info Links Hover};
  598. border-bottom:1px solid {color:Info Links Hover};
  599. }
  600.  
  601. .postnotes li {
  602. list-style:decimal;
  603. }
  604.  
  605. #scroll{
  606. bottom:-20px;
  607. position: absolute;
  608. left: 50%;
  609. width:10px;
  610. height:5px;
  611. overflow:hidden;
  612. margin-bottom:80px;}
  613.  
  614. /*--UPDATES TAB--*/
  615. #lostatsea {
  616. left:40px;
  617. width:150px;
  618. height:180px;
  619. top:20px;
  620. position:fixed;
  621. z-index:9999;
  622. }
  623.  
  624. #icon {
  625. position:relative;
  626. width:auto;
  627. padding:8px;
  628. text-transform:uppercase;
  629. letter-spacing:1px;
  630. text-align:center;
  631. background-color:{color:Updates Tab};
  632. color:{color:Text};
  633. font-size:11px;
  634. }
  635.  
  636. #iconinfo {
  637. width:100px;
  638. font-size:11px;
  639. }
  640.  
  641. .icon1:hover { cursor:crosshair; text-decoration:none; }
  642. .iconinfo1 { margin-top:14px; display:none; }
  643. .iconinfo1 li { list-style:none; }
  644.  
  645. {CustomCSS}</style></head><body>
  646.  
  647. {block:IfShowUpdatesTab}
  648. <div id="lostatsea" class="box fade-in one">
  649. <br><a id="icon" class="icon1" title="click">Updates</a>
  650.  
  651. <div id="iconinfo" class="iconinfo1">
  652.  
  653. {text:Updates Text}
  654.  
  655. </div>
  656.  
  657. </div>
  658. {/block:IfShowUpdatesTab}
  659.  
  660. <div id="sidebar">
  661.  
  662. <div class="maintitle"><a href="/" title="refresh">{Title}</a></div>
  663.  
  664. <div class="links">
  665. <a href="{text:Link1}" target="blank">{text:Link1 Text}</a> |
  666. <a href="{text:Link2}" target="blank">{text:Link2 Text}</a> |
  667. <a href="{text:Link3}" target="blank">{text:Link3 Text}</a> |
  668. <a href="{text:Link4}" target="blank">{text:Link4 Text}</a> |
  669. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">credit</a>
  670. </div>
  671.  
  672. <div class="desc">{Description}</div>
  673.  
  674. </div>
  675.  
  676. <div id="entries">{block:Posts}
  677. {block:ContentSource}
  678. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  679. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  680. {/block:SourceLogo}
  681. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  682. {/block:ContentSource}
  683.  
  684. <div id="post">
  685.  
  686. {block:IndexPage}<div id="info">{block:Date}<a href="{Permalink}">{ShortMonth}{DayofMonthWithZero}</a> {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date} | <a href="{ReblogURL}">reblog</a></div>
  687. {/block:IndexPage}
  688.  
  689. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  690.  
  691. {block:Photo}{block:IndexPage}
  692. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</a>{/block:Photo}
  693.  
  694. {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}
  695. {block:PermalinkPage}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  696.  
  697. {block:Quote}
  698.  
  699. <div class="quote">
  700. <div class="mark">&#147;</div>
  701. <div class="words">{Quote}</div>
  702. <div style="text-align:right;
  703. font-family:georgia;
  704. font-size:60px;
  705. color:{color:Link};margin-top:-20px">”</div>
  706. <div style="text-transform:uppercase;letter-spacing:3px;margin-top:-30px;font-size:10px">-{Source}</div>
  707. </div>
  708. {block:ContentSource}<div class="contentsrc"><a href="{SourceURL}">{SourceTitle}</a></div>{/block:ContentSource}
  709. {/block:Quote}
  710.  
  711. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  712.  
  713. {block:Chat}
  714. {block:Title}<h3>{Title}</h3>{/block:Title}
  715. {block:Lines}<div class="chat"><li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}</span> {Line}</li></div>
  716. {/block:Lines}
  717.  
  718. {block:ContentSource}<div class="contentsrc"><a href="{SourceURL}">{SourceTitle}</a></div>{/block:ContentSource}
  719. {/block:Chat}
  720.  
  721. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  722. <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:Caption}{Caption}{/block:Caption}{block:IndexPage}
  723. {/block:IndexPage}
  724. {/block:Audio}
  725.  
  726. {block:Video}{block:IndexPage}<div class="video-container">{Video-250}</div>
  727. {/block:IndexPage}
  728. {block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  729.  
  730. {block:Answer}
  731. <div class="question">
  732. <div class="user">{Asker} asked:</div>
  733. {Question}</div>
  734.  
  735. <div class="answer">{Answer}</div>
  736. {/block:Answer}
  737.  
  738. {block:PermalinkPage}
  739. <div class="footer">{block:Date}Posted <a href="{Permalink}">{Month} {DayofMonthWithZero} {Year}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}<br> Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  740. {block:RebloggedFrom}<br>Original: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} <br>
  741. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  742. {/block:PermalinkPage}
  743.  
  744. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  745.  
  746. </div>
  747.  
  748. {/block:Posts}
  749.  
  750. </div>
  751. {block:IndexPage}
  752. {block:Pagination}
  753. <div id="pagination">
  754. {block:NextPage}
  755. <a id="nextPage" href="{NextPage}"></a>
  756. {/block:NextPage}
  757. {block:PreviousPage}
  758. <a href="{PreviousPage}"></a>
  759. {/block:PreviousPage}
  760. </div>
  761. {/block:Pagination}
  762. {/block:IndexPage}
  763.  
  764. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement