Advertisement
seouless

BOLDED theme

Jul 21st, 2013
1,460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.89 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10.  
  11. <meta name="image:BG">
  12. <meta name="image:post BG">
  13.  
  14. <meta name="color:BG" content="#fff">
  15. <meta name="color:post BG" content="#fff">
  16. <meta name="color:text" content="#999">
  17. <meta name="color:sp text" content="#777">
  18. <meta name="color:link" content="#444">
  19. <meta name="color:link hover" content="#000">
  20. <meta name="color:link click" content="#fff">
  21. <meta name="color:title" content="#000">
  22. <meta name="color:borders" content="#eee">
  23. <meta name="color:nav" content="#fff">
  24. <meta name="color:nav BG" content="#000">
  25. <meta name="color:perma" content="#fff">
  26. <meta name="color:perma BG" content="#000">
  27. <meta name="color:scroll" content="#000">
  28.  
  29. <meta name="if:photo fade" content="0">
  30. <meta name="if:black music" content="1">
  31. <meta name="if:white music" content="0">
  32. <meta name="if:infinite scroll" content="1">
  33. <meta name="if:2 column" content="1">
  34. <meta name="if:1 column">
  35. <meta name="if:250px" content="1">
  36. <meta name="if:400px">
  37. <meta name="if:photo perma black" content="1">
  38. <meta name="if:photo perma white">
  39. <meta name="if:white dash icons" content="1">
  40.  
  41. <meta name="text:link one">
  42. <meta name="text:link one title" content="One">
  43. <meta name="text:link two">
  44. <meta name="text:link two title" content="Two">
  45. <meta name="text:link three">
  46. <meta name="text:link three title" content="Three">
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. iframe#tumblr_controls {
  52. right:0px !important;
  53. position:fixed !important;
  54. {block:ifwhitedashicons}
  55. -webkit-filter:invert(100%);
  56. {/block:ifwhitedashicons}
  57. opacity:.75;
  58. z-index:999999;
  59. }
  60.  
  61. ::-webkit-scrollbar-track { background-color:{color:BG}; }
  62. ::-webkit-scrollbar-thumb { background-color:{color:scroll}; }
  63. ::-webkit-scrollbar { width:4px; height:4px; }
  64.  
  65. body {
  66. font-family:calibri;
  67. font-size:9px;
  68. text-align:justify;
  69. text-transform:normal;
  70. background:{color:BG} url('{image:BG}') fixed repeat center;
  71. color:{color:text};
  72. margin:0px;
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. cursor:help;
  78. color:{color:link};
  79. text-shadow:0px 0px {color:link}, -0px 0px {color:link};
  80. }
  81.  
  82. a:hover {
  83. color:{color:link hover};
  84. text-shadow:3px 0px transparent, -3px 0px transparent;
  85. -webkit-transition:all 0.5s ease-in-out;
  86. -moz-transition:all 0.5s ease-in-out;
  87. -o-transition:all 0.5s ease-in-out;
  88. transition:all 0.5s ease-in-out;
  89. }
  90.  
  91. a:active {
  92. color:{color:link click};
  93. -webkit-transition:all 0.05s ease-in-out;
  94. -moz-transition:all 0.05s ease-in-out;
  95. -o-transition:all 0.05s ease-in-out;
  96. transition:all 0.05s ease-in-out;
  97. }
  98.  
  99. b, strong {
  100. font-weight:heavy;
  101. color:{color:sp text};
  102. }
  103.  
  104. i, em {
  105. font-weight:light;
  106. color:{color:sp text};
  107. }
  108.  
  109. blockquote {
  110. margin-left:30px;
  111. border-left:1px solid {color:borders};
  112. opacity:.9;
  113. padding:1px 0px 1px 9px;
  114. }
  115.  
  116. blockquote img {
  117. {block:indexpage}
  118. max-width:150px;
  119. {/block:indexpage}
  120. {block:permalinkpage}
  121. max-width:420px;
  122. {/block:permalinkpage}
  123. }
  124.  
  125. li {
  126. list-style:square;
  127. }
  128.  
  129. #main {
  130. {block:indexpage}
  131. {block:if1column}
  132. {block:if250px}
  133. margin-left:400px;
  134. width:290px;
  135. {/block:if250px}
  136. {block:if400px}
  137. margin-left:300px;
  138. width:440px;
  139. {/block:if400px}
  140. {/block:if1column}
  141. {block:if2column}
  142. {block:if250px}
  143. margin-left:200px;
  144. width:570px;
  145. {/block:if250px}
  146. {block:if400px}
  147. margin-left:50px;
  148. width:870px;
  149. {/block:if400px}
  150. {/block:if2column}
  151. {/block:indexpage}
  152. {block:permalinkpage}
  153. width:540px;
  154. margin-left:200px;
  155. {/block:permalinkpage}
  156. }
  157.  
  158. #posts {
  159. padding:5px;
  160. margin:25px 0px 25px 0px;
  161. {block:indexpage}
  162. {block:if1column}
  163. {block:if250px}
  164. width:280px;
  165. {/block:if250px}
  166. {block:if400px}
  167. width:430px;
  168. {/block:if400px}
  169. {/block:if1column}
  170. {block:if2column}
  171. {block:if250px}
  172. width:560px;
  173. {/block:if250px}
  174. {block:if400px}
  175. width:860px;
  176. {/block:if400px}
  177. {/block:if2column}
  178. {/block:indexpage}
  179. {block:permalinkpage}
  180. width:530px;
  181. {/block:permalinkpage}
  182. }
  183.  
  184.  
  185. .post {
  186. margin:7px;
  187. padding:7px;
  188. background:{color:post BG} url('{image:post BG}') repeat center;
  189. border: 1px solid {color:borders};
  190. float:left;
  191. {block:indexpage}
  192. {block:if250px}
  193. width:250px;
  194. {/block:if250px}
  195. {block:if400px}
  196. width:400px;
  197. {/block:if400px}
  198. {/block:indexpage}
  199. {block:permalinkpage}
  200. width:500px;
  201. margin-bottom:25px;
  202. {/block:permalinkpage}
  203. }
  204.  
  205. .post img {
  206. margin-bottom:-2px;
  207. {block:indexpage}
  208. {block:if250px}
  209. width:250px;
  210. {/block:if250px}
  211. {block:if400px}
  212. width:400px;
  213. {/block:if400px}
  214. {/block:indexpage}
  215. {block:permalinkpage}
  216. max-width:500px;
  217. {/block:permalinkpage}
  218. }
  219.  
  220. {block:indexpage}
  221. {block:ifphotofade}
  222. .post img:hover {
  223. opacity:.75;
  224. }
  225. {/block:ifphotofade}
  226. {/block:indexpage}
  227.  
  228. .post:hover #perma {
  229. opacity:1;
  230. }
  231.  
  232. #pht {
  233. overflow:hidden;
  234. position:relative;
  235. padding-bottom:10px;
  236. }
  237.  
  238. #perma {
  239. letter-spacing:1px;
  240. opacity:0;
  241. font:8px consolas;
  242. position:absolute;
  243. float:left;
  244. height:100%;
  245. overflow:hidden;
  246. text-transform:uppercase;
  247. line-height:12px;
  248. {block:if250px}
  249. width:250px;
  250. {/block:if250px}
  251. {block:if400px}
  252. width:400px;
  253. {/block:if400px}
  254. {block:ifphotopermablack}
  255. background:rgba(0, 0, 0, .5);
  256. {/block:ifphotopermablack}
  257. {block:ifphotopermawhite}
  258. background:rgba(255, 255, 255, .5);
  259. {/block:ifphotopermawhite}
  260. -webkit-transition:all 0.5s ease-in-out;
  261. -moz-transition:all 0.5s ease-in-out;
  262. -o-transition:all 0.5s ease-in-out;
  263. transition:all 0.5s ease-in-out;
  264. {block:permalinkpage}
  265. display:none;
  266. {/block:permalinkpage}
  267. z-index:99;
  268.  
  269. }
  270.  
  271. #tet {
  272. letter-spacing:1px;
  273. text-align:right;
  274. font:8px consolas;
  275. text-transform:uppercase;
  276. margin-top:2px;
  277. margin-bottom:-2px;
  278. {block:permalinkpage}
  279. display:none;
  280. {/block:permalinkpage}
  281. -webkit-transition:all 0.5s ease-in-out;
  282. -moz-transition:all 0.5s ease-in-out;
  283. -o-transition:all 0.5s ease-in-out;
  284. transition:all 0.5s ease-in-out;
  285. }
  286.  
  287. #tet a {
  288. color:{color:title};
  289. }
  290.  
  291. .txt {
  292. margin-top:75px;
  293. position:absolute;
  294. {block:if250px}
  295. width:260px;
  296. {/block:if250px}
  297. {block:if400px}
  298. width:410px;
  299. {/block:if400px}
  300. text-align:center;
  301. }
  302.  
  303. .txt a {
  304. text-decoration:none;
  305. color:{color:perma};
  306. background:{color:perma BG};
  307. padding:0px 3px 0px 3px;
  308. text-shadow:0px 0px {color:perma}, -0px 0px {color:perma};
  309. }
  310.  
  311. .txt a:hover {
  312. text-shadow:3px 0px {color:perma BG}, -3px 0px {color:perma BG};
  313. -webkit-transition:all 0.5s ease-in-out;
  314. -moz-transition:all 0.5s ease-in-out;
  315. -o-transition:all 0.5s ease-in-out;
  316. transition:all 0.5s ease-in-out;
  317. }
  318.  
  319. .txt a:active {
  320. color:{color:perma BG};
  321. -webkit-transition:all 0.05s ease-in-out;
  322. -moz-transition:all 0.05s ease-in-out;
  323. -o-transition:all 0.05s ease-in-out;
  324. transition:all 0.05s ease-in-out;
  325. }
  326.  
  327. .head {
  328. padding:0px 15px 0px 15px;
  329. font-size:11px;
  330. letter-spacing:1px;
  331. color:{color:title};
  332. }
  333.  
  334. {block:indexpage}
  335. .t {
  336. padding:5px 0px 5px 0px;
  337. }
  338. {/block:indexpage}
  339.  
  340. .say {
  341. padding:0px 10px 0px 10px;
  342. color:{color:title};
  343. letter-spacing:1px;
  344. font-size:11px;
  345. }
  346.  
  347. .cap {
  348. padding:0px 10px 0px 10px;
  349. overflow:hidden;
  350. }
  351.  
  352. .cap img {
  353. max-width:200px;
  354. margin-bottom:-2px;
  355. }
  356.  
  357. .ml {
  358. width:50px;
  359. height:50px;
  360. padding-right:5px;
  361. }
  362.  
  363. .ml img {
  364. width:50px;
  365. }
  366.  
  367. .mr {
  368. float:left;
  369. height:48px;
  370. margin-left:50px;
  371. margin-top:-48px;
  372. padding-left:10px;
  373. }
  374.  
  375. .post:hover .butt {
  376. opacity:1;
  377. }
  378.  
  379. .butt {
  380. width:50px;
  381. height:50px;
  382. opacity:0;
  383. position:absolute;
  384. z-index:8;
  385. {block:ifwhitemusic}
  386. background:rgba(255, 255, 255, .5);
  387. {/block:ifwhitemusic}
  388. {block:ifblackmusic}
  389. background:rgba(0, 0, 0, .5);
  390. {/block:ifblackmusic}
  391. -webkit-transition:all 0.5s ease-in-out;
  392. -moz-transition:all 0.5s ease-in-out;
  393. -o-transition:all 0.5s ease-in-out;
  394. transition:all 0.5s ease-in-out;
  395. }
  396.  
  397. .button {
  398. margin:12px;
  399. width:26px;
  400. height:26px;
  401. overflow:hidden;
  402. }
  403.  
  404. .permalinkpage {
  405. padding:0px 10px 0px 10px;
  406. }
  407.  
  408. #side {
  409. width:100px;
  410. position:fixed;
  411. top:60px;
  412. {block:indexpage}
  413. {block:if1column}
  414. {block:if250px}
  415. margin-left:305px;
  416. {/block:if250px}
  417. {block:if400px}
  418. margin-left:455px;
  419. {/block:if400px}
  420. {/block:if1column}
  421. {block:if2column}
  422. {block:if250px}
  423. margin-left:585px;
  424. {/block:if250px}
  425. {block:if400px}
  426. margin-left:885px;
  427. {/block:if400px}
  428. {/block:if2column}
  429. {/block:indexpage}
  430. {block:permalinkpage}
  431. margin-left:555px;
  432. {/block:permalinkpage}
  433. }
  434.  
  435. #title {
  436. font-size:11px;
  437. letter-spacing:1px;
  438. padding-bottom:3px;
  439. color:{color:title};
  440. }
  441.  
  442. #desc {
  443. padding:6px 0px 6px 0px;
  444. }
  445.  
  446. .more {
  447. cursor:help;
  448. }
  449.  
  450. .hide {
  451.  
  452. }
  453.  
  454. .links {
  455. padding-top:3px;
  456. font:8px consolas;
  457. letter-spacing:1px;
  458. text-transform:uppercase;
  459. line-height:12px;
  460. }
  461.  
  462. .links a {
  463. text-decoration:none;
  464. color:{color:nav};
  465. background:{color:nav BG};
  466. padding:0px 3px 0px 3px;
  467. margin:2px 0px 2px 0px;
  468. text-shadow:0px 0px {color:nav}, -0px 0px {color:nav};
  469. }
  470.  
  471. .links a:hover {
  472. text-shadow:3px 0px {color:nav BG}, -3px 0px {color:nav BG};
  473. -webkit-transition:all 0.5s ease-in-out;
  474. -moz-transition:all 0.5s ease-in-out;
  475. -o-transition:all 0.5s ease-in-out;
  476. transition:all 0.5s ease-in-out;
  477. }
  478.  
  479. .links a:active {
  480. color:{color:nav BG};
  481. -webkit-transition:all 0.05s ease-in-out;
  482. -moz-transition:all 0.05s ease-in-out;
  483. -o-transition:all 0.05s ease-in-out;
  484. transition:all 0.05s ease-in-out;
  485. }
  486.  
  487. #nav {
  488. {block:indexpage}
  489. {block:if1column}
  490. {block:if250px}
  491. margin-left:305px;
  492. {/block:if250px}
  493. {block:if400px}
  494. margin-left:455px;
  495. {/block:if400px}
  496. {/block:if1column}
  497. {block:if2column}
  498. {block:if250px}
  499. margin-left:585px;
  500. {/block:if250px}
  501. {block:if400px}
  502. margin-left:885px;
  503. {/block:if400px}
  504. {/block:if2column}
  505. {/block:indexpage}
  506. {block:permalinkpage}
  507. margin-left:555px;
  508. {/block:permalinkpage}
  509. width:100px;
  510. position:fixed;
  511. bottom:60px;
  512. font:8px consolas;
  513. letter-spacing:1px;
  514. text-transform:uppercase;
  515. line-height:12px;
  516. {block:indexpage}
  517. {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
  518. {/block:indexpage}
  519. }
  520.  
  521. #nav a {
  522. text-decoration:none;
  523. color:{color:nav};
  524. background:{color:nav BG};
  525. padding:0px 3px 0px 3px;
  526. margin:2px 0px 2px 0px;
  527. text-shadow:0px 0px {color:nav}, -0px 0px {color:nav};
  528. }
  529.  
  530. #nav a:hover {
  531. text-shadow:3px 0px {color:nav BG}, -3px 0px {color:nav BG};
  532. -webkit-transition:all 0.5s ease-in-out;
  533. -moz-transition:all 0.5s ease-in-out;
  534. -o-transition:all 0.5s ease-in-out;
  535. transition:all 0.5s ease-in-out;
  536. }
  537.  
  538. #nav a:active {
  539. color:{color:nav BG};
  540. -webkit-transition:all 0.05s ease-in-out;
  541. -moz-transition:all 0.05s ease-in-out;
  542. -o-transition:all 0.05s ease-in-out;
  543. transition:all 0.05s ease-in-out;
  544. }
  545.  
  546.  
  547.  
  548. </style>
  549. {block:permalinkpage}
  550. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  551. </script>
  552. <script type="text/javascript">
  553. $(document).ready(function(){
  554. $(".hide").hide();
  555. $(".more").click(function(){
  556. $(this).next(".hide").slideToggle('fast');
  557. }); }); </script>
  558. {/block:permalinkpage}
  559. {block:indexpage}
  560. {block:if1column}
  561. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  562. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  563. </script>
  564. <script type="text/javascript">
  565. $(document).ready(function(){
  566. $(".hide").hide();
  567. $(".more").click(function(){
  568. $(this).next(".hide").slideToggle('fast');
  569. }); }); </script>
  570. {/block:if1column}
  571. {block:if2column}
  572. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  573. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  574. {block:ifinfinitescroll}<script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>{/block:ifinfinitescroll}
  575. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  576. <script type="text/javascript">
  577. $(window).load(function () {
  578. $('#posts').masonry(),
  579. $('.masonryWrap').infinitescroll({
  580. navSelector : "#nav a",
  581. // selector for the paged navigation (it will be hidden)
  582. nextSelector : "#nav a",
  583. // selector for the NEXT link (to page 2)
  584. itemSelector : ".post",
  585. // selector for all items you'll retrieve
  586. bufferPx : 10000,
  587. extraScrollPx: 11000,
  588. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  589. loadingText : "<em></em>",
  590. },
  591. // call masonry as a callback.
  592. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  593. );
  594. });
  595. </script>
  596. <script src="toggle.js" type="text/javascript"></script>
  597. <script type="text/javascript">
  598. $(document).ready(function(){
  599. $(".hide").hide();
  600. $(".more").click(function(){
  601. $('.hide').slideToggle(300);
  602. return true;
  603. });
  604. });
  605. </script>
  606. {/block:if2column}
  607. {/block:indexpage}
  608. </head>
  609. <body>
  610.  
  611.  
  612. <div id="main">
  613.  
  614.  
  615. <div id="nav">
  616. {block:Pagination}
  617. {block:PreviousPage}
  618. <a href="{PreviousPage}" title="Previous Page">◀</a><br>
  619. {/block:PreviousPage}
  620. {block:NextPage}
  621. <a href="{NextPage}" title="Next Page">▶</a>
  622. {/block:NextPage}
  623. {/block:Pagination}
  624. {block:PermalinkPagination}
  625. {block:NextPost}
  626. <a href="{NextPost}" title="Newer Post">◀</a><br>
  627. {/block:NextPost}
  628. {block:PreviousPost}
  629. <a href="{PreviousPost}" title="Older Post">▶</a>
  630. {/block:PreviousPost}
  631. {/block:PermalinkPagination}
  632. </div>
  633.  
  634.  
  635. <div id="side">
  636. <div class="more" id="title">x {title}</div>
  637. <div class="hide" id="desc">{description}</div>
  638. <div class="links">
  639. <a href="/">home</a><br><a href="/ask">Inbox</a>{block:iflinkone}<br><a href="{text:link one}">{text:link one title}</a>{/block:iflinkone}{block:iflinktwo}<br><a href="{text:link two}">{text:link two title}</a>{/block:iflinktwo}{block:iflinkthree}<br><a href="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
  640. </div>
  641. </div>
  642.  
  643.  
  644. <div id="posts">
  645.  
  646. {block:Posts}
  647.  
  648. <div class="post">
  649.  
  650.  
  651. {block:Text}
  652. <div class="t">
  653. {block:Title}<div class="head">{Title}</div>{/block:Title}
  654. <div class="cap">{Body}</div>
  655. </div>
  656. <div id="tet">
  657. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  658. </div>
  659. {/block:Text}
  660.  
  661. {block:Quote}
  662. <div class="t">
  663. <div class="say">"{Quote}"</div>
  664. {block:Source}<div style="text-align:right">— {Source}</div>{/block:Source}
  665. </div>
  666. <div id="tet">
  667. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  668. </div>
  669. {/block:Quote}
  670.  
  671. {block:Link}
  672. <div class="t">
  673. <div class="head"><a href="{URL}" target="{Target}">⇁ {Name}</a></div>
  674. {block:Description}<div class="cap">{Description}</div>{/block:Description}
  675. </div>
  676. <div id="tet">
  677. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  678. </div>
  679. {/block:Link}
  680.  
  681. {block:Chat}
  682. <div class="t">
  683. {block:Title}<div class="head">{title}</div>{/block:Title}
  684. <div class="cap">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  685. </div>
  686. <div id="tet">
  687. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  688. </div>
  689. {/block:Chat}
  690.  
  691. {block:Audio}
  692. {block:indexpage}
  693. {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  694. {/block:indexpage}
  695. {block:permalinkpage}
  696. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  697. {/block:permalinkpage}
  698. <div class="ml">
  699. <div class="butt">
  700. {block:AudioPlayer}<div class="button">
  701. {block:ifwhitemusic}{AudioPlayerWhite}{/block:ifwhitemusic}
  702. {block:ifblackmusic}{AudioPlayerBlack}{/block:ifblackmusic}
  703. </div>{/block:AudioPlayer}
  704. </div>
  705. {block:AlbumArt}
  706. <img src="{AlbumArtURL}" float="left">
  707. {/block:AlbumArt}
  708. </div>
  709. {block:indexpage}
  710. <div class="mr">
  711. {block:TrackName}{TrackName}<br>{/block:TrackName}
  712. {block:Artist}{Artist}<br>{/block:Artist}
  713. {block:Album}{Album}<br>{/block:Album}
  714. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  715. </div>
  716. {/block:indexpage}
  717. {block:permalinkpage}
  718. <div class="mr">
  719. {block:TrackName}{TrackName}<br>{/block:TrackName}
  720. {block:Artist}{Artist}<br>{/block:Artist}
  721. {block:Album}{Album}<br>{/block:Album}
  722. {block:PlayCount}{PlayCountWithLabel}<br>{/block:PlayCount}
  723. </div>
  724. <div class="cap">
  725. {block:Caption}{Caption}{/block:Caption}
  726. {block:ExternalAudio}<a href="{ExternalAudioURL}">Download</a><br>{/block:ExternalAudio}
  727. </div>
  728. {/block:permalinkpage}
  729. <div id="tet">
  730. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  731. </div>
  732. {/block:Audio}
  733.  
  734. {block:Answer}
  735. <div class="t">
  736. <div class="say">{Question}</div>
  737. <div style="text-align:right;">— {Asker}</div>
  738. <div class="cap">{Answer}</div>
  739. </div>
  740. <div id="tet">
  741. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  742. </div>
  743. {/block:Answer}
  744.  
  745. {block:Photo}
  746. <div id="pht">
  747. <div id="perma">
  748. <div class="txt"><a href="{Permalink}">{DayOfMonth} {ShortMonth}, {NoteCountWithLabel}</a><br><a href="{ReblogURL}">Reblog</a></div>
  749. </div>
  750. {block:indexpage}
  751. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><img style="" src="{PhotoURL-500}"></a></center>
  752. {/block:indexpage}
  753. {block:permalinkpage}
  754. <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  755. {block:HighRes}<div style="text-align:right;"><small><a href="{PhotoURL-HighRes}">High Resolution</a></small></div>{/block:HighRes}
  756. <div class="cap">
  757. {block:Camera}{Camera}<br>{/block:Camera}
  758. {block:Aperture}{Aperture}<br>{/block:Aperture}
  759. {block:Exposure}{Exposure}<br>{/block:Exposure}
  760. {block:FocalLength}{FocalLength}<br>{/block:FocalLength}
  761. {block:Caption}{Caption}<br>{/block:Caption}
  762. </div>
  763. {/block:permalinkpage}
  764. <div style="margin-bottom:-10px;"></div>
  765. </div>
  766. {/block:Photo}
  767.  
  768. {block:Photoset}
  769. <div id="pht">
  770. <div id="perma">
  771. <div class="txt"><a href="{Permalink}">{DayOfMonth} {ShortMonth}, {NoteCountWithLabel}</a><br><a href="{ReblogURL}">Reblog</a></div>
  772. </div>
  773. {block:indexpage}
  774. <center>{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}</center>
  775. {/block:indexpage}
  776. {block:permalinkpage}
  777. <center>{Photoset-500}</center>
  778. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  779. {/block:permalinkpage}
  780. <div style="margin-bottom:-10px;"></div>
  781. </div>
  782. {/block:Photoset}
  783.  
  784. {block:Video}
  785. {block:indexpage}
  786. <center>{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}</center>
  787. {/block:indexpage}
  788. {block:permalinkpage}
  789. <center>{Video-500}</center>
  790. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  791. {/block:permalinkpage}
  792. <div id="tet">
  793. <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
  794. </div>
  795. {/block:Video}
  796.  
  797.  
  798. {block:permalinkpage}
  799. <div class="permalinkpage">
  800. {block:Date}<p></p><br>{TimeAgo} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</p>{/block:Date}
  801. {block:RebloggedFrom}Via; <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>, Source; <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  802. {block:HasTags}Tagged; {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
  803. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  804. {block:PostNotes}{PostNotes}{/block:PostNotes}
  805.  
  806. </div><!--permalinkpage-->
  807. {/block:permalinkpage}
  808.  
  809.  
  810. </div><!--post-->
  811.  
  812.  
  813. {/block:Posts}
  814.  
  815.  
  816. </div><!--posts-->
  817.  
  818.  
  819. </div><!-- main -->
  820.  
  821.  
  822. <a style="position:fixed; bottom:5px; left:10px" href="http://subplanets.tumblr.com">theme</a>
  823.  
  824.  
  825. </body>
  826. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement