azurethemes

13::diamond

Jun 24th, 2016
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.28 KB | None | 0 0
  1. <!----
  2.  
  3. ---- @ DADDYTHEMES ----
  4. theme #13 diamond.
  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' ] }
  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. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  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. <!--toggles-->
  82. <meta name="if:ShowTags" content="1"/>
  83. <!--all colors-->
  84. <meta name="color:background" content="#f6f6f6"/>
  85. <meta name="color:text" content="#888888"/>
  86. <meta name="color:links" content="#888888"/>
  87. <meta name="color:border" content="#888888"/>
  88. <meta name="color:posts" content="#ffffff">
  89. <meta name="color:scrollbar" content="#eeeeee">
  90. <meta name="color:asks" content="#eeeeee">
  91. <meta name="color:info" content="#eeeeee">
  92. <meta name="color:hover" content="#cccccc">
  93. <meta name="color:accent" content="#eeeeee">
  94. <meta name="color:post background" content="#eeeeee">
  95. <!--images-->
  96. <meta name="image:header" content=""/>
  97. <!--texts-->
  98. <meta name="text:title" content="Color me blue"/>
  99. <meta name="text:border width" content="50px"/>
  100. <!--sidebar links-->
  101. <meta name="text:link one" content="link one">
  102. <meta name="text:link two" content="link two">
  103. <meta name="text:link one url" content="/">
  104. <meta name="text:link two url" content="/">
  105. <meta name="text:link three url" content="/">
  106. <meta name="text:sub link one" content="Sub Link One">
  107. <meta name="text:sub link two" content="Sub Link Two">
  108. <!--custom css-->
  109. <style type="text/css">
  110. /*tumblr controls*/
  111. .tmblr-iframe {
  112. top:0px!important;
  113. position:fixed!important;
  114. opacity:0.5;
  115. -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);
  116. z-index:99999999999999!important;
  117. white-space:nowrap;
  118. transition-duration: 0.3s;
  119. -moz-transition-duration: 0.3s;
  120. -webkit-transition-duration: 0.3s;
  121. -o-transition-duration: 0.3s;
  122. }
  123. /*scrollbar*/
  124. ::-webkit-scrollbar {
  125. width:6px;
  126. height:6px;
  127. background:{color:background};
  128. }
  129. ::-webkit-scrollbar-thumb {
  130. background:{color:scrollbar};
  131. }
  132. /*tooltips*/
  133. #s-m-t-tooltip{
  134. margin:13px 18px 6px 18px;
  135. padding:6px;
  136. background-color:{color:posts};
  137. font-family: 'arial', sans-serif;
  138. border:1px solid {color:border};
  139. font-weight:600;
  140. font-size:8px;
  141. text-transform:uppercase;
  142. letter-spacing:0px;
  143. font-style:none;
  144. color:{color:text};
  145. z-index:999999999999999999999999999999999999;
  146. transition:0.3s ease-in-out;
  147. -webkit-transition:0.3s ease-in-out;
  148. -moz-transition:0.3s ease-in-out;
  149. -ms-transition:0.3s ease-in-out;
  150. -o-transition:0.3s ease-in-out;
  151. }
  152. /*body basics*/
  153. body{
  154. background-color:{color:background};
  155. background-image:url('{image:background}');
  156. background-attachment: fixed;
  157. background-repeat: repeat;
  158. font-weight:none;
  159. font-family: 'roboto', sans-serif;
  160. font-size:10px;
  161. text-align:justify;
  162. color:{color:text};
  163. margin:0;
  164. }
  165. a{
  166. text-decoration:none;
  167. color:{color:links};
  168. -moz-transition-duration:0.5s;
  169. -webkit-transition-duration:0.5s;
  170. -o-transition-duration:0.5s;
  171. transition: all 0.3s ease-out;
  172. }
  173. a:hover{
  174. text-decoration:none;
  175. color:{color:hover};
  176. -moz-transition-duration:0.5s;
  177. -webkit-transition-duration:0.5s;
  178. -o-transition-duration:0.5s;
  179. transition: all 0.3s ease-out;
  180. }
  181. img {
  182. }
  183. blockquote {
  184. font-size:10px;
  185. width:auto;
  186. border-left:3px solid #eee;
  187. text-align:left;
  188. padding:1px;
  189. font-weight:none;
  190. margin-top:15px;
  191. margin-left:0px;
  192. padding-top:0.5px;
  193. padding-bottom:0.5px;
  194. font-size:11px;
  195. font-family: 'calibri', sans-serif;
  196. margin-right:20px;
  197. padding-left:15px;
  198. color:{color:text};
  199. }
  200. pre{
  201. font-size:9px;
  202. text-align:center;
  203. text-transform:none;
  204. font-family: 'Bitter', serif;
  205. font-weight:bold;
  206. line-height:9px;
  207. border-left:1px solid #eee;
  208. border-bottom:1px solid #eee;
  209. letter-spacing:2px;
  210. background-color:{color:posts};
  211. color:{color:text};
  212. padding:6px;
  213. }
  214. small{
  215. font-size:9px;
  216. font-family: 'calibri', sans-serif;
  217. }
  218. big{
  219. font-size:12px;
  220. font-family: 'calibri', sans-serif;
  221. font-weight:700;
  222. }
  223. sub{
  224. font-size:9px;
  225. letter-spacing:0px;
  226. font-weight:600;
  227. text-transform:none;
  228. font-family: 'arial', sans-serif;
  229. }
  230. h1 {
  231. font-size:13px;
  232. text-align:center;
  233. font-family: 'Montserrat', sans-serif;
  234. letter-spacing:1px;
  235. text-transform:uppercase;
  236. font-weight:700;
  237. line-height:17px;
  238. border-bottom:1px solid #eee;
  239. color:{color:text};
  240. padding:7px;
  241. }
  242. h1 a{
  243. color:{color:text};
  244. }
  245. h2{
  246. color:{color:text};
  247. text-transform:uppercase;
  248. font-family: 'Montserrat', sans-serif;
  249. text-align:left;
  250. }
  251. b {
  252. font-weight:bold;
  253. font-family: 'calibri', sans-serif;
  254. color:{color:text};
  255. }
  256. grouptitle {
  257. color:{color:text};
  258. text-transform:none;
  259. font-size:10px;
  260. font-family: 'calibri', sans-serif;
  261. }
  262. dy {
  263. color:{color:text};
  264. font-weight:400;
  265. }
  266. sh {
  267. color:{color:links};
  268. text-transform:uppercase;
  269. font-family: 'arial', sans-serif;
  270. font-size:13px
  271. font-weight:800;
  272. }
  273. am {
  274. color:{color:text};
  275. font-size:22px;
  276. padding:8px;
  277. padding-top:2px;
  278. text-transform:uppercase;
  279. font-family: 'roboto', sans-serif;
  280. letter-spacing:0px;
  281. font-weight:500;
  282. }
  283. n {
  284. font-weight:bold;
  285. letter-spacing:-1px;
  286. text-shadow: 1px 1px 1px #cccccc;
  287. font-size:12px;
  288. text-transform:uppercase;
  289. color:{color:text};
  290. }
  291. u {
  292. text-decoration:none;
  293. color:{color:text};
  294. padding:3px;
  295. border-bottom:1px solid {color:border};
  296. }
  297. in {
  298. text-decoration:none;
  299. color:{color:text};
  300. padding:3px;
  301. font-size:13px;
  302. text-transform:uppercase;
  303. font-weight:700;
  304. border-bottom:1px solid {color:border};
  305. }
  306. /*sidebar*/
  307. #icon {
  308. position:fixed;
  309. margin-top:190px;
  310. padding:10px;
  311. margin-left:180px;
  312. border-radius:10px;
  313. background-color:transparent;
  314. z-index:9999999999999999;
  315. }
  316. #iconimage {
  317. z-index:-99999;
  318. border-radius: 10px;
  319. }
  320. #iconimage img {
  321. width:900px;
  322. height:100%;
  323. left:0px;
  324. top:0px;
  325. position:absolute;
  326. background:{color:background};
  327. opacity:1;
  328. z-index:-999;
  329. }
  330. /*titles*/
  331. #sbtitle{
  332. width:170px;
  333. height:auto;
  334. top:120px;
  335. opacity:1;
  336. position:fixed;
  337. font-family: 'Vidaloka', serif;
  338. letter-spacing:1px;
  339. text-align:left;
  340. overflow:hidden;
  341. font-weight:600;
  342. word-wrap:none;
  343. color:{color:text};
  344. padding:10px;
  345. background:{color:posts};
  346. text-transform:uppercase;
  347. line-height:41px;
  348. font-size:27px;
  349. right:180px;
  350. z-index:999999999999;
  351. }
  352. #sbtitle1{
  353. width:{text:border width};
  354. height:0px;
  355. border-bottom:3px solid {color:accent};
  356. }
  357. #description {
  358. font-size:11px;
  359. top:242px;
  360. overflow:hidden;
  361. z-index:9999999;
  362. position:fixed;
  363. letter-spacing:0px;
  364. right:115px;
  365. width:233px;
  366. text-align:justify;
  367. max-height:110px;
  368. font-weight:300;
  369. padding:13px;
  370. line-height:14px;
  371. font-family: 'roboto', sans-serif;
  372. }
  373. #description1 {
  374. font-size:9px;
  375. margin-top:-40px;
  376. overflow:hidden;
  377. z-index:999;
  378. position:fixed;
  379. letter-spacing:0px;
  380. margin-left:49px;
  381. width:260px;
  382. text-align:center;
  383. font-weight:300;
  384. padding:13px;
  385. line-height:14px;
  386. font-family: 'prompt', sans-serif;
  387. }
  388. /*background*/
  389. #themebackground{
  390. width:420px;
  391. height:100%;
  392. top:0px;
  393. opacity:1;
  394. position:fixed;
  395. content:'';
  396. overflow:hidden;
  397. background:{color:posts};
  398. right:0px;
  399. z-index:999999;
  400. }
  401. /*back to top button*/
  402. .back-to-top {
  403. position: fixed;
  404. color:{color:text};
  405. bottom:7px;
  406. text-transform:uppercase;
  407. left:13px;
  408. font-family: 'lato', sans-serif;
  409. font-size:9px;
  410. letter-spacing:0px;
  411. z-index:9999999999;
  412. font-weight:600;
  413. padding:10px;
  414. }
  415. /*jump pagination*/
  416. .pagination{
  417. font-family: 'roboto', sans-serif;
  418. margin-left:-190px;
  419. width:auto;
  420. padding-top:-10px;
  421. letter-spacing:2px;
  422. padding-bottom:20px;
  423. font-size:13px;
  424. text-align:center;
  425. }
  426. .pagination a{
  427. padding:5px;
  428. font-family: 'roboto', sans-serif;
  429. font-weight:600;
  430. bottom:10px;
  431. margin-left:5px;
  432. color:{color:text};
  433. }
  434. .pagination a:hover{
  435. color:{color:hover};
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. transition: all 0.3s ease-out;
  440. }
  441. /*post notes*/
  442. ol.notes {
  443. padding: 0px;
  444. margin: 25px 0px;
  445. font-family:'montserrat',sans-serif;
  446. list-style-type: none;
  447. margin-top:-61px;
  448. background:{color:posts};
  449. margin-left:-16px;
  450. width:566px;
  451. border-bottom: solid 1px {color:border};
  452. }
  453. ol.notes li.note {
  454. border-top: solid 1px {color:border};
  455. padding: 10px;
  456. }
  457. ol.notes li.note img.avatar {
  458. vertical-align: -10px;
  459. border-radius:100px;
  460. margin-left: 10px;
  461. padding:6px;
  462. width: 16px;
  463. height: 16px;
  464. }
  465. ol.notes li.note span.action {
  466. font-weight: 300;
  467. }
  468. ol.notes li.note .answer_content {
  469. font-weight: normal;
  470. }
  471. ol.notes li.note blockquote {
  472. border-color: {color:border};
  473. padding: 4px 10px;
  474. margin: 10px 0px 0px 25px;
  475. }
  476. ol.notes li.note blockquote a {
  477. text-decoration: none;
  478. }
  479. /*audio*/
  480. .audioartist {
  481. font-family:'roboto', sans-serif;
  482. font-size:10px;
  483. text-transform:lowercase;
  484. font-weight:600;
  485. }
  486. .audiotitle {
  487. font-family:'roboto', sans-serif;
  488. font-size:10px;
  489. text-transform:lowercase;
  490. font-weight:600;
  491. }
  492. .audioplayed {
  493. font-family:'roboto', sans-serif;
  494. font-size:10px;
  495. text-transform:lowercase;
  496. font-weight:600;
  497. }
  498. .audioplayr {
  499. width:400px;
  500. color:{color:text};
  501. background:{color:accent};
  502. }
  503. audioinfo {
  504. font-family:'roboto', sans-serif;
  505. font-size:10px;
  506. letter-spacing:2px;
  507. text-transform:lowercase;
  508. font-weight:300;
  509. }
  510. /*post styles*/
  511. .pcaption{
  512. font-family:'calibri', sans-serif;
  513. font-size:10px;
  514. margin-left:0px;
  515. letter-spacing:0px;
  516. text-transform:none;
  517. font-weight:400;
  518. }
  519. .pcaption a{
  520. font-size:9px;
  521. letter-spacing:1px;
  522. font-family:'arial', sans-serif;
  523. text-transform:lowercase;
  524. font-weight:500;
  525. }
  526. .psets{
  527. max-width:100%;
  528. margin-top:-13px;
  529. height:auto;
  530. -moz-transition-duration:0.5s;
  531. -webkit-transition-duration:0.5s;
  532. -o-transition-duration:0.5s;
  533. transition: all 0.3s ease-out;
  534. }
  535. .psets:hover{
  536. opacity:0.8;
  537. -moz-transition-duration:0.5s;
  538. -webkit-transition-duration:0.5s;
  539. -o-transition-duration:0.5s;
  540. transition: all 0.3s ease-out;
  541. }
  542. .vsets{
  543. max-width:100%;
  544. margin-top:-13px;
  545. height:auto;
  546. -moz-transition-duration:0.5s;
  547. -webkit-transition-duration:0.5s;
  548. -o-transition-duration:0.5s;
  549. transition: all 0.3s ease-out;
  550. }
  551. /*posts*/
  552. #entries {
  553. margin-left:210px;
  554. margin-top:750px;
  555. z-index:9999999999999999999999999;
  556. }
  557. #post {
  558. font-size:10px;
  559. width:500px;
  560. padding:10px;
  561. color:{color:text};
  562. background-color:{color:posts};
  563. text-align:justify;
  564. z-index:99999999999;
  565. margin-left:15px;
  566. margin-bottom:60px;
  567. padding-bottom:0px;
  568. overflow:hidden;
  569. }
  570. #post img{
  571. max-width:100%;
  572. margin-top:-12px;
  573. opacity:1;
  574. height:auto;
  575. }
  576. /*questions and answers*/
  577. #asking {
  578. margin-left:20px;
  579. margin-top:-35px;
  580. }
  581. #askingimage {
  582. }
  583. #askingimage img {
  584. margin-left:10px;
  585. width:30px;
  586. height:30px;
  587. border-radius:100px;
  588. margin-top:0px;
  589. }
  590. #question {
  591. padding:20px;
  592. padding-left:14px;
  593. margin-top:-32px;
  594. margin-left:0px;
  595. width:349px;
  596. font-family: 'calibri', serif;
  597. color:{color:text};
  598. background-color:{color:asks};
  599. }
  600. #asker{
  601. margin-top:-66px;
  602. padding:1px;
  603. font-weight:300;
  604. font-size:11px;
  605. z-index:9999999999;
  606. color:{color:text};
  607. opacity:1;
  608. margin-left:14px;
  609. letter-spacing:0px;
  610. font-family: 'roboto', sans-serif;
  611. text-transform:lowercase;
  612. }
  613. #askerurl{
  614. margin-top:-19px;
  615. padding:1px;
  616. font-weight:500;
  617. font-size:10px;
  618. padding:7px;
  619. line-height:14px;
  620. height:13px;
  621. width:465px;
  622. z-index:9999999999;
  623. color:{color:text};
  624. opacity:1;
  625. margin-left:36px;
  626. padding-bottom:11px;
  627. letter-spacing:0px;
  628. font-family: 'Montserrat', sans-serif;
  629. text-transform:lowercase;
  630. }
  631. /*post info*/
  632. #info {
  633. width:100%;
  634. text-align:left;
  635. font-family: 'arial', sans-serif;
  636. text-transform:lowercase;
  637. margin-left:0px;
  638. font-size:10px;
  639. margin-top:15px;
  640. padding-bottom:13px;
  641. opacity:1;
  642. overflow:hidden;
  643. font-weight:500;
  644. line-height:20px;
  645. letter-spacing:0px;
  646. z-index:9999999999999999;
  647. color:{color:text};
  648. }
  649. #info a {
  650. text-align:left;
  651. font-weight:500;
  652. padding:2px;
  653. letter-spacing:0px;
  654. font-family: 'arial', sans-serif;
  655. line-height:5px;
  656. color:{color:text};
  657. }
  658. #info a:hover{
  659. color:{color:hover};
  660. }
  661. /*credit (u better leave this here u goof)*/
  662. #credit a{
  663. position:fixed;
  664. font-size:11px;
  665. font-weight:800;
  666. height:15px;
  667. width:25px;
  668. opacity:1;
  669. right:10px;
  670. bottom:10px;
  671. padding:2px;
  672. letter-spacing:0px;
  673. padding-top:3px;
  674. line-height:11px;
  675. z-index:9999999999999999999999999999;
  676. font-style:italic;
  677. text-align:center;
  678. float:left;
  679. font-family: 'Yeseva One', cursive;
  680. color:{color:text};
  681. text-transform:uppercase;
  682. -moz-transition-duration:0.3s;
  683. -webkit-transition-duration:0.3s;
  684. -o-transition-duration:0.3s;
  685. transition: all 0.3s ease-out;
  686. }
  687. #credit a:hover{
  688. color:{color:hover};
  689. font-size:16px;
  690. -moz-transition-duration:0.3s;
  691. -webkit-transition-duration:0.3s;
  692. -o-transition-duration:0.3s;
  693. transition: all 0.3s ease-out;
  694. }
  695. /*sidebar links*/
  696. .links {
  697. width:420px;
  698. height:auto;
  699. overflow:hidden;
  700. cursor:pointer;
  701. right:-53px;
  702. opacity:1;
  703. z-index:9999999999;
  704. position:fixed;
  705. top:360px;
  706. text-align:left;
  707. }
  708. .links a {
  709. width:300px;
  710. height:38px;
  711. margin-bottom:3px;
  712. text-align:left;
  713. text-transform:uppercase;
  714. padding:7px;
  715. opacity:1;
  716. margin-right:3px;
  717. line-height:15px;
  718. font-style:none;
  719. padding-left:5px;
  720. padding-top:15px;
  721. color:{color:links};
  722. z-index:99999;
  723. letter-spacing:1px;
  724. border-bottom:1px solid {color:border};
  725. font-weight:800;
  726. font-family: 'Yeseva One', sans-serif;
  727. font-size:12px;
  728. display:inline-block;
  729. transition-duration: 0.3s;
  730. -moz-transition-duration: 0.3s;
  731. -webkit-transition-duration: 0.3s;
  732. -o-transition-duration: 0.3s;
  733. }
  734. .links a:hover{
  735. color:{color:hover};
  736. padding-left:40px;
  737. width:265px;
  738. }
  739. {CustomCSS}</style>
  740. </head>
  741. <body>
  742. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  743. <div class="links">
  744. <a href="/">index
  745. </br>
  746. <sub>Refresh the page</sub>
  747. </a>
  748. <a href="/ask">contact
  749. </br>
  750. <sub>Send a message</sub>
  751. </a>
  752. <a href="{text:link one url}">{text:link one}
  753. </br>
  754. <sub>{text:sub link one}</sub>
  755. </a>
  756. <a href="{text:link two url}">{text:link two}
  757. </br>
  758. <sub>{text:sub link two}</sub>
  759. </a>
  760. </div>
  761. <!--basics-->
  762. <div id="sidebar">
  763. <div class="page-wrap">
  764. <div id="iconimage"><img src="{image:header}"></a></div>
  765. <div id="description">{description}</div>
  766. <div id="sbtitle">{text:title}
  767. <div id="sbtitle1"></div></div>
  768. <div id="themebackground"></div>
  769. </div>
  770. </div>
  771. </div>
  772. </div>
  773. <!--posts and entries-->
  774. <div id="entries">
  775. {block:Posts}
  776. <div id="post">
  777. <!--texts-->
  778. {block:Text}
  779. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  780. {Body}
  781. {/block:Text}
  782. <!--question and answers-->
  783. {block:Answer}
  784. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  785. <div id="askerurl">{Asker} asked:</div>
  786. <div id="question">{Question}</div>
  787. {Answer}{/block:Answer}
  788. <!--quotes-->
  789. {block:Quote}
  790. {block:Quote}
  791. <h2>{Quote}</h2>
  792. <div align="right">
  793. {block:Source}<h1>-{Source}</h1>{/block:Source}
  794. </div>
  795. {/block:Quote}
  796. <!--links-->
  797. {block:Link}
  798. <h2><center><a href="{URL}">{Name}</center></a></h2>
  799. {block:Description}{Description}{/block:Description}
  800. {/block:Link}
  801. <!--chats-->
  802. {block:Chat}
  803. {block:Title}<h2>{Title}</h2>{/block:Title}
  804. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  805. {Line}</li>{/block:Lines}</ul>
  806. {/block:Chat}
  807. <!--photos-->
  808. {block:Photo}
  809. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  810. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  811. {/block:Photo}
  812. <!--photosets-->
  813. {block:Photoset}
  814. <div class="psets">{Photoset}</div>
  815. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  816. {/block:Photoset}
  817. <!--videos-->
  818. {block:Video}
  819. <div class="vsets">{Video}</div>
  820. {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
  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="permalink">
  833. <a href="{Permalink}"title="{TimeAgo}"> {DayOfMonth} {Month} {ShortYear}</a> + {NoteCountWithLabel}
  834. {block:RebloggedFrom}{block:ContentSource}
  835. (<a href="{SourceURL}"title="{ReblogRootName}">src</a>&<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>) <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-rotate-left"></i></a>
  836. {/block:ContentSource}
  837. {/block:RebloggedFrom}
  838. </div>
  839. {/block:Date}
  840. {block:HasTags} {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}
  841.  
  842. {/block:HasTags}
  843. </div></div>
  844. {block:PostNotes} {PostNotes} {/block:PostNotes}
  845.  
  846. {/block:Posts}
  847. {block:Pagination}
  848. <div class="pagination"style="{color:title text}">
  849. {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}
  850. {/block:Pagination}</div>
  851. </div>
  852. <!--credit (u better dont touch this here u goof)-->
  853. <div id="credit">
  854. <a href="http://ceesty.com/qNgV4R"title="daddythemes">DA</a>
  855. </div>
  856. </html>
  857. </body>
  858. <!-----end html---->
Add Comment
Please, Sign In to add comment