Advertisement
MystiqueAquanian

scrivenshafts old

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