azurethemes

15::glory

Jul 5th, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.41 KB | None | 0 0
  1. <!----
  2.  
  3. ---- @ DADDYTHEMES ----
  4. theme #15 glory.
  5. keep the credit.
  6. dont steal.
  7. dont claim as own.
  8. dont be an asshole.
  9. (=゚ω゚)ノ
  10.  
  11. --->
  12. <!-----start html---->
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  15. <!-----custom google fonts---->
  16. <script type="text/javascript">
  17. WebFontConfig = {
  18. google: { families: [ 'Roboto:400,500,700:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin' , 'Maven+Pro:400,900,500,700:latin', 'Karla:400,700:latin', 'Work+Sans:400,500,600,700:latin', 'Prompt:400,400i,500,500i,600,600i,700,700' , 'Yeseva+One::latin', 'Vidaloka::latin', 'Arapey:400,400italic:latin', 'Lora:400,400italic,700,700italic:latin', 'Libre+Baskerville:400,400italic,700:latin' ] }
  19. };
  20. (function() {
  21. var wf = document.createElement('script');
  22. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  23. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  24. wf.type = 'text/javascript';
  25. wf.async = 'true';
  26. var s = document.getElementsByTagName('script')[0];
  27. s.parentNode.insertBefore(wf, s);
  28. })(); </script>
  29. <!-----tooltips---->
  30. <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>
  31. <script>
  32. (function($){
  33. $(document).ready(function(){
  34. $("a[title]").style_my_tooltips({
  35. tip_follows_cursor:true,
  36. tip_delay_time:10,
  37. tip_fade_speed:400,
  38. attribute:"title"
  39. });
  40. });
  41. })(jQuery);
  42. </script>
  43. <!-----back to top button---->
  44. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  45. <script>
  46. $(document).ready(function(){
  47.  
  48. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  49. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-arrow-up"></i></a>'].join("");
  50. $("body").append(back_to_top_button)
  51.  
  52. // Der Button wird ausgeblendet
  53. $(".back-to-top").hide();
  54.  
  55. // Funktion für das Scroll-Verhalten
  56. $(function () {
  57. $(window).scroll(function () {
  58. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  59. $('.back-to-top').fadeIn();
  60. } else {
  61. $('.back-to-top').fadeOut();
  62. }
  63. });
  64.  
  65. $('.back-to-top').click(function () { // Klick auf den Button
  66. $('body,html').animate({
  67. scrollTop: 0
  68. }, 800);
  69. return false;
  70. });
  71. });
  72.  
  73. });
  74. </script>
  75. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  76. <head>
  77. <title>{Title}</title>
  78. <link rel="shortcut icon" href="{Favicon}">
  79. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  80. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  81. <!--all colors-->
  82. <meta name="color:background" content="#ffffff"/>
  83. <meta name="color:text" content="#000000"/>
  84. <meta name="color:links" content="#000000"/>
  85. <meta name="color:border" content="#f6f6f6"/>
  86. <meta name="color:posts" content="#f6f6f6">
  87. <meta name="color:scrollbar" content="#070707">
  88. <meta name="color:asks" content="#f6f6f6">
  89. <meta name="color:hover" content="#888888">
  90. <meta name="color:tooltip" content="#ffffff">
  91. <!--images-->
  92. <meta name="image:icon" content=""/>
  93. <meta name="image:sidebar" content=""/>
  94. <!--texts-->
  95. <meta name="text:title" content="She Don't Love Me"/>
  96. <meta name="text:border width" content="263px"/>
  97. <!--sidebar links-->
  98. <meta name="text:link one" content="Link one">
  99. <meta name="text:link two" content="Link two">
  100. <meta name="text:link three" content="Link three">
  101. <meta name="text:link one url" content="/">
  102. <meta name="text:link two url" content="/">
  103. <meta name="text:link three url" content="/">
  104. <!--custom css-->
  105. <style type="text/css">
  106. /*tumblr controls*/
  107. .tmblr-iframe {
  108. top:0px!important;
  109. position:fixed!important;
  110. opacity:0.5;
  111. -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
  112. z-index:99999999999999!important;
  113. white-space:nowrap;
  114. transition-duration: 0.3s;
  115. -moz-transition-duration: 0.3s;
  116. -webkit-transition-duration: 0.3s;
  117. -o-transition-duration: 0.3s;
  118. }
  119. /*scrollbar*/
  120. ::-webkit-scrollbar {
  121. width:6px;
  122. height:6px;
  123. background:{color:background};
  124. }
  125. ::-webkit-scrollbar-thumb {
  126. background:{color:scrollbar};
  127. }
  128. /*tooltips*/
  129. #s-m-t-tooltip{
  130. margin:13px 18px 6px 18px;
  131. padding:6px;
  132. background-color:{color:tooltip};
  133. font-family: 'arial', sans-serif;
  134. border:1px solid {color:border};
  135. font-weight:600;
  136. font-size:8px;
  137. text-transform:uppercase;
  138. letter-spacing:0px;
  139. font-style:none;
  140. color:{color:text};
  141. z-index:999999999999999999999999999999999999;
  142. transition:0.3s ease-in-out;
  143. -webkit-transition:0.3s ease-in-out;
  144. -moz-transition:0.3s ease-in-out;
  145. -ms-transition:0.3s ease-in-out;
  146. -o-transition:0.3s ease-in-out;
  147. }
  148. /*body basics*/
  149. body{
  150. background-color:{color:background};
  151. background-attachment: fixed;
  152. background-repeat: repeat;
  153. font-weight:none;
  154. font-family: 'roboto', sans-serif;
  155. font-size:10px;
  156. text-align:justify;
  157. color:{color:text};
  158. margin:0;
  159. }
  160. a{
  161. text-decoration:none;
  162. color:{color:links};
  163. -moz-transition-duration:0.5s;
  164. -webkit-transition-duration:0.5s;
  165. -o-transition-duration:0.5s;
  166. transition: all 0.3s ease-out;
  167. }
  168. a:hover{
  169. text-decoration:none;
  170. color:{color:hover};
  171. -moz-transition-duration:0.5s;
  172. -webkit-transition-duration:0.5s;
  173. -o-transition-duration:0.5s;
  174. transition: all 0.3s ease-out;
  175. }
  176. img {
  177. }
  178. blockquote {
  179. font-size:10px;
  180. width:auto;
  181. border-left:3px solid #eee;
  182. text-align:left;
  183. padding:1px;
  184. font-weight:none;
  185. margin-top:15px;
  186. margin-left:0px;
  187. padding-top:0.5px;
  188. padding-bottom:0.5px;
  189. font-size:11px;
  190. font-family: 'calibri', sans-serif;
  191. margin-right:20px;
  192. padding-left:15px;
  193. color:{color:text};
  194. }
  195. pre{
  196. font-size:9px;
  197. text-align:center;
  198. text-transform:none;
  199. font-family: 'Bitter', serif;
  200. font-weight:bold;
  201. line-height:9px;
  202. border-left:1px solid #eee;
  203. border-bottom:1px solid #eee;
  204. letter-spacing:2px;
  205. background-color:{color:posts};
  206. color:{color:text};
  207. padding:6px;
  208. }
  209. small{
  210. font-size:9px;
  211. font-family: 'calibri', sans-serif;
  212. }
  213. big{
  214. font-size:12px;
  215. font-family: 'calibri', sans-serif;
  216. font-weight:700;
  217. }
  218. sub{
  219. font-size:9px;
  220. letter-spacing:0px;
  221. font-weight:600;
  222. text-transform:none;
  223. font-family: 'arial', sans-serif;
  224. }
  225. h1 {
  226. font-size:13px;
  227. text-align:center;
  228. font-family: 'Montserrat', sans-serif;
  229. letter-spacing:1px;
  230. text-transform:uppercase;
  231. font-weight:700;
  232. line-height:17px;
  233. border-bottom:1px solid #eee;
  234. color:{color:text};
  235. padding:7px;
  236. }
  237. h1 a{
  238. color:{color:text};
  239. }
  240. h2{
  241. color:{color:text};
  242. text-transform:uppercase;
  243. font-family: 'Montserrat', sans-serif;
  244. text-align:left;
  245. }
  246. b {
  247. font-weight:bold;
  248. font-family: 'calibri', sans-serif;
  249. color:{color:text};
  250. }
  251. grouptitle {
  252. color:{color:text};
  253. text-transform:none;
  254. font-size:10px;
  255. font-family: 'calibri', sans-serif;
  256. }
  257. sh {
  258. color:{color:links};
  259. text-transform:uppercase;
  260. font-family: 'arial', sans-serif;
  261. font-size:13px
  262. font-weight:800;
  263. }
  264. am {
  265. color:{color:text};
  266. font-size:22px;
  267. padding:8px;
  268. padding-top:2px;
  269. text-transform:uppercase;
  270. font-family: 'roboto', sans-serif;
  271. letter-spacing:0px;
  272. font-weight:500;
  273. }
  274. n {
  275. font-weight:bold;
  276. letter-spacing:-1px;
  277. text-shadow: 1px 1px 1px #cccccc;
  278. font-size:12px;
  279. text-transform:uppercase;
  280. color:{color:text};
  281. }
  282. u {
  283. text-decoration:none;
  284. color:{color:text};
  285. padding:3px;
  286. border-bottom:1px solid {color:border};
  287. }
  288. in {
  289. text-decoration:none;
  290. color:{color:text};
  291. padding:3px;
  292. font-size:13px;
  293. text-transform:uppercase;
  294. font-weight:700;
  295. border-bottom:1px solid {color:border};
  296. }
  297. /*icon*/
  298. #icon {
  299. position:fixed;
  300. margin-top:190px;
  301. padding:10px;
  302. margin-left:180px;
  303. border-radius:10px;
  304. background-color:transparent;
  305. z-index:9999999999999999;
  306. }
  307. #iconimage {
  308. z-index:-99999;
  309. border-radius: 10px;
  310. }
  311. #iconimage img {
  312. width:40px;
  313. height:40px;
  314. left:40px;
  315. bottom:196px;
  316. position:absolute;
  317. border-radius:100px;
  318. background:{color:background};
  319. opacity:1;
  320. z-index:-999;
  321. }
  322. /*sidebar*/
  323. #sb {
  324. position:fixed;
  325. margin-top:190px;
  326. padding:10px;
  327. margin-left:180px;
  328. border-radius:10px;
  329. background-color:transparent;
  330. z-index:9999999999999999;
  331. }
  332. #sbimage {
  333. z-index:-99999;
  334. border-radius: 10px;
  335. }
  336. #sbimage img {
  337. width:400px;
  338. height:100%;
  339. right:0px;
  340. top:61px;
  341. position:fixed;
  342. background:{color:background};
  343. opacity:1;
  344. z-index:-999;
  345. }
  346. /*titles*/
  347. #sbtitle{
  348. width:200px;
  349. height:25px;
  350. bottom:160px;
  351. opacity:1;
  352. position:absolute;
  353. font-family: 'lora',sans-serif;
  354. letter-spacing:0px;
  355. text-align:left;
  356. padding-left:0px;
  357. overflow:hidden;
  358. font-weight:600;
  359. color:{color:text};
  360. text-transform:capitalize;
  361. line-height:25px;
  362. font-size:14px;
  363. left:42px;
  364. z-index:99999999;
  365. }
  366. #sbtitle1{
  367. width:150px;
  368. height:0px;
  369. float:center;
  370. margin-left:603px;
  371. margin-bottom:-1px;
  372. border-bottom:3px solid black;
  373. }
  374. #description {
  375. font-size:9px;
  376. bottom:30px;
  377. overflow:hidden;
  378. z-index:9999999;
  379. position:absolute;
  380. letter-spacing:0px;
  381. left:30px;
  382. width:170px;
  383. height:120px;
  384. text-align:left;
  385. max-height:110px;
  386. font-weight:300;
  387. padding:13px;
  388. line-height:17px;
  389. font-family: 'arial', sans-serif;
  390. }
  391. /*back to top button*/
  392. .back-to-top {
  393. position: fixed;
  394. color:{color:text};
  395. bottom:7px;
  396. text-transform:uppercase;
  397. left:13px;
  398. font-family: 'lato', sans-serif;
  399. font-size:9px;
  400. letter-spacing:0px;
  401. z-index:9999999999;
  402. font-weight:600;
  403. padding:10px;
  404. }
  405. /*post notes*/
  406. .index-page .photoss img {
  407. display: none;
  408. }
  409. .index-page .photoss img:first-child {
  410. display: inline-block;
  411. }
  412. /*audio*/
  413. .audioartist {
  414. font-family:'roboto', sans-serif;
  415. font-size:10px;
  416. text-transform:lowercase;
  417. font-weight:600;
  418. }
  419. .audiotitle {
  420. font-family:'roboto', sans-serif;
  421. font-size:10px;
  422. text-transform:lowercase;
  423. font-weight:600;
  424. }
  425. .audioplayed {
  426. font-family:'roboto', sans-serif;
  427. font-size:10px;
  428. text-transform:lowercase;
  429. font-weight:600;
  430. }
  431. .audioplayr {
  432. width:400px;
  433. color:{color:text};
  434. background:{color:accent};
  435. }
  436. audioinfo {
  437. font-family:'roboto', sans-serif;
  438. font-size:10px;
  439. letter-spacing:2px;
  440. text-transform:lowercase;
  441. font-weight:300;
  442. }
  443. /*post styles*/
  444. .pcaption{
  445. font-family:'calibri', sans-serif;
  446. font-size:10px;
  447. margin-left:5px;
  448. letter-spacing:0px;
  449. text-transform:none;
  450. background:{color:posts};
  451. font-weight:400;
  452. }
  453. .pcaption a{
  454. font-size:9px;
  455. margin-left:5px;
  456. letter-spacing:1px;
  457. font-family:'arial', sans-serif;
  458. text-transform:lowercase;
  459. font-weight:500;
  460. }
  461. .psets{
  462. width:100%;
  463. }
  464. .vsets{
  465. width:100%;
  466. }
  467. /*posts*/
  468. #wrapper {
  469. width:885px;
  470. margin-top:820px;
  471. z-index:9;
  472. overflow:hidden;
  473. margin-left:40px;
  474. }
  475. #post {
  476. font-size:10px;
  477. width:260px;
  478. padding:0px;
  479. color:{color:text};
  480. text-align:justify;
  481. z-index:99999999999;
  482. margin-left:15px;
  483. margin-bottom:20px;
  484. }
  485. #post img{
  486. width:100%;
  487. margin-top:-12px;
  488. opacity:1;
  489. }
  490. /*search box*/
  491. .search {
  492. text-align:left;
  493. line-height:100%;
  494. position:fixed;
  495. background:none;
  496. top:15px;
  497. z-index:999999999999999999;
  498. right:-10px;
  499. }
  500. .search input{
  501. color:black;
  502. position:absolute;
  503. font-family:'lora', sans-serif;
  504. font-size:9px;
  505. border:0px;
  506. text-transform:uppercase;
  507. letter-spacing:2px;
  508. padding:3px 8px;
  509. text-align:right;
  510. background:none;
  511. margin-left:-225px;
  512. width:170px;
  513. height:30px;
  514. outline:none;
  515. }
  516. input.sbutton{
  517. outline:none;
  518. cursor:help;
  519. font-family:'icomoon';
  520. padding:10px;
  521. margin-left:-165px;
  522. margin-top:-1px;
  523. color:black;
  524. font-size:17px;
  525. text-transform:uppercase;
  526. background:none;
  527. font-weight:normal;
  528. width:40px;
  529. height:35px;
  530. outline:none;
  531. }
  532. @font-face {
  533. font-family:'icomoon';
  534. src:url('https://dl.dropboxusercontent.com/s/2irmmmxhhoz2w7h/icomoon.ttf');
  535. font-style:normal;
  536. font-weight:normal;
  537. }
  538. ::-webkit-input-placeholder {
  539. color:black;text-transform:uppercase;opacity:1;letter-spacing:0px;
  540. }
  541. ::-moz-input-placeholder {
  542. color:black;text-transform:uppercase;opacity:1;letter-spacing:0px;
  543. }
  544. ::-o-input-placeholder {
  545. color:black;text-transform:uppercase;opacity:1;letter-spacing:0px;
  546. }
  547. ::-ms-input-placeholder {
  548. color:black;text-transform:uppercase;opacity:15;letter-spacing:0px;
  549. }
  550. /*questions and answers*/
  551. #asking {
  552. margin-left:20px;
  553. margin-top:-35px;
  554. }
  555. #askingimage {
  556. }
  557. #askingimage img {
  558. margin-left:10px;
  559. width:30px;
  560. height:30px;
  561. border-radius:100px;
  562. margin-top:0px;
  563. }
  564. #question {
  565. padding:20px;
  566. padding-left:14px;
  567. margin-top:-32px;
  568. margin-left:0px;
  569. width:167px;
  570. font-family: 'roboto', serif;
  571. color:{color:text};
  572. background-color:{color:asks};
  573. }
  574. #asker{
  575. margin-top:-66px;
  576. padding:1px;
  577. font-weight:300;
  578. font-size:11px;
  579. z-index:9999999999;
  580. color:{color:text};
  581. opacity:1;
  582. margin-left:14px;
  583. letter-spacing:0px;
  584. font-family: 'roboto', sans-serif;
  585. text-transform:lowercase;
  586. }
  587. #askerurl{
  588. margin-top:-19px;
  589. padding:1px;
  590. font-weight:bold;
  591. font-size:10px;
  592. padding:7px;
  593. line-height:14px;
  594. height:13px;
  595. width:465px;
  596. z-index:9999999999;
  597. color:{color:text};
  598. opacity:1;
  599. margin-left:36px;
  600. padding-bottom:11px;
  601. letter-spacing:0px;
  602. font-family: 'arial', sans-serif;
  603. text-transform:lowercase;
  604. }
  605. /*post info*/
  606. #info {
  607. width:250px;
  608. text-align:left;
  609. font-family: 'arial', serif;
  610. text-transform:lowercase;
  611. margin-left:0px;
  612. font-size:10px;
  613. margin-top:-5px;
  614. padding-left:10px;
  615. padding-top:15px;
  616. padding-bottom:13px;
  617. opacity:1;
  618. overflow:hidden;
  619. font-weight:500;
  620. font-style:italic;
  621. line-height:20px;
  622. background:{color:background};
  623. letter-spacing:0px;
  624. z-index:9999999999999999;
  625. color:{color:text};
  626. }
  627. #info a {
  628. text-align:left;
  629. font-weight:500;
  630. padding:2px;
  631. letter-spacing:1px;
  632. font-family: 'Libre Baskerville', serif;
  633. line-height:5px;
  634. color:{color:text};
  635. }
  636. #info a:hover{
  637. color:{color:hover};
  638. }
  639. #info date {
  640. font-family: 'Libre Baskerville', serif;
  641. text-transform:capitalize;
  642. font-size:11px;
  643. }
  644. /*credit (u better leave this here u goof)*/
  645. #credit a{
  646. position:fixed;
  647. font-size:11px;
  648. font-weight:800;
  649. height:15px;
  650. width:25px;
  651. opacity:1;
  652. right:10px;
  653. bottom:10px;
  654. padding:2px;
  655. letter-spacing:0px;
  656. padding-top:3px;
  657. line-height:11px;
  658. z-index:9999999999999999999999999999;
  659. font-style:italic;
  660. text-align:center;
  661. float:left;
  662. font-family: 'Yeseva One', cursive;
  663. color:{color:text};
  664. text-transform:uppercase;
  665. -moz-transition-duration:0.3s;
  666. -webkit-transition-duration:0.3s;
  667. -o-transition-duration:0.3s;
  668. transition: all 0.3s ease-out;
  669. }
  670. #credit a:hover{
  671. color:{color:hover};
  672. font-size:16px;
  673. -moz-transition-duration:0.3s;
  674. -webkit-transition-duration:0.3s;
  675. -o-transition-duration:0.3s;
  676. transition: all 0.3s ease-out;
  677. }
  678. /*sidebar links*/
  679. .links {
  680. width:100%;
  681. height:60px;
  682. overflow:hidden;
  683. cursor:pointer;
  684. left:0px;
  685. opacity:1;
  686. background:{color:background};
  687. z-index:9999;
  688. border-bottom:1px solid {color:border};
  689. position:fixed;
  690. top:0px;
  691. text-align:left;
  692. }
  693. .links a {
  694. width:auto;
  695. height:5px;
  696. text-align:left;
  697. text-transform:none;
  698. padding:10px;
  699. opacity:1;
  700. color:{color:links};
  701. z-index:99999;
  702. margin-top:15px;
  703. margin-left:12px;
  704. letter-spacing:1px;
  705. font-weight:500;
  706. font-family: 'lora', serif;
  707. font-size:11px;
  708. display:inline-block;
  709. transition-duration: 0.3s;
  710. -moz-transition-duration: 0.3s;
  711. -webkit-transition-duration: 0.3s;
  712. -o-transition-duration: 0.3s;
  713. }
  714. .links a:hover{
  715. color:{color:hover};
  716. }
  717. .links #tit {
  718. color:{color:text};
  719. font-weight:700;
  720. width:100%;
  721. font-family: 'roboto', sans-serif;
  722. font-size:27px;
  723. letter-spacing:2px;
  724. z-index:-99;
  725. text-align:center;
  726. margin-top:-26px;
  727. margin-left:auto;
  728. text-transform:uppercase;
  729. }
  730. {CustomCSS}</style>
  731. </head>
  732. <body>
  733. <div class="links">
  734. <a href="/">Index</a>
  735. <a href="/ask">Contact</a>
  736. <a href="{text:link one url}">{text:link one}</a>
  737. <a href="{text:link two url}">{text:link two}</a>
  738. <a href="{text:link three url}">{text:link three}</a>
  739. <div id="tit">{title}</div>
  740. </div>
  741. <div class="search">
  742. <form action="/search" method="get">
  743. <input type="text" name="q" value="" placeholder="Search {name}" />
  744. <input type="submit" value="&#xe601;" class="sbutton" />
  745. </form></div>
  746. <!--basics-->
  747. <div id="sidebar">
  748. <div id="iconimage"><img src="{image:icon}"></a></div>
  749. <div id="sbimage"><img src="{image:sidebar}"></a></div>
  750. <div id="description">{description}</div>
  751. <div id="sbtitle">{text:title}
  752. <div id="sbtitle1"></div></div>
  753. <div id="themebackground"></div>
  754. </div>
  755. </div>
  756. </div>
  757. </div>
  758. <!--posts and entries-->
  759. <div id="wrapper">
  760. <div id="page-content">
  761. {block:Posts}
  762. <div id="post">
  763. <!--texts-->
  764. {block:Text}
  765. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  766. {Body}
  767. {/block:Text}
  768. <!--question and answers-->
  769. {block:Answer}
  770. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  771. <div id="askerurl">{Asker} asked:</div>
  772. <div id="question">{Question}</div>
  773. {Answer}{/block:Answer}
  774. <!--quotes-->
  775. {block:Quote}
  776. {block:Quote}
  777. <h2>{Quote}</h2>
  778. <div align="right">
  779. {block:Source}<h1>-{Source}</h1>{/block:Source}
  780. </div>
  781. {/block:Quote}
  782. <!--links-->
  783. {block:Link}
  784. <h2><center><a href="{URL}">{Name}</center></a></h2>
  785. {block:Description}{Description}{/block:Description}
  786. {/block:Link}
  787. <!--chats-->
  788. {block:Chat}
  789. {block:Title}<h2>{Title}</h2>{/block:Title}
  790. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  791. {Line}</li>{/block:Lines}</ul>
  792. {/block:Chat}
  793. <!--photos-->
  794. {block:Photo}
  795. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  796. {block:PermalinkPage}
  797. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  798. {/block:PermalinkPage}
  799. {/block:Photo}
  800. <!--photosets-->
  801. <body class="{block:IndexPage}index-page{/block:IndexPage}">
  802. {block:Photoset}
  803. {block:IndexPage}
  804. <div class="photoss">
  805. {block:Photos}
  806. <img alt="" src="{PhotoURL-HighRes}">
  807. {/block:Photos}
  808. </div>
  809. {/block:IndexPage}
  810. {block:PermalinkPage}
  811. {Photoset-250}{block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  812. {/block:PermalinkPage}
  813. {/block:Photoset}
  814. <!--videos-->
  815. {block:Video}
  816. <div class="vsets">{Video}
  817. {block:PermalinkPage}
  818. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  819. {/block:PermalinkPage}
  820. </div>
  821. {/block:Video}
  822. <!--audios-->
  823. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  824. {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  825. {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  826. {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  827. </br>
  828. <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
  829. {/block:Audio}
  830. <!--tags-->
  831. <div id="info">
  832. <div id="border"></div>
  833. <div id="permalink">
  834. <a href="{Permalink}"title="{TimeAgo}"><date> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</date></a> — {NoteCount}</br>
  835. {block:RebloggedFrom}{block:ContentSource}
  836. {block:PermalinkPage}(<a href="{SourceURL}"title="{ReblogRootName}">src</a>&<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>) <a href="{ReblogURL}"target="_blank" class="details">Reblog</a>{/block:PermalinkPage}
  837. {/block:ContentSource}
  838. {/block:RebloggedFrom}
  839. </div>
  840. {/block:Date}
  841. {block:HasTags} {block:Tags} {block:PermalinkPage}<a href="{TagURL}"> #{Tag} </a>{/block:PermalinkPage} {/block:Tags}
  842.  
  843. {/block:HasTags}
  844. </div></div>
  845. {/block:Posts}
  846. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
  847. </div>
  848. <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  849. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
  850. <script>
  851. var elem = document.querySelector('#wrapper');
  852. var msnry = new Masonry( elem, {
  853. // options
  854. itemSelector: '#posts',
  855. columnWidth: 700
  856. });
  857.  
  858. // element argument can be a selector string
  859. // for an individual element
  860. var msnry = new Masonry( '#posts', {
  861. // options
  862. });
  863. </script>
  864. <!--credit(u better dont touch this here u goof)-->
  865. <div id="credit">
  866. <a href="http://ceesty.com/qNgV4R"title="daddythemes">DA</a>
  867. </div>
  868. </html>
  869. </body>
  870. <!-----end html---->
Add Comment
Please, Sign In to add comment