Advertisement
jollyxo

Malfinio Theme by Jolly

Mar 19th, 2013
3,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.33 KB | None | 0 0
  1. <!--
  2. ******************************************
  3. | | |
  4. | | |
  5. | _____ | |
  6. | | | | | | \ / PLEADINGLY.tumblr.com
  7. | | | | | | \ / UNPRESENRABLE.tumblr.com
  8. \_____/ |_____| | | \____/ JOLLYTHEMES.tumblr.com
  9. /
  10. /
  11. \____/
  12. Malfinio Theme by unpresentable aka giddykid
  13. Please do not remove the credits.
  14. Or at least put me on your faqs. Thank you.
  15. ******************************************
  16. -->
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19.  
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  22.  
  23. <head>
  24. <script type="text/javascript">
  25. <!--
  26.  
  27. //(c) Ian Muscat 2007
  28.  
  29. function IE(e)
  30. {
  31. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  32. {
  33. return false;
  34. }
  35. }
  36. function NS(e)
  37. {
  38. if (document.layers || (document.getElementById && !document.all))
  39. {
  40. if (e.which == "2" || e.which == "3")
  41. {
  42. return false;
  43. }
  44. }
  45. }
  46. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  47.  
  48. //-->
  49. </script>
  50.  
  51.  
  52. <meta name="color:Background" content="#ffffff"/>
  53. <meta name="color:Blogtitle color" content="#acacac"/>
  54. <meta name="color:linkbar" content="#acacac"/>
  55. <meta name="color:Text" content="#130C11"/>
  56. <meta name="color:Text Shadow" content="#000000"/>
  57. <meta name="color:Description" content=""/>
  58. <meta name="color:blogtitle background" content="#ffffff"/>
  59. <meta name="color:links background" content="#ffffff"/>
  60. <meta name="color:Links" content="#130C11"/>
  61. <meta name="color:Title" content="#130C11"/>
  62. <meta name="color:Hover" content="#130C11"/>
  63. <meta name="color:border" content="#130C11"/>
  64. <meta name="color:Scrollbar" content="#130C11"/>
  65. <meta name="color:Link" content="#C29B9B"/>
  66.  
  67. <meta name="image:Background" content=""/>
  68. <meta name="image:sidebar" content="1"/>
  69. <meta name="image:sidebar background" content="1"/>
  70.  
  71. <meta name="text:blog title" content="" />
  72. <meta name="text:reblog text" content="rehush" />
  73.  
  74. <meta name="if:show photo" content="0"/>
  75. <meta name="if:Post border" content="0"/>
  76. <meta name="if:Shadow posts" content="0"/>
  77. <meta name="if:tiny cursor" content="1"/>
  78. <meta name="if:tiny scrollbar" content="1"/>
  79. <meta name="if:Faded Image" content="0"/>
  80. <meta name="if:CustomLink1" content="0">
  81. <meta name="if:CustomLink2" content="0">
  82. <meta name="if:CustomLink3" content="0">
  83. <meta name="if:CustomLink4" content="0">
  84.  
  85. <meta name="text:Link 1 Title" content="one">
  86. <meta name="text:Link 1" content="http://">
  87. <meta name="text:Link 2 Title" content="two">
  88. <meta name="text:Link 2" content="http://">
  89. <meta name="text:Link 3 Title" content="three">
  90. <meta name="text:Link 3" content="http://">
  91. <meta name="text:Link 4 Title" content="four">
  92. <meta name="text:Link 4" content="http://">
  93.  
  94.  
  95.  
  96. <script type="text/javascript"
  97. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  98.  
  99. <style type="text/css">
  100. @font-face {font-family:basket;src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  101. }
  102.  
  103. @font-face {font-family: "Lane Narrow";src: url('http://static.tumblr.com/anvbwtn/Qt4m9sybs/lanenar_.ttf');}
  104.  
  105.  
  106. </style>
  107.  
  108.  
  109. <style type="text/css">
  110.  
  111.  
  112. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  113.  
  114. {block:iftinyscrollbar}::-webkit-scrollbar-thumb{
  115. background-color: #ddd;
  116. border: 2px solid #ffffff;
  117. height:auto;
  118. -moz-border-radius: 5px;
  119. border-radius: 5px;
  120. }
  121.  
  122. ::-webkit-scrollbar {
  123. height:auto;
  124. width:9px;
  125. background-color: #999999;
  126. border: 4px solid #ffffff;
  127. }{/block:iftinyscrollbar}
  128.  
  129. .wrapper{
  130. margin: 0px auto;
  131. width: 100%;
  132. }
  133.  
  134. #tumblr_controls{
  135. position:fixed !important;
  136. -webkit-filter: invert(100%)
  137. }
  138.  
  139. {block:IfFadedImage}
  140. img{
  141. -webkit-transition: opacity 0.8s linear;
  142. opacity: 0.5;
  143. }
  144. img:hover{
  145. -webkit-transition: opacity 0.8s linear;
  146. opacity: 0.8;
  147. }
  148. {/block:IfFadedImage}
  149.  
  150.  
  151.  
  152. body {
  153. padding: 5px;
  154. margin: 0px;
  155. color:{color:text};
  156. background-color: {color:Background};
  157. background-image:url({image:Background});
  158. background-repeat: repeat;
  159. background-attachment: fixed;
  160. font-family: Ubuntu;
  161. font-size: 12px;
  162. line-height:13px;
  163. letter-spacing: 0px;
  164. color:{color:text};
  165. }
  166.  
  167. p {
  168. margin:0px;
  169. margin-top:0px;
  170. }
  171.  
  172. a:link, a:active, a:visited{
  173. color: {color:Link};
  174. -webkit-transition: color 0.5s ease-out;
  175. -moz-transition: color 0.5s ease-out;
  176. text-decoration: none;
  177. }
  178.  
  179. a:hover{
  180. color:{color:Hover};
  181. -webkit-transition: all 0.8s ease-out;
  182. -moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  183. text-decoration:overline;
  184. text-shadow:1px 1px 1px {color:text shadow};
  185. }
  186.  
  187.  
  188. .entry {
  189. float: left;
  190. margin: 5px;
  191. font-family: Ubuntu;
  192. padding: 15px;
  193. opacity: 0.8;
  194. {block:IfPostBorder}
  195. border: solid 1px #ccc;
  196. {/block:IfPostBorder}
  197. background-color: #f5f2f2;
  198. background-image:URL();
  199. background-color: white;
  200. font-size: 11px;
  201. letter-spacing: 0px;
  202. line-height:13px;
  203. {block:IndexPage}
  204. width:250px;
  205. {/block:IndexPage}
  206. {block:PermalinkPage}
  207. width:500px;
  208. opacity: 1;
  209. {/block:PermalinkPage}
  210. -webkit-animation:fadeInUp 2s;
  211. -moz-animation:fadeInUp 2s;
  212. -ms-animation:fadeInUp 2s;
  213. }
  214.  
  215. .entry .permalink{
  216. position:absolute;
  217. width:250px;
  218. margin-left: 0px;
  219. padding: 3px;
  220. height:15px;
  221. padding-bottom:10px;
  222. background-color:#fff;
  223. overflow:hidden;
  224. TEXT-TRANSFORM: UPPERCASE;
  225. font-family: consolas;
  226. font-size: 11px;
  227. line-height:25px;
  228. text-align:center;
  229. opacity:0.0;
  230. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  231. }
  232.  
  233. .entry:hover .permalink{
  234. top:10px;
  235. overflow:visible;
  236. opacity: 1;
  237. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  238. }
  239.  
  240.  
  241. .perm{
  242. display: block;
  243. font-family: helvetica;
  244. font-size: 8px;
  245. line-height:10px;
  246. letter-spacing:1px;
  247. text-transform:uppercase;
  248. text-align: right;
  249. background-color:transparent;
  250. border-top: 1px solid #dddddd;
  251. padding-bottom:0px;
  252. }
  253.  
  254. #pagination{
  255. display:none;
  256. }
  257.  
  258. .clear {
  259. clear: both;
  260. }
  261.  
  262. #posts {
  263. width: 718px;
  264. height: 100%;
  265. opacity: .5px;
  266. margin-left:380px;
  267. padding:4px;
  268. margin-top: 0px;
  269. float:left;
  270. }
  271.  
  272.  
  273. ol.notes img {
  274. width: 16px;
  275. display: inline;
  276. position: relative;
  277. top: 3px;
  278. }
  279.  
  280.  
  281. #sidebar{
  282. position:fixed;
  283. padding-top: 10px;
  284. padding-right: 10px;
  285. padding-left: 10px;
  286. padding-bottom: 10px;
  287. margin-left: 110px;
  288. margin-top:-5px;
  289. height: 100%;
  290. width: 240px;
  291. text-align: right;
  292. background-color: white;
  293. background-image:url({image:sidebar Background});
  294. font-size: 12px;
  295. line-height:13px;
  296. letter-spacing: 0px;
  297. font-family: Ubuntu;
  298. color: {color:description};
  299. -webkit-transition: all 0.3s ease-out;
  300. -moz-transition: all 0.3s ease-out;
  301. transition: all 0.3s ease-out;
  302. -khtml-border-radius: 3px;
  303. -moz-border-radius: 3px;
  304. -webkit-border-radius: 3px;
  305. border-radius: 5px;
  306. }
  307.  
  308.  
  309.  
  310. .links {
  311. color: {color:links};
  312. display: inline;
  313. text-transform:uppercase;
  314. font-family: Ubuntu;
  315. line-height:13px;
  316. margin-top:0px;
  317. margin-bottom:0px;
  318. text-align:center;
  319. font-size: 10px;
  320. letter-spacing:1px;}
  321.  
  322. .links a {
  323. color: {color:links};
  324. -webkit-transition: all 0.3s ease-out;
  325. -moz-transition: all 0.3s ease-out;
  326. transition: all 0.3s ease-out;}
  327.  
  328. .links a:hover {
  329. color: {color:hover};
  330. text-shadow: 0px 1px 3px #000;
  331. text-decoration: none;
  332. -webkit-transition:all 0.05s ease-in-out;
  333. -moz-transition:all 0.05s ease-in-out;
  334. -o-transition:all 0.05s ease-in-out;
  335. transition:all 0.05s ease-in-out;
  336. }
  337.  
  338. #postnotes{
  339.  
  340. text-align: justify;}
  341.  
  342. #postnotes blockquote{
  343. border: 0px;}
  344.  
  345. #infscr-loading{
  346. bottom: -70px;
  347. position: absolute;
  348. left: 50%;
  349. margin-left:-8px;
  350. width:16px;
  351. height:11px;
  352. overflow:hidden;
  353. margin-bottom: 50px;
  354. }
  355.  
  356. .title{
  357. font-family: basket;
  358. font-size: 18px;
  359. line-height:100%;
  360. color: {color:Title};
  361. font-weight: normal;
  362. padding:1px 1px 1px 1px;
  363. }
  364.  
  365.  
  366. .blog{
  367. margin-top: 20px;
  368. font-family:consolas;
  369. letter-spacing:3px;
  370. font-align: center;
  371. font-size: 18px;
  372. line-height: 25px;
  373. padding-bottom: 2px;
  374. color: {color:Blogtitle color};
  375. background-color:transparent;
  376. border-bottom: 0px solid white;
  377. -webkit-transition: all 0.3s linear;
  378. -webkit-transition: all 0.3s linear;
  379. -moz-transition: all 0.3s linear;
  380. transition: all 0.3s linear;
  381. }
  382.  
  383. .blog:hover{
  384. color: #ccc;
  385. -webkit-transition: all 0.3s linear;
  386. -webkit-transition: all 0.3s linear;
  387. -moz-transition: all 0.3s linear;
  388. transition: all 0.3s linear;
  389. }
  390.  
  391.  
  392. .hay{
  393. letter-spacing:0px;
  394. display: block;
  395. background-color:transparent;
  396. margin-top: -2px;
  397. padding-top:3px;
  398. margin-bottom:2px;
  399. font-family:ubuntu;
  400. font-size:9px;
  401. line-height:4px;
  402. text-transform:uppercase;
  403. text-align:right;
  404. height:1px;
  405. color:#000;
  406. opacity:0.0;
  407. -webkit-transition: all 0.5s ease-in-out;
  408. -moz-transition: all 0.5s ease-in-out;
  409. -o-transition: all 0.5s ease-in-out;
  410. -ms-transition: all 0.5s ease-in-out;
  411. transition: all 0.5s ease-in-out;
  412. }
  413.  
  414. .entry:hover .hay{
  415. opacity:10;
  416. padding-right: 50px;
  417. -webkit-transition: all 0.5s ease-in-out;
  418. -moz-transition: all 0.5s ease-in-out;
  419. -o-transition: all 0.5s ease-in-out;
  420. -ms-transition: all 0.5s ease-in-out;
  421. transition: all 0.5s ease-in-out;
  422. }
  423.  
  424. .audioplayer {
  425. background-color:white;
  426. overflow-y:hidden;text-align:center;
  427. {block:IndexPage}
  428. width:250px
  429. {/block:IndexPage}
  430. {block:PermalinkPage}width:700px !important;
  431. {/block:PermalinkPage}
  432. }
  433.  
  434.  
  435. #jalc{
  436. position:fixed !important;
  437. right:3px;
  438. top:26px;
  439. font-size: 10px;
  440. line-height:12px;
  441. vertical-align: middle;
  442. overflow: hidden;
  443. padding:3px;
  444. -webkit-border-radius:2px;
  445. moz-border-radius:2px;
  446. -o-border-radius:2px;
  447. border-radius:2px;
  448. z-index: 100;}
  449.  
  450. #jalc a{
  451. color: #fff;}
  452.  
  453. .ann a{
  454. color: #fff;}
  455.  
  456. .ann{
  457. color: #fff;
  458. font-size: 12px;
  459. display: inline-block;
  460. -webkit-transition: opacity 0.2s linear;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
  461.  
  462. a img{
  463. border: 0px;}
  464.  
  465. blockquote{
  466. padding:2px 2px 2px 5px;
  467. margin:4px 4px 4px 7px;
  468. border-left: 4px solid #dddddd;
  469. }
  470.  
  471. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  472.  
  473. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  474. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  475.  
  476. .notes img{width:10px; position:relative; top:3px;}
  477. <--ses-->
  478. small{font-size: 90%;}
  479.  
  480.  
  481. .caption img {
  482. max-width: 250px;
  483. }
  484.  
  485. {block:ifshadowposts}
  486. img{
  487. -webkit-box-shadow: 0px 7px 12px -3px rgba(10, 10, 10, 0.5);
  488. box-shadow: 0px 7px 12px -3px rgba(10, 10, 10, 0.5);
  489. }
  490. {/block:ifshadowposts}
  491.  
  492. #jaaaa {
  493. position: fixed;
  494. z-index: 5000;
  495. background-color: transparent;
  496. font-family: Lekton;
  497. padding: 5px;
  498. bottom:-3px;
  499. right: 15px;
  500. color:#000;
  501. border-top-right-radius:3px;
  502. border-top-left-radius:3px;
  503. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  504. -webkit-transition: all 0.3s ease;
  505. -moz-transition: all 0.3s ease;
  506. transition: all 0.3s ease;}
  507.  
  508.  
  509. #jaaaa:hover {
  510. bottom:0px;
  511. padding-bottom:10px;
  512. -webkit-transition: all 0.3s ease;
  513. -moz-transition: all 0.3s ease;
  514. transition: all 0.3s ease;}
  515.  
  516. #credz {
  517. position: fixed;
  518. z-index: 5000;
  519. background-color: transparent;
  520. font-family: Lekton;
  521. padding: 5px;
  522. bottom:-3px;
  523. right: 18px;
  524. color:#000;
  525. border-top-right-radius:3px;
  526. border-top-left-radius:3px;
  527. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  528. }
  529.  
  530. {CustomCSS}
  531. </style>
  532.  
  533. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  534. <script type="text/javascript">
  535. $(function(){
  536. $("#pageLink").click(function(){
  537. $("#titlePages").fadeToggle(500);
  538. });
  539. });
  540. </script>
  541.  
  542. {block:IndexPage}
  543. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  544. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  545. <script type="text/javascript">
  546. $(window).load(function () {
  547. var $content = $('#posts');
  548. $content.masonry({
  549. itemSelector: '.entry',
  550. isAnimated: true
  551. }),
  552. $content.infinitescroll({
  553. navSelector : '#pagination',
  554. nextSelector : '#pagination a#nextPage',
  555. itemSelector : '.entry',
  556. loading: {
  557. finishedMsg: '',
  558. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  559. },
  560. bufferPx : 200,
  561. debug : false,
  562. },
  563. // call masonry as a callback.
  564. function( newElements ) {
  565. var $newElems = $( newElements );
  566. $newElems.hide();
  567. // ensure that images load before adding to masonry layout
  568. $newElems.imagesLoaded(function(){
  569. $content.masonry( 'appended',
  570. $newElems, true,
  571. function(){$newElems.fadeIn(300);}
  572. );
  573.  
  574.  
  575. });
  576. });
  577. });
  578. </script>
  579. {/block:IndexPage}
  580.  
  581. <title>{title}</title>
  582.  
  583. <link rel="shortcut icon" href="{Favicon}">
  584. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  585. <meta name="viewport" content="width=820" />
  586.  
  587.  
  588. </style>
  589. </head>
  590. <body>
  591.  
  592.  
  593. <body onkeydown="return false">
  594. <div class="wrapper">
  595. <div style="position:fixed;right:0px;top:28px;">
  596. </span>
  597. </div>
  598.  
  599.  
  600. <div id="sidebar"><center>
  601. <div class="blog"><div style="background-color:{color:blogtitle background}; padding-top:5px; padding-bottom:3px;
  602. border-top: 3px double #ccc; border-bottom: 3px double #ccc;"><blogtitle>{text:blog title}</blogtitle></div>
  603.  
  604. {block:ifshowphoto}<p><a href="/"><img src="{image:sidebar}" width=240px;></a>{/block:ifshowphoto}<p></div>
  605.  
  606. <div class="links"><center>
  607. <div style="background-color:{color:links background}; padding-top:3px; padding-bottom:3px;
  608. border-top: 3px double #ccc; border-bottom: 3px double #ccc;">
  609. <a href="/">home<a>
  610. <a href="/ask">ask</a>
  611. {block:IfCustomLink1}
  612. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  613. {/block:IfCustomLink1}
  614. {block:IfCustomLink2}
  615. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  616. {/block:IfCustomLink2}
  617. {block:IfCustomLink3}
  618. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  619. {/block:IfCustomLink3}
  620. {block:IfCustomLink4}
  621. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  622. {/block:IfCustomLink4}
  623. <a href="http://unpresentable.tumblr.com/">CREDIT</a>
  624.  
  625.  
  626. </center></div>
  627.  
  628. <center>{description}</center>
  629. <br/>
  630. <center> <center>{block:NextPage}<div style="font-size:12pt; font-family:basket;"><a href="{NextPage}" title="next page">next</a>{/block:NextPage}
  631. {block:PreviousPage}<div style="font-size:12pt; font-family:basket;"><a href="{PreviousPage}" title="previous page">previous</a>{/block:PreviousPage}<br>
  632. {block:PermalinkPagination}
  633. {block:NextPost}<div style="font-size:12pt; font-family:basket;"><a href="{NextPost}" title="next page">next</a>{/block:NextPost}
  634. {block:PreviousPost}<div style="font-size:12pt; font-family:basket;"><a href="{PreviousPost}" title="previous page">previous</a>{/block:PreviousPost}
  635. {/block:PermalinkPagination}<p>
  636. </center>
  637. <br/>
  638. </center>
  639. </div>
  640.  
  641.  
  642.  
  643.  
  644. <div id="posts">
  645.  
  646. {block:Posts}
  647. <div class="entry">
  648.  
  649.  
  650. {block:Text}
  651. {block:Title}<span class="title">{Title}</span>{/block:Title}<br>
  652. <div class="caption"><span class="entrytext">{Body}</span></div>
  653. <div class="hay">{block:IndexPage}<div align="right"><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  654. {/block:Text}
  655.  
  656. {block:Link}
  657. <a href="{URL}" class="title">{Name}</a><br>
  658. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  659. <div class="hay">{block:IndexPage}<div align="right"></small>{24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  660. {block:Link}
  661.  
  662.  
  663. {block:Photo}
  664. {block:IndexPage}{LinkOpenTag}<div class="photo">
  665. <div class="permalink"><a href="{ReblogURL}" target="_blank" title="reblog">{text:reblog text}</a> this with <a href="{permalink}">{NoteCountWithLabel}</a></a></a></span></div><a href="{permalink}" title="permalink"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  666. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  667. {/block:Photo}
  668.  
  669.  
  670. {block:Quote}
  671. {Quote}</span>
  672. {block:Source}{Source}{/block:Source}
  673. <div class="hay">{block:IndexPage}<div align="right"><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  674. {/block:Quote}
  675.  
  676. {block:Chat}
  677. {block:Title}<span class="title">{Title}</span>{/block:Title}<br>
  678. <ul class="chat">
  679. {block:Lines}
  680. <li class="user_{UserNumber}">
  681. {block:Label}
  682. <span class="label">{Label}</span>
  683. {/block:Label}
  684.  
  685. {Line}
  686. </li>
  687. {/block:Lines}
  688. </ul>
  689. <div class="hay">{block:IndexPage}<div align="right"><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}">{NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  690. {/block:Chat}
  691.  
  692. {block:Audio}{block:PermalinkPage}{block:AlbumArt}
  693. <img src="{AlbumArtURL}" style="width:700px;">{/block:AlbumArt}{/block:PermalinkPage}{block:IndexPage}
  694. {block:AlbumArt}
  695. <img src="{AlbumArtURL}" style="width:25px;height:25px;float:left;padding-right:3px;padding-bottom:3px;padding-top:3px;background-color:{color:background};">{/block:AlbumArt}{/block:IndexPage}
  696. <div class="audioplayer" style="max-width:220px;overflow:hidden;" align="center">{AudioPlayerWhite}</div>
  697. {block:Caption}{Caption}{/block:Caption}
  698. {block:PermalinkPage}
  699. <br>{PlayCountWithLabel}{/block:PermalinkPage}
  700.  
  701. {block:IndexPage}<div class="hay">Posted on {ShortMonth}&nbsp;{DayOfMonth} ♡ {PlayCountWithLabel} <a
  702. href="{Permalink}">{notecountwithlabel}</a></div>{/block:IndexPage}
  703.  
  704. {/block:Audio}
  705. {block:Video}
  706. <center>
  707. {block:IndexPage}
  708. {Video-250}
  709. {/block:IndexPage}
  710. </center>
  711. {block:PermalinkPage}
  712. <center>{Video-250}</center>
  713. {/block:PermalinkPage}
  714. <div class="perm">{block:IndexPage}<div align="right"><small>Posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} &#8226; <a href="{permalink}"> {NotecountWithLabel}</small></a></span></div></div>{/block:IndexPage}
  715. {block:Video}
  716.  
  717. {block:Answer}
  718. <div style="border-radius:5px; border: 1px solid #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background-image:url({image:pillar});">
  719.  
  720. <img src="{AskerPortraitURL-30}" width="30" align="left"
  721. style="margin-right:4px; border:1px solid #ddd; border-radius:4px; -moz-box-shadow: 0 0 1px 1px {color:border}; -webkit-box-shadow: 0 0 1px 1px {color:border}; box-shadow: 0 0 1px 1px {color:border};"/>
  722.  
  723. <asker>{Asker}:</asker>
  724. {Question}</div>
  725.  
  726. <div style="margin:1px; background-color: transparent; border:0px dotted #ddd; padding:px; text-align:center;">{Answer}</div><div class="hay">Posted on {ShortMonth}&nbsp;{DayOfMonth} ♡ <a
  727. href="{Permalink}">{notecountwithlabel}</a></div>
  728. {/block:Answer}
  729.  
  730.  
  731. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  732.  
  733. {block:PermalinkPage}
  734. <center>
  735. {block:Caption}{Caption}{/block:Caption}
  736. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  737. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  738. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  739. </center>
  740. {block:NoteCount} <div style="border-bottom: 2px solid #999; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  741. {/block:PermalinkPage}
  742.  
  743. {block:PostNotes}{PostNotes}
  744. {/block:PostNotes}
  745. </div>
  746.  
  747.  
  748. {/block:Posts}
  749. </div>
  750. </div>
  751. {block:IndexPage}<br>
  752. {block:Pagination}
  753. <div id="pagination">
  754. {block:NextPage}
  755. <a id="nextPage" href="{NextPage}">next</a>
  756. {/block:NextPage}
  757. {block:PreviousPage}
  758. <a href="{PreviousPage}">back</a>
  759. {/block:PreviousPage}
  760. </div>
  761. {/block:Pagination}
  762. {/block:IndexPage}
  763. </div>
  764.  
  765. <div id="credz">
  766. <a href="http://unpresentable.tumblr.com/"title="theme credit">CREDIT</a>
  767. <div></div>
  768.  
  769.  
  770. </body>
  771. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement