Advertisement
pjo06

Theme #021 - (I was) Lonely

May 19th, 2017
8,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.26 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. THEME BY LAURAHOLLIIS
  8. #021 (I was) LONELY
  9.  
  10. PLEASE DONT REMOVE
  11. THE CREDIT :)
  12.  
  13. -->
  14.  
  15.  
  16.  
  17. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  18.  
  19. <html>
  20. <head>
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--TEST BLOG 4-->
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:icon" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="color:bg" content="#f8f8f8" />
  31. <meta name="color:accent" content="#ffffff" />
  32. <meta name="color:sidelinks" content="#ffffff" />
  33. <meta name="color:link hover" content="#b6b6b6" />
  34. <meta name="color:outline" content="#f3f3f3" />
  35. <meta name="color:text" content="#1a1a1a" />
  36. <meta name="color:link" content="#1a1a1a" />
  37. <meta name="color:Scrollbar" content="#000000">
  38.  
  39. <meta name="if:right sidebar" content="0" />
  40. <meta name="if:normal posts" content="0" />
  41.  
  42. <meta name="select:Post Size" content="450" title="450px"/>
  43. <meta name="select:Post Size" content="475" title="475px"/>
  44. <meta name="select:Post Size" content="500" title="500px"/>
  45. <meta name="select:Post Size" content="540" title="540px"/>
  46.  
  47. <meta name="select:Gutter Size" content="1" title="1px"/>
  48. <meta name="select:Gutter Size" content="2" title="2px"/>
  49. <meta name="select:Gutter Size" content="3" title="3px"/>
  50. <meta name="select:Gutter Size" content="4" title="4px"/>
  51. <meta name="select:Gutter Size" content="5" title="5px"/>
  52. <meta name="select:Gutter Size" content="10" title="10px"/>
  53.  
  54. <meta name="text:link 1 URL" content="/" />
  55. <meta name="text:link 1" content="" />
  56. <meta name="text:link 2 URL" content="/" />
  57. <meta name="text:link 2" content="" />
  58. <meta name="text:link 3 URL" content="/" />
  59. <meta name="text:link 3" content="" />
  60. <meta name="text:link 4 URL" content="/" />
  61. <meta name="text:link 4" content="" />
  62. <meta name="text:link 5 URL" content="/" />
  63. <meta name="text:link 5" content="" />
  64.  
  65.  
  66.  
  67.  
  68. <!--START-->
  69.  
  70. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  71. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  72. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  73. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  74. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  75. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
  76. <link href="https://fonts.googleapis.com/css?family=Abhaya+Libre" rel="stylesheet">
  77.  
  78.  
  79.  
  80. <!--VIDEO RESIZE BY SHYTHEMES-->
  81. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  82. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  83.  
  84.  
  85.  
  86. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  87.  
  88.  
  89. <!--TOOLTIPS-->
  90. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  92. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  93. <script>
  94. (function($){
  95. $(document).ready(function(){
  96. $("[title]").style_my_tooltips({
  97. tip_follows_cursor:true,
  98. tip_delay_time:100,
  99. tip_fade_speed:200
  100. });
  101. });
  102. })(jQuery);
  103. </script>
  104.  
  105.  
  106. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  107. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  108. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  109.  
  110.  
  111.  
  112.  
  113. <script>
  114. $(document).ready(function(){
  115. $('.photo-slideshow').pxuPhotoset({
  116. lightbox: true,
  117. rounded: false,
  118. gutter: '{select:Gutter Size}px',
  119. borderRadius: '0px',
  120. photoset: '.photo-slideshow',
  121. photoWrap: '.photo-data',
  122. photo: '.pxu-photo'
  123. });
  124. });
  125. </script>
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132. <!-- BOTH DIMENSIONS -->
  133.  
  134. <!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  135. <script>
  136. /* questions? ask oddhour.tumblr.com */
  137. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  138. function updatePhotoset() {
  139.  
  140. $(".photoset").each( function (i, e) {
  141. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  142. $(this.contentDocument).find("head").append(updatePhotosetCss);
  143. var photoset = $(this.contentDocument).find(".photoset");
  144. var photosetRows = photoset.find(".photoset_row");
  145. photoset.find(".photoset_photo")
  146. .each(function () {
  147. var hiResSrc = $(this).attr("href");
  148. var img = $(this).find('img');
  149. img.attr("src", hiResSrc );
  150. img.attr("style", "");
  151. });
  152. photosetRows.attr("style", "").css("margin-bottom", "-5px");
  153. photoset.attr("style","");
  154.  
  155. $(this).height($(this.contentDocument.body).height());
  156. });
  157. }
  158.  
  159. updatePhotoset();
  160.  
  161. var photosetTimer = setInterval(updatePhotoset, 1500);
  162. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  163. </script>-->
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. <style type="text/css">
  171.  
  172.  
  173.  
  174. #s-m-t-tooltip {
  175. max-width:300px;
  176. margin:15px;
  177. padding:4px 8px 4px 8px;
  178. border:1px solid {color:outline};
  179. background:{color:accent};
  180. color:{color:text};
  181. z-index:999999;
  182. font-size:7px;
  183. font-style:none;
  184. font-weight:lighter;
  185. letter-spacing:1px;
  186. font-family:'montserrat';
  187. text-transform:uppercase;
  188. box-shadow:0px 0px 0px #f2f2f2;
  189. border-radius:0px;
  190. }
  191.  
  192. ::-webkit-scrollbar-thumb:vertical {
  193. background-color:{color:Scrollbar};
  194. height:5px;
  195. }
  196.  
  197. ::-webkit-scrollbar-thumb:horizontal {
  198. background-color:{color:Scrollbar};
  199. height:5px!important;
  200. }
  201.  
  202. ::-webkit-scrollbar {
  203. background-color:transparent;
  204. height:3px;
  205. width:3px;
  206. }
  207.  
  208.  
  209.  
  210. body {
  211. font-family:'Montserrat', arial;
  212. font-size:11px;
  213. font-weight:500;
  214. color:{color:text};
  215. background-color:{color:bg};
  216. background-image: url("{image:bg}");
  217. background-attachment: fixed;
  218. background-repeat: repeat;
  219. }
  220.  
  221.  
  222. ::-moz-selection {
  223. background-color: {color:link hover};
  224. color: #fff;
  225. }
  226.  
  227. ::selection {
  228. background-color: {color:link hover};
  229. color: #fff;
  230. }
  231.  
  232. ul {
  233. list-style-type: circle;
  234. }
  235.  
  236. #entry {
  237. margin-top:60px;
  238. margin-bottom:70px;
  239. }
  240.  
  241.  
  242.  
  243. /*SIDEBAR*/
  244.  
  245. .sidebar {
  246. position:fixed;
  247. top:130px;
  248. {block:IfNotRightSidebar}
  249. left:150px;
  250. {/block:IfNotRightSidebar}
  251. {block:IfRightSidebar}
  252. left:calc({select:Post Size}px + 300px);
  253. {/block:IfRightSidebar}
  254. }
  255.  
  256. #sidebarimg img {
  257. width:245px;
  258. background-color:{color:accent};
  259. padding:10px 10px 15px 10px;
  260. border-bottom:3px solid {color:outline};
  261. }
  262.  
  263. #sidebar {
  264. width:245px;
  265. background-color:{color:accent};
  266. padding:15px 10px 15px 10px;
  267. margin-top:10px;
  268. border-bottom:3px solid {color:outline};
  269. }
  270.  
  271. #iconx {
  272. position:absolute;
  273. z-index:9999999;
  274. top:-30px;
  275. right:-30px;
  276. transform: scale(1);
  277. -moz-transition-duration: 0.3s;
  278. -o-transition-duration: 0.3s;
  279. -webkit-transition-duration: 0.3s;
  280. transition-duration: 0.3s;
  281. }
  282.  
  283. #iconx img {
  284. height:60px;
  285. width:60px;
  286. border-radius:100%;
  287. padding:8px;
  288. border-bottom:0px solid {color:outline};
  289. }
  290.  
  291. #iconx:hover {
  292. transform: scale(1.1);
  293. -moz-transition-duration: 0.3s;
  294. -o-transition-duration: 0.3s;
  295. -webkit-transition-duration: 0.3s;
  296. transition-duration: 0.3s;
  297. }
  298.  
  299. #title {
  300. font-size:15px;
  301. font-weight:700;
  302. /*text-shadow: rgba(0,0,0,.3) 1px 1px 3px;*/
  303. color:{color:body};
  304. }
  305.  
  306. #title a{
  307. color:{color:body};
  308. }
  309.  
  310. #title a:hover{
  311. opacity:1;
  312. color:{color:body};
  313. }
  314.  
  315. #description {
  316. font-size:10px;
  317. margin-top:5px;
  318. color:{color:body};
  319. /*text-shadow: rgba(0,0,0,.3) 1px 1px 3px;*/
  320. }
  321.  
  322.  
  323.  
  324.  
  325. #pagination {
  326. text-transform:uppercase;
  327. font-size:10px;
  328. float:right;
  329. margin-top:10px;
  330. }
  331.  
  332. #pagination a{
  333. padding:3px;
  334. }
  335.  
  336. #pagination a:hover{
  337. }
  338.  
  339. .current {
  340. display:inline-block;
  341. padding:3px;
  342. opacity:0.8;
  343. color:{color:link hover};
  344. }
  345.  
  346.  
  347.  
  348.  
  349. /*SIDELINKS*/
  350.  
  351.  
  352. .sidelinks {
  353. font-size:10px;
  354. margin-top:15px;
  355. }
  356.  
  357.  
  358. .sidelinks a{
  359. margin-right:10px;
  360. color:{color:sidelinks};
  361. }
  362.  
  363. .sidelinks a:hover {
  364. color:{color:link hover};
  365. }
  366.  
  367.  
  368.  
  369.  
  370. a {
  371. text-decoration:none;
  372. color:{color:link};
  373. -moz-transition-duration: 0.3s;
  374. -o-transition-duration: 0.3s;
  375. -webkit-transition-duration: 0.3s;
  376. transition-duration: 0.3s;
  377. }
  378.  
  379. a:hover {
  380. color:{color:link hover};
  381. -moz-transition-duration: 0.3s;
  382. -o-transition-duration: 0.3s;
  383. -webkit-transition-duration: 0.3s;
  384. transition-duration: 0.3s;
  385. }
  386.  
  387.  
  388.  
  389. /*POSTS*/
  390.  
  391. #posts {
  392. width:{select:Post Size}px;
  393. padding:20px 20px 20px 20px;
  394. background-color:{color:accent};
  395. {block:IfNotRightSidebar}
  396. margin-left:540px;
  397. {/block:IfNotRightSidebar}
  398. {block:IfRightSidebar}
  399. margin-left:140px;
  400. {/block:IfRightSidebar}
  401. border-bottom:3px solid {color:outline};
  402. margin-bottom:40px;
  403. {block:PermalinkPage}
  404. margin-bottom:20px;
  405. {/block:PermalinkPage}
  406. }
  407.  
  408.  
  409. #posts img {
  410. max-width:100%;
  411. height:auto;
  412. }
  413.  
  414. #quote {
  415. font-style:italic;
  416. font-size: 15px;
  417. text-transform:uppercase;
  418. }
  419.  
  420. .source {
  421. font-style:italic;
  422. margin-bottom:-10px;
  423. }
  424.  
  425. .title {
  426. font-size:15px;
  427. font-weight:none;
  428. font-style:italic;
  429. text-transform:uppercase;
  430. }
  431.  
  432. .linkname {
  433. font-size:15px;
  434. font-style:italic;
  435. text-transform:uppercase;
  436. margin-bottom:-10px;
  437. }
  438.  
  439. /*AUDIO*/
  440.  
  441. #albumart {
  442. position:absolute;
  443. display:inline-block;
  444. z-index:999;
  445. margin-top:0px;
  446. margin-left:25px;
  447. padding:7px;
  448. }
  449.  
  450. .playbox {
  451. background-color:transparent;
  452. position:absolute;
  453. margin-left:58.5px;
  454. margin-top:34.5px;
  455. width:27px;
  456. height:27px;
  457. z-index:1000;
  458. opacity:.4;
  459. }
  460.  
  461. .playbutton {
  462. width: 27px;
  463. height: 27px;
  464. overflow: hidden;
  465. position: absolute;
  466. opacity:0.5;
  467. margin-left:-3px;
  468. margin-top:-3px;
  469. padding:0px 5px 0px 0px;
  470. -moz-transition-duration: 0.4s;
  471. -o-transition-duration: 0.4s;
  472. -webkit-transition-duration: 0.4s;
  473. transition-duration: 0.4s;
  474. }
  475.  
  476. .playbox:hover .playbutton {
  477. opacity:1;
  478. -moz-transition-duration: 0.4s;
  479. -o-transition-duration: 0.4s;
  480. -webkit-transition-duration: 0.4s;
  481. transition-duration: 0.4s;
  482. }
  483.  
  484.  
  485.  
  486. .audiosrc {
  487. position:absolute;
  488. display:inline-block;
  489. width:250px;
  490. margin-left:150px;
  491. top:17px;
  492. font-size:8px;
  493. letter-spacing:1.5px;
  494. line-height:11px;
  495. text-transform:uppercase;
  496. text-align:left;
  497. border-left:1px solid {color:outline};
  498. padding:20px 0px 20px 35px;
  499.  
  500. }
  501.  
  502. #srccontainer {
  503. position:relative;
  504. background-color:none;
  505. width:500px;
  506. height:100px;
  507. z-index:999;
  508. margin-bottom:15px;
  509. border-radius:6px;
  510. margin-top:15px;
  511. }
  512.  
  513.  
  514. /*QUESTION*/
  515.  
  516.  
  517. .question {
  518. background-color:#fafafa;
  519. width:500px;
  520. text-align:center;
  521. padding:10px;
  522. }
  523.  
  524. .asker {
  525. font-style:italic;
  526. text-transform:uppercase;
  527. font-size:12;
  528. text-align:center;
  529. }
  530.  
  531.  
  532.  
  533.  
  534. #postinfo {
  535. font-size:9px;
  536. margin-top:15px;
  537. padding:0px 0px 0px 0px;
  538. font-weight:bold;
  539. }
  540.  
  541. #postinfo a{
  542. }
  543.  
  544. #postinfo a:hover{
  545. }
  546.  
  547.  
  548. #maininfo2 {
  549. font-size:9px;
  550. text-transform:uppercase;
  551. padding:0px 0px 0px 0px;
  552. font-weight:bold;
  553. }
  554.  
  555. .tags {
  556. text-align:left;
  557. font-size:9px;
  558. text-transform:none;
  559. max-width:calc({select:Post Size}px);
  560. margin-top:5px;
  561. }
  562.  
  563. .tags a{
  564. }
  565.  
  566. .tags a:hover{
  567. }
  568.  
  569.  
  570. #notes {
  571. width:{select:Post Size}px;
  572. padding:20px;
  573. background-color:{color:accent};
  574. {block:IfNotRightSidebar}
  575. margin-left:540px;
  576. {/block:IfNotRightSidebar}
  577. {block:IfRightSidebar}
  578. margin-left:140px;
  579. {/block:IfRightSidebar}
  580. border-bottom:3px solid {color:outline};
  581. margin-bottom:100px;
  582. }
  583.  
  584.  
  585. .notes ol, .notes li{
  586. list-style:none;
  587.  
  588. }
  589.  
  590.  
  591. ol.notes li.note img.avatar {
  592. vertical-align:-8px;
  593. border-radius:100%;
  594. margin-right:10px;
  595. width:16px;
  596. height:16px;
  597. margin-top:4px;
  598. margin-bottom:4px;
  599. }
  600.  
  601.  
  602. blockquote {
  603. padding-left:5px;
  604. border-left:1px solid {color:text};
  605. margin-left:14px;
  606. }
  607.  
  608.  
  609. blockquote blockquote {
  610. padding-left:5px;
  611. border-left:1px solid {color:text};
  612. margin-left:14px;
  613. }
  614.  
  615. .captions {
  616. padding:0px 10px 0px 10px;
  617. }
  618.  
  619. .captions a {
  620. color:{color:link};
  621. font-weight:bold;
  622. }
  623.  
  624. .captions a:hover {
  625. color:{color:link hover};
  626. }
  627.  
  628. .txts {
  629. padding:10px 10px 10px 10px;
  630. }
  631.  
  632. .txts a {
  633. border-bottom:0px solid {color:text};
  634. }
  635.  
  636. .txts a:hover {
  637. border-bottom:0px solid {color:link};
  638. }
  639.  
  640.  
  641.  
  642.  
  643. #mastersrc {
  644. background-color:{color:accent};
  645. font-family:'Karla';
  646. color:{color:text};
  647. position:fixed;
  648. bottom:10px;
  649. right:10px;
  650. box-shadow: rgba(0,0,0,.1) 1px 1px 3px;
  651. padding:6px 8px 6px 8px;
  652. font-size:12px;
  653. border:1px solid {color:outline};
  654. opacity:1;
  655. width:10px;
  656. overflow:hidden;
  657. border-radius:100px;
  658. -moz-transition-duration: 0.4s;
  659. -o-transition-duration: 0.4s;
  660. -webkit-transition-duration: 0.4s;
  661. transition-duration: 0.4s;
  662. }
  663.  
  664. #srcname {
  665. font-family:'Karla';
  666. color:{color:text};
  667. font-size:8px;
  668. text-transform:uppercase;
  669. margin-top:-11px;
  670. margin-left:22px;
  671. position:absolute;
  672. }
  673.  
  674. #mastersrc:hover {
  675. color:{color:text};
  676. width:77px;
  677. -moz-transition-duration: 0.4s;
  678. -o-transition-duration: 0.4s;
  679. -webkit-transition-duration: 0.4s;
  680. transition-duration: 0.4s;
  681. }
  682.  
  683. #mastersrc a:hover{
  684. color:{color:text};
  685. }
  686.  
  687.  
  688.  
  689. {CustomCSS}</style>
  690.  
  691.  
  692. </head>
  693. <body>
  694.  
  695.  
  696.  
  697.  
  698. <div class="sidebar">
  699.  
  700. <div id="sidebarimg">
  701. <img src="{image:sidebar}">
  702.  
  703. {block:IfIconImage}
  704. <a href="/">
  705.  
  706. <div id="iconx">
  707. <img src="{image:icon}">
  708. </div>
  709.  
  710. </a>
  711. {block:IfIconImage}
  712.  
  713. </div>
  714.  
  715.  
  716. <div id="sidebar">
  717. <div id="title">
  718. <a href="/">{Title}</a>
  719. </div>
  720.  
  721.  
  722. <div id="description">
  723. {description}
  724. </div>
  725.  
  726.  
  727.  
  728.  
  729. {block:Pagination}
  730. <div id="pagination">
  731.  
  732. {block:PreviousPage}
  733. <a href="{PreviousPage}"><span class="lnr lnr-chevron-left" style="font-size:7px;font-weight:700;"></span></a>
  734. {/block:PreviousPage}
  735.  
  736. {block:JumpPagination length="5"}
  737. {block:CurrentPage}
  738. <span class="current">{PageNumber}</span>
  739. {/block:CurrentPage}
  740. {block:JumpPage}
  741. <a href="{URL}">{PageNumber}</a>
  742. {/block:JumpPage}
  743. {/block:JumpPagination}
  744.  
  745.  
  746. {block:NextPage}
  747. <a href="{NextPage}"><span class="lnr lnr-chevron-right" style="font-size:7px;font-weight:700;"></span></a>
  748. {/block:NextPage}
  749.  
  750. </div>
  751. {/block:Pagination}
  752.  
  753.  
  754.  
  755. <div class="sidelinks">
  756. {block:IfLink1}<a href="{text:link 1 URL}" title="{text:link 1}"><span class="lnr lnr-star" style="font-weight:700;"></span>
  757. </a>
  758. {/block:IfLink1}
  759.  
  760. {block:IfLink2}<a href="{text:link 2 URL}" title="{text:link 2}"><span class="lnr lnr-heart" style="font-weight:700;"></span>
  761. </a>{/block:IfLink2}
  762.  
  763. {block:IfLink3}<a href="{text:link 3 URL}" title="{text:link 3}"><span class="lnr lnr-pencil" style="font-weight:700;"></span>
  764. </a>{/block:IfLink3}
  765.  
  766. {block:IfLink4}<a href="{text:link 4 URL}" title="{text:link 4}"><span class="lnr lnr-leaf" style="font-weight:700;"></span>
  767. </a>{/block:IfLink4}
  768.  
  769. {block:IfLink5}<a href="{text:link 5 URL}" title="{text:link 5}"><span class="lnr lnr-diamond" style="font-weight:700;"></span>
  770. </a>{/block:IfLink5}
  771. </div>
  772. </div>
  773.  
  774. </div> <!--SIDEBAR DIV-->
  775.  
  776.  
  777.  
  778.  
  779. <!--posts-->
  780.  
  781. {block:posts}
  782. <!-- {block:NoRebloggedFrom}
  783. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  784. {/block:NoRebloggedFrom} -->
  785.  
  786.  
  787. {block:ContentSource}<!-- {SourceURL}
  788. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  789. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  790. {/block:ContentSource}
  791.  
  792. <div id="entry">
  793.  
  794.  
  795. <div id="posts">
  796.  
  797. <div id="maininfo2" style="">
  798.  
  799. {block:Date}
  800. <a href="{Permalink}" style="float:left;text-transform:uppercase;" title="{TimeAgo}">
  801. {ShortMonth} {DayofMonth}, {Year}
  802. </a>
  803. {/block:Date}
  804.  
  805. {block:RebloggedFrom}
  806. <span style="float:right;">
  807. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  808. &nbsp;
  809. <i class="fa fa-retweet" aria-hidden="true" style="opacity:.9;"></i>
  810. &nbsp;
  811. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  812. </span>
  813. {/block:RebloggedFrom}
  814.  
  815. </div>
  816.  
  817.  
  818. <br>
  819.  
  820. {block:Text}
  821. <div class="captions">
  822. {block:Title}<br><div class="title">{Title}</div>{/block:Title}{Body}
  823. </div>
  824. {/block:Text}
  825.  
  826.  
  827.  
  828.  
  829. {block:IfNormalPosts}
  830. {block:Photo}
  831. <br>
  832. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  833. {block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
  834. {/block:Photo}
  835.  
  836.  
  837. {block:Photoset}
  838. <br>
  839. {Photoset-500}
  840. {block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
  841. {/block:Photoset}
  842.  
  843. {block:IfNormalPosts}
  844.  
  845.  
  846.  
  847. {block:IfNotNormalPosts}
  848. {block:Photo}
  849. <br>
  850. {LinkOpenTag}<img src="{PhotoURL-HighRes}" style="width:{select:Post Size}">{LinkCloseTag}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
  851. {/block:Photo}
  852.  
  853.  
  854. {block:Photoset}
  855. <br>
  856. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  857.  
  858. {block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
  859. {/block:Photoset}
  860. {block:IfNotNormalPosts}
  861.  
  862.  
  863. {block:Quote}
  864. <div class="txts">
  865. <div id="quote">{Quote}</div><div class="source">{block:Source}<div class="txts">— {Source}</div>{/block:Source}</div>
  866. </div>
  867. {/block:Quote}
  868.  
  869. {block:Link}
  870. {block:Thumbnail}<img src="{Thumbnail}" width="{select:Post Size}">{/block:Thumbnail}
  871. <div class="txts"><a href="{URL}"><div class="linkname">{Name}</div></a></div>{block:Description}<div class="captions">{description}</div>{/block:Description}
  872. {/block:Link}
  873.  
  874. {block:Chat}
  875.  
  876. <div class="txts">
  877. {block:title}<h2>{Title}</h2>{/block:title}{block:lines}{block:label}<b>{label}</b>{/block:label} {line} <br>{/block:lines}
  878. </div>
  879. {/block:Chat}
  880.  
  881.  
  882.  
  883. {block:Audio}
  884.  
  885. {block:AudioPlayer}
  886. <div class="audiocontainer">
  887. <div class="playbox"><div class="playbutton">{AudioPlayerWhite}</div></div>
  888. <div id="srccontainer">
  889. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" style="border-radius:0px;">{/block:AlbumArt}</div>
  890. <div class="audiosrc">
  891. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br>
  892. {block:Artist}{Artist}{/block:Artist} <i class="fa fa-repeat" aria-hidden="true" style="opacity:.6; font-size:6px;"></i> {block:PlayCount}{PlayCount}{/block:PlayCount}<br>
  893. </div></div></div>
  894. {/block:AudioPlayer}
  895.  
  896. {block:AudioEmbed}
  897. {AudioEmbed}
  898. {/block:AudioEmbed}
  899.  
  900. {block:Caption}<div class="captions">{Caption}</div>
  901. {/block:Caption}
  902. {/block:Audio}
  903.  
  904. <!--{block:video}
  905. {VideoEmbed-500}{block:Caption}<div class="captions">{caption}</div>{/block:Caption}
  906. {/block:video}-->
  907.  
  908. {block:video}
  909. <div class="video" style="margin-top:10px;">{Video-500}</div>
  910. {block:Caption}<div class="captions">{caption}</div>{/block:Caption}
  911. {/block:video}
  912.  
  913.  
  914.  
  915. <!--{block:answer}
  916. <div class="question">
  917. <div class="asker">
  918. <b>{asker} said:</b></div>
  919. <br>{question}
  920. </div>
  921. {Answer}
  922. {/block:answer}-->
  923.  
  924.  
  925. <!--<div class="question">
  926.  
  927. <div class="asker">
  928. {Asker}
  929. </div>
  930. <div class="qa">
  931. {Question}
  932. <div class="tri"></div>
  933. </div>
  934. </div>
  935. {Answer}
  936. <div class="replies">
  937. {Replies}
  938. </div>-->
  939.  
  940.  
  941.  
  942. <div id="postinfo">
  943.  
  944. <!--<div id="infoside">
  945. <a href="{permalink}" title="{NoteCountWithLabel}">
  946. <i class="fa fa-bar-chart" aria-hidden="true"></i>
  947. </a>
  948.  
  949.  
  950. </div>-->
  951.  
  952.  
  953.  
  954. <!--{block:Date}
  955. <a href="{permalink}">
  956. {timeago}
  957. </a>
  958. {/block:Date}-->
  959.  
  960.  
  961. <a href="{Permalink}">
  962. <span style="text-transform:uppercase;">
  963. <span class="lnr lnr-star" style="font-size:9px;"></span>&nbsp;
  964. <span style="letter-spacing:0.5px;">{NoteCount}</span>
  965. </span>
  966. </a>
  967.  
  968.  
  969.  
  970.  
  971.  
  972. <a href="{ReblogURL}">
  973. <span style="text-transform:uppercase;float:right;">reblog</span>
  974. </a>
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982. {block:HasTags}
  983. <div class="tags">
  984. {block:tags}
  985. <a href="{TagURL}">
  986. #&nbsp;{Tag}</a>&nbsp;&nbsp;&nbsp;
  987. {/block:tags}
  988. </div>
  989. {/block:HasTags}
  990. </div>
  991.  
  992. </div> <!--POST DIV-->
  993.  
  994. {block:PostNotes}
  995. <div id="notes">
  996. <div class="notes">
  997. {PostNotes}
  998. </div>
  999. </div>
  1000. {/block:PostNotes}
  1001.  
  1002. {/block:posts}
  1003.  
  1004.  
  1005. </div>
  1006.  
  1007.  
  1008.  
  1009. <div id="mastersrc"><i class="fa fa-cube" aria-hidden="true"></i>
  1010. <a href="http://lauraholliis.tumblr.com">
  1011. <div id="srcname">lauraholliis</div>
  1012. </a>
  1013. </div>
  1014.  
  1015. </body>
  1016. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement