Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.10 KB | None | 0 0
  1. <style> body, a, a:hover { cursor:url('http://media.tumblr.com/tumblr_m2um3ywXLE1qfamg6.gif'), auto }</style>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  3. "http://www.w3.org/TR/html4/loose.dtd">
  4.  
  5. <html lang="en">
  6.  
  7. <!-- ---------------------------------------------------------------
  8.  
  9. Bled Theme
  10. Made by Unzo
  11. http://unzo.tumblr.com/
  12.  
  13. --------------------------------------------------------------- -->
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  22.  
  23. <meta name="color:Background" content="#fdfdfd"/>
  24. <meta name="color:Container" content="#fff"/>
  25. <meta name="color:Links" content="#8394a5"/>
  26. <meta name="color:Links Hover" content="#eee"/>
  27. <meta name="color:Scrollbar" content="#8394a5"/>
  28. <meta name="color:Text" content="#9c9c9c"/>
  29.  
  30. <meta name="if:Faded Images" content="0"/>
  31. <meta name="if:Faded Images Inverted" content="0"/>
  32. <meta name="if:Pop Up Askbox" content="0"/>
  33. <meta name="if:Scroll To Top" content="1"/>
  34. <meta name="if:Show Blog Title" content="1"/>
  35. <meta name="if:Show Sidebar Image" content="0"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Sidebar" content=""/>
  39.  
  40. <meta name="text:Link 1" content=""/>
  41. <meta name="text:Link 1 Title" content=""/>
  42. <meta name="text:Link 2" content=""/>
  43. <meta name="text:Link 2 Title" content=""/>
  44. <meta name="text:Link 3" content=""/>
  45. <meta name="text:Link 3 Title" content=""/>
  46. <meta name="text:Link 4" content=""/>
  47. <meta name="text:Link 4 Title" content=""/>
  48. <meta name="text:Link 5" content=""/>
  49. <meta name="text:Link 5 Title" content=""/>
  50.  
  51. <meta name="text:Pop Up Askbox Title" content="Message"/>
  52.  
  53.  
  54. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Andika' rel='stylesheet' type='text/css'>
  59.  
  60. <script src="http://static.tumblr.com/kjtbii3/y9Wmz7ys3/basics.js">
  61. </script>
  62.  
  63. <script src="http://static.tumblr.com/kjtbii3/6R6mjtufm/contact.js">
  64. </script>
  65.  
  66. <script src="http://static.tumblr.com/kjtbii3/FJfmwoo4b/source-via.js">
  67. </script>
  68.  
  69. <script src="http://static.tumblr.com/kjtbii3/IQemv5u3n/tooltip.js">
  70. </script>
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. #tumblr_controls{
  77. position:fixed;
  78. opacity:0.3;
  79.  
  80. -webkit-filter:invert(100%);
  81. -moz-filter:invert(100%);
  82. -o-filter:invert(100%);
  83. filter:invert(100%);
  84. }
  85.  
  86.  
  87. ::-webkit-scrollbar-thumb:vertical{
  88. width:10px;
  89. background:{color:scrollbar};
  90. border-radius:5px;
  91. border:2px solid {color:background};
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:horizontal{
  95. height:10px;
  96. background:{color:scrollbar};
  97. border-radius:5px;
  98. border:2px solid {color:background};
  99. }
  100.  
  101. ::-webkit-scrollbar{
  102. width:11px;
  103. height:11px;
  104. background:{color:background};
  105. background-image:url({image:Background});
  106. }
  107.  
  108.  
  109. body{
  110. font-family:'Calibri', sans-serif;
  111. font-size:11.5px;
  112. line-height:150%;
  113.  
  114. background:{color:Background};
  115. color:{color:Text};
  116.  
  117. background-image:url({image:Background});
  118. background-position:center top;
  119. background-attachment:fixed;
  120.  
  121.  
  122. }
  123.  
  124. a{
  125. text-decoration:none;
  126.  
  127. color:{color:Links};
  128.  
  129. -webkit-transition: all 0.5s ease;
  130. -moz-transition: all 0.5s ease;
  131. transition: all 0.5s ease;
  132. }
  133.  
  134. a:hover{
  135. color:{color:Links Hover};
  136.  
  137. text-decoration:none;
  138. font-style:none;
  139. }
  140.  
  141.  
  142. .container{
  143. position:absolute;
  144. left:72.5%;
  145. min-height:100%;
  146.  
  147. width:584px;
  148.  
  149. margin:-10px 0 0 -420px;
  150.  
  151. {block:permalinkpage}
  152. width:580px;
  153. background:{color:Container};
  154. border:1px solid #eee;
  155. {/block:permalinkpage}
  156. }
  157.  
  158.  
  159. .sidebar{
  160. z-index:100;
  161. position:fixed;
  162.  
  163. top:150px;
  164. left:-1%;
  165.  
  166. margin:0 0 0 220px;
  167.  
  168. width:150px;
  169. padding:10px;
  170.  
  171. background:{color:container};
  172.  
  173. font-size:11.3px;
  174. text-align:center;
  175.  
  176. border:1px solid #eee;
  177.  
  178. webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  179. -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  180. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  181.  
  182. -webkit-animation:fadeInDown 3s;
  183. -moz-animation:fadeInDown 3s;
  184. -ms-animation:fadeInDown 3s;
  185. }
  186.  
  187. .blogtitle{
  188. margin:2px 0;
  189. padding:2px 5px 3px;
  190.  
  191. font-family:'Andika';
  192. font-size:11px;
  193. line-height:100%;
  194. letter-spacing:3px;
  195. text-transform:uppercase;
  196. text-align:center;
  197.  
  198. border:1px solid #eee;
  199. }
  200.  
  201. .banner img{
  202. margin:0 auto;
  203. max-width:150px;
  204.  
  205. -webkit-transition: all 0.5s ease;
  206. -moz-transition: all 0.5s ease;
  207. transition: all 0.5s ease;
  208. }
  209.  
  210. .description{
  211. padding:3px 0;
  212. }
  213.  
  214.  
  215. #content{
  216. position:relative;
  217. margin:20px auto 0;
  218.  
  219. width:584px;
  220.  
  221. {block:permalinkpage}
  222. width:500px;
  223. margin:40px auto 0;
  224. {/block:permalinkpage}
  225. }
  226.  
  227.  
  228. .entry{
  229. width:230px;
  230.  
  231. margin:20px;
  232.  
  233. {block:indexpage}
  234. padding:10px 10px 6px;
  235.  
  236. background:{color:Container};
  237.  
  238. border:1px solid #eee;
  239.  
  240. box-shadow:5px 5px #f7f7f7;
  241. {/block:indexpage}
  242.  
  243. {block:permalinkpage}
  244. width:500px;
  245. margin:20px auto 0;
  246. {/block:permalinkpage}
  247. webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  248. -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  249. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  250. }
  251.  
  252. .entry img{
  253. max-width:230px;
  254.  
  255. {block:indexpage}
  256.  
  257. {/block:indexpage}
  258.  
  259. {block:PermalinkPage}
  260. max-width:500px;
  261. {/block:PermalinkPage}
  262. }
  263.  
  264.  
  265. .badge{
  266. z-index:1;
  267. position:absolute;
  268. opacity:0;
  269.  
  270. top:50%;
  271. left:38%;
  272.  
  273. width:35px;
  274. height:35px;
  275.  
  276. margin:-25px 0 0 0;
  277. padding:10px;
  278.  
  279. background:white;
  280.  
  281. font-family:'Calibri', sans-serif;
  282. font-size:9px;
  283. line-height:35px;
  284. text-transform:uppercase;
  285. text-align:center;
  286. letter-spacing:1px;
  287.  
  288. border-radius:50px;
  289.  
  290. border:1px solid #eee;
  291.  
  292.  
  293.  
  294. -webkit-transform:scale(0.85);
  295. -moz-transform:scale(0.85);
  296. -o-transform:scale(0.85);
  297. transform:scale(0.85);
  298.  
  299. -webkit-transition: all 0.5s ease;
  300. -moz-transition: all 0.5s ease;
  301. transition: all 0.5s ease;
  302. }
  303.  
  304. .entry:hover .badge:hover{
  305. opacity:1;
  306. }
  307.  
  308. .entry:hover .badge{
  309. opacity:0.8;
  310.  
  311. -webkit-transform:scale(1);
  312. -moz-transform:scale(1);
  313. -o-transform:scale(1);
  314. transform:scale(1);
  315. }
  316.  
  317.  
  318. .badge2{
  319. z-index:1;
  320. position:absolute;
  321. opacity:0;
  322.  
  323. top:50%;
  324. left:38%;
  325.  
  326. width:35px;
  327. height:35px;
  328.  
  329. margin:-25px 0 0 0;
  330. padding:10px;
  331.  
  332. background:white;
  333.  
  334. font-family:'Calibri', sans-serif;
  335. font-size:9px;
  336. line-height:35px;
  337. text-transform:uppercase;
  338. text-align:center;
  339. letter-spacing:1px;
  340.  
  341. border-radius:50px;
  342.  
  343. border:1px solid #eee;
  344.  
  345.  
  346.  
  347. -webkit-transition: all 0.8s ease;
  348. -moz-transition: all 0.8s ease;
  349. transition: all 0.8s ease;
  350. }
  351.  
  352. .badge2 a:hover{
  353. color:{color:Links};
  354. }
  355.  
  356. .entry:hover .badge2:hover{
  357. opacity:0.8;
  358. }
  359.  
  360.  
  361. .box{
  362. {block:iffadedimages}
  363. opacity:0.85;
  364. {/block:iffadedimages}
  365.  
  366. {block:iffadedimagesinverted}
  367. opacity:1;
  368. {/block:iffadedimagesinverted}
  369.  
  370. -webkit-transition: all 0.5s ease;
  371. -moz-transition: all 0.5s ease;
  372. transition: all 0.5s ease;
  373. }
  374.  
  375. .box:hover{
  376. {block:iffadedimages}
  377. opacity:1;
  378. {/block:iffadedimages}
  379.  
  380. {block:iffadedimagesinverted}
  381. opacity:0.85;
  382. {/block:iffadedimagesinverted}
  383. }
  384.  
  385. .box img{
  386. {block:permalinkpage}
  387. width:500px;
  388. {/block:permalinkpage}
  389. }
  390.  
  391.  
  392. /* Others */
  393.  
  394. blockquote{
  395. margin:0 0 5px 10px;
  396. padding:3px 5px;
  397.  
  398. border-left:1px solid {color:Links};
  399. }
  400.  
  401. blockquote p, blockquote ul{
  402. margin:0;
  403. padding:0;
  404. }
  405.  
  406. .quote p{
  407. margin:0;
  408. }
  409.  
  410.  
  411. .arrow{
  412. margin:8px 0 0 185px;
  413.  
  414. border-left:6px solid #f7f7f7;
  415.  
  416. {block:permalinkpage}
  417. margin:8px 0 0 455px;
  418. {/block:permalinkpage}
  419. }
  420.  
  421. .answer{
  422. width:165px;
  423.  
  424. margin:0 0 3px;
  425.  
  426. background:#f7f7f7;
  427.  
  428. {block:permalinkpage}
  429. width:435px;
  430. {/block:permalinkpage}
  431. }
  432.  
  433. .asker{
  434. color:{color:Links};
  435. }
  436.  
  437. .asker:first-letter{
  438. text-transform:uppercase;
  439. }
  440.  
  441.  
  442. .postnotes ::-webkit-scrollbar{
  443. background:{color:Container};
  444. }
  445.  
  446.  
  447. /* Navigation */
  448.  
  449. .nav{
  450. font-family:'Times', sans-serif;
  451. text-align:center;
  452. text-transform:lowercase;
  453. letter-spacing:1px;
  454. font-style:italic;
  455. }
  456.  
  457. .nav a{
  458. margin:0 2px;
  459. }
  460.  
  461. .nav a:hover{
  462.  
  463. }
  464.  
  465.  
  466. /* Custom */
  467.  
  468. .permalink-title{
  469. {block:permalinkpage}
  470. margin-left:10px;
  471. letter-spacing:1px;
  472. text-transform:uppercase;
  473. {/block:permalinkpage}
  474. }
  475.  
  476.  
  477. #tooltip{
  478. z-index:100000;
  479. opacity:0.8;
  480.  
  481. margin:15px;
  482. padding:5px;
  483.  
  484. background:white;
  485. color:#aaa;
  486.  
  487. font-family:'Calibri', sans-serif;
  488. font-size:9px;
  489. line-height:100%;
  490. letter-spacing:1px;
  491. text-transform:uppercase;
  492.  
  493. border:1px solid #eee;
  494. border-radius:5px;
  495. }
  496.  
  497.  
  498. {CustomCss}
  499. /* CHANGE HEIGHTS WHERE IT SAYS SO.*/
  500. #mari {
  501. position:fixed;
  502. top:15px;
  503. left:15px;
  504.  
  505. }
  506.  
  507. .square1 {
  508. margin:6px;
  509. width:14px;
  510. height:14px;
  511. border-radius:100%;
  512. background-color:#EBF4FA ;
  513. overflow:hidden;
  514. border:.5px outset #eee;
  515. webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  516. -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  517. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  518. }
  519.  
  520. .square2 {
  521. margin:6px;
  522. margin-top:13px;
  523. width:14px;
  524. height:14px;
  525. border-radius:100%;
  526. background-color:#EBF4FA ;
  527. overflow:hidden;
  528. border:.5px outset #eee;
  529. webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  530. -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  531. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  532. }
  533.  
  534. .square3 {
  535. margin:6px;
  536. margin-top:13px;
  537. width:14px;
  538. height:14px;
  539. border:.5px outset #eee;
  540. border-radius:100%;
  541. background-color:#EBF4FA ;
  542. webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  543. -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  544. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  545. }
  546.  
  547. .text1, .text2, .text3 {opacity:0;
  548. padding:7px;
  549. font-family:Calibri;
  550. font-size:8px;
  551. text-transform:uppercase;
  552. letter-spacing:1px;
  553. color:#b9b9b9;
  554. border:1px outset #eee;
  555. background-color:#fff;
  556. positioN:absolute;
  557. margin-top:0px;
  558. margin-left:18px;
  559. width:120px;
  560. transition:all .7s ease-in-out;
  561. -webkit-transition:all .7s ease-in-out;
  562. -o-transition:all .7s ease-in-out;
  563. -moz-transition:all .7s ease-in-out;
  564. height:0px;
  565. overflow:hidden;
  566. webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  567. -moz-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  568. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.2);
  569. }
  570.  
  571. .square1:hover .text1 {
  572. opacity:1;
  573. height:155px; /* CHANGE HEIGHT FOR THE FIRST BOX */
  574. transition:all .7s ease-in-out;
  575. -webkit-transition:all .7s ease-in-out;
  576. -o-transition:all .7s ease-in-out;
  577. -moz-transition:all .7s ease-in-out;
  578. }
  579.  
  580. .square2:hover .text2 {
  581. opacity:1;
  582. height:155px; /* CHANGE HEIGHT FOR THE SECOND BOX */
  583. transition:all .7s ease-in-out;
  584. -webkit-transition:all .7s ease-in-out;
  585. -o-transition:all .7s ease-in-out;
  586. -moz-transition:all .7s ease-in-out;
  587. }
  588.  
  589. .square3:hover .text3 {
  590. opacity:1;
  591. height:155px; /* CHANGE HEIGHT FOR THE THIRD BOX */
  592. transition:all .7s ease-in-out;
  593. -webkit-transition:all .7s ease-in-out;
  594. -o-transition:all .7s ease-in-out;
  595. -moz-transition:all .7s ease-in-out;
  596. }
  597.  
  598. .ew {
  599. position:fixed;
  600. bottom:10px;
  601. left:10px;
  602. width:8px;
  603. height:8px;
  604. border:1px solid transparent;
  605. background-color:#EBF4FA;
  606. transition-duration:.3s;
  607. -webkit-transition-duration:.3s;
  608. -o-transition-duration:.3s;
  609. -moz-transition-duration:.3s;
  610. }
  611. .ew:hover {
  612. border:1px solid #777;
  613. background-color:#fff;
  614. transition-duration:.3s;
  615. -webkit-transition-duration:.3s;
  616. -o-transition-duration:.3s;
  617. -moz-transition-duration:.3s;
  618. }
  619. </style>
  620. </head>
  621.  
  622. <body>
  623.  
  624. <a href='http://www.claepsydrathemes.tumblr.com' title='updates tab credit'><div class='ew'></div> </a>
  625.  
  626. <!-- INSTRUCTIONS:
  627. WRITE YOUR TEXT INSTEAD OF THE SAMPLE I PUT HERE. MAKE IT ANY LENGTH, AS LONG AS YOU CHANGE THE HEIGHT OF EACH BOX IN THE SECOND PART OF THE CODE.
  628. DON'T REMOVE THE CREDITS OR I'LL REPORT YOU.
  629. -->
  630. <div id='mari'>
  631. <div class='square1'>
  632. <div class='text1'>
  633. <p>Here goes your content.
  634. This is <b>bold</b> and this is <i>italic</i>.
  635. </p>
  636. <p>You can add paragraphs using sets of p's.</p>
  637. <p style='background-color:#00ffd2'>This is a colored header.</p>
  638. <p>You can just add a new line <br> like this.</p>
  639. <a href='/'>This is a link.</a>
  640. </div>
  641. </div>
  642.  
  643. <div class='square2'>
  644. <div class='text2'>
  645. <p>Here goes your content.
  646. This is <b>bold</b> and this is <i>italic</i>.
  647. </p>
  648. <p>You can add paragraphs using sets of p's.</p>
  649. <p style='background-color:#00ffd2'>This is a colored header.</p>
  650. <p>You can just add a new line <br> like this.</p>
  651. <a href='/'>This is a link.</a>
  652. </div>
  653. </div>
  654.  
  655. <div class='square3'>
  656. <div class='text3'>
  657. <p>Here goes your content.
  658. This is <b>bold</b> and this is <i>italic</i>.
  659. </p>
  660. <p>You can add paragraphs using sets of p's.</p>
  661. <p style='background-color:#00ffd2'>This is a colored header.</p>
  662. <p>You can just add a new line <br> like this.</p>
  663. <a href='/'>This is a link.</a>
  664. </div>
  665. </div>
  666.  
  667. </div>
  668.  
  669. <div class="container">
  670.  
  671.  
  672. <div class="sidebar">
  673.  
  674. {block:ifshowsidebarimage}
  675. <div class="banner">
  676. <a href="/"><img src="{image:sidebar}"></a>
  677. </div>
  678. {/block:ifshowsidebarimage}
  679.  
  680. {block:ifshowblogtitle}
  681. <div class="blogtitle">
  682. <a href="/">{Title}</a>
  683. </div>
  684. {/block:ifshowblogtitle}
  685.  
  686.  
  687. {block:description}
  688. <div class="description">
  689. {Description}
  690. </div>
  691. {/block:description}
  692.  
  693.  
  694. <div class="nav">
  695.  
  696. {block:iflink1title}
  697. <a href="{text:link 1}" title="{text:link 1 title}">I.</a>
  698. {/block:iflink1title}
  699.  
  700. {block:ifpopupaskbox}
  701. <a href="#?w=500" rel="01" class="poplight" title="{text:pop up askbox title}">II.</a>
  702. {/block:ifpopupaskbox}
  703.  
  704. {block:iflink2title}
  705. <a href="{text:link 2}" title="{text:link 2 title}">II.</a>
  706. {/block:iflink2title}
  707.  
  708. {block:iflink3title}
  709. <a href="{text:link 3}" title="{text:link 3 title}">III.</a>
  710. {/block:iflink3title}
  711.  
  712. {block:iflink4title}
  713. <a href="{text:link 4}" title="{text:link 4 title}">IV.</a>
  714. {/block:iflink4title}
  715.  
  716. {block:iflink5title}
  717. <a href="{text:link 5}" title="{text:link 5 title}">V.</a>
  718. {/block:iflink5title}
  719.  
  720. </div>
  721.  
  722.  
  723. </div>
  724.  
  725.  
  726. <div id="content">
  727.  
  728. {block:Posts}
  729.  
  730.  
  731. {block:Photo}
  732. <div class="entry">
  733. <div class="box">
  734.  
  735. {block:indexpage}
  736. <div class="badge">
  737.  
  738. <a href="{Permalink}">{Notecount}</a>
  739.  
  740. </div>
  741.  
  742. <div class="badge2">
  743.  
  744. <a target="_blank" href="{ReblogURL}">Reblog</a>
  745.  
  746. </div>
  747. {/block:indexpage}
  748.  
  749. <a href="{Permalink}">
  750. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  751. </a>
  752.  
  753. </div>
  754. </div>
  755. {/block:Photo}
  756.  
  757.  
  758. {block:Photoset}
  759. <div class="entry">
  760. <div class="box">
  761.  
  762. {block:indexpage}
  763. <div class="badge">
  764.  
  765. <a href="{Permalink}">{Notecount}</a>
  766.  
  767. </div>
  768.  
  769. <div class="badge2">
  770.  
  771. <a target="_blank" href="{ReblogURL}">Reblog</a>
  772.  
  773. </div>
  774. {/block:indexpage}
  775.  
  776. {block:Photos}
  777.  
  778. <a href="{Permalink}">
  779. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  780. </a>
  781.  
  782. {/block:Photos}
  783.  
  784. </div>
  785. </div>
  786. {/block:Photoset}
  787.  
  788.  
  789. {block:Video}
  790. <div class="entry">
  791.  
  792. {block:IndexPage}
  793. {VideoEmbed-250}
  794. {/block:IndexPage}
  795.  
  796. {block:PermalinkPage}
  797. {VideoEmbed-500}
  798. {/block:PermalinkPage}
  799.  
  800. {block:indexpage}
  801. <div class="date">
  802. <a href="{Permalink}">{NoteCountWithLabel}</a>
  803. </div>
  804. {/block:indexpage}
  805.  
  806. </div>
  807. {block:Video}
  808.  
  809.  
  810. {block:Text}
  811. <div class="entry">
  812.  
  813. {block:Title}
  814. <div class="permalink-title">
  815. {Title}
  816. </div>
  817. {/block:Title}
  818.  
  819. {Body}
  820.  
  821. {block:indexpage}
  822. <div class="date">
  823. <a href="{Permalink}">{NoteCountWithLabel}</a>
  824. </div>
  825. {/block:indexpage}
  826.  
  827. </div>
  828. {/block:Text}
  829.  
  830.  
  831. {block:Link}
  832. <div class="entry">
  833.  
  834. <a href="{URL}">{Name}</a>
  835. <br>
  836.  
  837. {block:Description}
  838. {Description}
  839. {/block:Description}
  840.  
  841. {block:indexpage}
  842. <div class="date">
  843. <a href="{Permalink}">{NoteCountWithLabel}</a>
  844. </div>
  845. {/block:indexpage}
  846.  
  847. </div>
  848. {/block:Link}
  849.  
  850.  
  851. {block:Quote}
  852. <div class="entry">
  853.  
  854. <div class="quote">"{Quote}"</div>
  855.  
  856. {block:Source}
  857. <div style="margin:5px 0;text-align:right;">— {Source}</div>
  858. {/block:Source}
  859.  
  860. {block:indexpage}
  861. <div class="date">
  862. <a href="{Permalink}">{NoteCountWithLabel}</a>
  863. </div>
  864. {/block:indexpage}
  865.  
  866. </div>
  867. {/block:Quote}
  868.  
  869.  
  870. {block:Chat}
  871. <div class="entry">
  872.  
  873. {block:Title}
  874. {Title}
  875. {/block:Title}
  876.  
  877. {block:Lines}
  878.  
  879. <p>
  880.  
  881. {block:Label}
  882. <b>{Label}</b>
  883. {/block:Label}
  884.  
  885. {Line}
  886.  
  887. </p>
  888.  
  889. {/block:Lines}
  890.  
  891. {block:indexpage}
  892. <div class="date">
  893. <a href="{Permalink}">{NoteCountWithLabel}</a>
  894. </div>
  895. {/block:indexpage}
  896.  
  897. </div>
  898. {/block:Chat}
  899.  
  900.  
  901. {block:Audio}
  902. <div class="entry">
  903.  
  904. <div class="cover">
  905. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  906. </div>
  907.  
  908. {block:AlbumArt}
  909. <div class="cover">
  910. <img src="{AlbumArtURL}">
  911. </div>
  912. {/block:AlbumArt}
  913.  
  914. <div class="playbox">
  915. {block:AudioPlayer}
  916. {AudioPlayerWhite}
  917. {/block:AudioPlayer}
  918. </div>
  919.  
  920. <div class="info">
  921.  
  922. <b>Track:</b>
  923. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>
  924. {block:TrackName}
  925. {TrackName}
  926. {/block:TrackName}
  927. <br>
  928.  
  929. <b>Artist:</b>
  930. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>
  931. {block:Artist}
  932. {Artist}
  933. {/block:Artist}
  934. <br>
  935.  
  936. <b>Album:</b>
  937. <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>
  938. {block:Album}
  939. {Album}
  940. {/block:Album}
  941.  
  942. </div>
  943.  
  944. {block:indexpage}
  945. <div class="date">
  946. <a href="{Permalink}">{NoteCountWithLabel}</a>
  947. </div>
  948. {/block:indexpage}
  949.  
  950. </div>
  951. {/block:Audio}
  952.  
  953.  
  954. {block:Answer}
  955. <div class="entry">
  956.  
  957. <div class="arrow">
  958. </div>
  959.  
  960. <img class="portrait" src="{AskerPortraitURL-40}" align="right">
  961.  
  962. <div class="answer">
  963.  
  964. <div class="asker">{Asker}</div>
  965.  
  966. {Question}
  967.  
  968. </div>
  969.  
  970. {Answer}
  971.  
  972. {block:indexpage}
  973. <div class="date">
  974. <a href="{Permalink}">{NoteCountWithLabel}</a>
  975. </div>
  976. {/block:indexpage}
  977.  
  978. </div>
  979. {/block:Answer}
  980.  
  981.  
  982.  
  983. {block:PermalinkPage}
  984. <div align="center">
  985.  
  986. {block:Date}
  987. <div class="posts-info">
  988. <div class="info-date">Posted {TimeAgo}</div>
  989. <div class="info-notes">{NoteCountWithLabel}</div>
  990. </div>
  991. {/block:Date}
  992.  
  993. {block:PostNotes}
  994. <div class="postnotes">
  995. {PostNotes}
  996. </div>
  997. {/block:PostNotes}
  998.  
  999. </div>
  1000. {/block:PermalinkPage}
  1001.  
  1002.  
  1003.  
  1004. {/block:Posts}
  1005.  
  1006. </div>
  1007.  
  1008.  
  1009. {block:indexpage}
  1010.  
  1011. {block:NextPage}
  1012. <div class="navigation"><a href="{NextPage}"></a></div>
  1013. {/block:NextPage}
  1014.  
  1015. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  1016.  
  1017. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1018.  
  1019. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/NLrmeq8ua/jquerymsnryv2.js"></script>
  1020.  
  1021. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/3NYmju2rv/loadcontent.js"></script>
  1022.  
  1023. {/block:indexpage}
  1024.  
  1025. {block:ifscrolltotop}
  1026. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/RQJmuycrq/scrolltotop.js"></script>
  1027. {/block:ifscrolltotop}
  1028.  
  1029. </body>
  1030.  
  1031. <div id="01" class="contact" align="center">
  1032.  
  1033. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%">
  1034. </iframe>
  1035. </div>
  1036.  
  1037. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement