Advertisement
destinatia

「 ✩ * º ╳ SLYTHERIN by becca. 」

Nov 28th, 2016
3,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. ✧ * ☾ destinatiia.tumblr.com * ✧
  8.  
  9. - you're allowed edit as much as you want, but don't repost and claim as your own afterwards.
  10. - don't move the credit or put it in another page ñ
  11. - don't take fragments from this code and paste it on your own. it's rude as i worked real hard on this one so.
  12. - enjoy !! and if you have any questions and/or problems just hmu
  13.  
  14. -->
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19. <meta charset="utf-8">
  20. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  21. <title>{Title}{block:TagPage} // {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="color:links" content="#000000" />
  27. <meta name="color:links hover" content="#a0a0a0" />
  28. <meta name="color:text" content="#000000" />
  29. <meta name="color:posts" content="#ffffff" />
  30. <meta name="color:accent" content="#ccc" />
  31. <meta name="color:accent text" content="#ffffff" />
  32. <meta name="color:sblinks" content="#ffffff" />
  33. <meta name="color:wrap" content="#aaa" />
  34. <meta name="color:topbar" content="#fff" />
  35. <meta name="color:description text" content="#aaa" />
  36.  
  37. <meta name="text:sb text" content="wtv u want" />
  38. <meta name="text:location thingy" content="" />
  39. <meta name="text:link 1" content="/" />
  40. <meta name="text:link 2" content="/ask" />
  41. <meta name="text:link 3" content="/more" />
  42. <meta name="text:link 4" content="/" />
  43.  
  44. <meta name="image:sbicon" content="" />
  45. <meta name="image:header" content="" />
  46. <meta name="image:wrapbg" content="" />
  47. <meta name="image:background" content="" />
  48.  
  49. <meta name="if:400px posts" content="1"/>
  50.  
  51.  
  52. <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("a[title]").style_my_tooltips({
  60. tip_follows_cursor:true,
  61. tip_delay_time:90,
  62. tip_fade_speed:600,
  63. attribute:"title"
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69. <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
  70.  
  71.  
  72.  
  73. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  74.  
  75. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  76.  
  77. <link href="https://file.myfontastic.com/DcfqceUudTWXik9Ue2LfGV/icons.css" rel="stylesheet">
  78.  
  79. <script src="https://file.myfontastic.com/DcfqceUudTWXik9Ue2LfGV/icons.js"></script>
  80.  
  81. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  82.  
  83. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  84.  
  85. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  86.  
  87. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100" rel="stylesheet">
  88.  
  89. <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400" rel="stylesheet">
  90.  
  91. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  92.  
  93. <script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
  94.  
  95. <script type="text/javascript">
  96. function unhide(divID) {
  97. var item = document.getElementById(divID);
  98. if (item) {
  99. item.className=(item.className=='hidden')?'unhidden':'hidden';
  100. }
  101. }
  102. </script>
  103.  
  104. <style type="text/css">
  105.  
  106. /* -------- SELECTION TOOL ------- */
  107.  
  108. ::-moz-selection {
  109. background: {color:accent};
  110. color: {color:background};
  111. }
  112.  
  113. ::selection {
  114. background: {color:accent};
  115. color: {color:background};
  116. }
  117.  
  118. /* -------- SCROLLBAR ------- */
  119. ::-webkit-scrollbar {
  120. width: 0px;
  121. visibility:hidden;
  122. }
  123.  
  124. /* Track */
  125. ::-webkit-scrollbar-track {
  126. background:{color:accent};
  127. border-radius:50%;
  128. visibility:hidden;
  129. }
  130.  
  131. /* Handle */
  132. ::-webkit-scrollbar-thumb {
  133. background:{color:accent};
  134. visibility:hidden;
  135. }
  136. ::-webkit-scrollbar-thumb:window-inactive {
  137. background: transparent;
  138. }
  139.  
  140. /* ------- TOOLTIPS ------ */
  141.  
  142. #s-m-t-tooltip {
  143. max-width:300px;
  144. padding:5px;
  145. margin:10px 0px 0px 10px;
  146. background-color:{color:accent};
  147. font-size:7px;
  148. z-index:999999999999999999999999999999999999;
  149. }
  150.  
  151.  
  152. /* -------- BASICS ------- */
  153.  
  154. body {
  155. background-color:{color:background};
  156. color: {color:text};
  157. overflow-y:hidden;
  158. overflow-x:auto;
  159. font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  160. font-size: 8px;
  161. text-transform:uppercase;
  162. margin: 0;
  163. letter-spacing:2px;
  164. padding: 0;
  165. word-wrap: break-word;
  166. line-height:160%;
  167. background-image:url('{image:background}');
  168. }
  169.  
  170. sup, sub, small {
  171. font-size:8px;
  172. }
  173.  
  174. h1 {
  175. font-family: 'Quicksand', sans-serif;
  176. font-size:24px;
  177. text-align:center;
  178. line-height:30px;
  179. color: {color:accent text};
  180. }
  181.  
  182.  
  183. h2 {
  184. font-family: 'Quicksand', sans-serif;
  185. font-size:18px;
  186. line-height:25px;
  187. font-style:italic;
  188. text-align:center;
  189. color: {color:accent text};
  190. }
  191.  
  192. blockquote {
  193. background:{color:wrap};
  194. border-left:{color:accent text} 1px solid;
  195. margin: 10px;
  196. padding-left:20px;
  197. padding-top:10px;
  198. padding-right:20px;
  199. padding-bottom:10px;
  200. }
  201.  
  202. iframe, img, embed, object, video {
  203. max-width: 100%;
  204. }
  205. p{
  206. margin-bottom:10px;
  207. }
  208.  
  209. h1{
  210. text-transform:uppercase;
  211. font-size:13px;
  212. }
  213.  
  214. ul{
  215. list-style-type:circle;
  216. }
  217.  
  218. ol{
  219. list-style-type:;
  220. }
  221.  
  222. /* --------------------------- POSTS (articles) --------------------- */
  223.  
  224. article {
  225. float:left;
  226. background:{color:posts};
  227. padding: 10px;
  228. {block:ifnot400pxposts}
  229. width: 300px;
  230. {/block:ifnot400pxposts}
  231. {block:if400pxposts}
  232. width: 400px;
  233. {/block:if400pxposts}
  234. z-index:9;
  235. text-align:justify;
  236. line-height:18px;
  237. margin-top:10px;
  238. margin-bottom:20px;
  239. }
  240.  
  241. /* ---------------------------- POST INFO -----------------------------*/
  242.  
  243. .postinfo{
  244. margin-top:10px;
  245. text-align:center;
  246. font-weight:bold;
  247. font-size:7px;
  248. padding-top:10px;
  249. text-transform:uppercase;
  250. letter-spacing:1px;
  251. }
  252.  
  253. .tags {
  254. margin-top:5px;
  255. background:{color:accent};
  256. padding:5px;
  257. font-size:7px;
  258. font-weight:normal;
  259. -webkit-transition: all .7s;
  260. -moz-transition: all .7s;
  261. -o-transition: all .7s;
  262. -ms-transition: all .7s;
  263. transition: all .7s;
  264. }
  265.  
  266. .tags a{
  267. color:{color:accent text};
  268. }
  269.  
  270. .tags i{
  271. color:{color:accent text};
  272. }
  273.  
  274. .tags:hover{
  275. letter-spacing:1px;
  276. -webkit-transition: all .7s;
  277. -moz-transition: all .7s;
  278. -o-transition: all .7s;
  279. -ms-transition: all .7s;
  280. transition: all .7s;
  281. }
  282.  
  283.  
  284. /* ---------------------------- POST NOTES ------------------------- */
  285.  
  286. ol.notes {
  287. display:block;
  288. text-align:left;
  289. list-style-type:none;
  290. margin-left:-40px;
  291. }
  292.  
  293. ol.notes li.note{
  294. margin-bottom:5px;
  295. }
  296.  
  297. .pagenotes {
  298. text-align:left;
  299. margin-top:15px;
  300. }
  301.  
  302. .pagenotes img{
  303. padding-right:5px;
  304. padding-top:5px;
  305. margin-bottom:-5px;
  306. }
  307.  
  308.  
  309. /* -------------------------- POST TYPES -------------------------- */
  310.  
  311. /* CHAT */
  312.  
  313. .odd, .even {padding:5px;
  314. font-size:8px;
  315. padding:5px;
  316. color:{color:accent};
  317. background-color:{color:accent text};
  318. }
  319. .odd {
  320. background-color:{color:wrap};
  321. color:{color:description text};
  322. font-size:8px;
  323. padding:5px;
  324. }
  325. ul.chat{
  326. list-style:none;
  327. margin-left:-40px;
  328. }
  329.  
  330. .chat span {
  331. float: left;
  332. }
  333.  
  334. /* QUOTES */
  335.  
  336. .quote{
  337. font-size:15px;
  338. padding:20px;
  339. line-height:150%;
  340. text-transform:uppercase;
  341. text-align:center;
  342. font-family: 'montserrat', sans serif;
  343. }
  344.  
  345. .quotesource{
  346. text-align:center;
  347. font-size:13px;
  348. padding:20px;
  349. opacity:0.7;
  350. border-top: 1px solid {color:accent};
  351. width:200px;
  352. margin:auto;
  353. font-family: 'montserrat', sans serif;
  354. text-transform:lowercase;
  355. }
  356.  
  357.  
  358.  
  359. /* QUESTIONS */
  360.  
  361. .question{
  362. margin-bottom:15px;
  363. padding:10px;
  364. }
  365.  
  366. .answer {
  367. font-size:11px;
  368. }
  369.  
  370. .askerimg{
  371. position:relative;
  372. display:inline-block;
  373.  
  374. margin-right:10px;
  375. }
  376.  
  377. /* AUDIO */
  378.  
  379. .playerbuttonbg {
  380. position: absolute;
  381. left: 20px;
  382. top: 20px;
  383. width: 19px;
  384. height: 19px;
  385. background-color: {color:posts};
  386. padding: 10px;
  387. -webkit-border-radius: 40px;
  388. -moz-border-radius: 40px;
  389. border-radius: 40px;
  390. opacity: .4;
  391. filter: alpha(opacity=40);
  392. -moz-opacity: 0.4;
  393. -khtml-opacity: 0.4;
  394. transition: opacity .7s ease-in-out;
  395. -moz-transition: opacity .7s ease-in-out;
  396. -webkit-transition: opacity .7s ease-in-out;
  397. }
  398.  
  399. .playerbuttonbg:hover {
  400. opacity: 1;
  401. filter: alpha(opacity=100);
  402. -moz-opacity: 1;
  403. -khtml-opacity: 1;
  404. }
  405.  
  406. .newplayerbutton {
  407. position: relative;
  408. width: 19px;
  409. height: 19px;
  410. overflow: hidden;
  411. }
  412.  
  413. .playerbuttonhug {
  414. position: absolute;
  415. top: -18px;
  416. left: -7px;
  417. }
  418.  
  419. .tumblr_audio_player {
  420. height: 90px;
  421. width: 270px;
  422. -moz-transform: scale(0.60, 0.60);
  423. -webkit-transform: scale(0.60, 0.60);
  424. -o-transform: scale(0.60, 0.60);
  425. -ms-transform: scale(0.60, 0.60);
  426. transform: scale(0.60, 0.60);
  427. -moz-transform-origin: top left;
  428. -webkit-transform-origin: top left;
  429. -o-transform-origin: top left;
  430. -ms-transform-origin: top left;
  431. transform-origin: top left;
  432. }
  433.  
  434. .audioimgwrapper {
  435. position: absolute;
  436. left: 0px;
  437. top: 0px;
  438. -webkit-border-radius: 40px;
  439. -moz-border-radius: 40px;
  440. border-radius: 40px;
  441. overflow: hidden;
  442. width: 79px;
  443. height: 79px;
  444. }
  445.  
  446. .audioimgwrapper img {
  447. width: 100%;
  448. height: auto;
  449. -webkit-border-radius: 40px;
  450. -moz-border-radius: 40px;
  451. border-radius: 40px;
  452. }
  453.  
  454. .trackdetails {
  455. width:180px;
  456. height:auto;
  457. margin-top:8px;
  458. background:{color:accent};
  459. display:inline-block;
  460. margin-left: 90px;
  461. padding:10px;
  462. margin-bottom:17px;
  463. }
  464.  
  465. .audiowrapper {
  466. position: relative;
  467. display:inline-block;
  468. }
  469.  
  470. /* -- don't delete Ever --*/
  471.  
  472. #yo {
  473. color: {color:accent text};
  474. font-size:7px;
  475. float:right;
  476. right:0;
  477. bottom:0;
  478. margin-right:10px;
  479. height:15px;
  480. overflow:hidden;
  481. margin-bottom:20px;
  482. padding:10px;
  483. text-transform:uppercase;
  484. position:fixed;
  485. background-color:transparent;
  486. font-weight:lighter;
  487. text-align:center;
  488. -webkit-transition: all .7s;
  489. -moz-transition: all .7s;
  490. -o-transition: all .7s;
  491. -ms-transition: all .7s;
  492. transition: all .7s;
  493.  
  494. }
  495.  
  496. #yo:hover{
  497. height:50px;
  498. -webkit-transition: all .7s;
  499. -moz-transition: all .7s;
  500. -o-transition: all .7s;
  501. -ms-transition: all .7s;
  502. transition: all .7s;
  503. }
  504.  
  505. .remus{
  506. width:130px;
  507. margin-top:130px;
  508. z-index:9;
  509. color:{color:accent text};
  510. overflow:hidden;
  511. word-spacing:1px;
  512. position:fixed;
  513. top:50%;
  514. left:50%;
  515. transform:translate(-50%,-50%);
  516. margin-left:164px;
  517. {block:if400pxposts}
  518. margin-left:215px;
  519. {/block:if400pxposts}
  520. line-height:20px;
  521. font-size:18px;
  522. height:75px;
  523. letter-spacing:0.5px;
  524. padding-top:3px;
  525. padding-bottom:4px;
  526. padding-left:5px;
  527. padding-right:5px;
  528. text-align:center;
  529. text-transform:uppercase;
  530. font-family: 'Quicksand', sans-serif;
  531. position:fixed;
  532. -webkit-transition: all .7s;
  533. -moz-transition: all .7s;
  534. -o-transition: all .7s;
  535. -ms-transition: all .7s;
  536. transition: all .7s;
  537. }
  538.  
  539. .remus a{
  540. color:#fff;
  541. }
  542.  
  543. .remus a:hover{
  544. letter-spacing:2px;
  545. -webkit-transition: all .7s;
  546. -moz-transition: all .7s;
  547. -o-transition: all .7s;
  548. -ms-transition: all .7s;
  549. transition: all .7s;
  550. }
  551.  
  552. .thing {
  553. position:fixed;
  554. top:50%;
  555. left:50%;
  556. transform:translate(-50%,-50%);
  557. {block:ifnot400pxposts}
  558. width: 500px;
  559. height: 430px;
  560. {/block:ifnot400pxposts}
  561. {block:if400pxposts}
  562. width:600px;
  563. height: 430px;
  564. {/block:if400pxposts}
  565. margin-left:45px;
  566. background-color:{color:wrap};
  567. background-image:url('{image:wrapbg}');
  568. border-radius:7px;
  569. }
  570.  
  571. #postcontainer {
  572. z-index:99;
  573. {block:ifnot400pxposts}
  574. width: 325px;
  575. {/block:ifnot400pxposts}
  576. {block:if400pxposts}
  577. width:420px;
  578. {/block:if400pxposts}
  579. height:250px;
  580. top:50%;
  581. left:50%;
  582. margin-left:-30px;
  583. transform:translate(-50%,-50%);
  584. overflow-y:auto;
  585. margin-top:40px;
  586. position:fixed;
  587. background-color:transparent;
  588. overflow-x:hidden;
  589. background-image:url('{image:wrapbg}');
  590. margin-bottom:200px;
  591. }
  592.  
  593. a {
  594. color: {color:links};
  595. text-decoration: none;
  596. font-family:'montserrat', sans serif;
  597. text-transform:uppercase;
  598. -webkit-transition: all .3s;
  599. -moz-transition: all .3s;
  600. -o-transition: all .3s;
  601. -ms-transition: all .3s;
  602. transition: all .3s;
  603. }
  604.  
  605. a:hover{
  606. color:{color:links hover};
  607. -webkit-transition: all .7s;
  608. -moz-transition: all .7s;
  609. -o-transition: all .7s;
  610. -ms-transition: all .7s;
  611. transition: all .7s;
  612. }
  613.  
  614. b, strong {
  615. color: {color:accent text};
  616. font-family: 'Quicksand', sans-serif;
  617.  
  618. }
  619.  
  620. i, em,italic {
  621. color: {color:accent text};
  622. font-family: 'Quicksand', sans-serif;
  623.  
  624. }
  625.  
  626. s, strike {
  627. color: {color:accent text};
  628. font-family: 'Quicksand', sans-serif;
  629.  
  630. }
  631.  
  632. u,underline {
  633. color: {color:accent text};
  634. font-family: 'Quicksand', sans-serif;
  635.  
  636. }
  637.  
  638. .moony {
  639. height:10px;
  640. position:fixed;
  641. z-index:99999;
  642. width:472px;
  643. {block:if400pxposts}
  644. width:550px;
  645. {/block:if400pxposts}
  646. padding-top:2px;
  647. padding-bottom:4px;
  648. padding-left:4px;
  649. padding-right:4px;
  650. background:{color:topbar};
  651. text-transform:uppercase;
  652. text-align:center;
  653. font-size:8px;
  654. letter-spacing:2px;
  655. margin-top:193px;
  656. margin-left:47px;
  657. margin-bottom:20px;
  658. color:{color:description text};
  659. top:50%;
  660. left:50%;
  661. transform:translate(-50%,-50%);
  662. }
  663.  
  664. #sbicon {
  665. position:fixed;
  666. margin-top:10px;
  667. margin-left:13px;
  668. z-index:99;
  669. }
  670.  
  671. #sbicon img {
  672. width:70px;
  673. height:70px;
  674. border-radius:50%;
  675. border: 8px solid {color:accent};
  676. }
  677.  
  678. .mierdita{
  679. width:120px;
  680. height:255px;
  681. padding:10px;
  682. float:left;
  683. overflow:auto;
  684. text-transform:uppercase;
  685. z-index:9;
  686. line-height:17px;
  687. margin-left:347px;
  688. {block:if400pxposts}
  689. margin-left:447px;
  690. {/block:if400pxposts}
  691. font-size:8px;
  692. margin-top:10px;
  693. text-align:justify;
  694. display: inline-block;
  695. color:{color:description text};
  696. -webkit-transition: all .7s;
  697. -moz-transition: all .7s;
  698. -o-transition: all .7s;
  699. -ms-transition: all .7s;
  700. transition: all .7s;
  701. }
  702.  
  703. .slytherin{
  704. width:186px;
  705. {block:if400pxposts}
  706. width:286px;
  707. {/block:if400pxposts}
  708. height:30px;
  709. padding-top:17px;
  710. padding-bottom:17px;
  711. float:left;
  712. overflow:auto;
  713. text-transform:uppercase;
  714. z-index:9;
  715. font-size:8px;
  716. text-align:center;
  717. display: inline-block;
  718. margin-left:105px;
  719. margin-top:30px;
  720. color:{color:description text};
  721. -webkit-transition: all .7s;
  722. -moz-transition: all .7s;
  723. -o-transition: all .7s;
  724. -ms-transition: all .7s;
  725. transition: all .7s;
  726. }
  727.  
  728.  
  729. .sblinks {
  730. padding-left:50px;
  731. padding-top:4px;
  732. padding-bottom:7px;
  733. background-color:{color:accent};
  734. color:{color:accent text};
  735. height:10px;
  736. font-size:12px;
  737. position:fixed;
  738. margin-left:52px;
  739. margin-top:10px;
  740. text-align:center;
  741. z-index:9;
  742. width:200px;
  743. {block:if400pxposts}
  744. width:300px;
  745. {/block:if400pxposts}
  746. }
  747.  
  748. .sblinks a{
  749. color:{color:sblinks};
  750. letter-spacing:10px;
  751. }
  752.  
  753. #spoopy {
  754. width:320px;
  755. height:110px;
  756. border-radius:7px;
  757. background-color:{color:topbar};
  758. z-index:9;
  759. margin-left:-80px;
  760. {block:if400pxposts}
  761. margin-left:-75px;
  762. width:420px;
  763. {/block:if400pxposts}
  764. margin-top:-150px;
  765. top:50%;
  766. position:fixed;
  767. left:50%;
  768. transform:translate(-50%,-50%);
  769. }
  770.  
  771. /* --------------------------- Custom CSS -------------------------- */
  772. {CustomCSS}
  773. </style>
  774. </head>
  775.  
  776. <body>
  777.  
  778. <div class="thing">
  779.  
  780. <div class="mierdita">{description}</div>
  781. <div class="remus">{title}</div>
  782.  
  783. <div id="spoopy">
  784.  
  785. <div class="slytherin">
  786. <span class="lnr lnr-map-marker"style="font-size:12px"></span> {text:location thingy} <div style="margin-top:3px;border-top:1px dotted {color:accent};margin-bottom:-10px;"></div> <br><div style="margin-left:;height:33px;overflow:auto">{text:sb text}</div>
  787. </div>
  788.  
  789. <div id="sbicon"><img src="{image:sbicon}"></div>
  790. <div class="sblinks"> <a href="{text:link 1}"><span class="lnr lnr-home"></span></a>&nbsp;<a href="{text:link 2}"><span class="lnr lnr-bubble"></span></a>&nbsp;<a href="{text:link 3}"><span class="lnr lnr-earth"></span></a>&nbsp;<a href="{text:link 4}"><span class="lnr lnr-users"></span></a>&nbsp; </div>
  791. </div>
  792.  
  793. </div>
  794.  
  795. <div class="moony"> {block:Pagination}
  796. <!-- Prev Page Link -->
  797. {block:PreviousPage}
  798. <a style="padding:0px;margin-top:0px;margin-left:0px;border:none;background:transparent;color:{color:accent text}"href="{PreviousPage}"><</a>{/block:PreviousPage} PAGE {CurrentPage} OF {TotalPages}. {block:NextPage}<a href="{NextPage}"style="padding:0px;margin-top:0px;margin-left:3px;border:none;background:transparent;color:{color:accent text}">></a> {/block:NextPage}
  799. {/block:Pagination}</div>
  800.  
  801.  
  802. <div id="postcontainer">
  803.  
  804. {block:Posts}
  805.  
  806. <article>
  807.  
  808.  
  809.  
  810. <!--TEXT POST-->
  811. {block:Text}
  812. {block:Title}
  813. <h1 class="title" style="text-align:center;font-size:24px;line-height:100%;background:{color:wrap};padding:5px;width:auto;margin:auto;">
  814. <a href="{Permalink}">{Title}</a></h1>
  815. {/block:Title}
  816. {Body}
  817. {/block:Text}
  818.  
  819.  
  820. <!--PHOTO POST-->
  821. {block:Photo}
  822. {block:IndexPage}
  823. {LinkOpenTag}
  824. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  825. {LinkCloseTag}
  826. {/block:IndexPage}
  827. {block:PermalinkPage}
  828. {LinkOpenTag}
  829. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  830. {LinkCloseTag}{/block:PermalinkPage}
  831. {/block:Photo}
  832.  
  833.  
  834. <!--PHOTOSET POST-->
  835. {block:Photoset}
  836. {block:IndexPage}{Photoset-500}{/block:IndexPage}
  837. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  838. {/block:Photoset}
  839.  
  840.  
  841. <!--QUOTE POST-->
  842. {block:Quote}
  843. <div class="quote">{Quote}</div>
  844. {block:Source}
  845. <div class="quotesource">{Source}</div>
  846. {/block:Source}
  847. {/block:Quote}
  848.  
  849.  
  850. <!--LINK POST-->
  851. {block:Link}
  852. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  853. {block:Description}{Description}{/block:Description}
  854. {/block:Link}
  855.  
  856.  
  857. <!--CHAT POST-->
  858. {block:Chat}
  859.  
  860. {block:Title}
  861. <h1 class="title" style="text-align:center;font-size:24px;line-height:100%;border-bottom:1px solid {color:accent text};padding-bottom:15px;width:Auto;margin:auto;">
  862. <a href="{Permalink}">{Title}</a></h1>
  863. {/block:Title}
  864.  
  865. <ul class="chat">
  866. {block:Lines}<li class="{Alt}">{block:Label}<span class="label" style="text-transform:uppercase; font-weight:bold; ">{Label}</span>{/block:Label}<div style="text-transform:uppercase;">&nbsp;{Line}</div></li>{/block:Lines}
  867. </ul>
  868. {/block:Chat}
  869.  
  870.  
  871. <!--AUDIO POST-->
  872. {block:AudioPlayer}
  873. <div class="audiowrapper">
  874. {block:AlbumArt}
  875. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  876. {/block:AlbumArt}
  877.  
  878. <div class="playerbuttonbg">
  879. <div class="newplayerbutton">
  880. <div class="playerbuttonhug">
  881.  
  882. {AudioPlayerWhite}
  883.  
  884. </div>
  885. </div>
  886. </div>
  887.  
  888. <div class="trackdetails">
  889.  
  890. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  891. {block:Artist}<b><i>artist:</i></b> {Artist}{/block:Artist}<br/>
  892. {block:Album}<i><b>album:</i></b {Album}{/block:Album}<br/>
  893. {PlayCountWithLabel}
  894.  
  895. </div>
  896. </div>
  897. {/block:AudioPlayer}
  898.  
  899. {block:Caption}{/block:Caption}
  900.  
  901.  
  902. <!--VIDEO POST-->
  903. {block:Video}
  904. <div class="video" style="text-align:center;">{Video-250}</div>
  905. {block:Caption}{/block:Caption}
  906. {/block:Video}
  907.  
  908.  
  909. <!--ANSWER POST-->
  910. {block:Answer}
  911. <div class="askerimg"><img src="{AskerPortraitURL-40}" style="border-radius:50px;margin-left:10px;"></div>
  912. <div style="padding:10px; background:{color:wrap}; width:auto; height:auto;margin-left:60px;margin-top:-43px; margin-bottom:30px;text-transform:uppercase;">
  913. <div style="padding-bottom:10px;border-bottom:solid 1px {color:accent text}; text-align:center; font-size:16px; font-family:'montserrat',sans serif;"><b>{Asker} </b> whispered</span></div><br>
  914. <span class="question"style="text-transform:none">{Question}</span></div>
  915. <p><div class="answer">{Answer}</div>
  916. {/block:Answer}
  917.  
  918. <!--CAPTIONS-->
  919.  
  920. {block:Caption}
  921. {Caption}
  922. {/block:Caption}
  923.  
  924. <!--POST INFORMATION-->
  925. <div class="postinfo">
  926.  
  927. <!--PERMALINK-->
  928. <i class="fa fa-calendar" aria-hidden="true"></i>
  929. <a href="{Permalink}">
  930. {block:Date}
  931. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {12Hour}:{Minutes} {AmPm}
  932. {/block:Date}
  933. </a>
  934.  
  935. <!--NOTES-->
  936. {block:NoteCount}
  937. <a href="{Permalink}"> <span class="lnr lnr-heart"></span> {NoteCount} </a>
  938. {/block:NoteCount}
  939.  
  940. <!--VIA AND SOURCE-->
  941. {block:RebloggedFrom}
  942. <a href="{ReblogParentURL}"><span class="lnr lnr-map-marker"></span></a>
  943. {/block:RebloggedFrom}
  944. {block:ContentSource}
  945. | <a href="{SourceURL}"><span class="lnr lnr-pushpin"></span></a>
  946. {/block:ContentSource}
  947. {block:RebloggedFrom} {/block:RebloggedFrom} | <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-retweet" aria-hidden="true"></i></a>
  948.  
  949. <!--TAGS-->
  950. {block:HasTags}
  951. <div class="tags">
  952. <b style="text-transform:uppercase;"><span class="lnr lnr-tag"style="font-size:13px;color:{color:accent text}"></span></b>
  953. {block:Tags}
  954. <a href="{TagURL}"><i class="fa fa-angle-right" aria-hidden="true"></i> {Tag}</a>
  955. {/block:Tags}
  956. </div>
  957. {/block:HasTags}
  958.  
  959. </div>
  960.  
  961. <!--POST NOTES-->
  962. {block:PostNotes}
  963. <div class="pagenotes">{PostNotes-16}</div>
  964. {/block:PostNotes}
  965.  
  966.  
  967.  
  968.  
  969. </article>
  970. {/block:Posts}
  971.  
  972.  
  973.  
  974. </div>
  975.  
  976. </div>
  977.  
  978.  
  979. <a href="http://destinatiia.tumblr.com/"target="_blank"><div id="yo"><span style="font-size:25px;"class="lnr lnr-leaf"></span><br>code by<br> becca
  980. </div></a>
  981. </body>
  982.  
  983.  
  984. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement