Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.01 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4.  
  5. theme v :: invisible
  6. solitudethemes
  7.  
  8.  
  9.  
  10. ----->
  11.  
  12. <!DOCTYPE html>
  13. <head>
  14.  
  15. <title>{Title}</title>
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <!--default variables-->
  22.  
  23. <meta name="color:title" content="#000000"/>
  24. <meta name="color:text" content="#8c8a8a"/>
  25. <meta name="color:links" content="#bcbcbc"/>
  26. <meta name="color:links hover" content="#000000"/>
  27. <meta name="color:scrollbar" content="#cccccc">
  28. <meta name="color:search" content="#dad8d8"/>
  29.  
  30. <meta name="image:sidebar image" content=""/>
  31. <meta name="if:sidebar image" content="0"/>
  32. <meta name="if:updates" content="1"/>
  33.  
  34. <meta name="select:post width" content="250px" title="250px"/>
  35. <meta name="select:post width" content="300px" title="300px"/>
  36. <meta name="select:post width" content="350px" title="350px"/>
  37. <meta name="select:post width" content="400px" title="400px"/>
  38.  
  39. <meta name="select:font" content="karla, sans-serif" title="karla"/>
  40. <meta name="select:font" content="roboto,sans-serif" title="roboto"/>
  41. <meta name="select:font" content="lato, sans-serif" title="lato"/>
  42. <meta name="select:font" content="open sans, sans-serif" title="open sans"/>
  43. <meta name="select:font" content="calibri" title="calibri"/>
  44.  
  45. <meta name="text:home title" content="home">
  46. <meta name="text:ask title" content="mail">
  47. <meta name='text:more title' content="etc">
  48. <meta name="text:link 1" content="">
  49. <meta name="text:link 1 title" content="one">
  50. <meta name="text:link 2" content="">
  51. <meta name="text:link 2 title" content="two">
  52. <meta name="text:link 3" content="">
  53. <meta name="text:link 3 title" content="three">
  54. <meta name="text:updates" content="updates here. write whatever x">
  55.  
  56. <!--tooltips-->
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59.  
  60. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  61.  
  62. <script>
  63.  
  64. (function($){
  65.  
  66. $(document).ready(function(){
  67.  
  68. $("[title]").style_my_tooltips({
  69.  
  70. tip_follows_cursor:true,
  71.  
  72. tip_delay_time:90,
  73.  
  74. tip_fade_speed:600,
  75.  
  76. attribute:"title"
  77.  
  78. });
  79.  
  80. });
  81.  
  82. })(jQuery);
  83.  
  84. </script>
  85.  
  86.  
  87. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  88. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  89. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  90. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  91.  
  92. <script>
  93. $(document).ready(function(){
  94. $('.photo-slideshow').pxuPhotoset({
  95. lightbox: true,
  96. rounded: false,
  97. gutter: '1px',
  98. borderRadius: '0px',
  99. photoset: '.photo-slideshow',
  100. photoWrap: '.photo-data',
  101. photo: '.pxu-photo'
  102. });
  103. });
  104. </script>
  105.  
  106. <!--fonts-->
  107.  
  108. <link href='https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  109.  
  110. <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,300,300italic,700italic' rel='stylesheet' type='text/css'>
  111.  
  112. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
  113.  
  114. <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119.  
  120. /*tooltips*/
  121.  
  122. .tooltip{
  123. display: inline;
  124. position: relative;
  125. }
  126.  
  127. #s-m-t-tooltip {
  128. max-width:300px;
  129. padding:5px;
  130. padding-top:3px;
  131. padding-bottom:3px;
  132. margin:5px 0px 0px 10px;
  133. background-color:#fff;
  134. font-family:{select:font};
  135. font-size:8px;
  136. font-weight:normal;
  137. letter-spacing:1px;
  138. line-height:8px;
  139. text-transform:uppercase;
  140. color:#aaa;
  141. z-index:2147483647;
  142. }
  143.  
  144.  
  145.  
  146. /*lightbox*/
  147.  
  148.  
  149. .tmblr-lightbox {background:rgba(255,255,255, .95)!important;}
  150.  
  151. .tmblr-lightbox img {opacity:0;}
  152.  
  153. .lightbox-caption {
  154. color:transparent;
  155. font-family:inherit!important;
  156. font-size:10px!important;
  157. font-weight:normal!important;
  158. text-shadow:none!important;
  159. }
  160.  
  161. .lightbox-image {
  162. -moz-box-shadow:none!important;
  163. -webkit-box-shadow:none!important;
  164. box-shadow:none!important;
  165. -moz-border-radius:0px!important;
  166. -webkit-border-radius:0px!important;
  167. border-radius:0px!important;
  168. padding:0px!important;
  169. margin:0px!important;
  170. border:0!important;
  171. opacity:1!important;
  172. }
  173.  
  174. .vignette {opacity:0!important;}
  175.  
  176.  
  177. /*tumblr controls*/
  178.  
  179.  
  180. iframe#tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
  181. -webkit-filter: invert(100%);
  182. -moz-filter: invert(100%);
  183. -o-filter: invert(100%);
  184. -ms-filter: invert(100%);
  185. filter: invert(100%);
  186. opacity:0.2;
  187. z-index:99999!important;
  188. top:10px!important;
  189. right:10px!important;
  190. }
  191.  
  192.  
  193.  
  194. /*selection*/
  195.  
  196. ::selection {
  197. color:{color:text};
  198. background:#eeeeee;
  199. }
  200.  
  201. ::-moz-selection {
  202. color:{color:text};
  203. background:#eeeeee;
  204. }
  205.  
  206. ::-webkit-selection {
  207. color:{color:text};
  208. background:#eeeeee;
  209. }
  210.  
  211. /*scrollbar*/
  212.  
  213. ::-webkit-scrollbar {
  214. background-color:#ffffff;
  215. height:9px;
  216. width:9px;
  217. }
  218.  
  219. ::-webkit-scrollbar-thumb {
  220. background-color:{color:scrollbar};
  221. border:4px solid #ffffff;
  222. }
  223.  
  224. ::-webkit-scrollbar-track {background-color:#ffffff;}
  225.  
  226.  
  227. /*basics*/
  228.  
  229. body {
  230. background:#ffffff;
  231. color:{color:text};
  232. font-family:{select:font};
  233. line-height:15px;
  234. font-size:10px;
  235. margin:0;
  236. text-align:left;
  237. overflow-x:hidden;
  238. -moz-osx-font-smoothing:grayscale;
  239. -webkit-font-smoothing:antialiased;
  240. font-smoothing:antialiased;
  241. }
  242.  
  243. blockquote {
  244. padding-left:10px;
  245. border-left:1px solid;
  246. border-color:#eeeeee;
  247. margin:10px;
  248. }
  249.  
  250. a {
  251. color:{color:links};
  252. text-decoration:none;
  253. -webkit-transition:all 0.2s;
  254. -moz-transition:all 0.2s;
  255. -ms-transition:all 0.2s;
  256. -o-transition:all 0.2s;
  257. transition:all 0.2s;
  258. }
  259.  
  260. a:hover {
  261. text-decoration:none;
  262. color: {color:links hover};
  263. cursor:help;
  264. }
  265.  
  266. img {
  267. opacity:1;
  268. max-width:100%;
  269. height:auto;
  270. text-decoration:none;
  271. }
  272.  
  273. b, strong {
  274. font-weight:normal;
  275. color:{color:title};
  276. }
  277.  
  278. h1 {
  279. font-size:11px;
  280. text-transform:uppercase;
  281. letter-spacing:1px;
  282. font-weight:normal;
  283. color:{color:title};
  284. }
  285.  
  286. h1 a {color:{color:title};}
  287. h1 a:hover {color:{color:links hover};}
  288.  
  289. pre {
  290. white-space: pre-wrap;
  291. white-space: -moz-pre-wrap;
  292. white-space: -pre-wrap;
  293. white-space: -o-pre-wrap;
  294. word-wrap: break-word;
  295. }
  296.  
  297. /*posts*/
  298.  
  299. .container {
  300. margin:0px auto;
  301. width:{select:post width};
  302. position:relative;
  303. -webkit-animation-name: fade-in;
  304. -webkit-animation-duration: 1.5s;
  305. }
  306.  
  307. .posts {
  308. {block:IndexPage}
  309. margin-bottom:80px;
  310. {/block:IndexPage}
  311. {block:PermalinkPage}
  312. margin-bottom:40px;
  313. {/block:PermalinkPage}
  314. width:{select:post width};
  315. }
  316.  
  317. .entries {
  318. margin-top:100px;
  319. margin-bottom:50px;
  320. width:{select:post width};
  321. }
  322.  
  323. .posts img, .posts li, .posts blockquote {
  324. max-width: 100%;
  325. height:auto;
  326. }
  327.  
  328. .posts ul li:before, .nav li:before {
  329. content:"——";
  330. position:relative;
  331. left:-10px;
  332. letter-spacing:-1px;
  333. color:#ddd;
  334. }
  335.  
  336. .posts ul li, .nav li{
  337. text-indent:-12px;
  338. list-style:none;
  339. }
  340.  
  341. blockquote img {max-width:100%!important;height:auto;}
  342.  
  343. .caption a, .text a{border-bottom:1px solid #eee;}
  344.  
  345. a.tumblr_blog {
  346. text-transform:lowercase;
  347. border-bottom:1px solid #eee;
  348. }
  349.  
  350.  
  351. /*post info*/
  352.  
  353. .info {
  354. padding-top:15px;
  355. margin-top:25px;
  356. text-transform:uppercase;
  357. font-size:9px;
  358. text-align:left;
  359. letter-spacing:1px;
  360. border-top:1px solid #eee;
  361. }
  362.  
  363. .info b a{color:{color:title};}
  364.  
  365. .info b a:hover {color:{color:links hover};}
  366.  
  367. .pinfo {
  368. padding-top:15px;
  369. margin-top:10px;
  370. text-transform:uppercase;
  371. font-size:8px;
  372. letter-spacing:1px;
  373. }
  374.  
  375. .posts:hover .tags {opacity:.8;}
  376.  
  377. .tags {
  378. font-style:normal;
  379. text-transform:lowercase;
  380. display:inline;
  381. opacity:0;
  382. -webkit-transition:all 0.2s;
  383. -moz-transition:all 0.2s;
  384. -ms-transition:all 0.2s;
  385. -o-transition:all 0.2s;
  386. transition:all 0.2s;
  387. }
  388.  
  389. .tags a {margin-right:8px;}
  390.  
  391.  
  392. /*sidebar*/
  393.  
  394. .sidebar {
  395. position:fixed;
  396. width:125px;
  397. margin-left:-280px;
  398. border-right:1px solid #eee;
  399. padding-right:20px;
  400. top:100px;
  401. -webkit-animation-name: fade-in;
  402. -webkit-animation-duration: 1.5s;
  403. }
  404.  
  405. .si {
  406. width:40px;
  407. height:40px;
  408. margin-left:85px;
  409. margin:bottom:10px;
  410. z-index:999;
  411. }
  412.  
  413. .si img {
  414. width:40px;
  415. height:40px;
  416. border-radius:100px;
  417. margin-bottom:10px;
  418. transition:0.4s ease-in-out;
  419. -webkit-transition:0.4s ease-in-out;
  420. -moz-transition:0.4s ease-in-out;
  421. }
  422.  
  423. .si img:hover{opacity:.4;}
  424.  
  425. .title {
  426. font-size:11px;
  427. letter-spacing:1.5px;
  428. text-transform:uppercase;
  429. font-weight:normal;
  430. width:125px;
  431. margin-bottom:5px;
  432. color:#e1efff;
  433. text-align:right;
  434. }
  435.  
  436. .title a {color:{color:title};}
  437. .title a:hover {opacity:.5;}
  438.  
  439. .description {
  440. color:{color:text};
  441. font-family:{select:font};
  442. width:125px;
  443. text-align:right;
  444. }
  445.  
  446.  
  447. .links {
  448. margin-top:15px;
  449. border-top:1px solid #eee;
  450. padding:10px 0;
  451. text-align:right;
  452. text-transform:uppercase;
  453. font-size:8px;
  454. letter-spacing:1px;
  455. color:{color:links};
  456. }
  457.  
  458. .links a {margin-left:5px;}
  459.  
  460. .links .search .query {
  461. margin-top:7px;
  462. border:0;
  463. outline:0;
  464. text-align:right;
  465. background-color: transparent;
  466. color:{color:search};
  467. font-family:{select:font};
  468. font-size:8px;
  469. text-transform:uppercase;
  470. letter-spacing:1px;
  471. -webkit-transition: all 0.3s ease-in-out;
  472. -moz-transition: all 0.3s ease-in-out;
  473. -o-transition: all 0.3s ease-in-out;
  474. -ms-transition: all 0.3s ease-in-out;
  475. transition: all 0.3s ease-in-out;
  476. }
  477.  
  478. ::-webkit-input-placeholder {color: #dad8d8;}
  479. :-moz-placeholder {color: #dad8d8; opacity:1;}
  480. ::-moz-placeholder {color: #dad8d8; opacity:1;}
  481. :-ms-input-placeholder {color: #dad8d8;}
  482. input:focus::-webkit-input-placeholder {color: transparent;}
  483. input:focus:-moz-placeholder {color: transparent;}
  484. input:focus::-moz-placeholder {color: transparent;}
  485. input:focus:-ms-input-placeholder { color: transparent;}
  486.  
  487. .lb {margin-top:5px;}
  488.  
  489. /*updates*/
  490.  
  491. .updates {
  492. color:{color:text};
  493. text-align:left;
  494. height:13px;
  495. width:100px;
  496. padding:4px;
  497. top:15px;
  498. left:20px;
  499. z-index:10;
  500. position:fixed;
  501. overflow:hidden;
  502. -webkit-transition: all 0.8s ease-in-out;
  503. -moz-transition: all 0.8s ease-in-out;
  504. -o-transition: all 0.8s ease-in-out;
  505. padding-left:10px;
  506. border-left:1px solid #eee;
  507. }
  508.  
  509. .updates:hover {
  510. height:215px; /* height of updates tab after hover, increase value if you want to write more */
  511. -webkit-transition: all 0.8s ease-in-out;
  512. -moz-transition: all 0.8s ease-in-out;
  513. -o-transition: all 0.8s ease-in-out;
  514. }
  515.  
  516.  
  517. .updates:hover .updatestitle{
  518. color:{color:links hover};
  519. transition:0.2s ease-in-out;
  520. -webkit-transition:0.2s ease-in-out;
  521. }
  522.  
  523. .updatestitle {
  524. letter-spacing:3px;
  525. font-size:8px;
  526. margin-bottom:10px;
  527. text-transform:uppercase;
  528. color:{color:title};
  529. transition:0.2s ease-in-out;
  530. -webkit-transition:0.2s ease-in-out;
  531. }
  532.  
  533.  
  534. /*notes*/
  535.  
  536. ol.notes {
  537. padding:0px;
  538. margin:-25px 0px 0px 0px;
  539. list-style-type:none;
  540. text-transform:uppercase;
  541. font-size:8px;
  542. letter-spacing:1px;
  543. max-width:{select:post width};
  544. max-height:200px;
  545. overflow-x:hidden;
  546. overflow-y:scroll;
  547. }
  548.  
  549. ol.notes li.note {padding:1px;}
  550.  
  551. ol.notes li.note img.avatar {
  552. display:none!important;
  553. vertical-align:-4px;
  554. margin-right:10px;
  555. width:16px;
  556. height:16px;
  557. }
  558.  
  559. ol.notes li.note span.action {font-weight:none;}
  560.  
  561. ol.notes li.note .answer_content {font-weight:normal;}
  562.  
  563. ol.notes li.note blockquote {
  564. padding:5px 10px;
  565. margin:0px 5px;
  566. }
  567.  
  568. ol.notes li.note blockquote a {text-decoration:none;}
  569.  
  570. .ph {
  571. margin-top:15px;
  572. text-transform:none;
  573. font-size:10px;
  574. }
  575.  
  576. a.more_notes_link {
  577. display:block;
  578. text-align:left;
  579. border:0;
  580. }
  581.  
  582. /*quotes*/
  583.  
  584. .quote {
  585. text-transform:none;
  586. font-size:12px;
  587. font-weight:normal;
  588. text-align:left;
  589. }
  590.  
  591. .quotesource {
  592. text-align:left;
  593. text-transform:uppercase;
  594. letter-spacing:1px;
  595. font-size:8px;
  596. margin-top:10px;
  597. }
  598.  
  599. .quotesource a{
  600. text-transform:uppercase;
  601. font-size:8px;
  602. letter-spacing:1.5px;
  603. border-bottom:1px solid #eee;
  604. }
  605.  
  606. /*chats*/
  607.  
  608. .chat {
  609. line-height:20px;
  610. list-style:none;
  611. }
  612.  
  613. .line.odd {
  614. background:#ffffff;
  615. border-top:1px solid #eee;
  616. margin-bottom:2px;
  617. padding:5px;
  618. list-style:none;
  619. font-size:10px;
  620. }
  621.  
  622. .line.odd:nth-child(1) {border:none;}
  623.  
  624. .line.even {
  625. background:#ffffff;
  626. border-top:1px solid #eee;
  627. margin-bottom:2px;
  628. padding:5px;
  629. list-style:none;
  630. font-size:10px;
  631. }
  632.  
  633. .label {
  634. padding-right:1px;
  635. text-transform:uppercase;
  636. letter-spacing:1px;
  637. font-weight:normal;
  638. color:{color:title};
  639. }
  640.  
  641. /*questions*/
  642.  
  643. .question {
  644. text-transform:none;
  645. font-style:italic;
  646. font-weight:normal;
  647. text-align:left;
  648. margin-top:-10px;
  649. padding-left:5px;
  650. }
  651.  
  652. .asker {
  653. text-align:left;
  654. text-transform:uppercase;
  655. font-style:normal;
  656. letter-spacing:1px;
  657. font-size:8px;
  658. margin-top:10px;
  659. display:inline;
  660. }
  661.  
  662. .asker a, .answer a{border-bottom:1px solid #eee;}
  663. .answer {margin-top:5px};
  664.  
  665.  
  666. /*audio*/
  667.  
  668. .tumblr_audio_player {
  669. height:50px;
  670. width:{select:post width};
  671. color:#fff;
  672. color:transparent;
  673. }
  674.  
  675. .audiowrapper {
  676. position:relative;
  677. display:inline-block;
  678. }
  679.  
  680. .audio {
  681. height:100px;
  682. background:#fff;
  683. border:1px solid #eee;
  684. }
  685.  
  686. .audio-album {
  687. position:absolute;
  688. width:30px;
  689. opacity:.0;
  690. }
  691.  
  692. .audio-player {
  693. margin-left:auto;
  694. margin-right:35px;
  695. border-radius:5px 5px 5px 5px;
  696. opacity:1;
  697. filter:alpha(opacity=100);
  698. border:35px solid #fff;
  699. width:30px;
  700. height:30px;
  701. overflow:hidden;
  702. position:absolute;
  703. z-index:2;
  704. }
  705.  
  706. .audio-playerhug {
  707. position: absolute;
  708. left:2px;
  709. z-index:1;
  710. }
  711.  
  712. .audio-info {
  713. width:calc({select:post width} - 100px);
  714. margin-left:50px;
  715. height:100%;
  716. line-height:180%;
  717. padding:0px 25px 0px 25px;
  718. text-transform:lowercase;
  719. text-align:right;
  720. display: table;
  721. }
  722.  
  723. .audio-info p {
  724. display: table-cell;
  725. vertical-align: middle;
  726. text-align:right;
  727. border-left:1px solid #eee;
  728. }
  729.  
  730. .playerbutton {
  731. position:relative;
  732. width:30px;
  733. height:35px;
  734. background:transparent;
  735. overflow:hidden;
  736. }
  737.  
  738.  
  739. /*pagi*/
  740.  
  741. .pagination {
  742. width:{select:post width};
  743. text-transform:uppercase;
  744. letter-spacing:0.5px;
  745. text-align:right;
  746. }
  747.  
  748.  
  749. /*credit*/
  750.  
  751. .credit {
  752. font-size:10px;
  753. position:fixed;
  754. font-weight:normal;
  755. bottom:10px;
  756. right:10px;
  757. z-index:10;
  758. text-transform:uppercase;
  759. text-align:right;
  760. letter-spacing:1px;
  761. padding:1px 5px 1px 5px;
  762. transition:all .2s;
  763. }
  764.  
  765. .credit a {
  766. color:{color:links};
  767. text-decoration:none;
  768. }
  769.  
  770. .credit a:hover {
  771. color:{color:links hover};
  772. text-decoration:none;
  773. }
  774.  
  775.  
  776. /*fade-in*/
  777.  
  778. @-webkit-keyframes fade-in {
  779. 0% { opacity: 0; }
  780. 50% { opacity: 0; }
  781. 100% { opacity: 1; }
  782. }
  783.  
  784.  
  785. @-moz-keyframes fade-in {
  786. 0% { opacity: 0; }
  787. 50% { opacity: 0; }
  788. 100% { opacity: 1; }
  789. }
  790.  
  791.  
  792. @keyframes fade-in {
  793. 0% { opacity: 0; }
  794. 50% { opacity: 0; }
  795. 100% { opacity: 1; }
  796. }
  797.  
  798.  
  799. </style>
  800.  
  801.  
  802.  
  803.  
  804. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  805. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  806. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  807. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  808. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  809. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  810. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  811. <script>
  812. $(document).ready(function(){
  813. $('.photo-slideshow').pxuPhotoset({
  814. lightbox: true,
  815. rounded: false,
  816. gutter: '2px',
  817. borderRadius: '0px',
  818. photoset: '.photo-slideshow',
  819. photoWrap: '.photo-data',
  820. photo: '.pxu-photo'
  821. });
  822. });
  823. $(document).ready(function(){
  824. $(".notes").hide();
  825. $(".ph").show();$('.ph').toggle(function(){
  826. $(".notes").slideDown(function(){});
  827. },function(){
  828. $(".notes").slideUp(function(){});
  829. });
  830. });
  831.  
  832. $(document).ready(function(){
  833. $(".lb").hide();
  834. $(".lm").show();$('.lm').toggle(function(){
  835. $(".lb").slideDown(function(){});
  836. },function(){
  837. $(".lb").slideUp(function(){});
  838. });
  839. });
  840. // minimal soundcloud player © shythemes.tumblr
  841. $(document).ready(function(){
  842. var color = '{color:title}'; // color of play button (hex)
  843. $('.soundcloud_audio_player').each(function(){
  844. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  845. });
  846. });
  847.  
  848. </script>
  849.  
  850. </head>
  851.  
  852. <body>
  853.  
  854.  
  855.  
  856. <div class="container">
  857.  
  858. <div class="credit">
  859. <a title="solitudethemes" href="http://solitudethemes.tumblr.com">S;</a>
  860. </div>
  861.  
  862.  
  863. {block:ifupdates}
  864.  
  865. <div class="updates">
  866. <div class="updatestitle">updates</div>
  867.  
  868. <div style="padding-top:10px; border-top:1px solid #eee">
  869.  
  870.  
  871. {text:updates}
  872.  
  873.  
  874. </div></div>
  875.  
  876. {/block:ifupdates}
  877.  
  878.  
  879. <div class="sidebar">
  880.  
  881. {block:ifsidebarimage}
  882. <a href="/" class="si"><img src="{image:sidebar image}">
  883. </a>
  884. {/block:ifsidebarimage}
  885.  
  886. <div class="title"><a href="/">{title}</a></div>
  887.  
  888. <div class="description">
  889.  
  890. {description}
  891.  
  892. </div>
  893.  
  894. <div class="links">
  895.  
  896. <a href="/">{text:home title}</a>
  897. <a href="/ask">{text:ask title}</a>
  898. <a href="#" class="lm">{text:more title}</a>
  899.  
  900. <div class="lb">
  901. <a href="{text:link 1}">{text:link 1 title}</a>
  902. <a href="{text:link 2}">{text:link 2 title}</a>
  903. <a href="{text:link 3}">{text:link 3 title}</a>
  904. </div>
  905.  
  906. <form action="/search" method="get" class="search"><input type="text" name="q" value="" class="query" placeholder="search"></form>
  907.  
  908. </div>
  909.  
  910. </div>
  911.  
  912.  
  913. <div class="entries">
  914. {block:Posts}
  915. <div class="posts">
  916.  
  917. {block:Text}
  918. <h1>{block:Title}{Title}{/block:Title}</h1>
  919. <div class="text">
  920. {Body}
  921. </div>
  922. {/block:Text}
  923.  
  924.  
  925. {block:Photo}
  926. {LinkOpenTag}<img src="{PhotoURL-highres}">{LinkCloseTag}
  927. {/block:Photo}
  928.  
  929.  
  930. {block:Photoset}
  931. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  932. {/block:Photoset}
  933.  
  934.  
  935. {block:Quote}{block:Source}<div class="quotesource">{Source}</div>
  936. {/block:Source}</p>
  937. <div class="quote">{Quote}</div>
  938. {/block:Quote}
  939.  
  940.  
  941. {block:Link}
  942. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  943. {block:Description}{Description}{/block:Description}
  944. {/block:Link}
  945.  
  946.  
  947. {block:Chat}
  948. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  949. {/block:Chat}
  950.  
  951.  
  952. {block:Audio}
  953. <div class="audio">
  954. {block:AlbumArt}
  955. <img class="audio-album" src="{AlbumArtURL}">
  956. {/block:AlbumArt}
  957.  
  958.  
  959. {block:AudioPlayer}
  960. <div class="audio-player">
  961. <div class="audio-playerhug">
  962. {AudioPlayerWhite}
  963. </div></div>
  964. {/block:AudioPlayer}
  965.  
  966.  
  967. <div class="audio-info">
  968. <p>{block:TrackName}
  969. <b>{TrackName}</b><br>
  970. {/block:TrackName}
  971. {block:Artist}
  972. {Artist}<br>
  973. {/block:Artist}
  974. </p>
  975. </div>
  976. </div>
  977. {/block:Audio}
  978.  
  979.  
  980. {block:Video}
  981. <div class="video">{Video-500}</div>
  982. {/block:Video}
  983.  
  984.  
  985. {block:Answer}
  986. <div class="question">
  987. <div class="asker">{Asker} : </div>
  988. {Question}</div><br>
  989. <div class="answer">
  990. {Answer}</div>
  991. {/block:Answer}
  992.  
  993. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  994.  
  995.  
  996. {block:IndexPage}
  997. <div class="info">
  998. {block:Date}
  999. <b><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumber}.{year}</a></b>
  1000. {/block:Date}
  1001.  
  1002. &nbsp;
  1003. {block:NoteCount}
  1004. &nbsp;
  1005. <a href="{Permalink}">{NoteCountWithLabel}</a>
  1006. &nbsp;&nbsp;
  1007. {/block:NoteCount}
  1008.  
  1009. <a href="{reblogurl}" target="_blank">reblog</a>
  1010. <br>
  1011.  
  1012. {block:HasTags}
  1013. <div class="tags">
  1014. # {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  1015. </div>
  1016. {/block:HasTags}
  1017.  
  1018.  
  1019. </div>
  1020. {/block:IndexPage}
  1021.  
  1022. {block:PermalinkPage}
  1023. <div class="pinfo">
  1024. {block:Date}posted on {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} at <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{/block:Date}
  1025.  
  1026. {block:RebloggedFrom}<br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a>&nbsp;&nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  1027.  
  1028. {block:HasTags}<br>
  1029. Indexed: {block:Tags} <a href="{TagURL}">{Tag}</a>,&nbsp; {/block:Tags}
  1030. {/block:HasTags}</p>
  1031.  
  1032. {block:PostNotes}
  1033. <a href="#" class="ph">{NoteCountWithLabel}</a></div>
  1034. {/block:PostNotes}
  1035. {/block:PermalinkPage}
  1036.  
  1037. </div>
  1038.  
  1039. {block:permalinkpage}
  1040. {block:PostNotes}
  1041. <div class="pagenotes">
  1042. {PostNotes}
  1043. </div>
  1044. {/block:PostNotes}
  1045. {/block:permalinkpage}
  1046.  
  1047. {/block:Posts}
  1048.  
  1049. <div class="pagination">
  1050. {block:Pagination}
  1051. {block:PreviousPage}
  1052. <a href="{PreviousPage}">back /</a>{/block:PreviousPage}&nbsp;
  1053.  
  1054. {block:NextPage}
  1055. <a href="{NextPage}">forth</a>
  1056. {/block:NextPage}
  1057. {/block:Pagination}
  1058. </div>
  1059.  
  1060.  
  1061. {block:ContentSource}
  1062. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  1063. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  1064. {/block:SourceLogo}
  1065. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  1066. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1067.  
  1068. </body>
  1069.  
  1070.  
  1071. </div>
  1072. </div>
  1073. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement