ninpen

Exo

May 18th, 2012
13,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.12 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.  
  3. <!-------------------------------
  4.  
  5. EXO BY NINPEN.TUMBLR.COM
  6. DO NOT REMOVE THE CREDIT.
  7. HOW TO INSTALL
  8.  
  9. 1. Click on customize theme then click on edit HTML
  10. 2. delete the entire code, and replace it with the code for this theme
  11. 3. Click on update preview then click on appearance.
  12. 4. Click save. Now refresh the screen. Now you can customize the appearance
  13. ___________________________________________________________________________
  14.  
  15. If there's a problem with the theme, or you need help, just ask me.
  16. --------------------------------->
  17.  
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  20.  
  21. <meta name="if:400px" content="1"/>
  22. <meta name="if:500px" content=""/>
  23. <meta name="if:250px" content=""/>
  24. <meta name="if:EndlessScroll" content=""/>
  25. <meta name="if:showCaption" content="0"/>
  26. <meta name="if:grayscale" content="0"/>
  27.  
  28.  
  29. <meta name="color:caption" content="#fcfcfc"/>
  30. <meta name="color:border" content="#f4f4f4"/>
  31. <meta name="color:link" content =" #4ee0df"/>
  32. <meta name="color:link hover" content ="#1c130c"/>
  33. <meta name="color:navigation box" content ="#ffffff"/>
  34.  
  35. <meta name="color:Background" content ="#fcfcfc"/>
  36. <meta name="color:posts" content ="#ffffff"/>
  37. <meta name="color:desc BG" content ="#000000"/>
  38. <meta name="color:desc text" content ="#ffffff"/>
  39. <meta name="color:Text" content="#aaaaaa"/>
  40. <meta name="color:H1 text" content ="#ffffff"/>
  41. <meta name="color:H2 text" content ="#aaaaaa"/>
  42. <meta name="color:H2 BG" content ="#ffffff"/>
  43. <meta name="color:H1 BG" content ="#000000"/>
  44.  
  45. <meta name="color:bold" content="#ff5d5b"/>
  46. <meta name="color:italic" content="#4dbce9"/>
  47. <meta name="color:underline" content="#a8e6ce"/>
  48. <meta name="color:underlineborder" content="#ff8c94"/>
  49.  
  50. <meta name="color:pagination BG" content="#ededed"/>
  51. <meta name="color:pagination text" content="#b9b9b9"/>
  52.  
  53. <meta name="color:chat line 1" content="#fafafa"/>
  54. <meta name="color:chat line 2" content="#ffffff"/>
  55. <meta name="color:perma text" content="#ffffff"/>
  56. <meta name="color:perma BG" content="#000000"/>
  57. <meta name="color:tags text" content="#ffffff"/>
  58. <meta name="color:tags BG" content="#000000"/>
  59.  
  60. <meta name="color:blockquote text" content="#b0b0b0"/>
  61. <meta name="color:blockquote BG" content="#fcfcfc"/>
  62. <meta name="color:blockquote border" content="#4ee0df"/>
  63.  
  64. <meta name="image:background BG" content=""/>
  65. <meta name="image:portrait" content=""/>
  66.  
  67. <meta name="text:Custom Link One" content=""/>
  68. <meta name="text:Custom Link One URL" content=""/>
  69. <meta name="text:Custom Link Two" content=""/>
  70. <meta name="text:Custom Link Two URL" content=""/>
  71. <meta name="text:Custom Link Three" content=""/>
  72. <meta name="text:Custom Link Three URL" content=""/>
  73. <meta name="text:Custom Link Four" content=""/>
  74. <meta name="text:Custom Link Four URL" content=""/>
  75. <meta name="text:Custom Link Five" content=""/>
  76. <meta name="text:Custom Link Five URL" content=""/>
  77. <meta name="text:Custom Link Six" content=""/>
  78. <meta name="text:Custom Link Six URL" content=""/>
  79.  
  80.  
  81. <link rel="shortcut icon" href="{Favicon}" />
  82. {block:IfEndlessScroll}
  83. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:IfEndlessScroll}
  84. <title>{Title}</title>
  85. <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/0wvmlf1xq/scripted.js"></script>
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  87.  
  88.  
  89. <style type="text/css">
  90. #scrlTop{
  91. z-index:1;
  92. position: fixed;
  93. bottom: 50%;
  94. right: 0px;
  95. font:7px trebuchet ms;
  96. letter-spacing:1px;
  97. text-transform:uppercase;
  98. padding:7px;
  99. background:{color:h1 bg};
  100. color:{color:h1 text};
  101. }
  102.  
  103. ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
  104. ::-webkit-scrollbar-thumb { background-color: #1f1d1d;}
  105.  
  106. body,html{
  107. margin:0;
  108. padding:0;
  109. font:10px/12px consolas;
  110. color: {color:Text};
  111. word-wrap: break-word;
  112. background:{color:background} url('{image:background BG}') repeat right top;}
  113.  
  114. a:link, a:active, a:visited{
  115. color:{color:link};
  116. text-decoration: none;
  117. }
  118.  
  119. a:hover {
  120. color:{color:link hover};
  121. }
  122.  
  123. .source{
  124. font:8px consolas;
  125. text-transform:uppercase;
  126. letter-spacing:1px;
  127. text-align:right;
  128. }
  129.  
  130. b {
  131. font-weight: bold;
  132. letter-spacing:1px;
  133. color:{color:bold};
  134. }
  135.  
  136. i {
  137. font-style: italic;
  138. letter-spacing:1px;
  139. color:{color:italic};
  140. }
  141.  
  142. u {
  143. text-decoration:none;
  144. letter-spacing:1px;
  145. border-bottom:1px dotted {color:underlineborder};
  146. color:{color:underline};
  147. }
  148.  
  149. img{
  150. max-width:100%;
  151. {block:Ifgrayscale}
  152. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  153. filter: gray;
  154. -webkit-filter: grayscale(100%);
  155. {/block:Ifgrayscale}
  156. }
  157.  
  158. {block:Ifgrayscale}
  159. .photoset{
  160. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  161. filter: gray;
  162. -webkit-filter: grayscale(100%);
  163. }
  164. {/block:Ifgrayscale}
  165.  
  166. h1{
  167. font:12px courier;
  168. margin-top:0;
  169. background-color:{color:h1 BG};
  170. color:{color:h1 text};
  171. }
  172.  
  173. h1 a{
  174. color:{color:h1 text};
  175. }
  176.  
  177. h2 {
  178. margin-top:0;
  179. text-align:center;
  180. text-transform:lowercase;
  181. letter-spacing:-1px;
  182. font:italic bold 18px/14px times new roman;
  183. background-color:{color:h2 BG};
  184. color: {color:h2 text};
  185. }
  186.  
  187. #center{
  188. left:0;
  189. height:1000px;
  190. top:0;
  191. margin:0 auto;
  192. {block:IndexPage}
  193. {block:If250px}width:540px;{/block:If250px}
  194. {block:If400px}width:690px;{/block:If400px}
  195. {block:If500px}width:790px;{/block:If500px}
  196. {/block:IndexPage}
  197. {block:PermalinkPage}width:750px;{/block:PermalinkPage}
  198. }
  199.  
  200. .side{
  201. position:fixed;
  202. top:250px;
  203. color:#000;
  204. display:inline-block;
  205. }
  206.  
  207. .portrait{
  208. position:relative;
  209. width:150px;
  210. background-color:{color:posts};
  211. }
  212.  
  213. #description{
  214. position:absolute;
  215. bottom:-1px;
  216. width:150px;
  217. left:0px;
  218. }
  219.  
  220. .desc{
  221. background:{color:desc BG};
  222. color:{color:desc text};
  223. }
  224.  
  225. #navigation {
  226. width:150px;
  227. }
  228.  
  229. #navigation img{
  230. opacity:.7;
  231. }
  232.  
  233. #navigation a{
  234. display:inline-block;
  235. padding:15px 20px;
  236. background:{color:navigation box};
  237. }
  238.  
  239. .l1{
  240. margin-bottom:-1px;
  241. margin-right:-5px;
  242. border-right:1px solid {color:border};
  243. border-bottom:1px solid {color:border};
  244. }
  245.  
  246. .l2{
  247. margin-right:-5px;
  248. border-top:1px solid {color:border};
  249. }
  250.  
  251. .l3{
  252. margin-left:-1px;
  253. border-left:1px solid {color:border};
  254. }
  255.  
  256. .l4{
  257. margin-right:-5px;
  258. border-left:1px solid {color:border};
  259. border-top:1px solid {color:border};
  260. }
  261.  
  262. #s-m-t-tooltip{
  263. max-width:200px;
  264. margin:7px 0px 0px 20px;
  265. z-index:10;
  266. font:7px trebuchet ms;
  267. letter-spacing:1px;
  268. text-transform:uppercase;
  269. padding:2px 5px;
  270. border-radius:4px;
  271. border:1px solid {color:border};
  272. color:{color:Text};
  273. background:{color:navigation box};
  274. }
  275.  
  276. #content{
  277. display:inline-block;
  278. position:Absolute;
  279. margin-left:230px;
  280. {block:IndexPage}
  281. {block:If500px}width:520px;{/block:If500px}
  282. {block:If400px}width:420px;{/block:If400px}
  283. {block:If250px}width:270px;{/block:If250px}
  284. {/block:IndexPage}
  285. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  286. }
  287.  
  288. .entry{
  289. position:relative;
  290. background:{color:posts};
  291. padding:10px;
  292. margin-top: 25px;
  293. {block:IndexPage}
  294. {block:If500px}width:500px;{/block:If500px}
  295. {block:If400px}width:400px;{/block:If400px}
  296. {block:If250px}width:250px;{/block:If250px}
  297. {/block:IndexPage}
  298. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  299. }
  300.  
  301. .cap{
  302. margin:-3px 0 -20px -10px;
  303. padding:0 5px;
  304. background:{color:caption};
  305. {block:IndexPage}
  306. {block:If500px}width:510px;{/block:If500px}
  307. {block:If400px}width:410px;{/block:If400px}
  308. {block:If250px}width:260px;{/block:If250px}
  309. {/block:IndexPage}
  310. {block:PermalinkPage}width:510px;{/block:PermalinkPage}
  311. }
  312.  
  313. #info{
  314. width:32px;
  315. height:100%;
  316. position:absolute;
  317. top:0;
  318. right:0;
  319. right:-38px;
  320. overflow:hidden;
  321. }
  322.  
  323. .postinfo{
  324. font:7px/8px palatino;
  325. letter-spacing:1px;
  326. text-transform:uppercase;
  327. padding:1px 1px 1px 1px;
  328. text-align:left;
  329. width:40px;
  330. height:25px;
  331. background-color:{color:perma BG};
  332. color:{color:perma text};
  333. -webkit-transition: opacity 0.6s linear;
  334. -webkit-transition: all 0.6s ease-in-out;
  335. -moz-transition: all 0.6s ease-in-out;
  336. -o-transition: all 0.6s ease-in-out;
  337. }
  338.  
  339. .postinfos {
  340. font:7px/8px palatino;
  341. letter-spacing:1px;
  342. text-transform:uppercase;
  343. padding:1px 1px 1px 1px;
  344. text-align:left;
  345. width:40px;
  346. height:100%;
  347. background-color:{color:perma BG};
  348. color:{color:perma text};
  349. -webkit-transition: opacity 0.6s linear;
  350. -webkit-transition: all 0.6s ease-in-out;
  351. -moz-transition: all 0.6s ease-in-out;
  352. -o-transition: all 0.6s ease-in-out;
  353. }
  354.  
  355. .postinfo a,.postinfos a{
  356. color:{color:perma text};
  357. }
  358.  
  359. .entry:hover .postinfo{
  360. margin-top:-25px;
  361. height:100%;
  362. padding-bottom:100%;
  363. -webkit-transition: opacity 0.6s linear;
  364. -webkit-transition: all 0.6s ease-in-out;
  365. -moz-transition: all 0.6s ease-in-out;
  366. -o-transition: all 0.6s ease-in-out;
  367. }
  368.  
  369. .entry:hover #wrap{
  370. width:100px;
  371. opacity:1;
  372. -webkit-transition: opacity 0.6s linear;
  373. -webkit-transition: all 0.6s ease-in-out;
  374. -moz-transition: all 0.6s ease-in-out;
  375. -o-transition: all 0.6s ease-in-out;
  376. }
  377.  
  378. #wrap{
  379. top:0;
  380. position:absolute;
  381. width:0px;
  382. height:100%;
  383. overflow:hidden;
  384. {block:IndexPage}
  385. {block:If500px}left:560px;{/block:If500px}
  386. {block:If400px}left:460px;{/block:If400px}
  387. {block:If250px}left:310px;{/block:If250px}
  388. {/block:IndexPage}
  389. -webkit-transition: opacity 0.6s linear;
  390. -webkit-transition: all 0.6s ease-in-out;
  391. -moz-transition: all 0.6s ease-in-out;
  392. -o-transition: all 0.6s ease-in-out;
  393. }
  394.  
  395. .tags{
  396. position:relative;
  397. width:100px;
  398. height:100%;
  399. }
  400.  
  401. .tags a{
  402. font:8px/10px courier;
  403. letter-spacing:1px;
  404. text-transform:uppercase;
  405. background:{color:tags BG};
  406. color:{color:tags text};
  407. {block:PermalinkPage}
  408. margin:0 10px;
  409. {/block:PermalinkPage}
  410. }
  411.  
  412. #perm{
  413. font:italic 7px trebuchet ms;
  414. line-height:7px;
  415. text-transform:uppercase;
  416. letter-spacing:1px;
  417. padding:3px 10px;
  418. width:500px;
  419. position: relative;
  420. top:0px;
  421. border-bottom:1px solid;
  422. border-top:1px solid;
  423. color:{color:text};
  424. border-color:{color:border};
  425. }
  426.  
  427. blockquote {
  428. padding: 5px;
  429. color:{color:blockquote text};
  430. border-left:1px solid {color:blockquote border};
  431. background:{color:blockquote BG};
  432. }
  433.  
  434. #ansname{
  435. display:block;
  436. height:10px;
  437. padding:5px 0;
  438. background:#fefefe;
  439. color:#aaa;
  440. text-align:right;
  441. }
  442.  
  443. #ansname a{
  444. background:transparent;
  445. color:#77dbf3;
  446. font:italic 22px "Times New Roman", Times, serif;
  447. text-transform: lowercase;
  448. letter-spacing: -2px;
  449. border-bottom:1px dotted #FEBF97;
  450. }
  451.  
  452. #ansname a:hover{
  453. background:transparent;
  454. color:#FEBF97;
  455. border-bottom:1px dotted #77dbf3;
  456. }
  457.  
  458. #ansicon img{
  459. width:30px;
  460. height:30px;
  461. margin:0 5px 5px 5px;
  462. z-index:1;
  463. padding:2px;
  464. float:left;
  465. border:1px solid #fbfbfb;
  466. background:#fff;
  467. border-radius:3px;
  468. }
  469.  
  470. #question P{
  471. text-align:left;
  472. vertical-align:top;
  473. margin:0;
  474. }
  475.  
  476. #question{
  477. margin-top:5px;
  478. vertical-align:top;
  479. padding:10px;
  480. background:#fff;
  481. color:#bbb;
  482. min-height:30px;
  483. display:block;
  484. margin-bottom:10px;
  485. }
  486.  
  487. #answer{
  488. margin-bottom:5px;
  489. display:block;
  490. padding:5px;
  491. background:#fcfcfc;
  492. color:#bbb;
  493. font-style:italic;
  494. }
  495.  
  496. #audio{
  497. padding:40px 10px 34px 10px;
  498. width:200px;
  499. margin:0 auto;
  500. }
  501.  
  502. .player{
  503. margin-left:50px;
  504. width:18px;
  505. overflow:hidden;
  506. display:inline-block;
  507. }
  508.  
  509. .albumart{
  510. margin:-30px 0 0 0;
  511. width:70px;
  512. padding:5px 5px 3px 5px;
  513. border:1px solid {color:border};
  514. float:right;
  515. }
  516.  
  517. #audiotext{
  518. margin:5px 0 0px 0px;
  519. border-bottom:1px solid {color:border};
  520. border-top:1px solid {color:border};
  521. text-align:center;
  522. padding:10px 2px;
  523. background:{color:posts};
  524. color:{color:text};
  525. }
  526.  
  527. #audiotext b{
  528. font:8px courier new;
  529. letter-spacing:1px;
  530. text-transform:uppercase;
  531. }
  532.  
  533. #audiotext i{
  534. font:7px trebuchet ms;
  535. letter-spacing:1px;
  536. text-transform:uppercase;
  537. }
  538.  
  539. #pages{
  540. width:150px;
  541. text-align:right;
  542. }
  543.  
  544. #pages a{
  545. font:8px cambria;
  546. padding:0 2px;
  547. text-transform:uppercase;
  548. letter-spacing:1px;
  549. background:;
  550. color:{color:bold};
  551. }
  552.  
  553. ul, ol, {
  554. list-style:none;
  555. margin:0px;
  556. padding:0px;
  557. }
  558.  
  559. ul.chat {
  560. margin: 0;
  561. padding: 0;
  562. }
  563.  
  564. .chat li {
  565. list-style-type: none;
  566. margin-left: 0px;
  567. padding: 10px;
  568. font:7px trebuchet ms;
  569. letter-spacing:1px;
  570. text-transform:uppercase;
  571. }
  572.  
  573. .chat li.odd {
  574. margin-bottom: 3px;
  575. background-color:{color:chat line 1};
  576. color: {color:text};
  577. }
  578.  
  579. .chat li.even {
  580. margin-bottom: 3px;
  581. background-color:{color:chat line 2};
  582. color: {color:text};
  583. }
  584.  
  585. li{
  586. list-style-type:square;
  587. font-family:calibri;
  588. }
  589.  
  590. iframe#tumblr_controls{
  591. position:fixed !important;
  592. }
  593.  
  594. ol.notes{
  595. margin-left:0px;
  596. width:500px;
  597. padding:10px;
  598. background:{color:posts};
  599. }
  600.  
  601. ol.notes li.note {
  602. list-style-type:none;
  603. padding: 10px;
  604. color:{color:text};
  605. border-top:1px solid {color:border};
  606. }
  607.  
  608. ol.notes li.note img.avatar {
  609. list-style-type:none;
  610. vertical-align: -4px;
  611. margin-right: 10px;
  612. width: 16px;
  613. height: 16px;
  614. }
  615.  
  616. ol.notes li.note span.action {
  617. list-style-type:none;
  618. font-weight:normal;
  619. }
  620.  
  621. ol.notes li.note .answer_content {
  622. list-style-type:none;
  623. font-weight: normal;
  624. }
  625.  
  626. ol.notes li.note blockquote {
  627. border-color: {color:border};
  628. padding: 4px 10px;
  629. margin: 10px 0px 0px 25px;
  630. }
  631.  
  632. ol.notes li.note blockquote a {
  633. text-decoration: none;
  634. }
  635. </style>
  636.  
  637. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  638. <script type="text/javascript">
  639. $(function() {
  640. $.fn.scrollToTop = function() {
  641. $(this).hide().removeAttr("href");
  642. if ($(window).scrollTop() != "0") {
  643. $(this).fadeIn("slow")
  644. }
  645. var scrollDiv = $(this);
  646. $(window).scroll(function() {
  647. if ($(window).scrollTop() == "0") {
  648. $(scrollDiv).fadeOut("slow")
  649. } else {
  650. $(scrollDiv).fadeIn("slow")
  651. }
  652. });
  653. $(this).click(function() {
  654. $("html, body").animate({
  655. scrollTop: 0
  656. }, "slow")
  657. })
  658. }
  659. });
  660. $(function() {
  661. $("#scrlTop").scrollToTop();
  662. });
  663. </script>
  664.  
  665.  
  666. {block:IfEndlessScroll}
  667. <a id="scrlTop" href="#">Back to top</a>
  668. {/block:IfEndlessScroll}
  669.  
  670. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  671. <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/CTZmong03/jquery.style-my-tooltips.js"></script>
  672. <script>
  673. (function($){
  674. $(document).ready(function(){
  675. $("[title]").style_my_tooltips();
  676. });
  677. })(jQuery);
  678. </script>
  679.  
  680. </head>
  681. <body>
  682.  
  683.  
  684.  
  685.  
  686. <div id="center">
  687. <div class="side">
  688. {block:IfNotEndlessScroll}
  689. <div id="pages">
  690. {block:PreviousPage}
  691. <a href="{PreviousPage}">Prev</a> /
  692. {/block:PreviousPage}
  693.  
  694.  
  695. {block:NextPage}
  696. <a href="{NextPage}">Next</a>
  697. {/block:NextPage}
  698. </div>
  699. {/block:IfNotEndlessScroll}
  700. <div class="portrait"><img src="{image:portrait}">
  701. <div id="description"><span class="desc">{Description}</span></div></div>
  702.  
  703.  
  704. <div id="navigation">
  705. <a class="l1" href="/" title="Index"><img src="http://static.tumblr.com/1f1tzta/qBhmp12qq/005_08.png"></a>
  706.  
  707.  
  708. <a class="l1" href="/ask" title="Inbox"><img src="http://static.tumblr.com/1f1tzta/UMfmp12rm/005_02.png"></a>
  709.  
  710. <a class="l3" href="/archive" title="archive"><img src="http://static.tumblr.com/1f1tzta/hlUmp12ss/005_18.png"></a>
  711.  
  712.  
  713. {block:IfCustomLinkOne}
  714. <a class="l1" href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}" title="{text:Custom Link One}"><img src="http://static.tumblr.com/1f1tzta/5KUmp12ua/005_06.png"></a>
  715. {/block:IfCustomLinkOne}
  716.  
  717.  
  718. {block:IfCustomLinktwo}
  719. <a class="l1" href="{block:IfCustomLinktwoURL}{text:Custom Link two URL}{/block:IfCustomLinktwoURL}" title="{text:Custom Link Two}"><img src="http://static.tumblr.com/1f1tzta/Rrcmp12v4/005_13.png"></a>
  720. {/block:IfCustomLinktwo}
  721.  
  722.  
  723. {block:IfCustomLinkthree}
  724. <a class="l2" href="{block:IfCustomLinkthreeURL}{text:Custom Link three URL}{/block:IfCustomLinkthreeURL}" title="{text:Custom Link Three}"><img src="http://static.tumblr.com/1f1tzta/6sOmp12vm/005_14.png"></a>
  725. {/block:IfCustomLinkthree}
  726.  
  727.  
  728. {block:IfCustomLinkfour}
  729. <a class="l2" href="{block:IfCustomLinkfourURL}{text:Custom Link four URL}{/block:IfCustomLinkfourURL}" title="{text:Custom Link Four}"><img src="http://static.tumblr.com/1f1tzta/QZgmp12wq/005_19.png"></a>
  730. {/block:IfCustomLinkfour}
  731.  
  732.  
  733. {block:IfCustomLinkFive}
  734. <a class="l4" href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}" title="{text:Custom Link Five}"><img src="http://static.tumblr.com/1f1tzta/alImp12xf/005_31.png"></a>
  735. {/block:IfCustomLinkFive}
  736.  
  737.  
  738. {block:IfCustomLinkSix}
  739. <a class="l4" href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}" title="{text:Custom Link Six}"><img src="http://static.tumblr.com/1f1tzta/Besmp12y5/005_22.png"></a>
  740. {/block:IfCustomLinkSix}
  741.  
  742.  
  743.  
  744. </div>
  745. </div>
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752. <div id="content">
  753. {block:Posts}
  754. <div class="entry">
  755.  
  756. {block:IndexPage}
  757. <div id="wrap">
  758. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  759. {/block:IndexPage}
  760.  
  761.  
  762. {block:Text}
  763. {block:IndexPage}
  764. <div id="info">
  765. <div class="postinfos">
  766. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
  767. </div>
  768. </div>
  769. {/block:IndexPage}
  770.  
  771.  
  772. {block:Title}<h1><A href="{permalink}">{Title}</a></h1>{/block:Title}
  773. {Body}
  774. {/block:Text}
  775.  
  776.  
  777.  
  778.  
  779. {block:Link}
  780. {block:IndexPage}
  781. <div id="info">
  782. <div class="postinfos">
  783. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
  784. </div>
  785. </div>
  786. {/block:IndexPage}
  787.  
  788. <a href="{URL}"><h1>{Name}</h1></a>
  789. {block:Description}{Description}{/block:Description}
  790. {block:Link}
  791.  
  792.  
  793.  
  794. {block:Photo}
  795. {block:IndexPage}
  796. <div id="info">
  797. <div class="postinfo">
  798. {block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}
  799. </div>
  800. </div>
  801.  
  802. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>{/block:IndexPage}
  803. {block:PermalinkPage}
  804. <img src="{PhotoURL-500}">{/block:PermalinkPage}
  805. {/block:photo}
  806.  
  807.  
  808.  
  809. {block:Photoset}
  810. {block:IndexPage}
  811. <div id="info">
  812. <div class="postinfos">
  813. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
  814. </div>
  815. </div>
  816. {/block:IndexPage}
  817.  
  818. {block:IndexPage}
  819. {block:If250px}{Photoset-250}{/block:If250px}
  820. {block:If400px}{Photoset-400}{/block:If400px}
  821. {block:If500px}{Photoset-500}{/block:If500px}
  822. {/block:IndexPage}
  823.  
  824. {block:permalinkpage}
  825. {Photoset-500}
  826. {/block:permalinkpage}
  827. {/block:Photoset}
  828.  
  829.  
  830. {block:Quote}
  831. {block:IndexPage}
  832. <div id="info">
  833. <div class="postinfos">
  834. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
  835. </div>
  836. </div>
  837. {/block:IndexPage}
  838.  
  839. <h2>"{Quote}"</h2>
  840. {block:Source}
  841. ― {Source}
  842. {/block:Source}
  843. {/block:Quote}
  844.  
  845.  
  846.  
  847. {block:answer}
  848. {block:IndexPage}
  849. <div id="info">
  850. <div class="postinfos">
  851. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
  852. </div>
  853. </div>
  854. {/block:IndexPage}
  855.  
  856. <div id="ansname"><a href="{Permalink}">{Asker}</a></div>
  857. <div id="question"><div id="ansicon"><img src="{AskerPortraitURL-48}"></div><p>{Question}</p></div>
  858. <div id="answer">{Answer}</div>
  859. {/block:Answer}
  860.  
  861.  
  862.  
  863. {block:Chat}
  864. {block:IndexPage}
  865. <div id="info">
  866. <div class="postinfos">
  867. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
  868. </div>
  869. </div>
  870. {/block:IndexPage}
  871.  
  872. {block:Title}
  873. <h3><a href="{Permalink}">{Title}</a></h3>
  874. {/block:Title}
  875. <ul class="chat">
  876. {block:Lines}
  877. <li class="{Alt} user_{UserNumber}">
  878. {block:Label}
  879. <span class="label">{Label}
  880. {/block:Label}
  881. {Line}
  882. </li>
  883. {/block:Lines}
  884. </ul>
  885. {/block:Chat}
  886.  
  887.  
  888.  
  889. {block:Audio}
  890. {block:IndexPage}
  891. <div id="info">
  892. <div class="postinfos">
  893. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
  894. </div>
  895. </div>
  896. {/block:IndexPage}
  897.  
  898. <div id="audio">
  899. <div class="player">{AudioPlayerWhite}</div>
  900. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  901. </div>
  902.  
  903. <div id="audiotext">
  904. {block:TrackName}<b>Song:</b> <i>{TrackName}</i>{/block:TrackName}<br>
  905. {block:Artist}<b>ARTIST:</b> <i>{Artist}</i>{/block:Artist}<br>
  906. {block:Album}<b>ALBUM:</b> <i>{Album}</i>{/block:Album}<br>
  907. {block:PlayCount}<b>Plays:</b><i>{FormattedPlayCount}</i> {/block:PlayCount}
  908. </div>
  909.  
  910. {/block:Audio}
  911.  
  912.  
  913.  
  914.  
  915. {block:Video}
  916. {block:IndexPage}
  917. <div id="info">
  918. <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
  919. </div>
  920.  
  921. {block:If250px}{Video-250}{/block:If250px}
  922. {block:If400px}{Video-400}{/block:If400px}
  923. {block:If500px}{Video-500}{/block:If500px}
  924. {/block:IndexPage}
  925. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  926. {/block:Video}
  927.  
  928.  
  929. {block:IndexPage}
  930. {block:IfshowCaption}
  931. {block:Caption}
  932. <div class="cap">{Caption}</div>{/block:Caption}
  933. {/block:Caption}
  934. {/block:IfshowCaption}
  935. {/block:IndexPage}
  936.  
  937.  
  938. {block:PermalinkPage}
  939. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  940. {/block:PermalinkPage}
  941.  
  942.  
  943. </div>
  944.  
  945. {block:PermalinkPage}
  946. <div id="perm">
  947. <p>{block:Date}<b><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></b> / {TimeAgo}{/block:Date} / <b>{NoteCountWithLabel}</b>
  948. <span style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">Source</a> {/block:RebloggedFrom}</span>
  949. </p>
  950. </div>
  951.  
  952. {block:HasTags}
  953. <div class="tags">
  954. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  955. {/block:HasTags}
  956. {/block:PermalinkPage}
  957.  
  958.  
  959.  
  960. {block:PostNotes}
  961. {PostNotes}
  962. {/block:PostNotes}
  963.  
  964.  
  965.  
  966. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  967. {/block:Posts}
  968. </div>
  969. </body>
  970. </html>
Advertisement
Add Comment
Please, Sign In to add comment