Advertisement
Udonya

Theme 1 By Udonya

Mar 13th, 2015
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.88 KB | None | 0 0
  1. <!------
  2.  
  3. ,-,-,-. . .
  4. `,| | | ,-. ,-| ,-. |-. . .
  5. | ; | . ,-| | | |-' | | | |
  6. ' `-' `-^ `-^ `-' ^-' `-|
  7. /|
  8. `-'
  9. ,. .
  10. / | ,-. ,-. ,-. |- ,-. ,-. . ,-.
  11. /~~|-. | | ,-| `-. | ,-| `-. | ,-|
  12. ,' `-' ' ' `-^ `-' `' `-^ `-' ' `-^
  13.  
  14. Rules:
  15.  
  16. 1. Do not remove, edit, or change the theme credit please! Ask first!
  17. 2. Do not claim as your own!
  18. 3. Do not post my code ANYWHERE else!
  19.  
  20. You can always ask me for any type of customizing help, I'd be happy too! ^^
  21.  
  22. ------>
  23.  
  24. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  25. <html xmlns="http://www.w3.org/1999/xhtml">
  26.  
  27. <head>
  28.  
  29. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  30.  
  31. {block:Description}
  32. <meta name="description" content="{MetaDescription}"/>
  33. {/block:Description}
  34.  
  35. <link rel="shortcut icon" href="{Favicon}" />
  36.  
  37. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  39.  
  40. <meta name="image:Background Image" content="https://40.media.tumblr.com/bf8dfe2e6ff97f506306344fe021504e/tumblr_nj0ojcjzpm1tfx9nao1_250.png"/>
  41.  
  42. <meta name="text:Home Link Name" content="Home"/>
  43. <meta name="text:Home Link" content="/"/>
  44. <meta name="text:Askbox Link Name" content="Askbox"/>
  45. <meta name="text:Askbox Link" content="/ask"/>
  46. <meta name="text:Submit Link Name" content="Submit"/>
  47. <meta name="text:Submit Link" content="/submit"/>
  48. <meta name="text:Archive Link Name" content="Archive"/>
  49. <meta name="text:Archive Link" content="/archive"/>
  50.  
  51. <meta name="text:Link 1 Title" content="Link 1"/>
  52. <meta name="text:Link 1" content="/"/>
  53. <meta name="text:Link 2 Title" content="Link 2"/>
  54. <meta name="text:Link 2" content="/"/>
  55. <meta name="text:Link 3 Title" content="Link 3"/>
  56. <meta name="text:Link 3" content="/"/>
  57. <meta name="text:Link 4 Title" content="Link 4"/>
  58. <meta name="text:Link 4" content="/"/>
  59. <meta name="text:Link 5 Title" content="Link 5"/>
  60. <meta name="text:Link 5" content="/"/>
  61.  
  62. <meta name="color:Background" content="#fff"/>
  63. <meta name="color:Font Color" content="#000"/>
  64. <meta name="color:Link Color" content="#000"/>
  65. <meta name="color:Link Hover Color" content="#000"/>
  66. <meta name="color:Title Background" content="#000"/>
  67. <meta name="color:Title Font Color" content="#fff"/>
  68. <meta name="color:Additional Quote Box" content="#eee"/>
  69.  
  70. <meta name="color:Post Hover Border" content="#eee"/>
  71. <meta name="color:Image Post Hover Border" content="#000"/>
  72. <meta name="color:Image Post Info Background" content="#000"/>
  73. <meta name="color:Image Post Info Text" content="#fff"/>
  74.  
  75. <meta name="color:Topbar Background" content="#000"/>
  76. <meta name="color:Topbar Links" content="#fff"/>
  77. <meta name="color:Topbar Links Hover Background" content="#fff"/>
  78. <meta name="color:Topbar Links Hover Font Color" content="#000"/>
  79.  
  80. <meta name="color:Middlebar Background" content="#000"/>
  81. <meta name="color:Middlebar Links" content="#fff"/>
  82. <meta name="color:Middlebar Links Hover Border" content="#fff"/>
  83.  
  84. <meta name="color:Scrollbar" content="#000"/>
  85. <meta name="color:Tooltip Background" content="#000"/>
  86. <meta name="color:Tooltip Font Color" content="#fff"/>
  87.  
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar {
  91. height:2px;
  92. width:2px;
  93. background:{color:Background};
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background:{color:Scrollbar};
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal {
  101. background:{color:Scrollbar};
  102. }
  103.  
  104. body {
  105. background:url('{image:Background Image}');
  106. background-color:{color:Background};
  107. background-attachment:fixed;
  108. font-size:8px;
  109. font-family:calibri;
  110. color:{color:Font Color};
  111. text-align:justify;
  112. letter-spacing:1px;
  113. }
  114.  
  115. a {
  116. color:{color:Link Color};
  117. text-decoration:none;
  118. -webkit-transition: all 0.9s ease;
  119. -moz-transition: all 0.9s ease;
  120. -o-transition: all 0.9s ease;
  121. }
  122.  
  123. a:hover {
  124. color:{color:Link Hover Color};
  125. cursor:help;
  126. -webkit-transition: all 0.9s ease;
  127. -moz-transition: all 0.9s ease;
  128. -o-transition: all 0.9s ease;
  129.  
  130. }
  131.  
  132. blockquote {
  133. border-left:1px solid {color:Font Color};
  134. margin-left:0px;
  135. padding-left:10px;
  136.  
  137. {block:IndexPage}
  138. width:auto;
  139. {/block:IndexPage}
  140.  
  141. {block:PermalinkPage}
  142. width:424px;
  143. {/block:PermalinkPage}
  144. }
  145.  
  146. h1 {
  147. font-size:10px;
  148. text-align:center;
  149. }
  150.  
  151. ul {
  152. margin-left:-25px;
  153. }
  154.  
  155. #topbar {
  156. background:{color:Topbar Background};
  157. color:#fff;
  158. font-size:8px;
  159. text-transform:uppercase;
  160. letter-spacing:2px;
  161. line-height:40px;
  162. width:110%;
  163. height:40px;
  164. margin-left:-10px;
  165. margin-top:-10px;
  166. position:fixed;
  167. padding-top:2px;
  168. padding-left:20px;
  169. z-index:9;
  170. }
  171.  
  172. #topbar a {
  173. color:{color:Topbar Links};
  174. padding:10px;
  175. }
  176.  
  177. #topbar a:hover {
  178. background:{color:Topbar Links Hover Background};
  179. color:{color:Topbar Links Hover Font Color};
  180. padding:10px 20px 10px 20px;
  181. }
  182.  
  183. #backdrop {
  184. background:{color:Background};
  185. width:570px;
  186. height:110%;
  187. margin-top:-10px;
  188. margin-left:380px;
  189. position:fixed;
  190. z-index:-999;
  191. }
  192.  
  193. #content {
  194. float:left;
  195. width:542px;
  196. margin-top:180px;
  197. margin-left:401px;
  198. }
  199.  
  200. .container {
  201. margin:40px;
  202. float:left;
  203. position:relative;
  204.  
  205. {block:PermalinkPage}
  206. margin:0px;
  207. float:none;
  208. {/block:PermalinkPage}
  209. -webkit-transition: all 0.9s ease;
  210. -moz-transition: all 0.9s ease;
  211. -o-transition: all 0.9s ease;
  212. }
  213.  
  214. .post {
  215. border:1px solid {color:Background};
  216. width:180px;
  217. -webkit-filter: grayscale(0.6);
  218. -webkit-transition: all 0.9s ease;
  219. -moz-transition: all 0.9s ease;
  220. -o-transition: all 0.9s ease;
  221.  
  222. {block:PermalinkPage}
  223. border:none;
  224. margin:25px 40px 40px 41px;
  225. width:444px;
  226. {/block:PermalinkPage}
  227. }
  228.  
  229. .posts {
  230. border:1px solid {color:Post Hover Border};
  231. width:160px;
  232. padding:10px;
  233. -webkit-transition: all 0.9s ease;
  234. -moz-transition: all 0.9s ease;
  235. -o-transition: all 0.9s ease;
  236.  
  237. {block:PermalinkPage}
  238. border:none;
  239. margin:40px 40px 40px 50px;
  240. width:444px;
  241. padding:0px;
  242. {/block:PermalinkPage}
  243. }
  244.  
  245. .post:hover {
  246. border:1px solid {color:Image Post Hover Border};
  247. -webkit-filter: grayscale(0.0);
  248. -webkit-transition: all 0.9s ease;
  249. -moz-transition: all 0.9s ease;
  250. -o-transition: all 0.9s ease;
  251.  
  252. {block:PermalinkPage}
  253. border:none;
  254. {/block:PermalinkPage}
  255. }
  256.  
  257. .post img {
  258. width:180px;
  259. display:block;
  260. -webkit-transition: all 0.9s ease;
  261. -moz-transition: all 0.9s ease;
  262. -o-transition: all 0.9s ease;
  263.  
  264. {block:PermalinkPage}
  265. width:444px;
  266. -webkit-filter: grayscale(0.0);
  267. {/block:PermalinkPage}
  268. }
  269.  
  270. .post img:hover {
  271. -webkit-transition: all 0.9s ease;
  272. -moz-transition: all 0.9s ease;
  273. -o-transition: all 0.9s ease;
  274. }
  275.  
  276. .photoset-img {
  277. width: 180px;
  278.  
  279. {block:PermalinkPage}
  280. width:540px;
  281. {/block:PermalinkPage}
  282. }
  283.  
  284. .overlay {
  285. background:#fff;
  286. width:200px;
  287. height:100%;
  288. margin-top:0px;
  289. margin-left:0px;
  290. position:absolute;
  291. opacity:.2;
  292. transition: all .9s ease;
  293. -webkit-transition: all .9s ease;
  294. -moz-transition: all .9s ease;
  295. -o-transition: all .9s ease;
  296. }
  297.  
  298. .container:hover .overlay {
  299. width:0px;
  300. opacity:0;
  301. }
  302.  
  303. .title {
  304. background:{color:Title Background};
  305. font-size:8px;
  306. text-align:center;
  307. text-transform:uppercase;
  308. letter-spacing:2px;
  309. line-height:20px;
  310. color:{color:Title Font Color};
  311. width:153px;
  312. height:auto;
  313. padding:5px 3px 5px 3px;
  314.  
  315. {block:PermalinkPage}
  316. margin-left:-8px;
  317. width:439px;
  318. {/block:PermalinkPage}
  319. }
  320.  
  321. .title a {
  322. color:#fff;
  323. }
  324.  
  325. .quote {
  326. background:{color:Title Background};
  327. font-size:8px;
  328. text-align:left;
  329. letter-spacing:1px;
  330. color:#fff;
  331. width:140px;
  332. height:auto;
  333. padding:7px 10px 7px 10px;
  334. }
  335.  
  336. .bar {
  337. background:{color:Additional Quote Box};
  338. width:160px;
  339. height:20px;
  340. margin-top:5px;
  341.  
  342. }
  343.  
  344. #infobar {
  345. background:{color:Middlebar Background};
  346. text-align:center;
  347. line-height:15px;
  348. width:423px;
  349. height:auto;
  350. margin-left:443px;
  351. margin-top:80px;
  352. padding:10px 10px 5px 10px;
  353. position:absolute;
  354. }
  355.  
  356. .links {
  357. color:#fff;
  358. font-size:9px;
  359. font-family:calibri;
  360. text-transform:uppercase;
  361. text-decoration:none;
  362. letter-spacing:2px;
  363. }
  364.  
  365. .links a {
  366. border:1px solid #000;
  367. color:{color:Middlebar Links};
  368. font-size:8px;
  369. font-family:calibri;
  370. text-transform:uppercase;
  371. text-decoration:none;
  372. letter-spacing:2px;
  373. cursor:help;
  374. padding:5px 4px 6px 6px;
  375. -webkit-transition: all 0.6s ease;
  376. -moz-transition: all 0.6s ease;
  377. -o-transition: all 0.6s ease;
  378. }
  379.  
  380. .links a:hover {
  381. border:1px solid {color:Middlebar Links Hover Border};
  382. -webkit-transition: all 0.6s ease;
  383. -moz-transition: all 0.6s ease;
  384. -o-transition: all 0.6s ease;
  385. }
  386.  
  387. #info {
  388. background:{color:Image Post Info Background};
  389. border-radius:3px;
  390. color:{color:Image Post Info Text};
  391. font-size:6px;
  392. font-family:calibri;
  393. text-align:center;
  394. text-transform:uppercase;
  395. letter-spacing:1px;
  396. line-height:20px;
  397. width:140px;
  398. height:20px;
  399. margin-top:15px;
  400. margin-left:101px;
  401. position:absolute;
  402. opacity:0;
  403. -webkit-transition: all 0.6s ease;
  404. -moz-transition: all 0.6s ease;
  405. -o-transition: all 0.6s ease;
  406. }
  407.  
  408. #info a {
  409. color:{color:Image Post Info Text};
  410. text-decoration:none;
  411. cursor:help;
  412. }
  413.  
  414. .tri {
  415. width: 0px;
  416. height: 0px;
  417. border-style: solid;
  418. border-width: 0 6px 6px 6px;
  419. border-color: transparent transparent {color:Image Post Info Background} transparent;
  420. margin-top:-5px;
  421. margin-bottom:-30px;
  422. margin-left:120px;
  423. position:absolute;
  424. opacity:0;
  425. -webkit-transition: all 0.6s ease;
  426. -moz-transition: all 0.6s ease;
  427. -o-transition: all 0.6s ease;
  428.  
  429. }
  430.  
  431. .post:hover #info {
  432. margin-left:41px;
  433. opacity:1;
  434. -webkit-transition: all 0.6s ease;
  435. -moz-transition: all 0.6s ease;
  436. -o-transition: all 0.6s ease;
  437. }
  438.  
  439. .post:hover .tri {
  440. margin-top:-5px;
  441. margin-bottom:-30px;
  442. opacity:1;
  443. -webkit-transition: all 0.6s ease;
  444. -moz-transition: all 0.6s ease;
  445. -o-transition: all 0.6s ease;
  446. }
  447.  
  448. .audio {
  449. width:160px;
  450. overflow:hidden;
  451.  
  452. {block:PermalinkPage}
  453. width:444px;
  454. {/block:PermalinkPage}
  455. }
  456.  
  457. #dates {
  458. font-size:7px;
  459. text-align:right;
  460.  
  461. {block:PermalinkPage}
  462. display:none;
  463. {/block:PermalinkPage}
  464. }
  465.  
  466. #pagenavi {
  467. display:none!important;
  468. }
  469.  
  470. #stuff {
  471. background:transparent;
  472. width:422px;
  473. height:auto;
  474. margin-top:-10px;
  475. margin-left:40px;
  476. margin-bottom:20px;
  477. position:absolute;
  478. }
  479.  
  480. #postnotes {
  481. border:1px solid #fff;
  482. margin-top:20px;
  483. height:180px;
  484. width:422px;
  485. overflow-x:hidden;
  486. overflow-y:scroll;
  487. margin-top:50px;
  488. padding:10px;
  489. position:relative;
  490. }
  491.  
  492. #postnotes img {
  493. display:none;
  494. }
  495.  
  496. #vias {
  497. background:{color:Image Post Info Background};
  498. border-radius:3px;
  499. color:#fff;
  500. font-size:7px;
  501. font-family:calibri;
  502. text-align:center;
  503. text-transform:uppercase;
  504. letter-spacing:2px;
  505. line-height:20px;
  506. width:434px;
  507. height:20px;
  508. padding:5px;
  509. position:absolute;
  510. }
  511.  
  512. #vias a {
  513. color:#fff;
  514. }
  515.  
  516. .tris {
  517. width: 0px;
  518. height: 0px;
  519. border-style: solid;
  520. border-width: 0 6px 6px 6px;
  521. border-color: transparent transparent {color:Image Post Info Background} transparent;
  522. margin-left:400px;
  523. margin-top:-5px;
  524. position:absolute;
  525. }
  526.  
  527. #tags {
  528. text-align:center;
  529. width:434px;
  530. height:auto;
  531. margin-top:50px;
  532. margin-bottom:-10px;
  533. position:relative;
  534. }
  535.  
  536. #tags a {
  537. color:#000;
  538. }
  539.  
  540. #s-m-t-tooltip {
  541. background:{color:Tooltip Background};
  542. border:1px solid {color:Tooltip Font Color};
  543. font-family:calibri;
  544. font-size:8px;
  545. color:{color:Tooltip Font Color};
  546. text-align:center;
  547. text-transform:uppercase;
  548. letter-spacing:2px;
  549. max-width:150px;
  550. margin:20px 0 0 15px;
  551. padding:5px 5px 7px 6px;
  552. position:relative;
  553. overflow:hidden;
  554. z-index:999999;
  555. -webkit-transition: all 0.6s ease;
  556. -moz-transition: all 0.6s ease;
  557. -o-transition: all 0.6s ease;
  558. }
  559.  
  560. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  561. display:none;
  562. }
  563.  
  564. #infscr-loading {
  565. display:none;
  566. }
  567.  
  568. iframe#tumblr_controls {
  569. top: 40px !important;
  570. right:0px !important;
  571. position: fixed !important;
  572. }
  573.  
  574. #tumblr_controls {
  575. opacity: 0.5;
  576. -webkit-filter: invert(100%);
  577. -webkit-transition: opacity 0.7s linear;
  578. -webkit-transition: all 0.3s ease-out;
  579. -moz-transition: all 0.3s ease-out;
  580. transition: all 0.3s ease-out;
  581. }
  582.  
  583. #tumblr_controls:hover {
  584. opacity: 1;
  585. -webkit-transition: opacity 0.7s linear;
  586. -webkit-transition: all 0.5s ease-out;
  587. -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  588.  
  589. </style>
  590.  
  591. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  592.  
  593. {block:IndexPage}
  594. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  595.  
  596. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  597.  
  598. <script type="text/javascript">
  599. $(window).load(function () {
  600. $('#content').masonry(),
  601. $('.masonryWrap').infinitescroll({
  602. itemSelector : ".container",
  603. navSelector : "div.pagenavi",
  604. nextSelector : ".pagenavi a#next",
  605. bufferPx : 10000,
  606. extraScrollPx: 10000,
  607. loadingImg : "",
  608. loadingText : "Loading, please wait.",
  609. },
  610. function() { $('#content').masonry({ appendedContent: $(this) });
  611. });
  612. });</script>
  613.  
  614. <script type="text/javascript">
  615. //This will change the source address and display the correct size.
  616. $(".photoset").each(function() {
  617. var newSrc = $(this).attr("src").replace('700','860');
  618. $(this).attr("src", newSrc);
  619. });
  620. //This will get the new size of the iframe and resize the iframe holder accordingly.
  621. $(function(){
  622. var iFrames = $('.photoset');
  623. function iResize() {
  624. for (var i = 0, j = iFrames.length; i < j; i++) {
  625. iFrames[i].style.height = iFrames[i].contentWindow.document.body.offsetHeight + 'px';}
  626. }
  627.  
  628. if ($.browser.safari || $.browser.opera) {
  629. iFrames.load(function(){
  630. setTimeout(iResize, 0);
  631. });
  632.  
  633. for (var i = 0, j = iFrames.length; i < j; i++) {
  634. var iSource = iFrames[i].src;
  635. iFrames[i].src = '';
  636. iFrames[i].src = iSource;
  637. }
  638. } else {
  639. iFrames.load(function() {
  640. this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
  641. });
  642. }
  643. });
  644. </script>
  645.  
  646. {/block:IndexPage}
  647.  
  648. </head>
  649.  
  650. <body>
  651.  
  652. <div id="topbar">
  653. <a href="{text:Home Link}">{text:Home Link Name}</a>
  654. <a href="{text:Askbox Link}">{text:Askbox Link Name}</a>
  655. <a href="{text:Submit Link}">{text:Submit Link Name}</a>
  656. <a href="{text:Archive Link Name}">{text:Archive Link Name}</a>
  657. </div>
  658.  
  659. <div id="backdrop"></div>
  660.  
  661. <div id="infobar">
  662. <div class="links">
  663.  
  664. <p>{Description}</p>
  665.  
  666. <p><a href="{text:Link 1}">{text:Link 1 Title}</a> &nbsp;
  667. <a href="{text:Link 2}">{text:Link 2 Title}</a> &nbsp;
  668. <a href="{text:Link 3}">{text:Link 3 Title}</a> &nbsp;
  669. <a href="{text:Link 4}">{text:Link 4 Title}</a> &nbsp;
  670. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  671. </p>
  672. </div>
  673. </div>
  674.  
  675. <div class="pagenavi">
  676. {block:Pagination}
  677. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  678. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  679. {/block:Pagination}
  680. </div>
  681.  
  682. <div id="content">
  683. {block:Posts}
  684. <div class="container">
  685.  
  686. {block:Photo}
  687. <div class="post">
  688. {block:IndexPage}
  689. <div class="overlay"></div>
  690. {/block:IndexPage}
  691. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  692. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  693. {block:IndexPage}
  694. <div id="info">
  695. <div class="tri"></div>
  696. {ShortMonth} {DayOfMonthWithZero} @ {12HourWithZero}:{Minutes} <a href="{Permalink}">W/ {NoteCountWithLabel}</a></div>
  697. </div>
  698. {/block:IndexPage}
  699. {/block:Photo}
  700.  
  701.  
  702.  
  703. {block:Photoset}
  704. <div class="post">
  705. {block:IndexPage}
  706. <div class="overlay"></div>
  707. {/block:IndexPage}
  708. {block:Photos}
  709. <img src="{PhotoURL-500}" class="photoset-img"/>
  710. {/block:Photos}
  711. {block:IndexPage}
  712. <div id="info">
  713. <div class="tri"></div>
  714. {ShortMonth} {DayOfMonthWithZero} @ {12HourWithZero}:{Minutes} <a href="{Permalink}">W/ {NoteCountWithLabel}</a></div>
  715. </div>
  716. {/block:IndexPage}
  717. {/block:Photoset}
  718.  
  719.  
  720.  
  721. {block:Text}
  722. <div class="posts">
  723. {block:Title}<div class="title">{Title}</div>{/block:Title}
  724. {Body}
  725. {block:Date}
  726. <div id="dates">
  727. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{block:NoteCount} W/ {NoteCountWithLabel}{/block:NoteCount}</a>
  728. {block:HasTags}</br>Filed Under;{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}
  729. </div>
  730. {/block:Date}
  731. </div>
  732. {/block:Text}
  733.  
  734. {block:Quote}
  735. <div class="posts">
  736. <div class="quote"><i>{Quote}</i></div>
  737. <div class="bar"></div>
  738. <p>{block:Source}<div style="text-align: right; font-size:6px;">-{Source}</div>{/block:Source}</p>
  739. {block:Date}
  740. <div id="dates">
  741. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{block:NoteCount} W/ {NoteCountWithLabel}{/block:NoteCount}</a>
  742. {block:HasTags}</br>Filed Under;{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}
  743. </div>
  744. {/block:Date}
  745. </div>
  746. {/block:Quote}
  747.  
  748.  
  749.  
  750. {block:Link}
  751. <div class="posts">
  752. <div class="title"><a href="{URL}">{Name}</a></div>
  753. {block:Description}{Description}{/block:Description}
  754. {block:Date}
  755. <div id="dates">
  756. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{block:NoteCount} W/ {NoteCountWithLabel}{/block:NoteCount}</a>
  757. {block:HasTags}</br>Filed Under;{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}
  758. </div>
  759. {/block:Date}
  760. </div>
  761. {/block:Link}
  762.  
  763.  
  764.  
  765. {block:Chat}
  766. <div class="posts">
  767. {block:Title}<div class="title">{Title}</div>{/block:Title}
  768. {block:Lines}{block:Label}<p><b>{Label}</b>{/block:Label}{Line}</p>
  769. {/block:Lines}
  770. {block:Date}
  771. <div id="dates">
  772. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{block:NoteCount} W/ {NoteCountWithLabel}{/block:NoteCount}</a>
  773. {block:HasTags}</br>Filed Under;{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}
  774. </div>
  775. {/block:Date}
  776. </div>
  777. {/block:Chat}
  778.  
  779.  
  780.  
  781. {block:Audio}
  782. <div class="posts">
  783. <div class="audio">{AudioPlayerWhite}</div>
  784. <p>{block:TrackName}{TrackName}{/block:TrackName}
  785. {block:Artist}By {Artist}{/block:Artist}</p>
  786. {block:Caption}{Caption}{/block:Caption}
  787. {block:Date}
  788. <div id="dates">
  789. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{block:NoteCount} W/ {NoteCountWithLabel}{/block:NoteCount}</a>
  790. {block:HasTags}</br>Filed Under;{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}
  791. </div>
  792. {/block:Date}
  793. </div>
  794. {/block:Audio}
  795.  
  796. </div>
  797.  
  798. {block:PermalinkPage}
  799. <div id="stuff">
  800. {block:Date}<div class="tris"></div>
  801. <div id="vias">
  802. {DayOfWeek}, {Month} {DayOfMonthWithZero}, {Year} @ {12HourWithZero}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">Via {ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">© {SourceTitle} </a>{/block:ContentSource}
  803. </div>
  804. {block:HasTags}
  805. <div id="tags">
  806. Filed Under:
  807. {block:Tags}
  808. <a href="{TagURL}">#{Tag} </a>
  809. {/block:Tags}
  810. </div>
  811. {/block:HasTags}
  812. {block:PostNotes}
  813. <div id="postnotes">
  814. {PostNotes}
  815. </div>
  816. {/block:PostNotes}
  817. </div>
  818. {/block:PermalinkPage}
  819.  
  820. {/block:Posts}
  821. </div>
  822.  
  823. <div style="text-align:right; font-size:8px; color:#000;bottom:2px; right:2px; position:fixed;"><a href="http://udonya.tumblr.com/">UDONYA</a></div>
  824.  
  825. </body>
  826. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement