Advertisement
azurethemes

theme 31: chateau

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