azurethemes

theme 37: anxiety

Dec 9th, 2017
3,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.03 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5. THEME 37 "ANXIETY"
  6. 1 2 0 4 p x . t u m b l r . c o m
  7. © 2017. all rights reserved
  8.  
  9.  
  10.  
  11. this theme was coded by azure (1204px).
  12. !this theme must not be republished or
  13. used as a basecode!
  14. all coding was created by me, unless it
  15. was stated otherwise.
  16.  
  17. video resize script by shythemes
  18. photo resize by excolo
  19. smooth scrolling by deadpoolkilledzac
  20. photo set fix by pxuphoto
  21. tumblr caption plugin by neothms & magnusthemes
  22. icon font by saturnthemes
  23. icon font by zavalokom
  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|Nunito:400,600,700|Khula:400,600,700|Cutive+Mono|Lora:400,700|Barlow:400,500,600,700|Exo+2:400,500,600,700|Abhaya+Libre:400,500,600,700|Playfair+Display:400,700" rel="stylesheet">
  37. <!--tooltips-->
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:10,
  45. tip_fade_speed:900,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51. <!--back to top button-->
  52. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  53. <script>
  54. $(document).ready(function(){
  55.  
  56. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  57. var back_to_top_button = ['<a href="#top" class="back-to-top"><span class="sf sf-arrow-up"></span> 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. <!-- smooth scrolling by deadpoolkilledzac.tumblr.com -->
  114. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  115. <!--minimalist fonts-->
  116. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  117. <link href="https://dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  118. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  119. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
  120. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  121.  
  122.  
  123. <!-- meta names -->
  124. <head>
  125. <title>{Title}</title>
  126. <link rel="shortcut icon" href="{Favicon}">
  127. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  128. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  129. <!-- toggles -->
  130. <meta name="if:FontLora" content="0"/>
  131. <meta name="if:500pxPosts" content="0"/>
  132. <meta name="if:ShowIcon" content="0"/>
  133. <!-- all colors -->
  134. <meta name="color:background" content="#ffffff"/>
  135. <meta name="color:posts" content="#ffffff">
  136. <meta name="color:text" content="#000000"/>
  137. <meta name="color:links" content="#000000"/>
  138. <meta name="color:credit" content="#000000"/>
  139. <meta name="color:accent" content="#f6f6f6">
  140. <meta name="color:info" content="#000000">
  141. <meta name="color:hover" content="#888888">
  142. <meta name="color:credit hover" content="#888888">
  143. <meta name="color:asks" content="#fbfbfb">
  144. <meta name="color:border" content="#fbfbfb"/>
  145. <meta name="color:scrollbar" content="#fbfbfb">
  146. <meta name="color:tooltip" content="#fbfbfb">
  147. <meta name="color:tooltip text" content="#000000">
  148.  
  149. <!-- images -->
  150. <meta name="image:icon" content=""/>
  151. <!-- texts -->
  152. <meta name="text:title" content="anxiety"/>
  153. <!-- sidebar links -->
  154. <meta name="text:link one label" content="Link one">
  155. <meta name="text:link two label" content="Link two">
  156. <meta name="text:link three label" content="Link three">
  157. <meta name="text:link four label" content="Link four">
  158. <meta name="text:link one url" content="/">
  159. <meta name="text:link two url" content="/">
  160. <meta name="text:link three url" content="/">
  161. <meta name="text:link four url" content="/">
  162. <meta name="viewport"
  163. content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
  164. <!-- custom css -->
  165. <style type="text/css">
  166. @media screen and (max-width: 3480px) {
  167. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  168. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  169. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  170. .fade-in {
  171. opacity:0;
  172. -webkit-animation:fadeIn ease-in 1;
  173. -moz-animation:fadeIn ease-in 1;
  174. animation:fadeIn ease-in 1;
  175. -webkit-animation-fill-mode:forwards;
  176. -moz-animation-fill-mode:forwards;
  177. animation-fill-mode:forwards;
  178. -webkit-animation-duration:1s;
  179. -moz-animation-duration:1s;
  180. animation-duration:1s;}
  181. .fade-in.one {
  182. -webkit-animation-delay:0s;
  183. -moz-animation-delay:0s;
  184. animation-delay:0s;}
  185. .fade-in.two {
  186. -webkit-animation-delay:0.8s;
  187. -moz-animation-delay:0.8s;
  188. animation-delay:0.8s;
  189. }
  190. .fade-in .post_container {
  191. -webkit-animation-delay:0.9s;
  192. -moz-animation-delay:0.9s;
  193. animation-delay:0.9s;
  194. }
  195. /*tumblr controls*/
  196. .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;position:fixed!important;right:-20px!important;transform:scale(0.7,0.7); } .tmblr-iframe:hover { opacity:1; }
  197. /*scrollbar*/
  198. ::-webkit-scrollbar {
  199. width:11px;
  200. height:11px;
  201. background:#eee;
  202. }
  203. ::-webkit-scrollbar-thumb {
  204. background:{color:scrollbar};
  205. }
  206. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  207. border:5px solid {color:background};
  208. }
  209. /*tooltips*/
  210. #s-m-t-tooltip{
  211. margin:13px 10px 6px 10px;
  212. padding:6px;
  213. background-color:{color:posts};
  214. font-family: 'barlow', sans-serif;
  215. {block:IfFontLora}
  216. font-family: 'lora', sans-serif;
  217. {/block:IfFontLora}
  218. font-weight:400;
  219. font-size:9px;
  220. text-transform:lowercase;
  221. letter-spacing:0px;
  222. color:{color:text};
  223. z-index:999999999999999999999999999999999999;
  224. transition:0.3s ease-in-out;
  225. -webkit-transition:0.3s ease-in-out;
  226. -moz-transition:0.3s ease-in-out;
  227. -ms-transition:0.3s ease-in-out;
  228. -o-transition:0.3s ease-in-out;
  229. }
  230. /*body basics*/
  231. body{
  232. background-color:{color:background};
  233. font-family: 'barlow', sans-serif;
  234. {block:IfFontLora}
  235. font-family: 'lora', sans-serif;
  236. {/block:IfFontLora}
  237. margin:0px;
  238. padding:0px;
  239. -webkit-font-smoothing: antialiased;
  240. -moz-osx-font-smoothing: grayscale;
  241. }
  242. p {
  243. padding-left:15px;
  244. padding-right:15px;
  245. }
  246. a{
  247. text-decoration:none;
  248. color:{color:links};
  249. -moz-transition-duration:0.5s;
  250. -webkit-transition-duration:0.5s;
  251. -o-transition-duration:0.5s;
  252. transition: all 0.3s ease-out;
  253. }
  254. a:hover{
  255. text-decoration:none;
  256. color:{color:hover};
  257. -moz-transition-duration:0.5s;
  258. -webkit-transition-duration:0.5s;
  259. -o-transition-duration:0.5s;
  260. transition: all 0.3s ease-out;
  261. }
  262. img {
  263. }
  264. blockquote {
  265. width:auto;
  266. border-left:1px solid {color:border};
  267. text-align:left;
  268. padding:1px;
  269. font-weight:none;
  270. margin-top:11px;
  271. margin-left:13px;
  272. padding-top:0.5px;
  273. padding-bottom:0.5px;
  274. font-size:10px;
  275. font-family: 'barlow', sans-serif;
  276. {block:IfFontLora}
  277. font-family: 'lora', sans-serif;
  278. {/block:IfFontLora}
  279. margin-right:20px;
  280. padding-left:2px;
  281. color:{color:text};
  282. }
  283. pre{
  284. font-size:11px;
  285. text-align:center;
  286. text-transform:none;
  287. font-family: 'Cutive Mono', monospace;
  288. font-weight:300;
  289. line-height:9px;
  290. margin-left:10px;
  291. margin-right:10px;
  292. letter-spacing:0px;
  293. background-color:{color:background};
  294. color:{color:text};
  295. padding:10px;
  296. }
  297. small{
  298. font-size:9px;
  299. font-family: 'barlow', sans-serif;
  300. {block:IfFontLora}
  301. font-family: 'lora', sans-serif;
  302. {/block:IfFontLora}
  303. }
  304. big{
  305. font-size:12px;
  306. font-family: 'barlow', sans-serif;
  307. {block:IfFontLora}
  308. font-family: 'lora', sans-serif;
  309. {/block:IfFontLora}
  310. font-weight:700;
  311. }
  312. sub{
  313. font-size:7px;
  314. letter-spacing:0px;
  315. font-weight:600;
  316. text-transform:none;
  317. font-family: 'barlow', sans-serif;
  318. {block:IfFontLora}
  319. font-family: 'lora', sans-serif;
  320. {/block:IfFontLora}
  321. }
  322. h1 {
  323. font-size:15px;
  324. text-align:left;
  325. font-family: 'nunito', sans-serif;
  326. letter-spacing:0px;
  327. margin-left:7px;
  328. text-transform:uppercase;
  329. font-weight:700;
  330. line-height:0px;
  331. color:{color:text};
  332. padding:10px;
  333. padding-top:15px;
  334. }
  335. h1 a{
  336. color:{color:text};
  337. text-align:left;
  338. }
  339. h2{
  340. color:{color:text};
  341. text-transform:uppercase;
  342. font-family: 'nunito', sans-serif;
  343. text-align:left;
  344. }
  345. b {
  346. font-weight:600;
  347. font-family: 'barlow', sans-serif;
  348. {block:IfFontLora}
  349. font-family: 'lora', sans-serif;
  350. {/block:IfFontLora}
  351. color:{color:text};
  352. }
  353. sh {
  354. color:{color:links};
  355. text-transform:uppercase;
  356. font-family: 'barlow', sans-serif;
  357. font-size:13px
  358. font-weight:800;
  359. }
  360. am {
  361. color:{color:text};
  362. font-size:22px;
  363. padding:8px;
  364. padding-top:2px;
  365. text-transform:uppercase;
  366. font-family: 'barlow', sans-serif;
  367. letter-spacing:0px;
  368. font-weight:500;
  369. }
  370. t {
  371. font-weight:bold;
  372. letter-spacing:0px;
  373. font-size:45px;
  374. font-style:italic;
  375. font-family: 'barlow', sans-serif;
  376. text-transform:uppercase;
  377. color:{color:text};
  378. }
  379. u {
  380. text-decoration:none;
  381. color:{color:text};
  382. border-bottom:1px solid {color:text};
  383. }
  384. p.npf_quirky {
  385. font-family: 'Parisienne', cursive;
  386. font-size:25px;
  387. }
  388. /*back to top button*/
  389. .back-to-top {
  390. position: fixed;
  391. color:{color:text};
  392. bottom:40px;
  393. text-transform:lowercase;
  394. right:10px;
  395. text-align:right;
  396. font-family: 'barlow', sans-serif;
  397. {block:IfFontLora}
  398. font-family: 'lora', sans-serif;
  399. {/block:IfFontLora}
  400. font-size:9px;
  401. z-index:9999999999;
  402. font-weight:400;
  403. line-height:15px;
  404. padding:10px;
  405. }
  406. /*jump pagination*/
  407. .pagination{
  408. font-family: 'barlow', sans-serif;
  409. {block:IfFontLora}
  410. font-family: 'lora', sans-serif;
  411. {/block:IfFontLora}
  412. margin-left:-190px;
  413. width:auto;
  414. padding-top:-10px;
  415. letter-spacing:2px;
  416. padding-bottom:20px;
  417. font-size:13px;
  418. text-align:center;
  419. }
  420. .pagination a{
  421. padding:5px;
  422. font-family: 'barlow', sans-serif;
  423. {block:IfFontLora}
  424. font-family: 'lora', sans-serif;
  425. {/block:IfFontLora}
  426. font-weight:600;
  427. bottom:10px;
  428. margin-left:5px;
  429. color:{color:text};
  430. }
  431. .pagination a:hover{
  432. color:{color:hover};
  433. -moz-transition-duration:0.5s;
  434. -webkit-transition-duration:0.5s;
  435. -o-transition-duration:0.5s;
  436. transition: all 0.3s ease-out;
  437. }
  438. #description {
  439. width:134px;
  440. position:fixed;
  441. top:120px;
  442. left:211px;
  443. font-family: 'Barlow', sans-serif;
  444. {block:IfFontLora}
  445. font-family: 'lora', sans-serif;
  446. {/block:IfFontLora}
  447. font-size:10px;
  448. border-radius:5px 5px 5px 5px;
  449. z-index:9999999999999;
  450. line-height:16px;
  451. color:{color:text};
  452. border:1px solid {color:border};
  453. padding:10px;
  454. padding-bottom:0px;
  455. background:{color:posts};
  456. text-align:justify;
  457. overflow:hidden;
  458. }
  459. #description h4 {
  460. font-size:25px;
  461. text-align:left;
  462. margin-top:10px;
  463. margin-bottom:10px;
  464. line-height:25px;
  465. text-transform:none;
  466. font-family: 'Abhaya Libre', sans-serif;
  467. }
  468. /*left title on header line*/
  469. #desc_title {
  470. font-family: 'Abhaya Libre', sans-serif;
  471. color:{color:accent};
  472. text-align:center;
  473. background:{color:posts};
  474. line-height:17px;
  475. padding-bottom:5px;
  476. font-size:15px;
  477. letter-spacing:1px;
  478. font-weight:600;
  479. z-index:99999;
  480. text-transform:lowercase;
  481. }
  482. /*icon on header line*/
  483. #sbicon {
  484. position:fixed;
  485. margin-top:0px;
  486. width:50px;
  487. height:50px;
  488. margin-left:0px;
  489. border-radius:100px;
  490. z-index:9999999999999999;
  491. }
  492. #sbiconimage {
  493. z-index:-99999;
  494. }
  495. #description img {
  496. width:155px;
  497. margin-left:-10px;
  498. margin-top:-10px;
  499. margin-bottom:15px;
  500. border-radius:5px 5px 0px 0px;
  501. opacity:1;
  502. display:none;
  503. {block:IfShowIcon}
  504. display:block;
  505. {/block:IfShowIcon}
  506. z-index:99999999999;
  507. }
  508. /*header*/
  509. #custom_links {
  510. font-size:10px;
  511. height:55px;
  512. letter-spacing:0px;
  513. font-weight:200;
  514. opacity:1;
  515. background:{color:posts};
  516. z-index:99;
  517. margin-left:-4px;
  518. margin-top:8px;
  519. width:150px;
  520. font-style:none;
  521. text-align:left;
  522. }
  523. #custom_links a{
  524. display:inline-block;
  525. color:{color:links};
  526. padding:5px 0px 0px 0px;
  527. margin:5px 0px 0px 5px;
  528. margin-top:-4px;
  529. text-align:left;
  530. line-height:20px;
  531. font-style:none;
  532. font-family: 'barlow', sans-serif;
  533. {block:IfFontLora}
  534. font-family: 'lora', sans-serif;
  535. {/block:IfFontLora}
  536. text-transform:lowercase;
  537. }
  538. #custom_links a:hover{
  539. color:{color:hover};
  540. -webkit-transition: all 0.4s ease-in-out;
  541. -moz-transition: all 0.4s ease-in-out;
  542. -o-transition: all 0.4s ease-in-out;
  543. -ms-transition: all 0.4s ease-in-out;
  544. transition: all 0.4s ease-in-out;
  545. }
  546. #custom_links url {
  547. font-family: 'Abhaya Libre', sans-serif;
  548. font-size:16px;
  549. font-weight:600;
  550. color:{color:links};
  551. letter-spacing:0px;
  552. padding-right:15px;
  553. z-index:9999999;
  554. }
  555. /*blog container*/
  556. .container {
  557. width:calc(100% + 0px + 0px + 0px);
  558. margin:0 auto;
  559. text-align:center;
  560. overflow:hidden;
  561. }
  562. /*post notes*/
  563. ol.notes {
  564. padding: 0px;
  565. margin: 0px 0px;
  566. font-family: 'barlow', sans-serif;
  567. {block:IfFontLora}
  568. font-family: 'lora', sans-serif;
  569. {/block:IfFontLora}
  570. list-style-type: none;
  571. margin-top:-25px;
  572. font-size:9px;
  573. background:{color:posts};
  574. margin-left:15px;
  575. text-align:left;
  576. width:399px;
  577. {block:If500pxPosts}
  578. width:499px;
  579. {/block:If500pxPosts}
  580. border-radius:0px 0px 5px 5px;
  581. border-left: solid 1px {color:border};
  582. border-right: solid 1px {color:border};
  583. border-bottom: solid 1px {color:border};
  584. }
  585. ol.notes li.note {
  586. border-top: solid 1px {color:border};
  587. padding: 10px;
  588. }
  589. ol.notes li.note img.avatar {
  590. vertical-align: -10px;
  591. border-radius:100px;
  592. margin-left: 10px;
  593. padding:6px;
  594. width: 16px;
  595. height: 16px;
  596. }
  597. ol.notes li.note span.action {
  598. font-weight: 300;
  599. }
  600. ol.notes li.note .answer_content {
  601. font-weight: normal;
  602. }
  603. ol.notes li.note blockquote {
  604. border-color: {color:border};
  605. padding: 4px 10px;
  606. margin: 10px 0px 0px 25px;
  607. }
  608. ol.notes li.note blockquote a {
  609. text-decoration: none;
  610. }
  611. /*like button*/
  612. .buttons a {
  613. position:relative;
  614. display:inline-block;
  615. padding:3px;
  616. }
  617. .custom-like-button {
  618. position: relative;
  619. display: inline-block;
  620. width: 12px;
  621. height: 12px;
  622. cursor: pointer;
  623. top: -4px;
  624. left: -2px;
  625. }
  626. .like_button {
  627. position: absolute;
  628. right: 0;
  629. font-size:9px;
  630. bottom: -1px;
  631. width: 12px;
  632. height: 12px;
  633. opacity: 0;
  634. z-index: 10;
  635. }
  636. .like_button iframe {
  637. width: 100% !important;
  638. height: 100% !important;
  639. }
  640. .our_button {
  641. position: absolute;
  642. top: 1.5px;
  643. left: 0;
  644. right: 0;
  645. bottom: 0;
  646. width: 100%;
  647. height: 100%;
  648. z-index: 1;
  649. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  650. -o-transition:all 0.6s ease-in-out;/*opera*/
  651. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  652. -ms-transition:all 0.6s ease-in-out;/*ie*/
  653. transition:all 0.6s ease-in-out;/*w3c*/
  654. }
  655. .like_button:hover + .our_button {
  656. color: {color:link hover};
  657. }
  658. .custom-like-button:hover {
  659. color:{color:hover};
  660. }
  661. .like_button.liked + .our_button {
  662. color: red;
  663. }
  664. /*audio*/
  665. .audio_artist {
  666. font-family: 'barlow', sans-serif;
  667. {block:IfFontLora}
  668. font-family: 'lora', sans-serif;
  669. {/block:IfFontLora}
  670. font-size:10px;
  671. text-transform:capitalize;
  672. font-weight:600;
  673. margin-left:55px;
  674. padding-left:23px;
  675. }
  676. .audio_tit {
  677. font-family: 'barlow', sans-serif;
  678. {block:IfFontLora}
  679. font-family: 'lora', sans-serif;
  680. {/block:IfFontLora}
  681. font-size:10px;
  682. text-transform:capitalize;
  683. font-weight:600;
  684. margin-top:-45px;
  685. margin-left:55px;
  686. padding-left:23px;
  687. }
  688. .audio_play {
  689. font-family: 'barlow', sans-serif;
  690. {block:IfFontLora}
  691. font-family: 'lora', sans-serif;
  692. {/block:IfFontLora}
  693. font-size:10px;
  694. text-transform:capitalize;
  695. font-weight:600;
  696. margin-left:55px;
  697. padding-left:23px;
  698. }
  699. .audio_player {
  700. width:200px;
  701. margin-left:5px;
  702. color:{color:text};
  703. }
  704. .album_cover img {
  705. width:50px;
  706. border-radius:100px;
  707. margin-left:15px;
  708. }
  709. /*post styles*/
  710. .photo_caption{
  711. font-family: 'barlow', sans-serif;
  712. {block:IfFontLora}
  713. font-family: 'lora', sans-serif;
  714. {/block:IfFontLora}
  715. margin-left:-10px;
  716. margin-top:5px;
  717. }
  718. .tumblr_avatar {
  719. display:inline-block;
  720. margin-right:10px;
  721. margin-left:13px;
  722. border-radius:100%;
  723. width:18px;
  724. vertical-align:middle;
  725. }
  726. .tumblr_parent {
  727. padding:0px;
  728. margin-top:18px;
  729. font-family: 'barlow', sans-serif;
  730. {block:IfFontLora}
  731. font-family: 'lora', sans-serif;
  732. {/block:IfFontLora}
  733. font-size:10px;
  734. text-align:left;
  735. font-weight:500;
  736. color:{color:info};
  737. letter-spacing:0px;
  738. border:none;
  739. }
  740. .psets{
  741. width:100%;
  742. margin-top:0px;
  743. margin-left:0px;
  744. }
  745. .vsets{
  746. width:100%;
  747. margin-top:-12px;
  748. }
  749. .ppost{
  750. width:100%;
  751. margin-top:-12px;
  752. }
  753. .quote_cap{
  754. font-family: 'barlow', sans-serif;
  755. {block:IfFontLora}
  756. font-family: 'lora', sans-serif;
  757. {/block:IfFontLora}
  758. font-size:15px;
  759. margin-left:15px;
  760. margin-top:15px;
  761. padding-right:15px;
  762. letter-spacing:0px;
  763. text-align:justify;
  764. text-transform:none;
  765. color:{color:text};
  766. font-weight:200;
  767. }
  768. .quote_src{
  769. font-size:10px;
  770. margin-left:15px;
  771. margin-top:12px;
  772. text-align:left;
  773. letter-spacing:0px;
  774. font-family: 'barlow', sans-serif;
  775. {block:IfFontLora}
  776. font-family: 'lora', sans-serif;
  777. {/block:IfFontLora}
  778. text-transform:capitalize;
  779. font-style:italic;
  780. font-weight:300;
  781. }
  782. .chat_box{
  783. font-family: 'barlow', sans-serif;
  784. {block:IfFontLora}
  785. font-family: 'lora', sans-serif;
  786. {/block:IfFontLora}
  787. margin-left:15px;
  788. padding-right:15px;
  789. }
  790. .chat_line {
  791. padding:3px;
  792. }
  793. .chat_label {
  794. padding:5px;
  795. border-radius:3px;
  796. font-weight:600;
  797. font-family: 'barlow', sans-serif;
  798. {block:IfFontLora}
  799. font-family: 'lora', sans-serif;
  800. {/block:IfFontLora}
  801. background:{color:accent};
  802. text-transform:uppercase;
  803. }
  804. .chat_box blockquote {
  805. padding-left:12px;
  806. border-left:1px solid {color:border};
  807. margin-left:2px;
  808. }
  809. .post_container {
  810. width:calc(1000px + 120px + 0px + 0px);
  811. margin:120px auto;
  812. text-align:center;
  813. z-index:-9;
  814. overflow:hidden;
  815. }
  816. /*posts*/
  817. #entries {
  818. margin-left:450px;
  819. {block:If500pxPosts}
  820. margin-left:400px;
  821. {/block:If500pxPosts}
  822. overflow:auto;
  823. z-index:999999;
  824. }
  825. #post {
  826. font-size:10px;
  827. width:400px;
  828. {block:If500pxPosts}
  829. width:500px;
  830. {/block:If500pxPosts}
  831. color:{color:text};
  832. opacity:1;
  833. background-color:{color:posts};
  834. text-align:justify;
  835. border:1px solid {color:border};
  836. border-radius:5px;
  837. z-index:99;
  838. font-family: 'barlow', sans-serif;
  839. {block:IfFontLora}
  840. font-family: 'lora', sans-serif;
  841. {/block:IfFontLora}
  842. margin-left:15px;
  843. margin-bottom:40px;
  844. padding-bottom:0px;
  845. overflow:hidden;
  846. }
  847. #post img{
  848. max-width:100%;
  849. margin-top:-5px;
  850. height:auto;
  851. }
  852. /*post info*/
  853. #info {
  854. width:415px;
  855. {block:If500pxPosts}
  856. width:515px;
  857. {/block:If500pxPosts}
  858. text-align:left;
  859. font-family: 'barlow', sans-serif;
  860. {block:IfFontLora}
  861. font-family: 'lora', sans-serif;
  862. {/block:IfFontLora}
  863. text-transform:lowercase;
  864. margin-left:0px;
  865. font-size:10px;
  866. margin-top:0px;
  867. padding-left:20px;
  868. padding-top:0px;
  869. padding-bottom:6px;
  870. opacity:1;
  871. overflow:hidden;
  872. border-top:1px solid {color:border};
  873. font-weight:400;
  874. line-height:21px;
  875. letter-spacing:0px;
  876. background:{color:posts};
  877. z-index:9999999999999999;
  878. color:{color:info};
  879. }
  880. #info a {
  881. text-align:left;
  882. font-weight:400;
  883. padding:2px;
  884. font-size:10px;
  885. letter-spacing:-1px;
  886. font-family: 'barlow', sans-serif;
  887. {block:IfFontLora}
  888. font-family: 'lora', sans-serif;
  889. {/block:IfFontLora}
  890. text-transform:lowercase;
  891. line-height:12px;
  892. color:{color:info};
  893. -moz-transition-duration:0.2s;
  894. -webkit-transition-duration:0.2s;
  895. -o-transition-duration:0.2s;
  896. transition: all 0.2s ease-out;
  897. }
  898. #info a:hover{
  899. color:{color:hover};
  900. -moz-transition-duration:0.2s;
  901. -webkit-transition-duration:0.2s;
  902. -o-transition-duration:0.2s;
  903. transition: all 0.2s ease-out;
  904. }
  905. #info tagged {
  906. font-family: 'barlow', sans-serif;
  907. {block:IfFontLora}
  908. font-family: 'lora', sans-serif;
  909. {/block:IfFontLora}
  910. text-transform:lowercase;
  911. font-size:10px;
  912. margin-top:0px;
  913. color:{color:info};
  914. padding-top:0px;
  915. text-align:left;
  916. display:inline-block;
  917. line-height:15px;
  918. letter-spacing:0px;
  919. margin-left:-2px;
  920. margin-bottom:0px;
  921. padding-bottom:1px;
  922. font-weight:400;
  923. -moz-transition-duration:0.2s;
  924. -webkit-transition-duration:0.2s;
  925. -o-transition-duration:0.2s;
  926. transition: all 0.2s ease-out;
  927. }
  928. #info tagged:hover{
  929. color:{color:hover};
  930. -moz-transition-duration:0.2s;
  931. -webkit-transition-duration:0.2s;
  932. -o-transition-duration:0.2s;
  933. transition: all 0.2s ease-out;
  934. }
  935. #info span {
  936. padding:4px;
  937. }
  938. #info namee {
  939. text-transform:lowercase;
  940. color:{color:info};
  941. letter-spacing:1px;
  942. font-family: 'barlow', sans-serif;
  943. {block:IfFontLora}
  944. font-family: 'lora', sans-serif;
  945. {/block:IfFontLora}
  946. font-weight:600;
  947. }
  948. #info date {
  949. font-style:italic;
  950. margin-left:-3px;
  951. font-weight:600;
  952. }
  953. #post_info {
  954. width:420px;
  955. {block:If500pxPosts}
  956. width:520px;
  957. {/block:If500pxPosts}
  958. padding:5px;
  959. margin-top:-10px;
  960. font-size:10px;
  961. margin-left:-28px;
  962. color:{color:info};
  963. text-align:left;
  964. margin-bottom:-16px;
  965. z-index:9999999999999999;
  966. padding-left:12px;
  967. line-height:20px;
  968. letter-spacing:0px;
  969. font-family: 'barlow', sans-serif;
  970. {block:IfFontLora}
  971. font-family: 'lora', sans-serif;
  972. {/block:IfFontLora}
  973. -moz-transition-duration:0.2s;
  974. -webkit-transition-duration:0.2s;
  975. -o-transition-duration:0.2s;
  976. transition: all 0.2s ease-out;
  977. }
  978. #post_info date {
  979. font-size:9px;
  980. letter-spacing:0px;
  981. text-transform:lowercase;
  982. font-family: 'barlow', sans-serif;
  983. {block:IfFontLora}
  984. font-family: 'lora', sans-serif;
  985. {/block:IfFontLora}
  986. font-weight:500;
  987. width:412px;
  988. {block:If500pxPosts}
  989. width:512px;
  990. {/block:If500pxPosts}
  991. padding:2px;
  992. text-align:left;
  993. padding-left:0px;
  994. line-height:17px;
  995. color:{color:info};
  996. padding-bottom:3px;
  997. padding-top:1px;
  998. }
  999. #post_info a {
  1000. font-size:10px;
  1001. letter-spacing:0px;
  1002. color:{color:info};
  1003. font-family: 'barlow', sans-serif;
  1004. {block:IfFontLora}
  1005. font-family: 'lora', sans-serif;
  1006. {/block:IfFontLora}
  1007. }
  1008. #post_info span {
  1009. font-size:10px;
  1010. font-weight:bold;
  1011. }
  1012. #post_info a:hover {
  1013. color:{color:hover};
  1014. -moz-transition-duration:0.2s;
  1015. -webkit-transition-duration:0.2s;
  1016. -o-transition-duration:0.2s;
  1017. transition: all 0.2s ease-out;
  1018. }
  1019. #permalink{
  1020. margin-bottom:12px;
  1021. text-align:left;
  1022. font-size:9px;
  1023. margin-left:15px;
  1024. margin-top:16px;
  1025. font-weight:bold;
  1026. width:420px;
  1027. {block:If500pxPosts}
  1028. width:520px;
  1029. {/block:If500pxPosts}
  1030. font-size:11px;
  1031. text-transform:none;
  1032. font-weight:300;
  1033. font-family: 'barlow', sans-serif;
  1034. {block:IfFontLora}
  1035. font-family: 'lora', sans-serif;
  1036. {/block:IfFontLora}
  1037. letter-spacing:0px;
  1038. line-height:10px;
  1039. color:{color:text};
  1040. }
  1041. #permalink a{
  1042. color:{color:text};
  1043. font-family: 'barlow', sans-serif;
  1044. {block:IfFontLora}
  1045. font-family: 'lora', sans-serif;
  1046. {/block:IfFontLora}
  1047. font-size:10px;
  1048. margin-left:-3px;
  1049. text-transform:none;
  1050. font-weight:500;
  1051. padding:3px;
  1052. }
  1053. #permalink a:hover{
  1054. color:{color:hover};
  1055. }
  1056. #permalink b {
  1057. color:{color:text};
  1058. font-family: 'barlow', sans-serif;
  1059. {block:IfFontLora}
  1060. font-family: 'lora', sans-serif;
  1061. {/block:IfFontLora}
  1062. font-size:9px;
  1063. margin-left:-3px;
  1064. text-transform:none;
  1065. font-weight:600;
  1066. padding:3px;
  1067. }
  1068. #permalink span {
  1069. color:{color:text};
  1070. font-size:10px;
  1071. text-transform:none;
  1072. font-weight:700;
  1073. padding:3px;
  1074. }
  1075. /*questions and answers*/
  1076. #asking {
  1077. margin-left:40px;
  1078. margin-top:-55px;
  1079. }
  1080. #question {
  1081. padding:25px;
  1082. padding-left:52px;
  1083. margin-top:5px;
  1084. padding-top:22px;
  1085. margin-left:10px;
  1086. width:357px;
  1087. {block:If500pxPosts}
  1088. width:457px;
  1089. {/block:If500pxPosts}
  1090. text-transform:none;
  1091. border-radius:5px;
  1092. font-family: 'barlow', sans-serif;
  1093. {block:IfFontLora}
  1094. font-family: 'lora', sans-serif;
  1095. {/block:IfFontLora}
  1096. color:{color:text};
  1097. background-color:{color:asks};
  1098. }
  1099. #asker{
  1100. margin-top:12px;
  1101. padding:20px;
  1102. font-weight:300;
  1103. width:335px;
  1104. {block:If500pxPosts}
  1105. width:435px;
  1106. {/block:If500pxPosts}
  1107. font-size:10px;
  1108. z-index:9999999999;
  1109. color:{color:text};
  1110. opacity:1;
  1111. background:{color:asks};
  1112. border-radius:2px;
  1113. margin-left:12px;
  1114. line-height:18px;
  1115. letter-spacing:0px;
  1116. font-family: 'barlow', sans-serif;
  1117. {block:IfFontLora}
  1118. font-family: 'lora', sans-serif;
  1119. {/block:IfFontLora}
  1120. text-transform:none;
  1121. }
  1122. askerurl{
  1123. font-weight:600;
  1124. font-family: 'barlow', sans-serif;
  1125. {block:IfFontLora}
  1126. font-family: 'lora', sans-serif;
  1127. {/block:IfFontLora}
  1128. font-size:10px;
  1129. margin-bottom:16px;
  1130. }
  1131. /*credit (u better leave this here u goof)*/
  1132. #credit{
  1133. position:fixed;
  1134. font-size:9px;
  1135. font-weight:400;
  1136. height:20px;
  1137. width:52px;
  1138. opacity:1;
  1139. right:12px;
  1140. bottom:10px;
  1141. line-height:10px;
  1142. letter-spacing:0px;
  1143. border-radius:3px;
  1144. background:{color:credit};
  1145. padding:7px;
  1146. z-index:9999999999999999999999999999;
  1147. text-align:center;
  1148. font-family: 'lora', sans-serif;
  1149. border:1px solid {color:border};
  1150. color:{color:text};
  1151. text-transform:lowercase;
  1152. -moz-transition-duration:0.6s;
  1153. -webkit-transition-duration:0.6s;
  1154. -o-transition-duration:0.6s;
  1155. transition: all 0.6s ease-out;
  1156. }
  1157. #credit a:hover{
  1158. color:{color:credit hover};
  1159. -moz-transition-duration:0.6s;
  1160. -webkit-transition-duration:0.6s;
  1161. -o-transition-duration:0.6s;
  1162. transition: all 0.6s ease-out;
  1163. }
  1164. {CustomCSS}</style>
  1165.  
  1166. </head>
  1167. <body>
  1168. </div></div></div></div></div>
  1169. <div id="description">
  1170. <img src="{image:icon}">
  1171. <div id="desc_title">{text:title}</div>
  1172. {description}
  1173. <div id="custom_links">
  1174. <a href="/">home</a>
  1175. <a href="/ask">ask</a>
  1176. <a href="{text:link one url}">{text:link one label}</a>
  1177. <a href="{text:link two url}">{text:link two label}</a>
  1178. <a href="{text:link three url}">{text:link three label}</a>
  1179. <a href="{text:link four url}">{text:link four label}</a>
  1180. </div>
  1181. </div></div>
  1182. </div>
  1183. <div class="post_container fade-in one">
  1184. <!-- posts and entries -->
  1185. <div id="entries"class="fade-in one">
  1186. {block:Posts}
  1187. <div id="post"class="fade-in one">
  1188. <!-- texts -->
  1189. {block:Text}
  1190. {block:Title}<h1>{Title}</h1>{/block:Title}
  1191. <p>{Body}</p>
  1192. {/block:Text}
  1193. <!-- question and answers -->
  1194. {block:Answer}
  1195. <div id="asker"><askerurl>{Asker} asked:</askerurl></br> {Question}</div>
  1196. {Answer}{/block:Answer}
  1197. <!-- quotes -->
  1198. {block:Quote}
  1199. <div class="quote_cap"><i class="zmdi zmdi-quote"></i>
  1200. {Quote}<i class="zmdi zmdi-quote"></i>
  1201. </div>
  1202. <div class="quote_src">
  1203. {block:Source}- {Source}{/block:Source}
  1204. </div>
  1205. {/block:Quote}
  1206. <!-- links -->
  1207. {block:Link}
  1208. <h2><center><a href="{URL}">{Name}</center></a></h2>
  1209. {block:Description}{Description}{/block:Description}
  1210. {/block:Link}
  1211. <!-- chats -->
  1212. {block:Chat}
  1213. {block:Title}<h1>{Title}</h1>{/block:Title}
  1214. <div class="chat_box">{block:Lines}<div class="chat_line">{block:Label}<div class ="chat_label">{Label}</div>{/block:Label}
  1215. <blockquote>{Line}</blockquote></div>{/block:Lines}</div>
  1216. {/block:Chat}
  1217. <!-- photos -->
  1218. {block:Photo}
  1219. {LinkOpenTag}<div class="ppost"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%">{LinkCloseTag}</div>
  1220. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1221. {/block:Photo}
  1222. <!-- photosets -->
  1223. {block:Photoset}
  1224. <div class="set"style="margin-top:-15px"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1225. <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>
  1226. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1227. {/block:Photoset}
  1228. <!-- videos -->
  1229. {block:Video}
  1230. <div class="vsets">{Video-500}</div>
  1231. {block:Caption}<div class="photo_caption">{Caption}</div>{/block:Caption}
  1232. {/block:Video}
  1233. <!-- audios -->
  1234. {block:Audio}<div class="album_cover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1235. {block:TrackName}<div class="audio_tit">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  1236. {block:Artist}<div class="audio_artist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  1237. {/block:ExternalAudio}<div class="audio_play">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  1238. </br>
  1239. <div class="audio_player">{AudioPlayer}</div>
  1240. {/block:Audio}
  1241. <!-- info -->
  1242. <div id="info">
  1243. <div id="permalink">
  1244. <div id="post_info">
  1245. <date><a href="{Permalink}"><span class="sf sf-clock-3-o"></span>{TimeAgo} </a></date></br>{NoteCountWithLabel}<font style="float:right;margin-right:57px;margin-top:0px;">{block:RebloggedFrom}{block:ContentSource}
  1246. <a href="{ReblogParentURL}" title="via">via</a><a href="{SourceURL}"title="source">src</a>
  1247. {/block:ContentSource}
  1248. {/block:RebloggedFrom}</font style></br>
  1249. <font style="float:right;margin-right:57px;margin-top:-37px;"><a href="{ReblogURL}" title="reblog"target="_blank" class="details">reblog</a>
  1250. </a><div class="custom-like-button"style="margin-top:-23px">{LikeButton}<span class="our_button"><span class="sf sf-heart-2-o"style="font-size:9px"></span></div></font style>
  1251. </div></div>
  1252. {/block:Date}
  1253.  
  1254. {block:HasTags}<tagged>{block:Tags} <a href="{TagURL}"> <tagged>#{Tag}</tagged> </a> {/block:Tags}
  1255.  
  1256. {/block:HasTags}
  1257. </div></div>
  1258. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1259. {/block:Posts}
  1260. {/block:Posts}
  1261. <div class="pagination"style="{color:title text}">
  1262. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:accent};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  1263. {/block:Pagination}</div>
  1264. </div>
  1265.  
  1266. </div>
  1267.  
  1268. <!-- credit(u better dont touch this here u goof) -->
  1269. <div id="credit">
  1270. <a href="http://ceesty.com/qNgV4R"title="Coded by 1204px">themes by azure</a>
  1271. </div></div>
  1272. </html>
  1273. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  1274. <script> $(function(){ $('#entries').unnest({
  1275. yourCaption: ".photo_caption", //your caption selector, the div wrapping {Caption}
  1276. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  1277. newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
  1278. originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  1279. tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
  1280. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  1281. usernameColon: false //if turned to false, removes the colon at the end of usernames
  1282. }); });
  1283. </script>
  1284. <!-- pixel union photoset script -->
  1285. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1286. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1287. <script>
  1288. $(document).ready(function(){
  1289. $('.photo-slideshow').pxuPhotoset({
  1290. lightbox: true,
  1291. rounded: false,
  1292. gutter: '0px',
  1293. borderRadius:'0px',
  1294. photoset: '.photo-slideshow',
  1295. photoWrap: '.photo-data',
  1296. photo: '.pxu-photo'
  1297. });</script>
  1298.  
  1299. </body>
  1300. <!-- end html -->
Advertisement
Add Comment
Please, Sign In to add comment