Advertisement
Guest User

for rose dos!

a guest
Aug 22nd, 2017
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.72 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5. theme 28 nancy mulligan
  6. 1 2 0 4 p x . t u m b l r . c o m
  7. © 2017. all rights reserved
  8.  
  9.  
  10. this theme was coded by azure (1204px).
  11. !this theme must not be republished or
  12. used as a basecode!
  13. all coding was created by me, unless it
  14. was stated otherwise.
  15.  
  16. video resize script by shythemes
  17. photo resize by excolo
  18. smooth scrolling by deadpoolkilledzac
  19. photo set fix by pxuphoto
  20. tumblr caption plugin by neothms & magnusthemes
  21. icon font by fontawseome
  22. icon font by zavalokom
  23.  
  24.  
  25. all themes by 1204px.tumblr.com are licensed
  26. under a Creative Commons Attribution-NoDerivatives
  27. 4.0 International License.
  28.  
  29.  
  30.  
  31. --->
  32. <!--start html-->
  33. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  34. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  35. <!--custom google fonts-->
  36. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Raleway:400,500,600,700,800|Roboto:300i,400,400i,500,500i,700,700i|Muli:400|Source+Sans+Pro:400,600,700|" rel="stylesheet">
  37. <!--tooltips-->
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:10,
  45. tip_fade_speed:900,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51. <!--back to top button-->
  52. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  53. <script>
  54. $(document).ready(function(){
  55.  
  56. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  57. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-arrow-up"></i></br>scroll to top</a>'].join("");
  58. $("body").append(back_to_top_button)
  59.  
  60. // Der Button wird ausgeblendet
  61. $(".back-to-top").hide();
  62.  
  63. // Funktion für das Scroll-Verhalten
  64. $(function () {
  65. $(window).scroll(function () {
  66. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  67. $('.back-to-top').fadeIn();
  68. } else {
  69. $('.back-to-top').fadeOut();
  70. }
  71. });
  72.  
  73. $('.back-to-top').click(function () { // Klick auf den Button
  74. $('body,html').animate({
  75. scrollTop: 0
  76. }, 800);
  77. return false;
  78. });
  79. });
  80.  
  81. });
  82. </script>
  83. <script type="text/javascript">
  84. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  85. $(document).ready(function() {
  86. function photosetResize() {
  87. $('iframe.photoset').each(function(){
  88. var newSize = 500;
  89. var newSrc = $(this).attr('src').replace('500',newSize);
  90. $(this).attr('src', newSrc).width(newSize);
  91. var high = $(this).css('height');
  92. var calculate = parseInt(high, 10)* newSize/500;
  93. $(this).css('height', calculate);
  94. });
  95. }
  96. photosetResize();
  97. });
  98. </script>
  99. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  100. <script>
  101. $(document).ready(function(){
  102. $('.photo-slideshow').pxuPhotoset({
  103. lightbox: true,
  104. rounded: false,
  105. gutter: '1px',
  106. borderRadius: '0px',
  107. photoset: '.photo-slideshow',
  108. photoWrap: '.photo-data',
  109. photo: '.pxu-photo'
  110. });
  111. });
  112. </script>
  113. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  114. <script type="text/javascript">
  115. $(function(){
  116. var stickyRibbonTop = $('.tmblr-iframe').offset().top;
  117. $(window).scroll(function(){
  118. if( $(window).scrollTop() > stickyRibbonTop ) {
  119. $('.tmblr-iframe').css({position: 'fixed', top: '0px!important', right: '0px!important'});
  120. } else {
  121. $('.tmblr-iframe').css({position: 'static', top: '0px'});
  122. }
  123. });
  124. });
  125. </script>
  126. <!-- smooth scrolling by deadpoolkilledzac.tumblr.com -->
  127. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  128. <!--minimalist fonts-->
  129. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  130. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  131. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  132. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
  133. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  134. <!-- meta names -->
  135. <head>
  136. <title>{Title}</title>
  137. <link rel="shortcut icon" href="{Favicon}">
  138. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  139. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  140. <!-- toggles -->
  141. <meta name="if:TooltipBorder" content="1"/>
  142. <meta name="if:SidebarImage" content="1"/>
  143. <meta name="if:Borders" content="1"/>
  144. <!-- all colors -->
  145. <meta name="color:background" content="#f6f6f6"/>
  146. <meta name="color:posts" content="#ffffff">
  147. <meta name="color:text" content="#666666"/>
  148. <meta name="color:header line" content="#888888"/>
  149. <meta name="color:links" content="#888888"/>
  150. <meta name="color:credit" content="#ffffff"/>
  151. <meta name="color:accent" content="#ffffff">
  152. <meta name="color:info" content="#666666">
  153. <meta name="color:hover" content="#000000">
  154. <meta name="color:credit hover" content="#cccccc">
  155. <meta name="color:asks" content="#f6f6f6">
  156. <meta name="color:border" content="#eeeeee"/>
  157. <meta name="color:scrollbar" content="#222222">
  158. <meta name="color:tooltip" content="#222222">
  159. <meta name="color:tooltip text" content="#fbfbfb">
  160.  
  161. <!-- images -->
  162. <meta name="image:header" content=""/>
  163. <meta name="image:icon" content=""/>
  164. <!-- texts -->
  165. <meta name="text:title" content="I'm in love with"/>
  166. <meta name="text:small title" content="the shape of you"/>
  167. <!-- sidebar links -->
  168. <meta name="text:link one" content=" Link one">
  169. <meta name="text:link two" content="Link two">
  170. <meta name="text:link three" content="Link three">
  171. <meta name="text:link one url" content="/">
  172. <meta name="text:link two url" content="/">
  173. <meta name="text:link three url" content="/">
  174. <meta name="viewport"
  175. content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
  176. <!-- custom css -->
  177. <style type="text/css">
  178. @media screen and (max-width: 3480px) {
  179. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  180. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  181. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  182. .fade-in {
  183. opacity:0;
  184. -webkit-animation:fadeIn ease-in 1;
  185. -moz-animation:fadeIn ease-in 1;
  186. animation:fadeIn ease-in 1;
  187. -webkit-animation-fill-mode:forwards;
  188. -moz-animation-fill-mode:forwards;
  189. animation-fill-mode:forwards;
  190. -webkit-animation-duration:1s;
  191. -moz-animation-duration:1s;
  192. animation-duration:1s;}
  193. .fade-in.one {
  194. -webkit-animation-delay:0s;
  195. -moz-animation-delay:0s;
  196. animation-delay:0s;}
  197. .fade-in.two {
  198. -webkit-animation-delay:0.8s;
  199. -moz-animation-delay:0.8s;
  200. animation-delay:0.8s;
  201. }
  202. /*tumblr controls*/
  203. .tmblr-iframe {
  204. top:27px!important;
  205. position:absolute!important;
  206. opacity:0.5;
  207. right:calc(53% - 0px/12.5 - 0px - 460px)!important;
  208. font-family: 'karla', sans-serif!important;
  209. font-weight:300!important;
  210. -webkit-transform:scale(0.8);
  211. -webkit-transform-origin:right;
  212. -moz-transform:scale(0.8);
  213. -moz-transform-origin:right;
  214. -o-transform:scale(0.8);
  215. -o-transform-origin:right;
  216. -ms-transform:scale(0.8);
  217. -ms-transform-origin:right;
  218. transform:scale(0.8);
  219. transform-origin:right;
  220. -webkit-filter: invert(100%);
  221. -moz-filter: invert(100%);
  222. -o-filter: invert(100%);
  223. -ms-filter: invert(100%);
  224. filter: invert(100%);
  225. z-index:99999999999999!important;
  226. white-space:nowrap;
  227. transition-duration: 0.3s;
  228. -moz-transition-duration: 0.3s;
  229. -webkit-transition-duration: 0.3s;
  230. -o-transition-duration: 0.3s;
  231. }
  232. /*scrollbar*/
  233. ::-webkit-scrollbar {
  234. width:6px;
  235. height:6px;
  236. }
  237. ::-webkit-scrollbar-thumb {
  238. background:{color:scrollbar};
  239. }
  240. /*tooltips*/
  241. #s-m-t-tooltip{
  242. margin:13px 10px 6px 10px;
  243. padding:6px;
  244. background-color:{color:tooltip};
  245. font-family: 'Source Sans Pro', sans-serif;
  246. {block:IfTooltipBorder}
  247. border:1px solid {color:border};
  248. {block:IfTooltipBorder}
  249. border-radius:3px;
  250. font-weight:400;
  251. font-size:9px;
  252. text-transform:uppercase;
  253. letter-spacing:1px;
  254. color:{color:tooltip text};
  255. z-index:999999999999999999999999999999999999;
  256. transition:0.3s ease-in-out;
  257. -webkit-transition:0.3s ease-in-out;
  258. -moz-transition:0.3s ease-in-out;
  259. -ms-transition:0.3s ease-in-out;
  260. -o-transition:0.3s ease-in-out;
  261. }
  262. /*body basics*/
  263. body{
  264. background-color:{color:background};
  265. font-family: 'muli', sans-serif;
  266. margin:0px;
  267. padding:0px;
  268. -webkit-font-smoothing: antialiased;
  269. -moz-osx-font-smoothing: grayscale;
  270. }
  271. p {
  272. padding-left:15px;
  273. padding-right:15px;
  274. }
  275. a{
  276. text-decoration:none;
  277. color:{color:links};
  278. -moz-transition-duration:0.5s;
  279. -webkit-transition-duration:0.5s;
  280. -o-transition-duration:0.5s;
  281. transition: all 0.3s ease-out;
  282. }
  283. a:hover{
  284. text-decoration:none;
  285. color:{color:hover};
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. transition: all 0.3s ease-out;
  290. }
  291. img {
  292. }
  293. blockquote {
  294. font-size:9px;
  295. width:auto;
  296. border-left:1px solid {color:border};
  297. text-align:left;
  298. padding:1px;
  299. font-weight:none;
  300. margin-top:11px;
  301. margin-left:20px;
  302. padding-top:0.5px;
  303. padding-bottom:0.5px;
  304. font-size:11px;
  305. font-family: 'muli', sans-serif;
  306. margin-right:20px;
  307. padding-left:15px;
  308. color:{color:text};
  309. }
  310. pre{
  311. font-size:11px;
  312. text-align:center;
  313. text-transform:uppercase;
  314. font-family: 'muli', sans-serif;
  315. font-weight:bold;
  316. line-height:9px;
  317. border:1px solid #eee;
  318. letter-spacing:4px;
  319. background-color:{color:posts};
  320. color:{color:text};
  321. padding:10px;
  322. }
  323. small{
  324. font-size:9px;
  325. font-family: 'calibri', sans-serif;
  326. }
  327. big{
  328. font-size:12px;
  329. font-family: 'calibri', sans-serif;
  330. font-weight:700;
  331. }
  332. sub{
  333. font-size:8px;
  334. letter-spacing:6px;
  335. font-weight:800;
  336. text-transform:uppercase;
  337. font-family: 'calibri', sans-serif;
  338. }
  339. h1 {
  340. font-size:12px;
  341. text-align:left;
  342. font-family: 'nightingale', sans-serif;
  343. letter-spacing:0px;
  344. margin-left:7px;
  345. text-transform:none;
  346. font-weight:700;
  347. line-height:0px;
  348. color:{color:text};
  349. padding:10px;
  350. padding-top:15px;
  351. }
  352. h1 a{
  353. color:{color:text};
  354. text-align:left;
  355. }
  356. h2{
  357. color:{color:text};
  358. text-transform:uppercase;
  359. font-family: 'muli', sans-serif;
  360. text-align:left;
  361. }
  362. b {
  363. font-weight:800;
  364. font-family: 'overpass', sans-serif;
  365. color:{color:text};
  366. }
  367. sh {
  368. color:{color:links};
  369. text-transform:uppercase;
  370. font-family: 'arial', sans-serif;
  371. font-size:13px
  372. font-weight:800;
  373. }
  374. am {
  375. color:{color:text};
  376. font-size:22px;
  377. padding:8px;
  378. padding-top:2px;
  379. text-transform:uppercase;
  380. font-family: 'roboto', sans-serif;
  381. letter-spacing:0px;
  382. font-weight:500;
  383. }
  384. t {
  385. font-weight:bold;
  386. letter-spacing:0px;
  387. font-size:45px;
  388. font-style:italic;
  389. font-family: 'times new roman', sans-serif;
  390. text-transform:uppercase;
  391. color:{color:text};
  392. }
  393. u {
  394. text-decoration:none;
  395. color:{color:text};
  396. border-bottom:1px solid {color:text};
  397. }
  398. /*back to top button*/
  399. .back-to-top {
  400. position: fixed;
  401. color:{color:text};
  402. bottom:30px;
  403. text-transform:uppercase;
  404. right:10px;
  405. text-align:right;
  406. font-family: 'karla', sans-serif;
  407. font-size:8px;
  408. z-index:9999999999;
  409. font-weight:600;
  410. line-height:15px;
  411. padding:10px;
  412. }
  413. /*jump pagination*/
  414. .pagination{
  415. font-family: 'roboto', sans-serif;
  416. margin-left:-190px;
  417. width:auto;
  418. padding-top:-10px;
  419. letter-spacing:2px;
  420. padding-bottom:20px;
  421. font-size:13px;
  422. text-align:center;
  423. }
  424. .pagination a{
  425. padding:5px;
  426. font-family: 'roboto', sans-serif;
  427. font-weight:600;
  428. bottom:10px;
  429. margin-left:5px;
  430. color:{color:text};
  431. }
  432. .pagination a:hover{
  433. color:{color:hover};
  434. -moz-transition-duration:0.5s;
  435. -webkit-transition-duration:0.5s;
  436. -o-transition-duration:0.5s;
  437. transition: all 0.3s ease-out;
  438. }
  439. #description {
  440. width:200px;
  441. max-height:150px;
  442. margin-top:190px;
  443. position:fixed;
  444. margin-left:22px;
  445. font-family: 'muli', monospace;
  446. font-size:10px;
  447. z-index:999999;
  448. padding:5px;
  449. color:{color:text};
  450. text-align:justify;
  451. overflow:auto;
  452. }
  453. #description::-webkit-scrollbar-thumb {
  454. height:7px;
  455. width:5px;
  456. background-color:{color:scrollbar};
  457. }
  458. #description::-webkit-scrollbar {
  459. height:4px;
  460. width:1px;
  461. background:#cccccc;
  462. opacity:0.2;
  463. }
  464. /*header*/
  465. #sidebar {
  466. position:fixed;
  467. margin-top:80px;
  468. width:280px;
  469. height:300px;
  470. border-radius:5px 5px 0px 0px;
  471. left:calc(53% - 0px/12.5 - 0px - 390px);
  472. background:{color:posts};
  473. z-index:9999999999999999;
  474. }
  475. #header_line {
  476. position:relative;
  477. top:0px;
  478. width:900px;
  479. opacity:1;
  480. height:80px;
  481. margin:auto;
  482. background:{color:header line};
  483. z-index:999;
  484. }
  485. #headerimage {
  486. z-index:9999999999999999;
  487. }
  488. #headerimage {
  489. z-index:-99999;
  490. }
  491. #headerimage img {
  492. width:900px;
  493. height:400px;
  494. top:0px;
  495. position:relative;
  496. z-index:99999;
  497. margin:auto;
  498. opacity:1;
  499. }
  500. #sbicon {
  501. position:fixed;
  502. margin-top:0px;
  503. width:50px;
  504. height:50px;
  505. margin-left:0px;
  506. border-radius:100px;
  507. z-index:9999999999999999;
  508. }
  509. #sbiconimage {
  510. z-index:-99999;
  511. }
  512. #sbiconimage img {
  513. width:40px;
  514. height:40px;
  515. left:25px;
  516. margin-top:20px;
  517. position:absolute;
  518. border-radius:100px;
  519. opacity:1;
  520. z-index:99999999999;
  521. }
  522. #sidebar_title {
  523. width:900px;
  524. font-family: 'nightingale', sans-serif;
  525. color:{color:links};
  526. text-align:left;
  527. height:30px;
  528. line-height:15px;
  529. font-size:16px;
  530. letter-spacing:1px;
  531. font-weight:600;
  532. position:absolute;
  533. margin-left:82px;
  534. z-index:99999;
  535. text-transform:none;
  536. margin-top:26px;
  537. }
  538.  
  539. @font-face{font-family:"nightingale";src:url('http://static.tumblr.com/it5srtk/1yeorxbk2/nightingale_sample.ttf');}
  540.  
  541. #sidebar_title small {
  542. font-family: 'karla', sans-serif;
  543. font-size:10px;
  544. text-transform:none;
  545. letter-spacing:2px;
  546. font-weight:200;
  547. font-style:italic;
  548. }
  549. #custom_links {
  550. margin:auto;
  551. font-size:9px;
  552. height:50px;
  553. letter-spacing:1px;
  554. font-weight:200;
  555. opacity:1;
  556. z-index:9999;
  557. width:870px;
  558. position:relative;
  559. padding-left:30px;
  560. background:{color:header line};
  561. font-style:none;
  562. text-align:left;
  563. }
  564. #custom_links a{
  565. display:inline-block;
  566. color:{color:links};
  567. padding:21px 0px 10px 0px;
  568. margin:2px 30px 0px 5px;
  569. font-weight:200;
  570. margin-top:-4px;
  571. text-align:center;
  572. line-height:20px;
  573. font-style:none;
  574. border-bottom:3px solid transparent;
  575. font-family: 'source sans pro', sans-serif;
  576. text-transform:uppercase;
  577. }
  578. #custom_links a:hover{
  579. border-bottom:3px solid {color:hover};
  580. color:{color:hover};
  581. -webkit-transition: all 0.4s ease-in-out;
  582. -moz-transition: all 0.4s ease-in-out;
  583. -o-transition: all 0.4s ease-in-out;
  584. -ms-transition: all 0.4s ease-in-out;
  585. transition: all 0.4s ease-in-out;
  586. }
  587. #custom_links .firstlink a{
  588. font-weight:700;
  589. color:{color:links};
  590. border-bottom:3px solid {color:links};
  591. font-family: 'karla', sans-serif;
  592. }
  593. /*blog container*/
  594. .container {
  595. width:calc(100% + 0px + 0px + 0px);
  596. margin:0 auto;
  597. text-align:center;
  598. overflow:hidden;
  599. }
  600. /*search box*/
  601. .search {
  602. text-align:left;
  603. line-height:48px;
  604. position:relative;
  605. margin-top:8px;
  606. font-family: 'karla', sans-serif;
  607. opacity:1;
  608. background:{color:posts};
  609. z-index:999999;
  610. }
  611. .search input{
  612. color:black;
  613. position:absolute;
  614. font-family: 'karla', sans-serif;
  615. font-size:8px;
  616. border:0px;
  617. text-transform:none;
  618. letter-spacing:1px;
  619. opacity:1;
  620. font-weight:500;
  621. padding:5px 9px;
  622. background:{color:posts};
  623. text-align:left;
  624. border:1px solid {color:border};
  625. color:{color:text};
  626. border-radius:100px;
  627. margin-left:-123px;
  628. line-height:34px;
  629. width:137px;
  630. padding-left:36px;
  631. height:15px;
  632. outline:none;
  633. }
  634. input.sbutton{
  635. border:1px solid {color:border};
  636. cursor:help;
  637. font-family:'icomoon';
  638. padding:10px;
  639. line-height:6px;
  640. padding-left:6px;
  641. margin-left:-122px;
  642. opacity:1;
  643. background:{color:border};
  644. margin-top:1px;
  645. color:{color:text};
  646. font-size:10px;
  647. text-transform:uppercase;
  648. font-weight:normal;
  649. width:25px;
  650. height:25px;
  651. }
  652. @font-face {
  653. font-family:'icomoon';
  654. src:url('https://dl.dropboxusercontent.com/s/2irmmmxhhoz2w7h/icomoon.ttf');
  655. font-style:normal;
  656. font-weight:normal;
  657. }
  658. ::-webkit-input-placeholder {
  659. color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
  660. }
  661. ::-moz-input-placeholder {
  662. color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
  663. }
  664. ::-o-input-placeholder {
  665. color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
  666. }
  667. ::-ms-input-placeholder {
  668. color:black;text-transform:uppercase;opacity:0.5;letter-spacing:1px;
  669. }
  670. /*post notes*/
  671. ol.notes {
  672. padding: 0px;
  673. margin: 25px 0px;
  674. font-family:'overpass',sans-serif;
  675. list-style-type: none;
  676. margin-top:-25px;
  677. background:{color:posts};
  678. margin-left:15px;
  679. width:502px;
  680. border-radius:5px;
  681. border: solid 1px {color:border};
  682. }
  683. ol.notes li.note {
  684. border-top: solid 1px {color:border};
  685. padding: 10px;
  686. }
  687. ol.notes li.note img.avatar {
  688. vertical-align: -10px;
  689. border-radius:100px;
  690. margin-left: 10px;
  691. padding:6px;
  692. width: 16px;
  693. height: 16px;
  694. }
  695. ol.notes li.note span.action {
  696. font-weight: 300;
  697. }
  698. ol.notes li.note .answer_content {
  699. font-weight: normal;
  700. }
  701. ol.notes li.note blockquote {
  702. border-color: {color:border};
  703. padding: 4px 10px;
  704. margin: 10px 0px 0px 25px;
  705. }
  706. ol.notes li.note blockquote a {
  707. text-decoration: none;
  708. }
  709. /*like button*/
  710. .buttons a {
  711. position:relative;
  712. display:inline-block;
  713. padding:3px;
  714. }
  715. .custom-like-button {
  716. position: relative;
  717. display: inline-block;
  718. width: 12px;
  719. height: 12px;
  720. cursor: pointer;
  721. }
  722. .like_button {
  723. position: absolute;
  724. top: 0px;
  725. left: -2px;
  726. right: 0;
  727. font-size:9px;
  728. bottom: -1px;
  729. width: 12px;
  730. height: 12px;
  731. opacity: 0;
  732. z-index: 10;
  733. }
  734. .like_button iframe {
  735. width: 100% !important;
  736. height: 100% !important;
  737. }
  738. .our_button {
  739. position: absolute;
  740. top: 1.5px;
  741. left: 0;
  742. right: 0;
  743. bottom: 0;
  744. width: 100%;
  745. height: 100%;
  746. z-index: 1;
  747. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  748. -o-transition:all 0.6s ease-in-out;/*opera*/
  749. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  750. -ms-transition:all 0.6s ease-in-out;/*ie*/
  751. transition:all 0.6s ease-in-out;/*w3c*/
  752. }
  753. .like_button:hover + .our_button {
  754. color: {color:link hover};
  755. }
  756. .custom-like-button:hover {
  757. color:{color:hover};
  758. }
  759. .like_button.liked + .our_button {
  760. color: red;
  761. }
  762. /*audio*/
  763. .audio_artist {
  764. font-family:'muli', sans-serif;
  765. font-size:10px;
  766. text-transform:capitalize;
  767. font-weight:600;
  768. margin-left:55px;
  769. padding-left:23px;
  770. }
  771. .audio_tit {
  772. font-family:'muli', sans-serif;
  773. font-size:10px;
  774. text-transform:capitalize;
  775. font-weight:600;
  776. margin-top:-45px;
  777. margin-left:55px;
  778. padding-left:23px;
  779. }
  780. .audio_play {
  781. font-family:'muli', sans-serif;
  782. font-size:10px;
  783. text-transform:capitalize;
  784. font-weight:600;
  785. margin-left:55px;
  786. padding-left:23px;
  787. }
  788. .audio_player {
  789. width:200px;
  790. margin-left:5px;
  791. color:{color:text};
  792. }
  793. .album_cover img {
  794. width:50px;
  795. border-radius:100px;
  796. margin-left:15px;
  797. }
  798. /*post styles*/
  799. .photo_caption{
  800. font-family: 'source sans pro', sans-serif;
  801. margin-left:-5px;
  802. margin-top:8px;
  803. }
  804. .tumblr_avatar {
  805. display:inline-block;
  806. margin-right:10px;
  807. border-radius:100%;
  808. width:18px;
  809. vertical-align:middle;
  810. }
  811. .tumblr_parent {
  812. padding:0px;
  813. margin-top:18px;
  814. font-family:'muli', sans-serif;
  815. font-size:10px;
  816. font-weight:500;
  817. letter-spacing:0px;
  818. border:none;
  819. }
  820. .psets{
  821. width:100%;
  822. margin-top:-12px;
  823. margin-left:0px;
  824. }
  825. .vsets{
  826. width:100%;
  827. margin-top:-12px;
  828. }
  829. .ppost{
  830. width:100%;
  831. margin-top:-12px;
  832. }
  833. .quote_cap{
  834. font-family: 'muli', sans-serif;
  835. font-size:15px;
  836. margin-left:15px;
  837. margin-top:15px;
  838. padding-right:15px;
  839. letter-spacing:0px;
  840. text-align:justify;
  841. text-transform:none;
  842. color:{color:text};
  843. font-weight:200;
  844. }
  845. .quote_src{
  846. font-size:10px;
  847. margin-left:15px;
  848. margin-top:12px;
  849. text-align:left;
  850. letter-spacing:0px;
  851. font-family:'muli', sans-serif;
  852. text-transform:lowercase;
  853. font-style:italic;
  854. font-weight:300;
  855. }
  856. .chat_box{
  857. font-family: 'muli', sans-serif;
  858. margin-left:15px;
  859. padding-right:15px;
  860. }
  861. .chat_line {
  862. padding:3px;
  863. }
  864. .chat_label {
  865. padding:5px;
  866. border-radius:3px;
  867. font-weight:600;
  868. font-family: 'muli', sans-serif;
  869. background:{color:accent};
  870. text-transform:uppercase;
  871. }
  872. .chat_box blockquote {
  873. padding-left:12px;
  874. border-left:1px solid {color:border};
  875. margin-left:2px;
  876. }
  877. .post_container {
  878. width:calc(900px + 120px + 0px + 0px);
  879. margin:15px auto;
  880. text-align:center;
  881. overflow:hidden;
  882. }
  883. /*posts*/
  884. #entries {
  885. margin-left:445px;
  886. overflow:auto;
  887. z-index:99999999999999999;
  888. }
  889. #post {
  890. font-size:10px;
  891. width:500px;
  892. color:{color:text};
  893. opacity:1;
  894. border:1px solid {color:border};
  895. background-color:{color:posts};
  896. text-align:justify;
  897. z-index:99999999999999999;
  898. margin-left:15px;
  899. margin-bottom:100px;
  900. padding-bottom:0px;
  901. overflow:hidden;
  902. }
  903. #post img{
  904. max-width:100%;
  905. margin-top:-5px;
  906. height:auto;
  907. }
  908. /*post info*/
  909. #info {
  910. width:516px;
  911. text-align:left;
  912. font-family:'karla', sans-serif;
  913. text-transform:uppercase;
  914. margin-left:-42px;
  915. font-size:9px;
  916. margin-top:4px;
  917. padding-left:30px;
  918. padding-top:0px;
  919. padding-bottom:11px;
  920. opacity:1;
  921. overflow:hidden;
  922. font-weight:400;
  923. line-height:21px;
  924. letter-spacing:0px;
  925. background:{color:posts};
  926. z-index:9999999999999999;
  927. color:{color:info};
  928. }
  929. #info a {
  930. text-align:center;
  931. font-weight:400;
  932. padding:2px;
  933. font-size:9px;
  934. letter-spacing:-1px;
  935. font-family:'karla', sans-serif;
  936. text-transform:uppercase;
  937. line-height:12px;
  938. color:{color:info};
  939. -moz-transition-duration:0.2s;
  940. -webkit-transition-duration:0.2s;
  941. -o-transition-duration:0.2s;
  942. transition: all 0.2s ease-out;
  943. }
  944. #info a,date:hover{
  945. color:{color:hover};
  946. -moz-transition-duration:0.2s;
  947. -webkit-transition-duration:0.2s;
  948. -o-transition-duration:0.2s;
  949. transition: all 0.2s ease-out;
  950. }
  951. #info date {
  952. font-size:10px;
  953. letter-spacing:0px;
  954. text-transform:uppercase;
  955. font-family:'karla', sans-serif;
  956. font-weight:400;
  957. padding:2px;
  958. padding-left:24px;
  959. line-height:12px;
  960. color:{color:info};
  961. padding-bottom:3px;
  962. padding-top:22px;
  963. }
  964. #info tagged {
  965. font-family:'karla', sans-serif;
  966. text-transform:uppercase;
  967. font-size:9px;
  968. margin-top:-5px;
  969. padding-top:0px;
  970. color:{color:info};
  971. line-height:12px;
  972. letter-spacing:0px;
  973. margin-left:12px;
  974. margin-bottom:42px;
  975. padding-bottom:65px;
  976. font-weight:500;
  977. }
  978. #info span {
  979. padding:4px;
  980. }
  981. #info namee {
  982. text-transform:uppercase;
  983. color:{color:info};
  984. letter-spacing:1px;
  985. font-weight:500;
  986. }
  987. #post_info {
  988. width:512px;
  989. padding:5px;
  990. margin-top:0px;
  991. color:{color:info};
  992. font-size:10px;
  993. margin-left:13px;
  994. margin-bottom:-6px;
  995. padding-left:12px;
  996. line-height:22px;
  997. letter-spacing:0px;
  998. font-family:'karla', sans-serif;
  999. }
  1000. #post_info a {
  1001. font-size:10px;
  1002. color:{color:info};
  1003. letter-spacing:0px;
  1004. font-family:'karla', sans-serif;
  1005. }
  1006. #post_info span {
  1007. font-size:10px;
  1008. font-weight:bold;
  1009. }
  1010. /*questions and answers*/
  1011. #asking {
  1012. margin-left:40px;
  1013. margin-top:-55px;
  1014. }
  1015. #question {
  1016. padding:25px;
  1017. padding-left:52px;
  1018. margin-top:5px;
  1019. padding-top:22px;
  1020. margin-left:10px;
  1021. width:457px;
  1022. text-transform:none;
  1023. border-radius:3px;
  1024. font-family: 'calibri', serif;
  1025. color:{color:text};
  1026. background-color:{color:asks};
  1027. }
  1028. #asker{
  1029. margin-top:12px;
  1030. padding:20px;
  1031. font-weight:300;
  1032. width:433px;
  1033. font-size:11px;
  1034. z-index:9999999999;
  1035. color:{color:text};
  1036. opacity:1;
  1037. background:{color:asks};
  1038. {block:IfBorders}
  1039. border:1px solid {color:border};
  1040. {block:IfBorders}
  1041. border-radius:2px;
  1042. margin-left:12px;
  1043. letter-spacing:0px;
  1044. font-family: 'muli', sans-serif;
  1045. text-transform:none;
  1046. }
  1047. askerurl{
  1048. font-weight:bold;
  1049. font-family: 'nightingale', sans-serif;
  1050. }
  1051.  
  1052. @font-face{font-family:"nightingale";src:url('http://static.tumblr.com/it5srtk/1yeorxbk2/nightingale_sample.ttf');}
  1053.  
  1054. /*credit (u better leave this here u goof)*/
  1055. #credit a{
  1056. position:fixed;
  1057. font-size:7px;
  1058. font-weight:600;
  1059. height:8px;
  1060. width:70px;
  1061. opacity:1;
  1062. right:12px;
  1063. bottom:10px;
  1064. letter-spacing:1px;
  1065. border-radius:3px;
  1066. background:{color:credit};
  1067. padding:5px;
  1068. z-index:9999999999999999999999999999;
  1069. text-align:center;
  1070. font-family: 'overpass', monospace;
  1071. border:1px solid {color:border};
  1072. color:{color:text};
  1073. text-transform:uppercase;
  1074. -moz-transition-duration:0.6s;
  1075. -webkit-transition-duration:0.6s;
  1076. -o-transition-duration:0.6s;
  1077. transition: all 0.6s ease-out;
  1078. }
  1079. #credit a:hover{
  1080. color:{color:hover};
  1081. background:{color:credit hover};
  1082. -moz-transition-duration:0.6s;
  1083. -webkit-transition-duration:0.6s;
  1084. -o-transition-duration:0.6s;
  1085. transition: all 0.6s ease-out;
  1086. }
  1087. #sidebarbg {
  1088. width:210px;
  1089. height:220px;
  1090. opacity:0;
  1091. padding:10px;
  1092. position:fixed;
  1093. background:{color:posts};
  1094. z-index:99999;
  1095. }
  1096. #sticky_sidebar {
  1097. margin-left:230px;
  1098. }
  1099. /*sidebar*/
  1100. .sidebar-title {
  1101. font-size:10px;
  1102. text-transform:none;
  1103. letter-spacing:0px;
  1104. line-height:54px;
  1105. font-weight:700;
  1106. width:291px;
  1107. padding-left:15px;
  1108. height:50px;
  1109. border:1px solid {color:border};
  1110. border-bottom:3px solid {color:border};
  1111. margin-left:-21px;
  1112. background:{color:posts};
  1113. margin-top:-21px;
  1114. text-align:left;
  1115. font-family: 'nightingale', sans-serif;
  1116. color:{color:text};
  1117. }
  1118. .sidebox {
  1119. position:absolute;
  1120. width:300px;
  1121. margin:auto;
  1122. margin-left:61px;
  1123. z-index:999;
  1124. }
  1125. .box {
  1126. padding:20px;
  1127. }
  1128. #description {
  1129. margin:5px;
  1130. text-align:justify;
  1131. }
  1132. .members {
  1133. margin:5px;
  1134. font-size:10px;
  1135. text-transform:uppercase;
  1136. text-align:justify;
  1137. }
  1138. #description1 {
  1139. margin:auto;
  1140. font-size:10px;
  1141. margin-top:0px;
  1142. padding-top:8px;
  1143. z-index:-9;
  1144. background:{color:posts};
  1145. margin-left:-21px;
  1146. margin-bottom:50px;
  1147. width:254px;
  1148. font-weight:400;
  1149. text-align:justify;
  1150. border:1px solid {color:border};
  1151. padding:26px;
  1152. line-height:14px;
  1153. font-family: 'muli', sans-serif;
  1154. }
  1155. #description1 h5 {
  1156. font-family: 'muli', sans-serif;
  1157. font-size:12px;
  1158. font-weight:500;
  1159. }
  1160. .navlinks {
  1161. z-index:9999999999;
  1162. padding:22px;
  1163. text-align:justify;
  1164. font-size:10px;
  1165. font-weight:500;
  1166. background:{color:posts};
  1167. line-height:12px;
  1168. margin-bottom:50px;
  1169. font-family:'muli', sans-serif;
  1170. margin-left:-21px;
  1171. margin-top:0px;
  1172. border:1px solid {color:border};
  1173. width:263px;
  1174. }
  1175. .navlinks a{
  1176. margin:5px;
  1177. width:250px;
  1178. height:25px;
  1179. margin-bottom:2px;
  1180. text-align:left;
  1181. padding-bottom:1px;
  1182. padding:6px;
  1183. line-height:33px;
  1184. color:{color:text};
  1185. border-bottom:1px solid {color:border};
  1186. z-index:99999;
  1187. font-weight:400;
  1188. font-family: 'muli', sans-serif;
  1189. letter-spacing:1px;
  1190. font-size:9px;
  1191. text-transform:uppercase;
  1192. text-decoration:none;
  1193. display:inline-block;
  1194. }
  1195. .navlinks a:hover {
  1196. padding-left:15px;
  1197. width:241px;
  1198. color:{color:hover};
  1199. -webkit-transition: all 0.3s ease-in-out;
  1200. -moz-transition: all 0.3s ease-in-out;
  1201. -o-transition: all 0.3s ease-in-out;
  1202. -ms-transition: all 0.3s ease-in-out;
  1203. transition: all 0.3s ease-in-out;
  1204. }
  1205. #sidebarr {
  1206. margin:5px;
  1207. text-align:justify;
  1208. }
  1209. #members {
  1210. margin:5px;
  1211. font-size:10px;
  1212. margin-top:0px;
  1213. border:1px solid {color:border};
  1214. padding-top:8px;
  1215. z-index:-9;
  1216. background:{color:posts};
  1217. margin-left:-21px;
  1218. width:253px;
  1219. text-align:left;
  1220. font-weight:400;
  1221. padding:26px;
  1222. margin-bottom:50px;
  1223. line-height:14px;
  1224. font-family: 'muli', sans-serif;
  1225. }
  1226. #binfo {
  1227. margin:5px;
  1228. font-size:10px;
  1229. margin-top:0px;
  1230. border:1px solid {color:border};
  1231. padding-top:8px;
  1232. z-index:-9;
  1233. background:{color:posts};
  1234. margin-left:-21px;
  1235. width:253px;
  1236. margin-bottom:50px;
  1237. font-weight:400;
  1238. padding:26px;
  1239. text-align:left;
  1240. line-height:14px;
  1241. font-family: 'muli', sans-serif;
  1242. }
  1243. #binfo b {
  1244. font-family: 'muli', sans-serif;
  1245. font-weight:600;
  1246. color:{color:text};
  1247. }
  1248.  
  1249. @font-face{font-family:"nightingale";src:url('http://static.tumblr.com/it5srtk/1yeorxbk2/nightingale_sample.ttf');}
  1250.  
  1251. </style>
  1252. </head>
  1253. <body>
  1254. <div class="container fade-in one">
  1255. <div id="header_line">
  1256. <div id="sbiconimage"><img src="{image:icon}"></div>
  1257. <div id="sidebar_title">{text:title}</br><small>{text:small title}</small></div>
  1258. </div>
  1259. <div id="custom_links">
  1260. <span class="firstlink"><a href="/">Index</a></span>
  1261. <a href="/ask">Contact</a>
  1262. <a href="{text:link one url}">{text:link one}</a>
  1263. <a href="{text:link two url}">{text:link two}</a>
  1264. <a href="{text:link three url}">{text:link three}</a>
  1265. <a href="{text:link four url}">{text:link four}</a>
  1266. <font style="float:right;margin-right:94px"><div class="search">
  1267. <form action="/search" method="get">
  1268. <input type="text" name="q" value="" placeholder="Search blog" />
  1269. <input type="submit" value="&#xe601;" class="sbutton" />
  1270. </form></div></div></font style>
  1271. <div id="headerimage"><img src="{image:header}"></div>
  1272. <div class="post_container fade-in one">
  1273. <!--sidebar-->
  1274. <div class="sidebox">
  1275. <!--description-->
  1276. <div class="box">
  1277. <div class="sidebar-title"style="margin-bottom:15px">
  1278. About <font style="float:right;margin-right:24px;"><i class="zmdi zmdi-account"></i></font style>
  1279. </div>
  1280. <div id="description1">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</div>
  1281. </div>
  1282. <!--updates-->
  1283. <div class="box">
  1284. <div class="sidebar-title"style="margin-bottom:15px">
  1285. Updates<font style="float:right;margin-right:24px;"><i class="zmdi zmdi-check-all"></i></font style>
  1286. </div>
  1287. <div id="description1">
  1288. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1289.  
  1290. Lorem ipsum dolor sit amet.
  1291. Consectetuer adipiscing elit.
  1292. Nam at tortor quis ipsum tempor aliquet.
  1293. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  1294.  
  1295. </a>
  1296. </div></div>
  1297. <!--navigation-->
  1298. <div class="box">
  1299. <div class="sidebar-title"style="margin-bottom:15px">
  1300. Navigation <font style="float:right;margin-right:24px;"><i class="zmdi zmdi-pin-help"></i></font style>
  1301. </div>
  1302. <div class="navlinks">
  1303. <div id="all">
  1304. <a href="/"title="text">navi link</a>
  1305. <a href="/" title="text">navi link</a>
  1306. <a href="/"title="text">navi link</a>
  1307. <a href="/"title="text">navi link</a>
  1308. <a href="/"title="text">navi link</a>
  1309. </div>
  1310. </div>
  1311. </div>
  1312. <!--disclaimer-->
  1313. <div class="box">
  1314. <div class="sidebar-title"style="margin-bottom:15px">
  1315. Disclaimer <font style="float:right;margin-right:24px;"><i class="zmdi zmdi-notifications"></i></font style>
  1316. </div>
  1317. <div id="description1">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  1318.  
  1319. Lorem ipsum dolor sit amet.
  1320. Consectetuer adipiscing elit.
  1321. Nam at tortor quis ipsum tempor aliquet.
  1322. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  1323. </a>
  1324. </div></div>
  1325. <!--blog info-->
  1326. <div class="box">
  1327. <div class="sidebar-title"style="margin-bottom:15px">
  1328. Blog Info <font style="float:right;margin-right:24px;"><i class="zmdi zmdi-info"></i></font style>
  1329. </div>
  1330. <div id="binfo">
  1331. <b>Blog created by:</b> Azure
  1332. </br>
  1333. <b>Blog established:</b> Late 2015
  1334. </br>
  1335. <b>Graphics by:</b> Azure
  1336. </br>
  1337. <b>Theme made by:</b> Azure (1204px)
  1338. </div>
  1339. </div>
  1340. </div>
  1341. <!-- posts and entries -->
  1342. <div id="entries"class="fade-in one">
  1343. {block:Posts}
  1344. <div id="post"class="fade-in one">
  1345. <!-- texts -->
  1346. {block:Text}
  1347. {block:Title}<h1>{Title}</h1>{/block:Title}
  1348. <p>{Body}</p>
  1349. {/block:Text}
  1350. <!-- question and answers -->
  1351. {block:Answer}
  1352. <div id="asker"><askerurl>{Asker} asked:</askerurl> {Question}</div>
  1353. {Answer}{/block:Answer}
  1354. <!-- quotes -->
  1355. {block:Quote}
  1356. {block:Quote}
  1357. <div class="quote_cap">{Quote}</div>
  1358. <div class="quote_src">
  1359. {block:Source}- {Source}{/block:Source}
  1360. </div>
  1361. {/block:Quote}
  1362. <!-- links -->
  1363. {block:Link}
  1364. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1365. {block:Description}{Description}{/block:Description}
  1366. {/block:Link}
  1367. <!-- chats -->
  1368. {block:Chat}
  1369. {block:Title}<h1>{Title}</h1>{/block:Title}
  1370. <div class="chat_box">{block:Lines}<div class="chat_line">{block:Label}<div class ="chat_label">{Label}</div>{/block:Label}
  1371. <blockquote>{Line}</blockquote></div>{/block:Lines}</div>
  1372. {/block:Chat}
  1373. <!-- photos -->
  1374. {block:Photo}
  1375. {LinkOpenTag}<div class="ppost"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%">{LinkCloseTag}</div>
  1376. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1377. {/block:Photo}
  1378. <!-- photosets -->
  1379. {block:Photoset}
  1380. <div class="set"style="margin-top:-15px"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1381. <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}" ></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></center></div>
  1382. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1383. {/block:Photoset}
  1384. <!-- videos -->
  1385. {block:Video}
  1386. <div class="vsets">{Video-500}</div>
  1387. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1388. {/block:Video}
  1389. <!-- audios -->
  1390. {block:Audio}<div class="album_cover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1391. {block:TrackName}<div class="audio_tit">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  1392. {block:Artist}<div class="audio_artist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  1393. {/block:ExternalAudio}<div class="audio_play">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  1394. </br>
  1395. <div class="audio_player">{AudioPlayer}</div>
  1396. {/block:Audio}
  1397. <!-- info -->
  1398. <div id="info">
  1399. <div id="permalink">
  1400. <div id="post_info">
  1401. {block:RebloggedFrom}{block:ContentSource}
  1402. <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a> <i class="zmdi zmdi-refresh"></i> <a href="{SourceURL}"title="src">{ReblogRootName}</a>
  1403. {/block:ContentSource}
  1404. {/block:RebloggedFrom}</div>
  1405. <a href="{Permalink}"><date>{DayOfMonth} {ShortMonth} {ShortYear}</date></a> {NoteCountWithLabel}</date><a href="{ReblogURL}" title="reblog"target="_blank" class="details"><span class="lnr lnr-redo"style="font-size:9px;font-weight:bold;margin-top:8px;color:{color:info};"></span></a>
  1406. <font style="float:right;margin-right:24px;margin-top:-3px;">
  1407. </a><div class="custom-like-button">{LikeButton}<span class="our_button"><span class="lnr lnr-heart"style="font-size:9px;font-weight:bold"></span></span></div></font style></br>
  1408. </div>
  1409. {/block:Date}
  1410.  
  1411. {block:HasTags}<tagged>{block:Tags} <a href="{TagURL}"> <tagged>#{Tag}</tagged> </a> {/block:Tags}
  1412.  
  1413. {/block:HasTags}
  1414. </div></div>
  1415. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1416. {/block:Posts}
  1417. <div class="pagination"style="{color:title text}">
  1418. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:accent};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  1419. {/block:Pagination}</div>
  1420. </div>
  1421.  
  1422. <!-- credit(u better dont touch this here u goof) -->
  1423. <div id="credit">
  1424. <a href="http://ceesty.com/qNgV4R"title="theme credit">Code by 1204px</a>
  1425. </div></div>
  1426. </html>
  1427. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  1428. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  1429. <script> $(function(){ $('#entries').unnest({
  1430. yourCaption: ".photo_caption", //your caption selector, the div wrapping {Caption}
  1431. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  1432. newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
  1433. originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  1434. tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
  1435. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  1436. usernameColon: false //if turned to false, removes the colon at the end of usernames
  1437. }); });
  1438. </script>
  1439. <!-- pixel union photoset script -->
  1440. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1441. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1442. <script>
  1443. $(document).ready(function(){
  1444. $('.photo-slideshow').pxuPhotoset({
  1445. lightbox: true,
  1446. rounded: false,
  1447. gutter: '0px',
  1448. borderRadius:'0px',
  1449. photoset: '.photo-slideshow',
  1450. photoWrap: '.photo-data',
  1451. photo: '.pxu-photo'
  1452. });</script>
  1453.  
  1454. </body>
  1455. <!-- end html -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement