TVD-PS

THEME "AESTHETIC 2020"

Apr 22nd, 2020
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.76 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ------------------------------
  10. @BARBIE THEMES | TUMBLR
  11. ------------------------------
  12.  
  13. THEME: AESTHETIC
  14. THEME 2020: @BARBIE-THEMES TUMBLR
  15. +Do not steal the code or take parts of the codes and put them in your own theme.
  16. +do not remove the credit please
  17. creating themes since 2014
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. -->
  26.  
  27.  
  28.  
  29.  
  30. <title>{Title}</title>
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. <link rel="shortcut icon" href="{Favicon}">
  33. {block:Description}
  34. <meta name="description" content="{MetaDescription}">
  35. {/block:Description}
  36.  
  37.  
  38.  
  39. <meta name="image:Background" content="1"/>
  40. <meta name="image:Avatar" content="1"/>
  41.  
  42. <meta name="color:Background" content="#f6f6f6"/>
  43. <meta name="color:Sidebar background" content="#fff"/>
  44. <meta name="color:Sidebar border" content="#fff"/>
  45. <meta name="color:Blog title" content="#dcecf5"/>
  46. <meta name="color:Sidebar link" content="#cccccc"/>
  47. <meta name="color:Entry background" content="#ffffff"/>
  48. <meta name="color:Buttons" content="#cccccc"/>
  49. <meta name="color:Ask bubble" content="#eee"/>
  50. <meta name="color:Title" content="#333333"/>
  51. <meta name="color:Text" content="#777777"/>
  52. <meta name="color:Link" content="#888888"/>
  53. <meta name="color:Hover" content="#000"/>
  54. <meta name="color:Bold" content="#dcecf5"/>
  55. <meta name="color:Italic" content="#444444"/>
  56. <meta name="color:Borders" content="#ffffff"/>
  57. <meta name="color:Pagination" content="#cccccc"/>
  58.  
  59. <meta name="font:Title font" content="Gibson"/>
  60. <meta name="select:Title font size" content="18px" title="18px">
  61. <meta name="select:Title font size" content="20px" title="20px">
  62. <meta name="select:Title font size" content="22px" title="22px">
  63. <meta name="select:Title font size" content="25px" title="25px">
  64. <meta name="select:Title font size" content="27px" title="27px">
  65.  
  66. <meta name="font:Body font" content="Helvetica"/>
  67. <meta name="select:Body font size" content="12px" title="12px">
  68. <meta name="select:Body font size" content="13px" title="13px">
  69. <meta name="select:Body font size" content="14px" title="14px">
  70. <meta name="select:Body font size" content="15px" title="15px">
  71. <meta name="select:Body font size" content="16px" title="16px">
  72.  
  73. <meta name="if:Sidebar right" content="1" />
  74. <meta name="if:400px Posts" content="1" />
  75. <meta name="if:Infinite Scroll" content="0"/>
  76. <meta name="if:Show Captions" content="1" />
  77. <meta name="if:Show Tags" content="1" />
  78.  
  79. <meta name="if:Show Link One" content="1" />
  80. <meta name="if:Show Link Two" content="1" />
  81. <meta name="if:Show Link Three" content="1" />
  82. <meta name="if:Show Link Four" content="1" />
  83.  
  84. <meta name="text:Home" content="Home"/>
  85. <meta name="text:Ask" content="Ask"/>
  86. <meta name="text:Link Three" content="Link three title"/>
  87. <meta name="text:Link Three url" content="Link Three url"/>
  88. <meta name="text:Link Four" content="Link four title"/>
  89. <meta name="text:Link Four url" content="Link Four url"/>
  90.  
  91. <meta name="color:scrollbar" content="#dcecf5" />
  92. <meta name="color:scrollbarbg"content="#ffffff">
  93.  
  94.  
  95. </style><style type="text/css">
  96.  
  97.  
  98. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:15px}
  99. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  100. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  101.  
  102.  
  103. body {
  104. margin: 0;
  105. padding: 0;
  106. width: 100%;
  107. height: 100%;
  108. color: {color:Text};
  109. font-family: {font:Body font};
  110. font-size: {select:Body font size};
  111. line-height: -moz-calc({select:Body font size} + 5px);
  112. line-height: -webkit-calc({select:Body font size} + 5px);
  113. line-height: -o-calc({select:Body font size} + 5px);
  114. line-height: calc({select:Body font size} + 5px);
  115. background-color: {color:Background};
  116. background-image: url({image:Background});
  117. background-attachment: fixed;
  118. background-repeat: repeat;
  119. }
  120.  
  121.  
  122. iframe, img, embed, object, video {
  123. margin:auto;
  124. max-width: 100%;
  125. border: none;
  126. }
  127.  
  128. select, textarea, input, a {
  129. outline: none;
  130. }
  131.  
  132.  
  133. p {
  134. margin-top: 5px;
  135. margin-bottom: 5px;}
  136.  
  137. small{
  138. font-size: 90%;
  139. }
  140.  
  141. big{
  142. font-size: 110%;
  143. }
  144.  
  145.  
  146. h1{
  147. margin: 0;
  148. margin-top: 10px;
  149. margin-bottom: 10px;
  150. color: {color:Title};
  151. font-weight:normal;
  152. font-family: {font:Title font};
  153. font-size: {select:Title font size};
  154. line-height: -moz-calc({select:Title font size} + 5px);
  155. line-height: -webkit-calc({select:Title font size} + 5px);
  156. line-height: -o-calc({select:Title font size} + 5px);
  157. line-height: calc({select:Title font size} + 5px);
  158. }
  159.  
  160. h2 {
  161. left: 0px;
  162. font-size: 15px;
  163. line-height: 20px;
  164. font-weight: normal;
  165. font-family: {font:Body font}
  166. }
  167.  
  168.  
  169. a {
  170. color: {color:Link};
  171. text-decoration:none;
  172. }
  173.  
  174. a:hover {
  175. color: {color:Hover};
  176. -webkit-transition: all .3s;
  177. -moz-transition: all .3s;
  178. -o-transition: all .3s;
  179. -ms-transition: all .3s;
  180. transition: all .3s;
  181. }
  182.  
  183. ul, ol, li {
  184. margin: 5px 10px;
  185. padding: 0px;
  186. }
  187.  
  188.  
  189. b, strong {
  190. color: {color:Bold};
  191. }
  192.  
  193. i, em {
  194. color: {color:Italic};
  195. }
  196.  
  197. blockquote{
  198. margin: 10px;
  199. padding-left: 10px;
  200. border-left: 1px solid {color:Borders};
  201. }
  202.  
  203.  
  204. iframe.tmblr-iframe {
  205. top:0px!important;
  206. right:0px!important;
  207. opacity:0.8;
  208. transform:scale(0.6);
  209. transform-origin:100% 0;
  210. -webkit-transform:scale(0.8);
  211. -webkit-transform-origin:100% 0;
  212. -o-transform:scale(0.8);
  213. -o-transform-origin:100% 0;
  214. -moz-transform:scale(0.8);
  215. -moz-transform-origin:100% 0;
  216. -ms-transform:scale(0.8);
  217. -ms-transform-origin:100% 0;
  218. z-index:100000!important;
  219. }
  220.  
  221. iframe.tmblr-iframe:hover {
  222. opacity:1!important;}
  223.  
  224. #s-m-t-tooltip {
  225. margin: 15px;
  226. max-width: 250px;
  227. padding: 5px;
  228. color: {color:Text};
  229. background: {color:Post background};
  230. border: 1px solid {color:Borders};
  231. font-size: 12px;
  232. line-height: 15px;
  233. z-index: 10000;
  234. }
  235.  
  236.  
  237. #container {
  238. margin-top:0px;
  239. margin-left:auto;
  240. margin-right:auto;
  241. width:800px;
  242. z-index:100!important;
  243. }
  244.  
  245.  
  246. #sidebar{
  247. position:fixed;
  248. margin:0px;
  249. width:200px;
  250. background:{color:Sidebar background};
  251. border:1px solid {color:Sidebar border};
  252. {block:ifSidebarRight}
  253. margin-left:598px;
  254. {/block:ifSidebarRight}
  255. z-index:10;
  256.  
  257. top:50%;
  258. -webkit-transform: translateY(-50%);
  259. -moz-transform: translateY(-50%);
  260. -ms-transform: translateY(-50%);
  261. -o-transform: translateY(-50%);
  262. transform: translateY(-50%);
  263.  
  264. overflow:hidden;
  265. }
  266.  
  267.  
  268.  
  269. #avatar {
  270. margin:20px;
  271. margin-bottom:10px;
  272. width:160px;
  273. height:160px;
  274. }
  275.  
  276. #avatar img {
  277. width:100%;
  278. height:100%;
  279. }
  280.  
  281. /* Blog title */
  282.  
  283. #blogtitle{
  284. margin-top:0px;
  285. margin-left:20px;
  286. width:160px;
  287. line-height:30px;
  288. font-size:20px;
  289. color:{color:Blog title};
  290. font-family:{font:Title Font};
  291. }
  292.  
  293. /* Description */
  294.  
  295. #description{
  296. margin:5px 20px;
  297. width: 160px;
  298. max-height:160px;
  299. padding-bottom:0px;
  300. color:{color:Description};
  301. font-size:10px;
  302. line-height:10px;
  303. text-align:justify;
  304. border-bottom:1px solid {color:Borders};
  305. overflow:auto;
  306. }
  307.  
  308. /* Sidebar links */
  309.  
  310. #links{
  311. margin-top: 5px;
  312. margin-left: 20px;
  313. width: 160px;
  314. padding-bottom: 15px;
  315. }
  316.  
  317. #links a{
  318. height:25px;
  319. padding:5px 0px;
  320. font-size:12px;
  321. line-height:25px;
  322. color:{color:Sidebar link};
  323. }
  324.  
  325. /* Links style on hover */
  326.  
  327. #links a:hover{
  328. color:{color:Hover};
  329. -webkit-transition: all 7s ease;
  330. -moz-transition: all 0.7s ease;
  331. -o-transition: all 0.7s ease;
  332. -ms-transition: all 0.7s ease;
  333. transition: all 0.7s ease;
  334. }
  335.  
  336. /* Bolded list numerals */
  337.  
  338. #links b{
  339. margin-left:0px;
  340. margin-right:10px;
  341. }
  342.  
  343.  
  344. #posts {
  345. margin-top:20px;
  346. margin-left:258px;
  347. width:542px;
  348. {block:if400pxPosts}
  349. width: 442px;
  350. {/block:if400pxPosts}
  351. {block:ifSidebarRight}
  352. margin-left:0px!important;
  353. {/block:ifSidebarRight}
  354. /* don't remove */
  355. overflow:hidden;
  356. z-index:1000;
  357. }
  358.  
  359. /* Single post/entry */
  360.  
  361. .entry {
  362. display: inline-block;
  363. float: left;
  364. margin: 20px;
  365. width: 500px;
  366. {block:if400pxPosts}
  367. width: 400px;
  368. {/block:if400pxPosts}
  369. padding:0px 10px;
  370. height:auto;
  371. background:{color:Entry background};
  372. border: 1px solid {color:Borders};
  373. border-radius:{text:Border radius};
  374. overflow: hidden;
  375. }
  376.  
  377.  
  378. .entry img {
  379. margin:0px;
  380. padding:0px;
  381. }
  382.  
  383.  
  384. .lines {
  385. margin:0px;
  386. padding:5px;
  387. line-height: 20px;
  388. }
  389.  
  390.  
  391.  
  392. .quote {
  393. margin: 10px;
  394. padding: 5px;
  395. font-family: {font:Title font};
  396. font-size: {select:Title font size};
  397. line-height: -moz-calc({select:Title font size} + 3px);
  398. line-height: -webkit-calc({select:Title font size} + 3px);
  399. line-height: -o-calc({select:Title font size} + 3px);
  400. line-height: calc({select:Title font size} + 3px);
  401. color: {color:Italic};
  402. text-align: left;
  403. letter-spacing: 2px;
  404. }
  405.  
  406. .source {
  407. text-align:right;
  408. font-size: 12px;
  409. line-height: 20px;
  410. }
  411.  
  412. /*-- Ask Posts --*/
  413.  
  414. .asker {
  415. margin: 5px;
  416. margin-top: 10px;
  417. width: -moz-calc(100% - 10px);
  418. width: -webkit-calc(100% - 10px);
  419. width: -o-calc(100% - 10px);
  420. width: calc(100% - 10px);
  421. height: auto;
  422. }
  423.  
  424. .bubble {
  425. margin-left:50px;
  426. width: -moz-calc(100% - 70px);
  427. width: -webkit-calc(100% - 70px);
  428. width: -o-calc(100% - 70px);
  429. width: calc(100% - 70px);
  430. height: auto;
  431. min-height: 35px;
  432. padding: 10px;
  433. line-height: 20px;
  434. background: {color:Ask bubble};
  435. z-index:10;
  436. }
  437.  
  438. .triangle {
  439. position: absolute;
  440. margin-left: -20px;
  441. width: 0;
  442. z-index:0;
  443. border-right: 10px solid {color:Ask bubble};
  444. border-bottom: 10px solid transparent;
  445. border-top: 10px solid transparent;
  446. }
  447.  
  448. .asker img {
  449. float: left;
  450. margin-right: 0px;
  451. max-width: 30px;
  452. border: 1.5px solid {color:Ask bubble};
  453. border-radius: 2px;
  454. z-index:1000;
  455. opacity:1;
  456. }
  457.  
  458. .answer {
  459. margin: 10px;
  460. margin-bottom: 0;
  461. }
  462.  
  463.  
  464. .linktitle{
  465. margin: 0;
  466. margin-top: 10px;
  467. margin-bottom: 10px;
  468. color: {color:Title};
  469. font-weight: normal;
  470. font-family: {font:Title font};
  471. font-size: {select:Title font size};
  472. line-height: -moz-calc({select:Title font size} + 5px);
  473. line-height: -webkit-calc({select:Title font size} + 5px);
  474. line-height: -o-calc({select:Title font size} + 5px);
  475. line-height: calc({select:Title font size} + 5px);
  476. }
  477.  
  478.  
  479. .topinfo{
  480. margin-top:0px;
  481. margin-left:-10px;
  482. margin-bottom:10px;
  483. padding: 10px;
  484. width: 100%;
  485. height: 20px;
  486. line-height: 25px;
  487. border-bottom:1px solid {color:Borders};
  488. background:rgba({select:Post info transparency color}, {select:Transparency});
  489. }
  490.  
  491.  
  492. .topinfo a{
  493. margin-left: 5px;
  494. }
  495.  
  496.  
  497. .bottominfo {
  498. margin-top: 10px;
  499. margin-left:-10px;
  500. width: 100%;
  501. height:auto;
  502. min-height: 20px;
  503. padding: 10px 15px;
  504. font-size: 12px;
  505. line-height: 22px;
  506. color: {color:Text};
  507. border-top:1px solid {color:Borders};
  508. background:{color:Post background};
  509. overflow:hidden;
  510. }
  511.  
  512.  
  513. .bottominfo a {
  514. color: {color:Link};
  515. }
  516.  
  517.  
  518. .tags {
  519. {block:IndexPage}
  520. {block:ifNotShowTags}
  521. display: none;
  522. {/block:ifNotShowTags}
  523. {/block:IndexPage}
  524. }
  525.  
  526.  
  527. .note c{
  528. float: left;
  529. }
  530.  
  531.  
  532. .buttons {
  533. float: right;
  534. margin-top: 0px;
  535. width: 55px;
  536. height: 26px;
  537. line-height:26px;
  538. z-index: 100;
  539. list-style: none;
  540. }
  541.  
  542.  
  543. .buttons li {
  544. display:inline-block;
  545. margin:0;
  546. margin-right:3px;
  547. width:20px;
  548. height:26px;
  549. padding:0px;
  550. text-align:center;
  551. }
  552.  
  553.  
  554. .reblog i {
  555. font-size:17px;
  556. color:{color:Buttons};
  557. }
  558.  
  559.  
  560. .like .like_button iframe {
  561. position:absolute;
  562. top:0;
  563. bottom:0;
  564. left:0;
  565. right:0;
  566. width:100%;
  567. height:100%;
  568. z-index:10;
  569. opacity:0.0000001;
  570. }
  571.  
  572.  
  573. .likeb i{
  574. position:absolute;
  575. margin-left:0px;
  576. margin-top:-7px;
  577. font-size:14px;
  578. color:{color:Buttons};
  579. }
  580.  
  581. .like i {
  582. font-size:15px;
  583. color:{color:Buttons};
  584. }
  585.  
  586. .like .liked + i {
  587. font-size:14px;
  588. color:#D95E40;
  589. }
  590.  
  591. /*-- Post notes --*/
  592.  
  593. #notes{
  594. margin: 0px;
  595. width: 500px;
  596. {block:if400pxPosts}
  597. width: 400px;
  598. {/block:if400pxPosts}
  599. font-size: 12px;
  600. color: {color:Text};
  601. }
  602.  
  603. ol.notes {
  604. padding: 0px;
  605. margin: 0px;
  606. list-style-type: none;
  607. }
  608.  
  609. /* Notes column style */
  610.  
  611. ol.notes li.note {
  612. margin:0px;
  613. padding: 10px 0px;
  614. border-bottom:1px solid {color:Borders};
  615. }
  616.  
  617. /* Post notes avatar style */
  618.  
  619. ol.notes li.note img.avatar {
  620. float:left;
  621. vertical-align:-5px;
  622. margin-left:0px;
  623. margin-right:10px;
  624. width: 20px;
  625. height: 20px;
  626. }
  627.  
  628. /* Show more notes style */
  629.  
  630. li.more_notes_link_container {
  631. font-size: 12px;
  632. }
  633.  
  634. /*---- P A G I N A T I O N ----*/
  635.  
  636. #pagination{
  637. margin-top:20px;
  638. margin-bottom:20px;
  639. margin-left:258px;
  640. height: 38px;
  641. text-align: center;
  642. width: 540px;
  643. {block:if400pxPosts}
  644. width: 440px;
  645. {/block:if400pxPosts}
  646. {block:ifSidebarRight}
  647. margin-left:0px;
  648. {/block:ifSidebarRight}
  649. {block:ifInfiniteScroll}
  650. display: none;
  651. {/block:ifInfiniteScroll}
  652. z-index:100;
  653. }
  654.  
  655. /* Previous page and next page arrows style */
  656.  
  657. .previous, .next{
  658. display:inline;
  659. font-size:12px;
  660. padding:10px;
  661. margin:10px;
  662. color:{color:Pagination};
  663. background:{color:Search box background};
  664. }
  665.  
  666. /* Previous page and next page arrows style on hover */
  667.  
  668. .previous:hover, .next:hover{
  669. color:{color:Hover};
  670. }
  671.  
  672. /* Previous page and next page arrows icon style */
  673.  
  674. .previous i, .next i{
  675. color:{color:Hover};
  676. font-size:15px;
  677. margin:10px;
  678. text-decoration:none;
  679. }
  680.  
  681. /* Previous page and next page arrows icon style on hover */
  682.  
  683. .previous:hover i, .next:hover i{
  684. color:{color:Hover};
  685. }
  686.  
  687. /*----- I N F I N I T E S C R O L L -----*/
  688.  
  689. #infscr-loading {
  690. display:none!important;
  691. }
  692.  
  693. .credit, .credit a {
  694. width:10px;
  695. height:10px;
  696. bottom:10px;
  697. right:20px;
  698. padding:4px;
  699. font-size:8px;
  700. letter-spacing:0px;
  701. color:#000;
  702. line-height:8px;
  703. position:fixed;
  704. text-align:center;
  705. color:{color:Tags Text Colour};
  706. font-family:arial;
  707. text-transform:uppercase;
  708. background-color:{color:000;};
  709. border:1; solid {color:Border};
  710. -webkit-transition: all 0.5s ease-in-out;
  711. -moz-transition: all 0.5s ease-in-out;
  712. -o-transition: all 0.5s ease-in-out;
  713. transition: all 0.5s ease-in-out;
  714. }
  715.  
  716. .credit a:hover {
  717. -webkit-transition: all 0.5s ease-in-out;
  718. -moz-transition: all 0.5s ease-in-out;
  719. -o-transition: all 0.5s ease-in-out;
  720. transition: all 0.5s ease-in-out;
  721.  
  722. }
  723.  
  724.  
  725. {CustomCSS}
  726.  
  727. </style>
  728.  
  729.  
  730. <link href="https://fonts.googleapis.com/css?family=Cinzel|Exo|Poiret+One|Sansita|Voltaire" rel="stylesheet">
  731.  
  732.  
  733. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  734.  
  735.  
  736. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  737.  
  738.  
  739. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  740. <script>
  741. (function($){
  742. $(document).ready(function(){
  743. $("a[title]").style_my_tooltips({
  744. tip_follows_cursor:true,
  745. tip_delay_time: 90,
  746. tip_fade_speed: 600,
  747. attribute:"title"
  748. });
  749. });
  750. })(jQuery);
  751. </script>
  752.  
  753. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  754.  
  755. {block:IndexPage}
  756.  
  757. <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  758.  
  759. {block:ifInfiniteScroll}
  760. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  761. {/block:ifInfiniteScroll}
  762.  
  763. {/block:IndexPage}
  764.  
  765. <script>
  766. $(document).ready(function(){
  767. $('.photo-slideshow').pxuPhotoset({
  768. lightbox: true,
  769. rounded: false,
  770. gutter: '1px',
  771. photoset: '.photo-slideshow',
  772. photoWrap: '.photo-data',
  773. photo: '.pxu-photo'
  774. });
  775. {block:IndexPage}
  776. var $container = $('#posts');
  777. $container.masonry({ itemSelector: '.entry' });
  778. $container.imagesdded(function(){
  779. $container.masonry();
  780. $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  781. });
  782. {block:ifInfiniteScroll}
  783. $container.infinitescroll({
  784. itemSelector: '.entry',
  785. navSelector: '.pagination',
  786. nextSelector: '.next',
  787. loadingImg: '',
  788. loadingText: '<em></em>',
  789. bufferPx: 2000
  790. },
  791. function( newElements ) {
  792. var $newElems = $( newElements );
  793. $newElems.find('.photo-slideshow').pxuPhotoset({
  794. lightbox: true,
  795. rounded: false,
  796. gutter: '1px',
  797. photoset: '.photo-slideshow',
  798. photoWrap: '.photo-data',
  799. photo: '.pxu-photo'
  800. },
  801. function(){
  802. $container.masonry();
  803. });
  804. $newElems.imagesLoaded(function(){
  805. $container.masonry( 'appended', $newElems );
  806. $newElems.animate({ opacity: 1, zIndex: 1 });
  807. });
  808. });
  809. {/block:ifInfiniteScroll}
  810. $container.infinitescroll({
  811. itemSelector: ".entry",
  812. navSelector: "#pagination",
  813. nextSelector: ".next",
  814. loadingImg: "",
  815. loadingText: "<em></em>",
  816. bufferPx: 10000,
  817. SidebarScrollPx: 12000,
  818. errorCallback: function() {
  819. $('.load-more').fadeOut();
  820. }
  821. }, function(newElements) {
  822. var $newElems = $(newElements).css({
  823. opacity: 0
  824. });
  825. $newElems.imagesLoaded(function() {
  826. $newElems.animate({
  827. opacity: 1
  828. });
  829. $container.masonry('appended', $newElems,
  830. true);
  831. });
  832. });
  833. {/block:IndexPage}
  834. });
  835. </script>
  836.  
  837. <!-- PXU photosets -->
  838.  
  839. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  840.  
  841. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  842.  
  843. {/block:IndexPage}
  844.  
  845. </head>
  846.  
  847. <body>
  848.  
  849.  
  850. <div id="container">
  851.  
  852. <!-- S I D E B A R -->
  853.  
  854. <div id="sidebar">
  855.  
  856. <!-- Avatar -->
  857.  
  858. <div id="avatar"><a href="/"><img src="{image:Avatar}"></a></div>
  859.  
  860. <!-- Blog title -->
  861.  
  862. <div id="blogtitle">{Title}</div>
  863.  
  864. <!-- Description -->
  865.  
  866. <div id="description">{Description}</div>
  867.  
  868. <!-- Sidebar links -->
  869.  
  870. <div id="links">
  871.  
  872. {block:IfShowLinkOne}
  873. <a href="/"><b>01.</b> {text:Home}</a><br>
  874. {/block:IfShowLinkOne}
  875. {block:IfShowLinkTwo}
  876. <a href="/ask"><b>02.</b> {text:ask}</a><br>
  877. {/block:IfShowLinkTwo}
  878. {block:IfShowLinkThree}
  879. <a href="{text:Link Three url}"><b>03.</b> {text:Link Three}</a><br>
  880. {/block:IfShowLinkThree}
  881. {block:IfShowLinkFour}
  882. <a href="{text:Link Four url}"><b>04.</b> {text:Link Four}</a><br>
  883. {/block:IfShowLinkFour}
  884.  
  885. </div>
  886. <!-- End links -->
  887.  
  888. </div>
  889.  
  890. <div id="posts">
  891.  
  892. {block:Posts}
  893.  
  894. <!-- Entries -->
  895.  
  896. <div class="entry">
  897.  
  898. {block:Date}
  899.  
  900. <!-- Top info -->
  901.  
  902. <div class="topinfo">
  903. <a href="/day/{Year}/{MonthNumber}/{DayOfMonth}"> {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} </a>
  904. </div>
  905.  
  906. <!-- End topinfo -->
  907.  
  908. {/block:Date}
  909.  
  910. <!-- Text post -->
  911.  
  912. {block:Text}
  913. {block:Title}
  914. <a href="{Permalink}">
  915. <h1>{Title}</h1></a>
  916. {/block:Title}
  917. {Body}
  918. {/block:Text}
  919.  
  920. <!-- Photo post -->
  921.  
  922. {block:Photo}
  923. {block:ifNot400pxPosts}
  924. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/></a>
  925. {/block:ifNot400pxPosts}
  926. {block:if400pxPosts}
  927. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px"/></a>
  928. {/block:if400pxPosts}
  929. {/block:Photo}
  930.  
  931. <!-- Photoset post -->
  932.  
  933. {block:Photoset}
  934. <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>
  935. {/block:Photoset}
  936.  
  937. <!-- Chat post -->
  938.  
  939. {block:Chat}
  940. <div class="chat">
  941. {block:Title}
  942. <h2>{Title}</h2>
  943. {/block:Title}
  944. {block:Lines}
  945. <div class="lines">
  946. {block:Label}
  947. <b>{Label}</b>
  948. {/block:Label}
  949. {Line}
  950. </div>
  951. <!--End lines-->
  952. {/block:Lines}
  953. </div>
  954. <!--End chat-->
  955. {/block:Chat}
  956.  
  957. <!-- Quote post -->
  958.  
  959. {block:Quote}
  960. <div class="quote">
  961. "{Quote}"
  962. </div>
  963. <!-- End quote -->
  964. <div class="source">
  965. — {Source}
  966. </div>
  967. <!-- End source -->
  968. {/block:Quote}
  969.  
  970. <!-- Link post -->
  971.  
  972. {block:Link}
  973. <div class="linktitle">
  974. <a href="{URL}"><h1>{Name}</h1></a>
  975. </div>
  976. <!-- End linktitle -->
  977. {block:Description}
  978. <p>{Description}</p>
  979. {/block:Description}
  980. {/block:Link}
  981.  
  982. <!-- Video post -->
  983.  
  984. {block:Video}
  985. {block:ifNot400pxPosts}
  986. {Video-500}
  987. {/block:ifNot400pxPosts}
  988. {block:if400pxPosts}
  989. {Video-400}
  990. {/block:if400pxPosts}
  991. {/block:Video}
  992.  
  993. <!-- Audio post -->
  994.  
  995. {block:Audio}
  996. {block:AudioEmbed}
  997. <div style="height:85px">{AudioEmbed-500}</div>
  998. {/block:AudioEmbed}
  999. {/block:Audio}
  1000.  
  1001. <!-- Ask post -->
  1002.  
  1003. {block:Answer}
  1004. <div class="asker">
  1005. <img src="{AskerPortraitURL-48}">
  1006. <div class="bubble" style="border-color: {color:Ask bubble}; background: {color:Ask bubble};"> <div class="triangle"></div>
  1007. {Asker}asked:
  1008. <br>{Question}
  1009. </div>
  1010. <!-- End bubble -->
  1011. </div>
  1012. <!-- End asker -->
  1013. <div class="answer">
  1014. {Answer}
  1015. </div>
  1016. <!-- End answer -->
  1017. {/block:Answer}
  1018.  
  1019. {block:Caption}
  1020. {Caption}
  1021. {/block:Caption}
  1022.  
  1023. {block:Date}
  1024.  
  1025.  
  1026. <div class="bottominfo">
  1027.  
  1028.  
  1029. <div class="buttons">
  1030.  
  1031. <li class="reblog"><a href="{ReblogURL}"><i class="fa fa-retweet" aria-hidden="true"></i></a></li>
  1032.  
  1033. <li class="like">{LikeButton}<i class="fa fa-heart" aria-hidden="true"></i></a>
  1034.  
  1035. </div>
  1036.  
  1037. {block:RebloggedFrom}
  1038. {block:ContentSource}
  1039. Source: <a href="{ReblogRootURL}" target="_blank"> {ReblogRootName}</a><br>
  1040. {/block:ContentSource}
  1041. {/block:RebloggedFrom}
  1042.  
  1043.  
  1044. <!-- {block:NoRebloggedFrom}
  1045. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1046. {/block:NoRebloggedFrom} -->
  1047.  
  1048. {block:ContentSource}<!-- {SourceURL}
  1049. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1050. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1051. {/block:ContentSource}
  1052.  
  1053.  
  1054. {block:NoteCount}
  1055. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  1056. {/block:NoteCount}
  1057.  
  1058.  
  1059. {block:HasTags}
  1060. <div class="tags">
  1061. {block:Tags}
  1062. <a href="{TagURL}">
  1063. #{Tag}</a> &nbsp;
  1064. {/block:Tags}<br>
  1065. </div>
  1066. {/block:HasTags}
  1067.  
  1068. </div>
  1069.  
  1070. {/block:Date}
  1071.  
  1072.  
  1073. {block:PermalinkPage}
  1074.  
  1075.  
  1076. {block:PostNotes}
  1077. <div id="notes">
  1078. {PostNotes}
  1079. </div>
  1080.  
  1081. {/block:PostNotes}
  1082.  
  1083. {/block:PermalinkPage}
  1084.  
  1085. </div>
  1086.  
  1087.  
  1088. {/block:Posts}
  1089. </div>
  1090.  
  1091.  
  1092. {block:Pagination}
  1093.  
  1094. <div id="pagination">
  1095. {block:PreviousPage}
  1096. <a class="previous" href="{PreviousPage}"><i class="fa fa-long-arrow-left" aria-hidden="true"></i> NEWER </a>
  1097. {/block:PreviousPage}
  1098.  
  1099. {block:NextPage}
  1100. <a class="next" href="{NextPage}"> OLDER <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
  1101. {/block:NextPage}
  1102. </div>
  1103.  
  1104. {/block:Pagination}
  1105.  
  1106. </div>
  1107. </div>
  1108. <span class="credit">
  1109. <a href="http://barbie-themes.tumblr.com/" target="_blank" title="Theme By; BARBIE THEMES 2020"> CREDIT BTHEMES </a>
  1110. </span>
  1111. </body>
  1112. </html>
Advertisement
Add Comment
Please, Sign In to add comment