ychzi

Perception Theme

Jul 20th, 2020 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1. <html>
  2. <!--Theme by Admin @bodhisatta !!!! I made it!!!!-->
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{image:favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="image:icon" content="">
  11. <meta name="image:favicon" content="">
  12. <meta name="image:background" content="">
  13. <meta name="image:sidebarbackground" content="">
  14. <meta name="image:postbackground" content="">
  15. <meta name="image:circlebackground" content="">
  16. <meta name="color:background" content="">
  17. <meta name="color:sidebarbackground" content="">
  18. <meta name="color:border" content="">
  19. <meta name="color:desc" content="">
  20. <meta name="color:circles" content="">
  21. <meta name="color:iconcircle" content="">
  22. <meta name="color:title" content="">
  23. <meta name="color:text" content="">
  24. <meta name="color:link" content="">
  25. <meta name="color:linkhover" content="">
  26. <meta name="text:title" content="Title">
  27. <meta name="text:titlefontsize" content="45">
  28. <meta name="text:desc" content="Make this description as long as you like">
  29. <meta name="text:descfontsize" content="15">
  30. <meta name="text:aboutlink" content="">
  31. <meta name="if:repeatbackground" content="0">
  32. <meta name="if:repeatsidebarbackground" content="0">
  33. <meta name="if:dontrotateicon" content="1">
  34. <meta name="if:eyeshape" content="0">
  35. <meta name="if:coollinks" content="0">
  36. <meta name="if:repeatpost" content="0">
  37. <meta name="if:blackposts" content="0">
  38. <meta name="if:rainbowlinks" content="1">
  39.  
  40. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
  41. <link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
  42. <link href="https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap" rel="stylesheet">
  43.  
  44. <style type="text/css">
  45.  
  46. ::-moz-selection {color:#fff;background-color: {color:text};}
  47. ::selection {color:#fff;background-color: {color:text};}
  48.  
  49. .tmblr-iframe {position:fixed; top: 5px!important; right: 5px!important; }
  50.  
  51. body {
  52. background-color:{color:background};
  53. background-image:url('{image:background}');
  54. background-position:center;
  55. background-size:cover;
  56. background-repeat:no-repeat;
  57. {block:ifrepeatbackground}
  58. background-repeat:repeat;
  59. background-size:auto;
  60. {/block:ifrepeatbackground}
  61. background-attachment: fixed;
  62. margin:0px;
  63. padding-top:0px;
  64. color:{color:text};
  65. font-family: 'Montserrat', sans-serif;
  66. font-size:15px;
  67. line-height:125%;
  68. }
  69.  
  70. blockquote {
  71. margin:0 0 0 10px;
  72. padding-left: 10px;
  73. max-width: 100%;
  74. border-left:2px solid;
  75. }
  76.  
  77. blockquote img {
  78. max-width:450px;
  79. }
  80.  
  81. h1, h2 {
  82. font-size:23px;
  83. text-align:center;
  84. line-height:100%;
  85. color:{color:text};
  86. }
  87.  
  88. a {text-decoration:none;color:{color:link};-moz-transition-duration:0.8s;-webkit-transition-duration:0.8s;-o-transition-duration:0.8s;} a:hover {text-shadow: 0px 0px 8px {color:linkhover};} b, strong{font-weight: bold; font-size: 125%} i, em {font-style: italic;} p {margin: 0px 0px 10px;}
  89.  
  90. #container {
  91. background-color: {color:containerbackground};
  92. background-image: url('{image:containerbackground}');
  93. background-position: center;
  94. background-size:cover;
  95. background-repeat:no-repeat;
  96. {block:ifrepeatcontainerbackground}
  97. background-repeat:repeat;
  98. background-size:auto;
  99. {/block:ifrepeatcontainerbackground}
  100. width:600px;
  101. height:550px;
  102. position:fixed;
  103. margin:auto;
  104. top: 0;
  105. bottom: 0;
  106. left: 0;
  107. right: 0px;
  108. border:4px double {color:border};
  109. padding:20px;
  110. overflow-y: scroll;
  111. overflow-x: hidden;
  112. }
  113.  
  114. #sidebar {
  115. background-color: {color:sidebarbackground};
  116. background-image: url('{image:sidebarbackground}');
  117. background-position: center;
  118. background-size:cover;
  119. background-repeat:no-repeat;
  120. {block:ifrepeatsidebarbackground}
  121. background-repeat:repeat;
  122. background-size:auto;
  123. {/block:ifrepeatsidebarbackground}
  124. width:1000px;
  125. height:100%;
  126. position:fixed;
  127. margin:auto;
  128. top: 0;
  129. bottom: 0;
  130. left: -1900px;
  131. right: 0;
  132. border:4px double {color:border};
  133. padding:20px;
  134. }
  135.  
  136. #sidebar2 {
  137. background-color: {color:sidebarbackground};
  138. background-image: url('{image:sidebarbackground}');
  139. background-position: center;
  140. background-size:cover;
  141. background-repeat:no-repeat;
  142. {block:ifrepeatsidebarbackground}
  143. background-repeat:repeat;
  144. background-size:auto;
  145. {/block:ifrepeatsidebarbackground}
  146. width:1000px;
  147. height:100%;
  148. position:fixed;
  149. margin:auto;
  150. top: 0;
  151. bottom: 0;
  152. left: 0;
  153. right: -1900px;
  154. border:4px double {color:border};
  155. padding:20px;
  156. }
  157.  
  158. #title {
  159. position:fixed;
  160. font-size:{text:titlefontsize}px;
  161. margin: auto;
  162. top: -345px;
  163. {block:ifeyeshape}
  164. top: -370px;
  165. {/block:ifeyeshape}
  166. bottom:0px;
  167. left: -855px;
  168. right: 0px;
  169. text-align:center;
  170. font-family: 'Chelsea Market', cursive;
  171. height:40px;
  172. height:40px;
  173. {block:ifrainbowlinks}
  174. text-shadow: 0px 0px 8px {color:linkhover};
  175. {/block:ifrainbowlinks}
  176. -webkit-text-stroke:1px {color:linkhover};
  177. z-index:668;
  178. }
  179.  
  180. #icon {
  181. background: url('{image:icon}');
  182. background-position:center;
  183. background-size:cover;
  184. background-repeat: no-repeat;
  185. background-color:{color:iconcircle};
  186. position:fixed;
  187. border:4px double {color:border};
  188. width:120px;
  189. height:120px;
  190. margin: auto;
  191. top:-225px;
  192. bottom:0px;
  193. left:-855px;
  194. right:0px;
  195. {block:ifeyeshape}
  196. width:140px;
  197. height:140px;
  198. border-top-left-radius:60%;
  199. border-bottom-right-radius:60%;
  200. top:-205px;
  201. {/block:ifeyeshape}
  202. padding:0px;
  203. transform: rotate(45deg);
  204. {block:ifdontrotateicon}
  205. transform: rotate(0deg);
  206. {/block:ifdontrotateicon}
  207. z-index:665;
  208. }
  209.  
  210. #desc {
  211. background-position:center;
  212. background-size:cover;
  213. background-repeat: no-repeat;
  214. background-color:{color:desc};
  215. position:fixed;
  216. border:4px double {color:border};
  217. width:80px;
  218. height:80px;
  219. margin: auto;
  220. top:-225px;
  221. bottom:0px;
  222. left:-855px;
  223. right:0px;
  224. padding:15px;
  225. font-size:0px;
  226. text-align:center;
  227. {block:ifeyeshape}
  228. height:30px;
  229. top:-205px;
  230. border-radius:50%;
  231. {/block:ifeyeshape}
  232. color:transparent;
  233. opacity:0;
  234. transition-duration: 0.5s;
  235. -moz-transition-duration: 0.5s;
  236. -webkit-transition-duration: 0.5s;
  237. -o-transition-duration: 0.5s;
  238. z-index:666;
  239. }
  240.  
  241. #desc:hover {
  242. width:100px;
  243. height:100px;
  244. {block:ifeyeshape}
  245. width:80px;
  246. height:80px;
  247. {/block:ifeyeshape}
  248. font-size:{text:descfontsize}px;
  249. color:{color:text};
  250. opacity:1;
  251. }
  252.  
  253. #about {
  254. background-color:{color:circles};
  255. width:23px;
  256. height:20px;
  257. position:fixed;
  258. margin:auto;
  259. top:0px;
  260. bottom:-20px;
  261. left:-890px;
  262. right:0px;
  263. border:4px double {color:border};
  264. {block:ifeyeshape}
  265. border-top-left-radius:60%;
  266. border-bottom-right-radius:60%;
  267. {/block:ifeyeshape}
  268. {block:ifcoollinks}
  269. border-top-left-radius:50%;
  270. border-bottom-left-radius:50%;
  271. border-bottom-right-radius:50%;
  272. {/block:ifcoollinks}
  273. padding-left:5px;
  274. padding-right:5px;
  275. padding-top:8px;
  276. padding-bottom:5px;
  277. font-size:0px;
  278. text-align:center;
  279. display: all;
  280. transition-duration: 0.5s;
  281. -moz-transition-duration: 0.5s;
  282. -webkit-transition-duration: 0.5s;
  283. -o-transition-duration: 0.5s;
  284. transform: rotate(45deg);
  285. z-index:6666;
  286. }
  287.  
  288. #about:hover{
  289. {block:ifeyeshape}
  290. border-radius:0%;
  291. {/block:ifeyeshape}
  292. {block:ifcoollinks}
  293. border-radius:0%;
  294. {/block:ifcoollinks}
  295. width:50px;
  296. left:-920px;
  297. font-size:15px;
  298. transform: rotate(0deg);
  299. }
  300.  
  301. #ask {
  302. background-color:{color:circles};
  303. width:23px;
  304. height:20px;
  305. position:fixed;
  306. margin:auto;
  307. top:0px;
  308. bottom: -168px;
  309. left:-890px;
  310. right:0px;
  311. border:4px double {color:border};
  312. {block:ifeyeshape}
  313. border-top-left-radius:60%;
  314. border-bottom-right-radius:60%;
  315. {/block:ifeyeshape}
  316. {block:ifcoollinks}
  317. border-top-left-radius:50%;
  318. border-bottom-left-radius:50%;
  319. border-bottom-right-radius:50%;
  320. {/block:ifcoollinks}
  321. padding-left:5px;
  322. padding-right:5px;
  323. padding-top:8px;
  324. padding-bottom:5px;
  325. font-size:0px;
  326. text-align:center;
  327. display: all;
  328. transition-duration: 0.5s;
  329. -moz-transition-duration: 0.5s;
  330. -webkit-transition-duration: 0.5s;
  331. -o-transition-duration: 0.5s;
  332. transform: rotate(45deg);
  333. z-index:6666;
  334. }
  335.  
  336. #ask:hover{
  337. {block:ifeyeshape}
  338. border-radius:0%;
  339. {/block:ifeyeshape}
  340. {block:ifcoollinks}
  341. border-radius:0%;
  342. {/block:ifcoollinks}
  343. width:50px;
  344. left:-920px;
  345. font-size:15px;
  346. transform: rotate(0deg);
  347. }
  348.  
  349. #archive {
  350. background-color:{color:circles};
  351. width:23px;
  352. height:20px;
  353. position:fixed;
  354. margin:auto;
  355. top:0px;
  356. bottom:-318px;
  357. left:-890px;
  358. right:0px;
  359. border:4px double {color:border};
  360. {block:ifeyeshape}
  361. border-top-left-radius:60%;
  362. border-bottom-right-radius:60%;
  363. {/block:ifeyeshape}
  364. {block:ifcoollinks}
  365. border-top-left-radius:50%;
  366. border-bottom-left-radius:50%;
  367. border-bottom-right-radius:50%;
  368. {/block:ifcoollinks}
  369. padding-left:5px;
  370. padding-right:5px;
  371. padding-top:8px;
  372. padding-bottom:5px;
  373. font-size:0px;
  374. text-align:center;
  375. display: all;
  376. transition-duration: 0.5s;
  377. -moz-transition-duration: 0.5s;
  378. -webkit-transition-duration: 0.5s;
  379. -o-transition-duration: 0.5s;
  380. transform: rotate(45deg);
  381. z-index:6666;
  382. }
  383.  
  384. #archive:hover{
  385. {block:ifeyeshape}
  386. border-radius:0%;
  387. {/block:ifeyeshape}
  388. {block:ifcoollinks}
  389. border-radius:0%;
  390. {/block:ifcoollinks}
  391. width:50px;
  392. left:-920px;
  393. font-size:15px;
  394. transform: rotate(0deg);
  395. }
  396.  
  397. #next {
  398. background-color:{color:circles};
  399. width:23px;
  400. height:20px;
  401. position:fixed;
  402. margin:auto;
  403. top:0px;
  404. bottom:-242px;
  405. left:-810px;
  406. right:0px;
  407. border:4px double {color:border};
  408. {block:ifeyeshape}
  409. border-top-left-radius:60%;
  410. border-bottom-right-radius:60%;
  411. {/block:ifeyeshape}
  412. {block:ifcoollinks}
  413. border-top-left-radius:50%;
  414. border-top-right-radius:50%;
  415. border-bottom-right-radius:50%;
  416. {/block:ifcoollinks}
  417. padding-left:5px;
  418. padding-right:5px;
  419. padding-top:8px;
  420. padding-bottom:5px;
  421. font-size:0px;
  422. text-align:center;
  423. display: all;
  424. transition-duration: 0.5s;
  425. -moz-transition-duration: 0.5s;
  426. -webkit-transition-duration: 0.5s;
  427. -o-transition-duration: 0.5s;
  428. transform: rotate(45deg);
  429. z-index:6666;
  430. }
  431.  
  432. #next:hover{
  433. {block:ifeyeshape}
  434. border-radius:0%;
  435. {/block:ifeyeshape}
  436. {block:ifcoollinks}
  437. border-radius:0%;
  438. {/block:ifcoollinks}
  439. width:50px;
  440. left:-792px;
  441. font-size:15px;
  442. transform: rotate(0deg);
  443. }
  444.  
  445. #prev {
  446. background-color:{color:circles};
  447. width:23px;
  448. height:20px;
  449. position:fixed;
  450. margin:auto;
  451. top:0px;
  452. bottom:-95px;
  453. left:-810px;
  454. right:0px;
  455. border:4px double {color:border};
  456. {block:ifeyeshape}
  457. border-top-left-radius:60%;
  458. border-bottom-right-radius:60%;
  459. {/block:ifeyeshape}
  460. {block:ifcoollinks}
  461. border-top-left-radius:50%;
  462. border-top-right-radius:50%;
  463. border-bottom-right-radius:50%;
  464. {/block:ifcoollinks}
  465. padding-left:5px;
  466. padding-right:5px;
  467. padding-top:8px;
  468. padding-bottom:5px;
  469. font-size:0px;
  470. text-align:center;
  471. display: all;
  472. transition-duration: 0.5s;
  473. -moz-transition-duration: 0.5s;
  474. -webkit-transition-duration: 0.5s;
  475. -o-transition-duration: 0.5s;
  476. transform: rotate(45deg);
  477. z-index:6666;
  478. }
  479.  
  480. #prev:hover{
  481. {block:ifeyeshape}
  482. border-radius:0%;
  483. {/block:ifeyeshape}
  484. {block:ifcoollinks}
  485. border-radius:0%;
  486. {/block:ifcoollinks}
  487. width:50px;
  488. left:-792px;
  489. font-size:15px;
  490. transform: rotate(0deg);
  491. }
  492.  
  493. #description {
  494. text-align:center;
  495. letter-spacing:1px;
  496. line-height:90%;
  497. }
  498.  
  499. #s-m-t-tooltip {
  500. max-width:300px;
  501. padding:5px;
  502. margin:20px 0px 0px 20px;
  503. color:{color:link};
  504. background-color:{color:circles};
  505. border:3px double {color:border};
  506. text-transform:uppercase;
  507. z-index:666666;
  508. }
  509.  
  510. #poasts {
  511. width:550px;
  512. height:100%;
  513. margin:auto;
  514. left:0px;
  515. right:0px;
  516. }
  517.  
  518. #poasts img{
  519. margin-top:7px;
  520. margin-bottom:5px;
  521. max-width: 500px;
  522. }
  523.  
  524. #post {
  525. background-color: rgb(255,255,255, 0.5);
  526. {block:ifblackposts}
  527. background-color: rgb(0,0,0, 0.5);
  528. {/block:ifblackposts}
  529. background-image: url('{image:postbackground}');
  530. background-position:center;
  531. background-size:cover;
  532. background-repeat: no-repeat;
  533. {block:ifrepeatpost}
  534. background-repeat:repeat;
  535. background-size:auto;
  536. {/block:ifrepeatpost}
  537. margin-top:30px;
  538. width:500px;
  539. border:4px double {color:border};
  540. padding:13px 20px 13px;
  541. transition-duration: 0.8s;
  542. margin-bottom:30px;
  543. }
  544.  
  545. .permalink {
  546. text-align:center;
  547. padding-top:5px;
  548. border-top:3px double {color:border};
  549. margin-bottom:0px;
  550. }
  551.  
  552. #asker {
  553. float:left;
  554. padding:1px;
  555. margin-top:-2px;
  556. margin-right:5px;
  557. }
  558.  
  559. #credit{
  560. bottom: 10px;
  561. left: 10px;
  562. position: fixed;
  563. font-size: 18px;
  564. z-index:66666;
  565. }
  566.  
  567. {CustomCSS}
  568. </style>
  569.  
  570. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  571. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  572. <script>
  573. (function($){
  574. $(document).ready(function(){
  575. $("a[title]").style_my_tooltips({
  576. tip_follows_cursor:true,
  577. tip_delay_time:50,
  578. tip_fade_speed:600,
  579. attribute:"title"
  580. });
  581. });
  582. })(jQuery);
  583. </script>
  584.  
  585. {block:ifrainbowlinks}
  586. <script type='text/javascript'>
  587. //<![CDATA[
  588. var rate = 80;
  589. if (document.getElementById)
  590. window.onerror=new Function("return true")
  591.  
  592. var objActive; // The object which event occured in
  593. var act = 0; // Flag during the action
  594. var elmH = 0; // Hue
  595. var elmS = 128; // Saturation
  596. var elmV = 255; // Value
  597. var clrOrg; // A color before the change
  598. var TimerID; // Timer ID
  599. if (document.all) {
  600. document.onmouseover = doRainbowAnchor;
  601. document.onmouseout = stopRainbowAnchor;
  602. }
  603. else if (document.getElementById) {
  604. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  605. document.onmouseover = Mozilla_doRainbowAnchor;
  606. document.onmouseout = Mozilla_stopRainbowAnchor;
  607. }
  608. function doRainbow(obj)
  609. {
  610. if (act == 0) {
  611. act = 1;
  612. if (obj)
  613. objActive = obj;
  614. else
  615. objActive = event.srcElement;
  616. clrOrg = objActive.style.color;
  617. TimerID = setInterval("ChangeColor()",100);
  618. }
  619. }
  620. function stopRainbow()
  621. {
  622. if (act) {
  623. objActive.style.color = clrOrg;
  624. clearInterval(TimerID);
  625. act = 0;
  626. }
  627. }
  628. function doRainbowAnchor()
  629. {
  630. if (act == 0) {
  631. var obj = event.srcElement;
  632. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  633. obj = obj.parentElement;
  634. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  635. break;
  636. }
  637. if (obj.tagName == 'A' && obj.href != '') {
  638. objActive = obj;
  639. act = 1;
  640. clrOrg = objActive.style.color;
  641. TimerID = setInterval("ChangeColor()",100);
  642. }
  643. }
  644. }
  645. function stopRainbowAnchor()
  646. {
  647. if (act) {
  648. if (objActive.tagName == 'A') {
  649. objActive.style.color = clrOrg;
  650. clearInterval(TimerID);
  651. act = 0;
  652. }
  653. }
  654. }
  655. function Mozilla_doRainbowAnchor(e)
  656. {
  657. if (act == 0) {
  658. obj = e.target;
  659. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  660. obj = obj.parentNode;
  661. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  662. break;
  663. }
  664. if (obj.nodeName == 'A' && obj.href != '') {
  665. objActive = obj;
  666. act = 1;
  667. clrOrg = obj.style.color;
  668. TimerID = setInterval("ChangeColor()",100);
  669. }
  670. }
  671. }
  672. function Mozilla_stopRainbowAnchor(e)
  673. {
  674. if (act) {
  675. if (objActive.nodeName == 'A') {
  676. objActive.style.color = clrOrg;
  677. clearInterval(TimerID);
  678. act = 0;
  679. }
  680. }
  681. }
  682. function ChangeColor()
  683. {
  684. objActive.style.color = makeColor();
  685. }
  686. function makeColor()
  687. {
  688. // Don't you think Color Gamut to look like Rainbow?
  689. // HSVtoRGB
  690. if (elmS == 0) {
  691. elmR = elmV; elmG = elmV; elmB = elmV;
  692. }
  693. else {
  694. t1 = elmV;
  695. t2 = (255 - elmS) * elmV / 255;
  696. t3 = elmH % 60;
  697. t3 = (t1 - t2) * t3 / 60;
  698. if (elmH < 60) {
  699. elmR = t1; elmB = t2; elmG = t2 + t3;
  700. }
  701. else if (elmH < 120) {
  702. elmG = t1; elmB = t2; elmR = t1 - t3;
  703. }
  704. else if (elmH < 180) {
  705. elmG = t1; elmR = t2; elmB = t2 + t3;
  706. }
  707. else if (elmH < 240) {
  708. elmB = t1; elmR = t2; elmG = t1 - t3;
  709. }
  710. else if (elmH < 300) {
  711. elmB = t1; elmG = t2; elmR = t2 + t3;
  712. }
  713. else if (elmH < 360) {
  714. elmR = t1; elmG = t2; elmB = t1 - t3;
  715. }
  716. else {
  717. elmR = 0; elmG = 0; elmB = 0;
  718. }
  719. }
  720. elmR = Math.floor(elmR).toString(16);
  721. elmG = Math.floor(elmG).toString(16);
  722. elmB = Math.floor(elmB).toString(16);
  723. if (elmR.length == 1) elmR = "0" + elmR;
  724. if (elmG.length == 1) elmG = "0" + elmG;
  725. if (elmB.length == 1) elmB = "0" + elmB
  726. elmH = elmH + rate;
  727. if (elmH >= 360)
  728. elmH = 0;
  729. return '#' + elmR + elmG + elmB;
  730. }
  731. //]]>
  732. </script>
  733. {/block:ifrainbowlinks}
  734.  
  735. <div id="credit"><a href="https://bodhisatta.tumblr.com/" title="Admin @bodhisatta farted here">★</a></div>
  736.  
  737. <div id="sidebar"></div>
  738. <div id="sidebar2"></div>
  739.  
  740. <!--Sidebar-->
  741. <div id="title"><a href="{BlogURL}" style="color:{color:title};">{text:title}</a></div>
  742.  
  743. <div id="icon"></div>
  744. <div id="desc">
  745. <p>{text:desc}</p>
  746. </div>
  747. <a href="{text:aboutlink}"><div id="about">INFO</div></a><a href="/ask"><div id="ask">ASK</div></a><a href="/archive"><div id="archive">GRID</div></a>
  748.  
  749. {block:Pagination}
  750. {block:PreviousPage}<a href="{PreviousPage}"><div id="prev">PREV</div></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" ><div id="next">NEXT</div></a>
  751. {/block:NextPage}
  752. {/block:Pagination}
  753. <!--Sidebar-->
  754.  
  755. <!--Posts-->
  756. <div id="poasts" class="autopagerize_page_element">{block:Posts}<div id="post">
  757.  
  758. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  759.  
  760. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-40}"></div><big><big>{Asker} asked:</big></big><br><p>{Question}<p><br>{Answer}{/block:Answer}
  761.  
  762. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  763.  
  764. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  765.  
  766. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  767.  
  768. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed-400 color="white"}{/block:AudioEmbed}</div>{block:Caption}<div style="margin-top:-80px;">{Caption}</div>{/block:Caption}{/block:Audio}
  769.  
  770. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  771.  
  772. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  773.  
  774. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  775.  
  776. <div class="permalink"><p></p><a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}⋆ <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:RebloggedFrom}⋆ <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}{block:ContentSource} ⋆ <a href="{SourceURL}">Src</a>{/block:ContentSource}
  777.  
  778. {block:PermalinkPage}
  779. {block:HasTags}<p>{block:Tags}#<a href="{TagURL}">{tag}</a> {/block:Tags}</p>{/block:HasTags}{/block:PermalinkPage}</div></div>{block:PostNotes}{PostNotes}{/block:PostNotes}
  780.  
  781. {/block:Posts}</div></div><!--Posts-->
  782.  
  783. </body>
  784. </html>
Add Comment
Please, Sign In to add comment