ninpen

Elle

Nov 9th, 2015
2,734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.43 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <!-------------------------------
  12.  
  13. ELLE BY NINPEN.TUMBLR.COM
  14. DO NOT REMOVE THE CREDIT.
  15.  
  16. --------------------------------->
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <head>
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{FavIcon}" />
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  29.  
  30.  
  31. <meta name="if:fadeimages" content="0"/>
  32.  
  33. <meta name="color:bold" content="#4dd2ff"/>
  34. <meta name="color:italic" content="#FF8F97"/>
  35. <meta name="color:underline" content="#FFB866"/>
  36. <meta name="color:link" content="#000000"/>
  37. <meta name="color:linkhover" content="#eeeeee"/>
  38.  
  39. <meta name="color:scrollthumb" content="#fcd0b8"/>
  40. <meta name="color:scrollbg" content="#fafafa"/>
  41.  
  42. <meta name="color:background" content="#fafafa"/>
  43. <meta name="color:text" content="#444444"/>
  44. <meta name="color:thmlink" content="#cccccc"/>
  45.  
  46. <meta name="color:posts" content="#ffffff"/>
  47. <meta name="color:caption BG" content="#fafafa"/>
  48. <meta name="color:date" content="#000000"/>
  49.  
  50. <meta name="color:tagBG" content="#ffffff"/>
  51. <meta name="color:tag" content="#555555"/
  52. ><meta name="color:tag2BG" content="#fdfdfd"/>
  53. <meta name="color:tagborder" content="#f2f2f2"/>
  54. <meta name="color:border" content="#f5f5f5"/>
  55. <meta name="color:tag-hover" content="#cccccc"/>
  56. <meta name="color:blockquote" content="#555555"/>
  57. <meta name="color:blockquotebg" content="#fafafa"/>
  58.  
  59. <meta name="color:side bg" content="#ffffff"/>
  60. <meta name="color:side text" content="#000000"/>
  61. <meta name="color:audio" content="#000000"/>
  62.  
  63. <meta name="color:chat line 1" content="#fcfcfc"/>
  64. <meta name="color:chat line 2" content="#ffffff"/>
  65.  
  66. <meta name="image:background image" content=""/>
  67. <meta name="image:portrait" content=""/>
  68. <meta name="image:sidebarbg" content=""/>
  69.  
  70. <meta name="text:Custom Link One" content=""/>
  71. <meta name="text:Custom Link One URL" content=""/>
  72. <meta name="text:Custom Link Two" content=""/>
  73. <meta name="text:Custom Link Two URL" content=""/>
  74. <meta name="text:Custom Link Three" content=""/>
  75. <meta name="text:Custom Link Three URL" content=""/>
  76. <meta name="text:Custom Link Four" content=""/>
  77. <meta name="text:Custom Link Four URL" content=""/>
  78. <meta name="text:Custom Link Five" content=""/>
  79. <meta name="text:Custom Link Five URL" content=""/>
  80. <meta name="text:Custom Link Six" content=""/>
  81. <meta name="text:Custom Link Six URL" content=""/>
  82. <meta name="text:Custom Link Seven" content=""/>
  83. <meta name="text:Custom Link Seven URL" content=""/>
  84. <meta name="text:Custom Link Eight" content=""/>
  85. <meta name="text:Custom Link Eight URL" content=""/>
  86. <meta name="text:Custom Link Nine" content=""/>
  87. <meta name="text:Custom Link Nine URL" content=""/>
  88. <meta name="text:Custom Link Ten" content=""/>
  89. <meta name="text:Custom Link Ten URL" content=""/>
  90. <meta name="text:Custom Link Eleven" content=""/>
  91. <meta name="text:Custom Link Eleven URL" content=""/>
  92. <meta name="text:Custom Link Twelve" content=""/>
  93. <meta name="text:Custom Link Twelve URL" content=""/>
  94. <meta name="text:Custom Link Thirteen" content=""/>
  95. <meta name="text:Custom Link Thirteen URL" content=""/>
  96. <meta name="text:Custom Link Fourteen" content=""/>
  97. <meta name="text:Custom Link Fourteen URL" content=""/>
  98. <meta name="text:Custom Link Fifteen" content=""/>
  99. <meta name="text:Custom Link Fifteen URL" content=""/>
  100.  
  101. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,900' rel='stylesheet' type='text/css'>
  102.  
  103.  
  104. <style type="text/css">
  105. html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, li, fieldset, form, label, legend, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, summary,time, mark, audio, video {
  106. margin: 0;
  107. padding: 0;
  108. border: 0;
  109. font-size: 100%;
  110. font: inherit;
  111. vertical-align: baseline;
  112. }
  113.  
  114. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  115. display: block;
  116. }
  117.  
  118. body {
  119. line-height: 1;
  120. }
  121.  
  122. ol, ul {
  123. list-style: none;
  124. }
  125.  
  126. table {
  127. border-collapse: collapse;
  128. border-spacing: 0;
  129. }
  130.  
  131. ::-webkit-scrollbar {
  132. width: 3px;
  133. height: 3px;
  134. border:1px solid {color:scrollbg};
  135. }
  136.  
  137. ::-webkit-scrollbar-thumb {
  138. background-color:{color:scrollthumb};
  139. }
  140.  
  141. html{
  142. padding:0;
  143. margin:0;
  144. height:100%;
  145. width:100%;
  146. }
  147.  
  148. body {
  149. padding:0;
  150. margin:0;
  151. word-wrap: break-word;
  152. font-family:'Open Sans';
  153. color: {color:text};
  154. background:{color:Background} url({image:background image}) repeat right top fixed;
  155. }
  156.  
  157. a{text-decoration:none;color:{color:link};}
  158.  
  159. b,strong{color:{color:bold};}
  160.  
  161. i,em{color:{color:italic};}
  162.  
  163. u{color:{color:underline};}
  164.  
  165. .cred{font:700 italic 9px/8px 'open sans';letter-spacing:1px;position:Fixed;bottom:2%;right:5%;}
  166.  
  167. .cred a{color:{color:thmlink};}
  168. .cred a:hover{color:{color:bold};}
  169.  
  170. h1 {
  171. position:Relative;
  172. text-align:left;
  173. font:900 10px/15px 'open sans';
  174. letter-spacing:1px;
  175. text-transform:uppercase;
  176. }
  177.  
  178. h2 {
  179. position:Relative;
  180. text-align:right;
  181. margin:20% 10px 0 0;
  182. font:900 italic 14px/16px 'open sans';
  183. }
  184.  
  185. .source{
  186. font:italic 7px/12px trebuchet ms;
  187. text-transform:uppercase;
  188. letter-spacing:1px;
  189. color:{color:text};
  190. }
  191.  
  192. .titled{
  193. background:{color:caption BG};
  194. width:45%;
  195. float:right;
  196. text-align:left!important;
  197. height:100%;
  198. display: table-cell;
  199. padding:15% 0;
  200. }
  201.  
  202. .titled a{color:{color:link};}
  203. .titled a:hover{color:{color:linkhover};}
  204.  
  205. .ticon{
  206. margin:0 15px 5px 0;
  207. position:relative;
  208. z-index:2;
  209. float:left;
  210. display:inline-block;
  211. }
  212.  
  213. .twrap{
  214. position: relative;
  215. transform: translateX(-50%);
  216. left: 50%;
  217. display: inline-block;
  218. }
  219.  
  220. img{max-width:100%;}
  221.  
  222. #center{
  223. width:100%;
  224. height:70%;
  225. bottom:5%;
  226. left:0;
  227. position:fixed;
  228. }
  229.  
  230. .more{cursor:pointer;}
  231.  
  232. #topnav{
  233. position:fixed;
  234. width:40%;
  235. height:8px;
  236. right:0;
  237. margin-top:-10px;
  238. text-align:right;
  239. font:900 8px/8px 'Open Sans';
  240. text-transform:uppercase;
  241. letter-spacing:2px;
  242. }
  243.  
  244. #topnav a{color:{color:link};margin-right:10px;}
  245. #topnav a:hover{color:{color:linkhover};}
  246.  
  247. #desc{
  248. position:Absolute;
  249. display:none;
  250. left:.5%;
  251. padding:5%;
  252. width:39%;
  253. top: 50%;
  254. transform: translateY(-50%);
  255. color:{color:side text};
  256. background:{color:side bg};
  257. font:900 8px/13px 'Open Sans';
  258. text-transform:uppercase;
  259. letter-spacing:2px;
  260. }
  261.  
  262. #desc .portrait{float:left;margin-right:4px;width:50px;border-radius:5px;}
  263.  
  264. #mainav{
  265. position:Absolute;
  266. display:none;
  267. right:.5%;
  268. padding:5%;
  269. width:39%;
  270. overflow:auto;
  271. top: 50%;
  272. transform: translateY(-50%);
  273. background:{color:side bg};
  274. color:{color:side text};
  275. font:900 8px/8px 'Open Sans';
  276. text-transform:uppercase;
  277. letter-spacing:2px;
  278. }
  279.  
  280. ul.nav{text-align:center;}
  281.  
  282. #mainav ul, #mainav li{list-style-type:none;margin:0;}
  283.  
  284. li#navwrap{
  285. width:60px;
  286. margin:-1px -4px 0 0;
  287. height:46px;
  288. display:inline-block;
  289. position:Relative;
  290. }
  291.  
  292. .nvnum{
  293. opacity:1;
  294. background:{color:side bg};
  295. position:relative;
  296. width:60px;
  297. height:16px;
  298. overflow:hidden;
  299. padding:15px 0;
  300. -webkit-backface-visibility: hidden;
  301. font:900 12px/14px "open sans";
  302. -transition: all 0.6s ease-in-out;
  303. -webkit-transition: all 0.6s ease-in-out;
  304. -moz-transition: all 0.6s ease-in-out;
  305. -o-transition: all 0.6s ease-in-out;
  306. }
  307.  
  308. .nvname a{color:#fff;}
  309.  
  310. .nvname{
  311. opacity:0;
  312. background:{color:side text};
  313. color:{color:side bg};
  314. position:absolute;
  315. top:0;
  316. left:0;
  317. width:60px;
  318. height:16px;
  319. overflow:hidden;
  320. -webkit-backface-visibility: hidden;
  321. padding:15px 0;
  322. -transition: all 0.6s ease-in-out;
  323. -webkit-transition: all 0.6s ease-in-out;
  324. -moz-transition: all 0.6s ease-in-out;
  325. -o-transition: all 0.6s ease-in-out;
  326. }
  327.  
  328. li#navwrap:hover .nvname{opacity:1;
  329. -transition: all 0.6s ease-in-out;
  330. -webkit-transition: all 0.6s ease-in-out;
  331. -moz-transition: all 0.6s ease-in-out;
  332. -o-transition: all 0.6s ease-in-out;}
  333. li#navwrap:hover .nvnum{opacity:0;
  334. -transition: all 0.6s ease-in-out;
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;}
  338.  
  339. ul#nnav{
  340. margin:20px 0 0 30px;
  341. }
  342.  
  343. #nnav a{color:{color:link};}
  344. #nnav a:hover{color:{color:linkhover};}
  345.  
  346. #nnav li{
  347. font-style:italic;
  348. margin:0 0 10px 15px;
  349. position:relative;
  350. }
  351.  
  352. #nnav li:before{
  353. content:"";
  354. width:10px;
  355. height:1px;
  356. background:{color:linkhover};
  357. position:absolute;
  358. top:4px;
  359. left:-15px;
  360. }
  361.  
  362. #content{
  363. display:block;
  364. background:{color:posts};
  365. width:50%;
  366. overflow:Auto;
  367. padding:2%;
  368. height:87.8%;
  369. }
  370.  
  371. aside{
  372. background:{color:posts} url({image:sidebarbg}) no-repeat -50% 0;
  373. background-size: 100% ;
  374. width:46%;
  375. height:70%;
  376. position:fixed;
  377. right:0;
  378. }
  379.  
  380. #entry{
  381. color: {color:text};
  382. background:{color:posts};
  383. position:relative;
  384. display:table;
  385. {block:IndexPage}
  386. margin:0 0 100px 0;
  387. {/block:IndexPage}
  388. font-size:10px;
  389. line-height:16px;
  390. width:100%;
  391. letter-spacing:.04em;
  392. font-size:10px;
  393. line-height:15px;
  394. }
  395.  
  396. #entry:nth-child(even){width:70%;margin:0 auto 100px auto;}
  397.  
  398. #entry img{display:block;{block:Iffadeimages}opacity:.7;{/block:Iffadeimages}}
  399.  
  400. #cap{
  401. overflow:auto;
  402. background:{color:caption BG};
  403. width:35%;
  404. float:right;
  405. text-align:left!important;
  406. height:100%;
  407. padding:5%;
  408. display: table-cell;
  409. }
  410.  
  411. .wrapped{
  412. text-align:center;
  413. width:100%;
  414. height:100%;
  415. display: table;
  416. margin:0 auto;
  417. position:Relative;
  418. }
  419.  
  420. .ent{
  421. position:Relative;
  422. background:{color:posts};
  423. vertical-align:text-bottom;
  424. width:55%;
  425. margin:0 auto -1px auto;
  426. display:inline-block;
  427. }
  428.  
  429. #cap a{
  430. color:{color:link};
  431. }
  432.  
  433. #cap a:hover{
  434. color:{color:linkhover};
  435. }
  436.  
  437. #perma{
  438. {block:IndexPage}
  439. opacity:.1;
  440. position:absolute;
  441. bottom:-18px;
  442. width:95%;
  443. left:2.5%;
  444. text-align:left;
  445. {/block:IndexPage}
  446. text-transform:uppercase;
  447. color:{color:date};
  448. font-size:8px;
  449. font-weight:900;
  450. letter-spacing:1px;
  451. {block:PermalinkPage}line-height:25px;margin:100px auto;width:70%;{/block:PermalinkPage}
  452. -transition: all 0.6s ease-in-out;
  453. -webkit-transition: all 0.6s ease-in-out;
  454. -moz-transition: all 0.6s ease-in-out;
  455. -o-transition: all 0.6s ease-in-out;
  456. }
  457.  
  458. {block:PermalinkPage}#perma a{margin:0 5px;}{/block:PermalinkPage}
  459.  
  460. .perma{
  461. float:right;
  462. width:12px;
  463. margin:4px 0 0 15px;
  464. }
  465.  
  466. #entry:hover #perma,#entry:hover #tags{
  467. opacity:1;
  468. -transition: all 0.6s ease-in-out;
  469. -webkit-transition: all 0.6s ease-in-out;
  470. -moz-transition: all 0.6s ease-in-out;
  471. -o-transition: all 0.6s ease-in-out;
  472. }
  473.  
  474. #tags{
  475. opacity:0;
  476. z-index:3;
  477. background:{color:tagBG};
  478. box-shadow:inset 1px 1px {color:border},inset -1px 0 {color:border};
  479. border-bottom:1px solid {color:border};
  480. position:absolute;
  481. top:-1px;
  482. width:100%;
  483. height:100%;
  484. -transition: all 0.6s ease-in-out;
  485. -webkit-transition: all 0.6s ease-in-out;
  486. -moz-transition: all 0.6s ease-in-out;
  487. -o-transition: all 0.6s ease-in-out;
  488. }
  489.  
  490. .tags{
  491. top: 50%;
  492. text-align:center;
  493. transform: translateY(-50%);
  494. left:50%;
  495. margin-left:-20%;
  496. padding:5%;
  497. width:30%;
  498. top:50%;
  499. background:{color:tag2bBG};
  500. border:1px solid {color:tagborder};
  501. position:relative;
  502. }
  503.  
  504. .tags a{color:{color:tag};margin-right:10px;}
  505.  
  506. .tags a:hover{color:{color:tag-hover};}
  507.  
  508. #question{
  509. padding:30px 15px;
  510. font:900 italic 8px/9px 'open sans';
  511. text-transform:uppercase;
  512. letter-spacing:1px;
  513. margin:0 auto 30px auto;
  514. background:{color:ta2BG};
  515. border-right:1px solid {color:tagborder};
  516. }
  517.  
  518. .videoWrapper {
  519. position: relative;
  520. padding-bottom: 56.25%;
  521. height: 0;
  522. }
  523.  
  524. .videoWrapper iframe{
  525. position: absolute;
  526. width: 100%;
  527. height: 100%;
  528. left: 0;
  529. top: 0;
  530. }
  531.  
  532. .fourthirds {
  533. padding-bottom: 75%;
  534. }
  535.  
  536. #alart{
  537. width:200px;
  538. margin:0 auto;
  539. }
  540.  
  541. #alart h1{
  542. background:{color:caption BG};
  543. text-align:center;
  544. padding:20px 0;
  545. border:1px solid {color:tagborder};
  546. margin-bottom:10px;
  547. }
  548.  
  549. .audio{
  550. width:18px;
  551. overflow:hidden;
  552. margin:0 auto;
  553. }
  554.  
  555. #audio{
  556. width:200px;
  557. margin:0 auto;
  558. padding:15px 0;
  559. margin-top:10px;
  560. background:{color:audio};
  561. }
  562.  
  563. blockquote{
  564. width:auto;
  565. margin-left:5%;
  566. width:90%;
  567. text-align:left;
  568. padding:3px;
  569. margin:0 auto;
  570. color:{color:blockquote};
  571. background:{color:blockquotebg};
  572. }
  573.  
  574. ul.chat {
  575. margin: 0;
  576. padding: 0;
  577. }
  578.  
  579. .chat li {
  580. list-style-type: none;
  581. padding: 3px;
  582. }
  583.  
  584. .chat li .label{
  585. color:{color:side text};
  586. padding-bottom:2px;
  587. font:900 italic 8px/8px 'open sans';
  588. letter-spacing:1px;
  589. text-transform:uppercase;
  590. }
  591.  
  592. .chat li.odd {
  593. background-color: {color:chat line 1};
  594. }
  595.  
  596. ul{
  597. list-style-type:square;
  598. }
  599.  
  600. li{
  601. list-style-type:square;
  602. list-style-position:inside;
  603. }
  604.  
  605. #noted{
  606. font-size:8px;
  607. font-weight:900;
  608. text-transform:uppercase;
  609. letter-spacing:1px;
  610. }
  611.  
  612. li.note a{font-style:italic;margin:0 20px;}
  613.  
  614. ol.notes li.note {
  615. list-style-type: upper-roman;
  616. border-top:1px solid {color:border};
  617. padding: 10px;
  618. }
  619.  
  620. ol.notes li.note img.avatar {
  621. display:none;
  622. }
  623.  
  624. ol.notes li.note span.action {
  625. list-style-type:none;
  626. }
  627.  
  628. ol.notes li.note .answer_content {
  629. list-style-type:none;
  630. }
  631.  
  632. ol.notes li.note blockquote {
  633. padding: 4px 10px;
  634. margin: 10px 0px 0px 25px;
  635. }
  636.  
  637. #pagination{
  638. width:54%;
  639. height:3%;
  640. padding:1% 0;
  641. position:fixed;
  642. bottom:0;
  643. left:0;
  644. text-align:right;
  645. }
  646. </style>
  647.  
  648. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  649. <script>
  650. // minimal soundcloud player © shythemes.tumblr
  651. $(document).ready(function(){
  652. var color = '#acd7bb'; // color of play button (hex)
  653. $('.soundcloud_audio_player').each(function(){
  654. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  655. });
  656. });
  657. </script>
  658.  
  659. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  660. <script type="text/javascript">
  661. $(document).ready(
  662. function() {
  663. $(".more").click(function() {
  664. $("#desc,#mainav").fadeToggle();
  665. });
  666. });
  667.  
  668.  
  669. </script>
  670.  
  671.  
  672. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  673. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  674. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  675.  
  676. <script>
  677. $(document).ready(function(){
  678. $('.photo-slideshow').pxuPhotoset({
  679. lightbox: true,
  680. rounded: false,
  681. gutter: '0px',
  682. borderRadius: '0px',
  683. photoset: '.photo-slideshow',
  684. photoWrap: '.photo-data',
  685. photo: '.pxu-photo'
  686. });
  687. });
  688. </script>
  689.  
  690.  
  691.  
  692. </head>
  693. <body>
  694.  
  695.  
  696.  
  697. <section id="center">
  698. <article id="topnav">
  699. <a href="/">Index</a>
  700. <a href="/ask">letter</a>
  701. <a href="/archive">calendar</a>
  702. <a class="more">more</a>
  703. </article>
  704.  
  705. <aside>
  706.  
  707. <div id="desc">
  708. <img class="portrait" src="{image:portrait}">{description}
  709. </div>
  710.  
  711. <div id="mainav">
  712. <ul class="nav">
  713.  
  714. {block:IfCustomLinkOne}
  715. <li id="navwrap">
  716. <div class="nvnum">.01</div>
  717. <div class="nvname">
  718. <a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}">{text:Custom Link One}</a>
  719. </div>
  720. </li>
  721. {/block:IfCustomLinkOne}
  722.  
  723.  
  724. {block:IfCustomLinkTwo}
  725. <li id="navwrap">
  726. <div class="nvnum">.02</div>
  727. <div class="nvname">
  728. <a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a>
  729. </div>
  730. </li>
  731. {/block:IfCustomLinkTwo}
  732.  
  733.  
  734. {block:IfCustomLinkThree}
  735. <li id="navwrap">
  736. <div class="nvnum">.03</div>
  737. <div class="nvname">
  738. <a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a>
  739. </div>
  740. </li>
  741. {/block:IfCustomLinkThree}
  742.  
  743.  
  744. {block:IfCustomLinkFour}
  745. <li id="navwrap">
  746. <div class="nvnum">.04</div>
  747. <div class="nvname">
  748. <a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}">{text:Custom Link Four}</a>
  749. </div>
  750. </li>
  751. {/block:IfCustomLinkFour}
  752.  
  753.  
  754. {block:IfCustomLinkFive}
  755. <li id="navwrap">
  756. <div class="nvnum">.05</div>
  757. <div class="nvname">
  758. <a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a>
  759. </div>
  760. </li>
  761. {/block:IfCustomLinkFive}
  762.  
  763.  
  764. {block:IfCustomLinkSix}
  765. <li id="navwrap">
  766. <div class="nvnum">.06</div>
  767. <div class="nvname">
  768. <a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}">{text:Custom Link Six}</a>
  769. </div>
  770. </li>
  771. {/block:IfCustomLinkSix}
  772.  
  773.  
  774. {block:IfCustomLinkSeven}
  775. <li id="navwrap">
  776. <div class="nvnum">.07</div>
  777. <div class="nvname">
  778. <a href="{block:IfCustomLinkSevenURL}{text:Custom Link Seven URL}{/block:IfCustomLinkSevenURL}">{text:Custom Link Seven}</a>
  779. </div>
  780. </li>
  781. {/block:IfCustomLinkSeven}
  782.  
  783.  
  784. {block:IfCustomLinkEight}
  785. <li id="navwrap">
  786. <div class="nvnum">.08</div>
  787. <div class="nvname">
  788. <a href="{block:IfCustomLinkEightURL}{text:Custom Link Eight URL}{/block:IfCustomLinkEightURL}">{text:Custom Link Eight}</a>
  789. </div>
  790. </li>
  791. {/block:IfCustomLinkEight}
  792. </ul>
  793.  
  794.  
  795. <ul id="nnav">
  796. {block:IfCustomLinkNine}<li><a href="{block:IfCustomLinkNineURL}{text:Custom Link Nine URL}{/block:IfCustomLinkNineURL}">{text:Custom Link Nine}</a></li>{/block:IfCustomLinkNine}
  797.  
  798. {block:IfCustomLinkTen}<li><a href="{block:IfCustomLinkTenURL}{text:Custom Link Ten URL}{/block:IfCustomLinkTenURL}">{text:Custom Link Ten}</a></li>{/block:IfCustomLinkTen}
  799.  
  800. {block:IfCustomLinkEleven}<li><a href="{block:IfCustomLinkElevenURL}{text:Custom Link Eleven URL}{/block:IfCustomLinkElevenURL}">{text:Custom Link Eleven}</a></li>{/block:IfCustomLinkEleven}
  801.  
  802. {block:IfCustomLinkTwelve}<li><a href="{block:IfCustomLinkTwelveURL}{text:Custom Link Twelve URL}{/block:IfCustomLinkTwelveURL}">{text:Custom Link Twelve}</a></li>{/block:IfCustomLinkTwelve}
  803.  
  804. {block:IfCustomLinkThirteen}<li><a href="{block:IfCustomLinkThirteenURL}{text:Custom Link Thirteen URL}{/block:IfCustomLinkThirteenURL}">{text:Custom Link Thirteen}</a></li>{/block:IfCustomLinkThirteen}
  805.  
  806. {block:IfCustomLinkFourteen}<li><a href="{block:IfCustomLinkFourteenURL}{text:Custom Link Fourteen URL}{/block:IfCustomLinkFourteenURL}">{text:Custom Link Fourteen}</a></li>{/block:IfCustomLinkFourteen}
  807.  
  808. {block:IfCustomLinkFifteen}<li><a href="{block:IfCustomLinkFifteenURL}{text:Custom Link Fifteen URL}{/block:IfCustomLinkFifteenURL}">{text:Custom Link Fifteen}</a></li>{/block:IfCustomLinkFifteen}
  809. </ul>
  810. </div>
  811.  
  812. </aside>
  813.  
  814.  
  815. <section id="content">
  816. {block:Posts}
  817. <li id="entry">
  818.  
  819.  
  820. {block:IndexPage}
  821. {block:HasTags}
  822. <div id="tags">
  823. <div class="tags">
  824. {block:Tags}
  825. <a href="{TagURL}">{Tag}</a>
  826. {/block:Tags}
  827. </div></div>
  828. {/block:HasTags}
  829. {/block:IndexPage}
  830.  
  831.  
  832.  
  833. {block:Text}
  834. <div class="ent">{Body}</div>
  835.  
  836. {block:Title}
  837. <div class="titled"><div class="twrap"><div class="ticon"><img src="http://static.tumblr.com/hczaopr/gggnxgq8u/text.png"></div><h1>{Title}</h1></div>
  838. </div>{/block:Title}
  839. {/block:Text}
  840.  
  841.  
  842.  
  843.  
  844. {block:Link}
  845. {block:Description}<div class="ent">{Description}</div>{/block:Description}
  846.  
  847. <div class="titled"><div class="twrap"><div class="ticon"><img src="http://static.tumblr.com/hczaopr/DBVnxgrxp/link.png"></div><a href="{URL}"><h1>{Name}</h1></a></div></div>
  848. {block:Link}
  849.  
  850.  
  851.  
  852.  
  853. {block:Photo}
  854. <div class="wrapped">
  855. <div class="ent"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>
  856.  
  857. {block:Caption}<div id="cap">{Caption}</div>{/block:Caption}
  858. </div>
  859. {/block:photo}
  860.  
  861.  
  862.  
  863. {block:Photoset}
  864. <div class="wrapped">
  865. <div class="ent"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div>
  866. {block:Caption}<div id="cap">{Caption}</div>{/block:Caption}
  867. </div>
  868. {/block:Photoset}
  869.  
  870.  
  871.  
  872. {block:Quote}
  873. <div class="ent">
  874. <h2>{Quote}</h2>
  875. </div>
  876. {block:Source}
  877. <div class="titled">
  878. <div class="twrap"><div class="ticon"><img src="http://static.tumblr.com/hczaopr/OR9nxffir/quote.png"></div>
  879.  
  880. <div class="source">― {Source}</div>
  881. </div></div>
  882. {/block:Source}
  883. {/block:Quote}
  884.  
  885.  
  886. {block:answer}
  887. <div class="ent"><div id="question">{Question}</div>{Answer}</div>
  888. <div class="titled"><div class="twrap"><div class="ticon"><img src="http://static.tumblr.com/hczaopr/dqznxhli3/ask.png"></div><h1><a href="{Permalink}">{Asker}</a> asked</h1></div>
  889. </div>
  890. {/block:Answer}
  891.  
  892.  
  893.  
  894. {block:Chat}
  895. <div class="ent">
  896. <ul class="chat">
  897. {block:Lines}
  898. <li class="{Alt} user_{UserNumber}">
  899. {block:Label}
  900. <span class="label">{Label}</span>
  901. {/block:Label}
  902. {Line}
  903. </li>
  904. {/block:Lines}
  905. </ul>
  906. </div>
  907. {block:Title}
  908. <div class="titled">
  909. <div class="twrap"><div class="ticon"><img src="http://static.tumblr.com/hczaopr/xk2nxgsa3/chat.png"></div><h1><a href="{Permalink}">{Title}</a></h1></div>
  910. </div>
  911. {/block:Title}
  912. {/block:Chat}
  913.  
  914.  
  915.  
  916.  
  917. {block:Audio}
  918. <div class="wrapped">
  919. <div class="ent">
  920. <div id="alart">
  921. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}
  922. {block:AlbumArt}<img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  923. <div id="audio"><div class="audio">{AudioPlayerBlack}</div></div>
  924. </div>
  925. {block:Caption}<div id="cap">{Caption}</div>{/block:Caption}
  926. </div>
  927. {/block:Audio}
  928.  
  929.  
  930.  
  931.  
  932. {block:Video}
  933. <div class="wrapped">
  934. <div class="ent"><div class="videoWrapper {TagsAsClasses}">{VideoEmbed-500}</div></div>
  935.  
  936. {block:Caption}<div id="cap">{Caption}</div>{/block:Caption}
  937. </div>
  938. {/block:Video}
  939.  
  940.  
  941. {block:IndexPage}
  942. <div id="perma">
  943. {block:Date}{24HourWithZero}:{Minutes}:{Seconds} {CapitalAmPm}{/block:Date}
  944. <a href="{ReblogUrl}"><img class="perma" src="http://static.tumblr.com/hczaopr/4runxco7y/1446762194_redo.png"></a>
  945. <a href="{permalink}"><img class="perma" src="http://static.tumblr.com/hczaopr/tDynxcnox/eye.png"></a>
  946. </div>
  947. {/block:IndexPage}
  948.  
  949.  
  950. {block:PermalinkPage}
  951. <div id="perma">
  952. <b>Posted:</b>{block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} — {TimeAgo}{/block:Date}<br>
  953. <b><a href="/random">random post</a></b><br>
  954. {block:RebloggedFrom}
  955. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  956. <b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
  957. {/block:RebloggedFrom}
  958. {block:HasTags}<b>Filed Under:</b> {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  959. {/block:HasTags}
  960. </div>
  961. {/block:PermalinkPage}
  962.  
  963.  
  964. </li>
  965. {block:PostNotes}
  966. <section id="noted">{PostNotes}</section>
  967. {/block:PostNotes}
  968.  
  969.  
  970. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  971. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{block:NoSourceLogo}{/block:NoSourceLogo}{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  972.  
  973.  
  974.  
  975. {/block:Posts}
  976.  
  977.  
  978. </section>
  979. </section>
  980.  
  981. {block:Pagination}
  982. <section id="pagination">
  983. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/hczaopr/0t7nxii31/before.png"></a>{/block:PreviousPage}
  984. {block:NextPage}<a href="{NextPage}"><img src="http://static.tumblr.com/hczaopr/2Kinxii2d/next.png"></a>{/block:NextPage}
  985. </section>
  986. {/block:Pagination}
  987.  
  988. <div class="cred"><a href="http://ninpen.tumblr.com/">thm.</a></div>
  989. </body>
  990. </html>
Advertisement
Add Comment
Please, Sign In to add comment