Advertisement
purethought-s

Theme #31: Sunkissed

Feb 16th, 2014
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.62 KB | None | 0 0
  1. <!---
  2. Theme #31: Sunkissed
  3. by sleephy.co.vu
  4. please keep the credit!!!
  5. i love you ~
  6. --->
  7.  
  8.  
  9.  
  10. <html>
  11.  
  12.  
  13.  
  14.  
  15. <head>
  16. <html lang="en">
  17. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <script type="text/javascript">
  25. <!--
  26.  
  27. // Disable Right Click Script
  28.  
  29. function IE(e)
  30. {
  31. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  32. {
  33. return false;
  34. }
  35. }
  36. function NS(e)
  37. {
  38. if (document.layers || (document.getElementById && !document.all))
  39. {
  40. if (e.which == "2" || e.which == "3")
  41. {
  42. return false;
  43. }
  44. }
  45. }
  46. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  47.  
  48. //-->
  49. </script>
  50. <title>{title}</title>
  51.  
  52. <link rel="shortcut icon" href="{Favicon}">
  53.  
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56.  
  57.  
  58. <meta name="color:Background" content="#cccccc"/>
  59. <meta name="color:Text" content="#888888"/>
  60. <meta name="color:Title" content="#000000"/>
  61. <meta name="color:Borders" content="#eee"/>
  62. <meta name="color:Link" content="#b1b1b1"/>
  63. <meta name="color:Link Hover" content="#9dbdbdb"/>
  64. <meta name="color:Post BG" content="#ffffff"/>
  65. <meta name="color:Scrollbar" content="#ffffff"/>
  66. <meta name="color:Chat 1" content="#FFf"/>
  67. <meta name="color:Chat 2" content="#FFf"/>
  68.  
  69. <meta name="color:Question 1" content="#fec998"/>
  70. <meta name="color:Question 2" content="#FFf"/>
  71.  
  72. <meta name="color:Top Title" content="#fff"/>
  73. <meta name="color:Top Bar BG" content="#fe9f98"/>
  74. <meta name="color:Top Bar BG 2" content="#dc7f78"/>
  75. <meta name="image:Top Image" content="https://24.media.tumblr.com/d926a9d4e68b1305eacdc6510bcc816c/tumblr_n1063w3Opu1qkbsr1o1_500.jpg"/>
  76. <meta name="image:BG Image" content=""/>
  77.  
  78. <meta name="text:Link1" content="/" />
  79. <meta name="text:Link1Title" content="home" />
  80. <meta name="text:Link2" content="/ask" />
  81. <meta name="text:Link2Title" content="mssg" />
  82. <meta name="text:Link3" content="/links" />
  83. <meta name="text:Link3Title" content="links" />
  84. <meta name="text:Link4" content="/tags" />
  85. <meta name="text:Link4Title" content="tags" />
  86. <meta name="color:Permalink Color 1" content="#fec998">
  87. <meta name="color:Permalink Color 2" content="#fff">
  88.  
  89.  
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94.  
  95.  
  96.  
  97.  
  98. ::-webkit-scrollbar {height: 3px;width: 10px;}
  99. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  100. ::-webkit-scrollbar-track{background-color:{color:background};}
  101.  
  102.  
  103.  
  104.  
  105. body {
  106. background:{color:background} url('{image:BG image}');
  107. color:{color:Text};
  108. font-family:cambria;
  109. font-size:11px;
  110. }
  111.  
  112.  
  113.  
  114. a {
  115. color:{color:Link};
  116. text-decoration: none;
  117. -webkit-transition: all 0.4s ease-in-out;
  118. -moz-transition: all 0.4s ease-in-out;
  119. transition: all 0.4s ease-in-out;
  120. }
  121.  
  122.  
  123. a:hover {
  124. color:{color:Link Hover};
  125. -webkit-transition: all 0.4s ease-in-out;
  126. -moz-transition: all 0.4s ease-in-out;
  127. transition: all 0.4s ease-in-out;
  128. }
  129.  
  130.  
  131. p{
  132. margin-top: 1px
  133. }
  134.  
  135.  
  136. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  137.  
  138.  
  139.  
  140. #entries{
  141. margin-left: 400px;
  142. margin-top:200px;
  143. width:498px;
  144. background:{color:Post BG};
  145. padding:25px;
  146. z-index:99999999999;
  147. border-left:1px solid {color:Borders};
  148. border-right:1px solid {color:Borders};
  149. padding-bottom:100px;
  150. }
  151.  
  152.  
  153.  
  154. .posts{
  155. background-color: transparent;
  156. padding: 30px 0 0 0;
  157. font-style:normal;
  158. -webkit-transition:all 0.5s ease-in-out;
  159. -moz-transition:all 0.5s ease-in-out;
  160. -o-transition:all 0.5s ease-in-out;
  161. -ms-transition: all 0.5s ease-in-out;
  162. transition:all 0.5s ease-in-out;}
  163.  
  164.  
  165. .posts:hover #notes{
  166. opacity:.9; -webkit-transition:all 0.5s ease-in-out;
  167. -moz-transition:all 0.5s ease-in-out;
  168. -o-transition:all 0.5s ease-in-out;
  169. -ms-transition: all 0.5s ease-in-out;
  170. transition:all 0.5s ease-in-out;}
  171.  
  172.  
  173. .playercontainer {
  174. opacity: .2;
  175. display:block;
  176. width:100px;
  177. height:100px;
  178. background:#000;
  179. position:absolute;
  180. -webkit-transition:all 0.5s ease-in-out;
  181. -moz-transition:all 0.5s ease-in-out;
  182. -o-transition:all 0.5s ease-in-out;
  183. -ms-transition: all 0.5s ease-in-out;
  184. transition:all 0.5s ease-in-out;
  185. }
  186.  
  187. .playercontainer:hover {
  188. opacity:.7;
  189. position:absolute;
  190. -webkit-transition:all 0.5s ease-in-out;
  191. -moz-transition:all 0.5s ease-in-out;
  192. -o-transition:all 0.5s ease-in-out;
  193. -ms-transition: all 0.5s ease-in-out;
  194. transition:all 0.5s ease-in-out;
  195. }
  196.  
  197. .player {
  198. margin-left:36px;
  199. margin-top:36px;
  200. width:25px;
  201. height:25px;
  202. overflow:hidden;
  203. position:absolute;
  204. background:#fff;
  205. }
  206.  
  207. .audioinfo {
  208. margin-left:110px;
  209. float:left;
  210. color:{color:text};
  211. font-family:calibri;
  212. letter-spacing:1px;
  213. font-size:8px;
  214. text-transform:uppercase;
  215. width:386px;
  216. padding:2px;
  217. margin-top:3px;
  218. }
  219.  
  220. .audioinfo b {
  221. font-family:calibri;
  222. letter-spacing:1px;
  223. font-size:8px;
  224. text-transform:uppercase;
  225. background:#000;
  226. color:#fff;
  227. padding:3px 4px 3px 4px;
  228. font-weight:normal;
  229. margin-right:5px;
  230. }
  231.  
  232.  
  233.  
  234. h1{
  235. font-family: 'georgia';
  236. font-style:ITALIC;
  237. font-size: 15px;
  238. font-weight:none;
  239. }
  240.  
  241.  
  242. .qquote{
  243. font-family: 'georgia';
  244. font-style:ITALIC;
  245. font-size: 15px;
  246. font-weight:none;
  247. color:#232E28;
  248. margin-left: 0px;}
  249.  
  250. .qsource{
  251. margin: 5px 0px 0 20px;
  252. text-align: left;
  253. text-transform: none;}
  254.  
  255. .chat{
  256. line-height: 12px;
  257. list-style: none;}
  258.  
  259. .chat ul {
  260. line-height: 15px;
  261. list-style: none;
  262. padding: 0px;
  263. line-height: 20px;}
  264.  
  265. .person1 {
  266. color:{color:Chat 2};
  267. background-color:{color:Chat 1};}
  268.  
  269. .person1 .label {
  270. font-weight: bold;
  271. font-family:calibri;
  272. font-size:8.5px;
  273. letter-spacing:1px;
  274. text-transform:uppercase;
  275. padding: 3px;
  276. margin-left:5px;}
  277.  
  278. .person2 {
  279. color:{color:Chat 1};
  280. background-color:{color:Chat 2};}
  281.  
  282. .person2 .label {
  283. font-weight: bold;
  284. font-family:calibri;
  285. font-size:8.5px;
  286. letter-spacing:1px;
  287. text-transform:uppercase;
  288. padding: 3px;
  289. margin-left:5px;}
  290.  
  291. .icap{
  292. margin-top: 1px
  293. }
  294.  
  295. #questions {
  296. color: #fff;
  297. background:none;
  298. margin-bottom:0px;
  299. text-align:left;
  300. }
  301.  
  302. #qqq {
  303. text-align:center;
  304. font-family:calibri;
  305. padding:9px 5px 9px 5px;
  306. font-style:normal;
  307. font-size:10px;
  308. letter-spacing:0px;
  309. margin-top:-15px;
  310. text-transform:none;
  311. color:{color:Question 2};
  312. background:{color:Question 1};
  313.  
  314. }
  315.  
  316. #asker {
  317. text-align:left;
  318. color:{color:Question 1}; padding:3px 3px 3px 3px;
  319. font-size:39px;
  320. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  321. font-family:Edosz;
  322. text-transform:uppercase;
  323. font-style:normal;
  324. padding-left:35px;
  325. letter-spacing:0px;
  326. background:none;
  327. -webkit-transition: all 0.5s ease-in-out;
  328. -moz-transition: all 0.5s ease-in-out;
  329. -o-transition: all 0.5s ease-in-out;
  330. }
  331.  
  332. #asker a {
  333. color:{color:Question 1};
  334. -webkit-transition: all 0.5s ease-in-out;
  335. -moz-transition: all 0.5s ease-in-out;
  336. -o-transition: all 0.5s ease-in-out;
  337. }
  338.  
  339.  
  340.  
  341.  
  342. .cap {
  343. padding-top: 5px;
  344. width: 500px;
  345. }
  346.  
  347. #audio {
  348. margin-bottom:5px;
  349. width:500px;
  350. height:105px;
  351. }
  352.  
  353. .albumart {
  354. width:100px;
  355. height:100px;
  356. position:absolute;
  357. }
  358.  
  359. .albumart img {
  360. width:100px;
  361. height:100px;
  362. float:left;
  363. }
  364.  
  365. iframe#tumblr_controls {
  366.  
  367. -webkit-filter:invert(100%);
  368. right:2px !important;
  369. position: fixed !important;
  370. -webkit-transition: 0.7s linear;
  371. opacity: 0.3;
  372.  
  373. -webkit-transition: all 0.8s ease-out;
  374. -moz-transition: all 0.8s ease-out;
  375. transition: all 0.8s ease-out;
  376. }
  377.  
  378.  
  379.  
  380.  
  381. #notes{ background-color:#fff;text-align:center; font-family:calibri; font-size:8px; letter-spacing:1px; margin-bottom: 1px; border-top: 1px solid {color:Permalink Color 1}; text-transform:uppercase;padding:5px;color:{color:Permalink Color 1}; margin-top:0px;opacity:0;position:absolute; width:500px; -webkit-transition:all 0.5s ease-in-out;
  382. -moz-transition:all 0.5s ease-in-out;
  383. -o-transition:all 0.5s ease-in-out;
  384. -ms-transition: all 0.5s ease-in-out;
  385. transition:all 0.5s ease-in-out;}
  386.  
  387.  
  388.  
  389. #notes2{ background-color:#fff;text-align:center; font-family:calibri; font-size:8px; letter-spacing:1px; margin-bottom: 1px; border-top: 1px solid {color:Permalink Color 1}; text-transform:uppercase;padding:5px;color:{color:Permalink Color 1}; margin-top:0px;}
  390.  
  391.  
  392.  
  393. #notes a{color: {color:Permalink Color 1};padding:3px; margin:1px;}
  394.  
  395.  
  396.  
  397. #notes a:hover{ color: {color:Permalink Color 2}; box-shadow:inset 0px 20px 0px {color:Permalink Color 1};}
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404. #postnotes{ width: 500px;padding: 8px; margin-top: 15px;text-align:left; max-height:500px; overflow:auto;font-family:calibri;}
  405. #postnotes a{
  406. color:#06557E;
  407.  
  408. }
  409. #postnotes a:hover{
  410. color:#f9c7ff;
  411. }
  412. #postnotes li{
  413. list-style-type: lower-roman;
  414. border-bottom:1px solid #eee;
  415. padding:5px;
  416. }
  417.  
  418.  
  419.  
  420. #postnotes img {
  421. max-width:1px;
  422. display:none;
  423. }
  424.  
  425.  
  426. #within {
  427. margin-left:-2px;
  428. margin-top:0px;
  429. overflow:auto;width:186px;height:88px;
  430. padding-bottom:5px;
  431. border-bottom:0px solid #fff;
  432. }
  433.  
  434. #within::-webkit-scrollbar {height:2px;width:2px;}
  435.  
  436. #within::-webkit-scrollbar-thumb {border-radius:0px;border:0px;}
  437.  
  438. ::-webkit-scrollbar-track {background:{color:background};border:0px;}
  439. ::-webkit-scrollbar-thumb {background-color:#06557E;border:0px solid {color:background};-webkit-border-radius:0px;-moz-border-radius:0px;}
  440.  
  441.  
  442. @font-face {font-family: "Castro";src: url('http://static.tumblr.com/xrmodho/Eqdmt7gj9/castroscript_personal_use_only.ttf');}
  443.  
  444. #s-m-t-tooltip{
  445. padding:2px;
  446. margin:0px 0px 0px 18px;
  447. z-index:99999999999999999999999999999999999999999999999999;
  448. color:#fff;
  449. background:#000;
  450. max-height:10px;
  451. font-size:8px;
  452. opacity:.8;
  453. font-family:calibri;
  454. letter-spacing:1px;
  455. text-transform:uppercase;}
  456.  
  457.  
  458. #header{
  459. position:absolute;
  460. width:555px;
  461. background:#fff url({image:Top Image}) no-repeat;
  462. background-size:cover;
  463. background-position:center;
  464. z-index:9999;
  465. height:180px;
  466. left:405px;
  467. top:0px;
  468. overflow:hidden;
  469. }
  470. #headr img{
  471. max-width:555px;
  472.  
  473. }
  474.  
  475.  
  476.  
  477. #hicutie{
  478. position:fixed;left:325px;bottom:15px;
  479. height:70px;
  480. }
  481.  
  482.  
  483. #omfggg{
  484. background:#fff;
  485. border:1px solid #ddd;
  486. padding:7px;
  487. height: 70px;
  488. margin-left:-230px;
  489. margin-top:-80px;
  490. overflow:hidden;
  491. opacity:0;
  492. width:200px;-webkit-transition: all 0.4s ease-in-out;
  493. -moz-transition: all 04s ease-in-out;
  494. transition: all 0.4s ease-in-out;
  495. }
  496.  
  497.  
  498. #hicutie:hover #omfggg{
  499. width:200px;
  500. opacity:.9;
  501. -webkit-transition: all 0.4s ease-in-out;
  502. -moz-transition: all 04s ease-in-out;
  503. transition: all 0.4s ease-in-out;
  504. }
  505.  
  506.  
  507. #ribbon a{
  508. opacity:0;
  509. font-family:calibri;
  510. text-transform:uppercase;margin:5px;padding:4px;color:#fff;font-size:8px;font-weight:normal; -webkit-transition: all 0.4s ease-in-out;
  511. -moz-transition: all 04s ease-in-out;
  512. transition: all 0.4s ease-in-out;
  513. }
  514.  
  515. #ribbon:hover a{
  516. opacity:.9;
  517. -webkit-transition: all 0.4s ease-in-out;
  518. -moz-transition: all 04s ease-in-out;
  519. transition: all 0.4s ease-in-out; }
  520.  
  521. #ribbon {
  522. width: 585px;
  523. z-index:99999999999;
  524. top:160px;
  525. left:391px;
  526. position:absolute;
  527. text-align: center;
  528. font-size: 18px!important;
  529. background: {color:Top Bar BG};
  530. background: -webkit-gradient(linear, left top, left bottom, from({color:Top Bar BG};), to({color:Top Bar BG}));
  531. background: -webkit-linear-gradient(top, {color:Top Bar BG}, {color:Top Bar BG});
  532. background: -moz-linear-gradient(top, {color:Top Bar BG}, {color:Top Bar BG});
  533. background: -ms-linear-gradient(top, {color:Top Bar BG}, {color:Top Bar BG});
  534. background: -o-linear-gradient(top, {color:Top Bar BG}, {color:Top Bar BG});
  535. background-image: -ms-linear-gradient(top, {color:Top Bar BG} 0%, {color:Top Bar BG} 100%);
  536. -webkit-box-shadow: rgba(000,000,000,0.4) 0 7px 7px;
  537. -moz-box-shadow: rgba(000,000,000,0.4) 0 7px 7px;
  538. box-shadow: rgba(000,000,000,0.4) 0 7px 7px; }
  539. #ribbon h11 {
  540. font-size: 35px!important;
  541. color: #ffffff;
  542. font-family:Edosz;
  543. letter-spacing:3px;
  544. line-height:45px;
  545. color: {color:Header Title};
  546. text-shadow: #000 0 1px 0;
  547. margin:10px;
  548. padding: 15px 15px;
  549. }
  550.  
  551. @font-face{font-family:Edosz;src:url(http://static.tumblr.com/9wzbixa/yRZmj2htw/edosz.ttf);}
  552.  
  553. @font-face {font-family: "Zhizn"; src: url('http://static.tumblr.com/9wzbixa/pDQm2g6zg/zhizn_0.otf');}
  554.  
  555. #ribbon:before {
  556. left: -2em;
  557. border-right-width: 1.5em;
  558. border-left-color: transparent;
  559. -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  560. -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  561. box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
  562. }
  563. #ribbon:after {
  564. right: -2em;
  565. border-left-width: 1.5em;
  566. border-right-color: transparent;
  567. -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  568. -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  569. box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
  570. }
  571. #ribbon #ribbon-content:before, #ribbon #ribbon-content:after {
  572. border-color: {color:Top Bar BG 2} transparent transparent transparent;
  573. position: absolute;
  574. display: block;
  575. border-style: solid;
  576. bottom: -1em;
  577. content: '';
  578. }
  579. #ribbon #ribbon-content:before {
  580. left: 0;
  581. border-width: 1em 0 0 1em;
  582. }
  583. #ribbon #ribbon-content:after {
  584. right: 0;
  585. border-width: 1em 1em 0 0;
  586. }
  587. #ribbon-stitches-top {
  588. margin-top:2px;
  589. border-top: 0px dashed rgba(0, 0, 0, 0.2);
  590. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  591. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  592. box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
  593. }
  594. #ribbon-stitches-bottom {
  595. margin-bottom:2px;
  596. border-top: 0px dashed rgba(0, 0, 0, 0.2);
  597. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  598. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  599. box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
  600. }
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. {CustomCSS}
  610.  
  611. </style>
  612. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  613.  
  614. <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  615.  
  616. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  617. <script>
  618. (function($){
  619. $(document).ready(function(){
  620. $("a[title]").style_my_tooltips({
  621. tip_follows_cursor:true,
  622. tip_delay_time:10,
  623. tip_fade_speed:400,
  624. attribute:"title"
  625. });
  626. });
  627. })(jQuery);
  628. </script>
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. <body onkeydown="return false">
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643. <script>
  644.  
  645.  
  646. $(function() {
  647.  
  648. // grab the initial top offset of the navigation
  649. var ribbon_offset_top = $('#ribbon').offset().top;
  650.  
  651. // our function that decides weather the navigation bar should have "fixed" css position or not.
  652. var ribbon = function(){
  653. var scroll_top = $(window).scrollTop(); // our current vertical position from the top
  654.  
  655. // if we've scrolled more than the navigation, change its position to fixed to stick to top,
  656. // otherwise change it back to relative
  657. if (scroll_top > ribbon_offset_top) {
  658. $('#ribbon').css({ 'position': 'fixed', 'top':0, });
  659. } else {
  660. $('#ribbon').css({ 'position': 'absolute','top':160 });
  661. }
  662. };
  663.  
  664. // run our function on load
  665. ribbon();
  666.  
  667. // and run it again every time you scroll
  668. $(window).scroll(function() {
  669. ribbon();
  670. });
  671.  
  672. });
  673.  
  674.  
  675. </script>
  676.  
  677.  
  678. <script type="text/javascript" src="leaves.js"></script>
  679.  
  680.  
  681. <div id="header">
  682.  
  683. </div>
  684.  
  685.  
  686. <div id="ribbon"><div id="ribbon-stitches-top"></div><span id="ribbon-content"><h11>
  687.  
  688. <a href="{text:Link1}">{text:Link1Title}</a> <a href="{text:Link2}">{text:Link2Title}</a> {title} <a href="{text:Link3}">{text:Link3Title}</a> <a href="{text:Link4}">{text:Link4Title}</a>
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696. </h11></span><div id="ribbon-stitches-bottom"></div>
  697.  
  698.  
  699. </div>
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706. <div id="entries">
  707.  
  708. <div class= “autopagerize_page_element”>
  709. {block:Posts}
  710.  
  711.  
  712. <div class="posts">
  713.  
  714. {block:Photo}
  715. <div id="notes">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  716. title="reblogged from">via</a>&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="posted by">source</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  717. {/block:Photo}
  718.  
  719. {block:Photoset}
  720.  
  721. <div id="notes">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  722. title="reblogged from">via</a>&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="posted by">source</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  723. {/block:Photoset}
  724.  
  725.  
  726.  
  727.  
  728. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  729.  
  730. {block:Photo}
  731. {block:IndexPage}
  732. <div id="postbody">
  733. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a></div></center>
  734. {/block:IndexPage}
  735. {block:PermalinkPage}
  736. <div id="postbox">
  737. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  738. </div>
  739. {/block:PermalinkPage}
  740. {/block:Photo}
  741.  
  742. {block:Photoset}{Photoset-500}{/block:Photoset}
  743.  
  744. {block:Quote}
  745. <div class="qquote"><center><big><big></big></big> {Quote} <big><big></big></big></div></center>
  746.  
  747. {/block:Quote}
  748.  
  749. {block:Link}
  750. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  751. {block:Description}{Description}{/block:Description}
  752. {/block:Link}
  753.  
  754. {block:Chat}
  755. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  756. <div class="chat"><ul>{block:Lines}
  757. <li class="person{UserNumber}">{block:Label}
  758. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  759. {/block:Chat}
  760.  
  761. {block:Audio}
  762. <div id="audio">
  763. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg" width="100px" height="100px"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" width="100px" height="100px"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerBlack}</div></div>
  764.  
  765. {block:TrackName}<div class="audioinfo"><b>Title</b> {TrackName}</div><br>{/block:TrackName}
  766. {block:Artist}<div class="audioinfo"><b>Artist</b> {Artist}</div><br>{/block:Artist}
  767. {block:Album}<div class="audioinfo"><b>Album</b> {Album}</div>{/block:Album}
  768. {block:PlayCount}<div class="audioinfo"><b>Played</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  769. </div>{block:Caption}{Caption}{/block:Caption}
  770. {/block:Audio}
  771.  
  772. {block:Video}{Video-500}{/block:Video}
  773.  
  774. {block:Answer}
  775. <div id="questions">
  776. <div id="asker">{Asker}</div>
  777. <div id="qqq">{Question}</div></div>
  778. <div style="padding:10px;font-family:calibri;">
  779. {Answer}</div>
  780. {/block:Answer}
  781.  
  782.  
  783.  
  784.  
  785.  
  786. {block:Answer}
  787. <div id="notes2">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  788. {/block:Answer}
  789.  
  790.  
  791. {block:Text}
  792. <div id="notes2">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  793. title="reblogged from">via</a>&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="posted by">source</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  794. {/block:text}
  795.  
  796. {block:Audio}
  797. <div id="notes2">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  798. title="reblogged from">via</a>&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="posted by">source</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  799. {/block:Audio}
  800.  
  801.  
  802. {block:Quote}
  803. <div id="notes2">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  804. title="reblogged from">via</a>&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="posted by">source</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  805. {/block:Quote}
  806.  
  807. {block:Video}
  808. <div id="notes2">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  809. title="reblogged from">via</a>&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="posted by">source</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{ReblogUrl}" title="share this post">reblog</a></div>
  810. {/block:Video}
  811.  
  812.  
  813. </div>
  814.  
  815.  
  816.  
  817. {/block:Posts}
  818. </div>
  819.  
  820.  
  821. {block:PostNotes}
  822. <div id="postnotes">{PostNotes}</div>
  823.  
  824.  
  825.  
  826.  
  827. {/block:PostNotes}
  828. {block:PreviousPage}
  829. <small><a href="{PreviousPage}">BACK</a> / {/block:PreviousPage} {block:NextPage}
  830. <a href="{NextPage}">FORWARD</A>{/block:NextPage}
  831. </div>
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843. </body>
  844.  
  845.  
  846. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement