Advertisement
b0rn-to-be-wild

THEME BASE I

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