Advertisement
tezx

Daisy Theme

Dec 20th, 2013
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.25 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--DAISY THEME BY SORAVU. PLEASE DON'T REMOVE CREDIT!-->
  6.  
  7. <head>
  8.  
  9. <meta name="color:Background" content="#fff">
  10. <meta name="color:Hover" content="#c4c4c4"/>
  11. <meta name="color:Title" content="#fecbcb"/>
  12. <meta name="color:Title2" content="#ffffff"/>
  13. <meta name="color:Post Background" content="#ffffff">
  14. <meta name="color:MP Border" content="#fafafa">
  15. <meta name="color:Post Text" content="#a8a8a8">
  16. <meta name="color:Post Bold" content="#8e8e8e">
  17. <meta name="color:Post Italic" content="#87d6f7">
  18. <meta name="color:Post Link" content="#fecbcb">
  19. <meta name="color:Post Blockquote" content="#96cce7">
  20. <meta name="color:Post Title" content="#3fbff3">
  21. <meta name="color:Topbar Background" content="#cccccc">
  22. <meta name="color:Post BG" content="#f8f8f8">
  23. <meta name="color:Sidebar Text" content="#a8a8a8">
  24. <meta name="color:Sidebar Background" content="#f1f1f1">
  25. <meta name="color:Sidebar Bold" content="#000000">
  26. <meta name="color:Sidebar Italic" content="#8e8e8e">
  27. <meta name="color:Sidebar Underline" content="#8e8e8e">
  28. <meta name="color:Sidebar Strikethrough" content="#8e8e8e">
  29. <meta name="color:Sidebar Link" content="#fecbcb">
  30. <meta name="color:Topbar Link" content="#ffffffd">
  31. <meta name="color:Topbar BG" content="#fecbcb">
  32. <meta name="color:Scrollbar" content="#cccccc"/>
  33. <meta name="color:Scrollbar BG" content="#cccccc"/>
  34. <meta name="image:Background" content="">
  35. <meta name="image:Sidebar" content="http://static.tumblr.com/aqoekwn/j6Zmsfmqp/001.gif">
  36. <meta name="if:Small Cursor" content="1"/>
  37. <meta name="if:Show Captions" content="0">
  38. <meta name="if:Photo Fading" content="0">
  39. <meta name="if:Infinite Scroll" content="1">
  40. <meta name="text:Title1" content="Daisy" />
  41. <meta name="text:Title2" content="It's time to let go" />
  42. <meta name="text:Name 1" content="">
  43. <meta name="text:URL 1" content="http://">
  44. <meta name="text:Name 2" content="">
  45. <meta name="text:URL 2" content="http://">
  46. <meta name="text:Name 3" content="">
  47. <meta name="text:URL 3" content="http://">
  48. <meta name="text:Name 4" content="">
  49. <meta name="text:URL 4" content="http://">
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  52.  
  53. <title>{Title}</title>
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56.  
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}"/>
  59. {/block:Description}
  60.  
  61. <style type="text/css">
  62. {CustomCSS}
  63.  
  64. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  65.  
  66. a:link, a:active, a:visited{
  67. color: {color:Link}
  68. text-decoration:none;
  69. -webkit-transition-duration:0.8s;
  70. }
  71.  
  72. a:hover{
  73. color:{color:Hover};
  74. }
  75.  
  76. {block:ifsmallcursor}*, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;} {/block:ifsmallcursor}
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {
  79. background-color:{color:Scrollbar};
  80. height:10px;
  81. }
  82.  
  83. ::-webkit-scrollbar {
  84. height:0px;
  85. width:6px;
  86. background-color:{color:Scrollbar BG};
  87. }
  88.  
  89. body {
  90. background-image: url('{image:Background}');
  91. background-attachment: fixed;
  92. background-color: {color:Background};
  93. {block:ifsmallcursor}cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;{/block:ifsmallcursor}
  94. }
  95.  
  96. #topbar {
  97. position: fixed;
  98. left:0px;
  99. top: -2px;
  100. background-color:{color:Topbar Background};
  101. height: 130px;
  102. width: 110%;
  103. position: fixed;
  104. opacity:1;
  105. z-index:444;
  106. }
  107.  
  108. #sidebar {
  109. position: fixed;
  110. left: 130px;
  111. top: 165px;
  112. }
  113.  
  114. #desc {
  115. width: 180px;
  116. height: auto;
  117. padding: 10px;
  118. font-family: calibri;
  119. font-size: 10px;
  120. text-decoration: none;
  121. color: {color:Sidebar Text};
  122. text-align: justify;
  123. line-height: 12px;
  124. z-index:444;
  125. background-color:{color:Sidebar Background};
  126. }
  127.  
  128. #desc i, em {
  129. color: {color:Sidebar Italic};
  130. }
  131.  
  132. #desc b, em {
  133. color: {color:Sidebar Bold};
  134. }
  135.  
  136. #desc u, em {
  137. color: {color:Sidebar Underline};
  138. }
  139.  
  140. #desc s, em {
  141. color: {color:Sidebar Strikethrough};
  142. }
  143.  
  144. #desc a {
  145. text-decoration: none;
  146. color: {color:Sidebar Link};
  147. }
  148.  
  149. #desc a:hover {
  150. text-decoration: none;
  151. color: {color:Hover};
  152. }
  153.  
  154. #desc img {
  155. max-width: 180px;
  156. {block:IfPhotoFading}opacity: .8;
  157. {/block:IfPhotoFading}
  158. -webkit-transition: all 0.5s ease-in-out;
  159. -moz-transition: all 0.5s ease-in-out;
  160. -o-transition: all 0.5s ease-in-out;
  161. -ms-transition: all 0.5s ease-in-out;
  162. transition: all 0.5s ease-in-out;
  163. {block:IfBlackandWhiteSidebarImage}
  164. -webkit-filter: grayscale(100%);
  165. {/block:IfBlackandWhiteSidebarImage}
  166.  
  167. }
  168.  
  169. #desc img:hover {
  170. opacity: 1;
  171. }
  172.  
  173. #links {
  174. width: 500px;
  175. text-align: center;
  176. position:fixed;
  177. margin-top:80px;
  178. margin-left:415px;
  179. z-index:444;
  180. }
  181.  
  182. #links a {
  183. margin-bottom: 2px;
  184. display: inline-block;
  185. width: 50px;
  186. height: 15px;
  187. font-family: tinytots;
  188. font-size: 8px;
  189. letter-spacing:0px;
  190. color:{color:Topbar Link};
  191. background-color:{color:Topbar BG};
  192. text-decoration: none;
  193. text-transform: uppercase;
  194. text-align: center;
  195. line-height: 16px;
  196. }
  197.  
  198. #links a:hover {
  199. color: {color:Topbar BG};
  200. background-color: {color:Topbar Link};
  201. }
  202.  
  203. #titled {
  204. position:fixed;
  205. left:580px;
  206. top: 55px;
  207. z-index:444;
  208. }
  209.  
  210. #title {
  211. height: auto;
  212. color:{color:Title2};
  213. text-align:center;
  214. width:180px;
  215. letter-spacing:-2px;
  216. font-family:georgia;
  217. font-size:20px;
  218. }
  219.  
  220. #titles {
  221. position:fixed;
  222. left:580px;
  223. top: 35px;
  224. z-index:444;
  225. }
  226.  
  227. #title1 {
  228. height: auto;
  229. color:{color:Title};
  230. text-align:center;
  231. width:180px;
  232. letter-spacing:-2px;
  233. font-family:georgia;
  234. font-size:22px;
  235. }
  236.  
  237. #cred {
  238. position:fixed;
  239. right:10px;
  240. bottom: 10px;
  241. z-index:444;
  242. }
  243.  
  244. #credit {
  245. height: auto;
  246. color:{color:Post Link};
  247. text-align:right;
  248. width:50px;
  249. letter-spacing:1px;
  250. font-family:calibri;
  251. text-transform:uppercase;
  252. font-size:10px;
  253. }
  254.  
  255. #credit a {
  256. color:{color:Post Link};
  257. text-decoration:none;
  258. }
  259.  
  260. {block:IfNotInfiniteScroll}
  261. #pag {
  262. color:{color:Sidebar Link};
  263. font-size: 12px;
  264. font-family: georgia;
  265. text-align:center;
  266. position:fixed;
  267. top:225px;
  268. left:360px;
  269. }
  270.  
  271. #pag a {
  272. font-size:12px;
  273. text-decoration:none;
  274. color:{color:Post Link};
  275. padding:2px 2px 4px 4px;
  276. }
  277.  
  278. #pag a:hover {
  279. color:{color:Hover};
  280. }
  281. {/block:IfNotInfiniteScroll}
  282.  
  283. #posts {
  284. {block:IndexPage}width: 400px;{/block:IndexPage}
  285. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  286. float: left;
  287. margin-left: 415px;
  288. margin-top:130px;
  289. margin-bottom:20px;
  290. }
  291.  
  292. .entry {
  293. background-color: {color:Post Background};
  294. {block:IndexPage}width: 400px;{/block:IndexPage}
  295. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  296. padding: 15px;
  297. position: relative;
  298. {block:IndexPage}float: left;{/block:IndexPage}
  299. margin: 30px;
  300. font-family: arial;
  301. letter-spacing: 0px;
  302. {block:IndexPage}font-size: 9px;{/block:IndexPage}
  303. {block:PermalinkPage}font-size: 9px;{/block:PermalinkPage}
  304. color: {color:Post Text};
  305. text-align: justify;
  306. {block:PermalinkPage}margin-left: 20px;{/block:PermalinkPage}
  307. }
  308.  
  309. .entry .permalink{
  310. width:430px;
  311. height:15px;
  312. margin-left:-15px;
  313. margin-top:3px;
  314. background-color:{color:Post Background};
  315. opacity:0;
  316. position:absolute;
  317. text-align:center;
  318. font-family:trebuchet ms;
  319. font-size:8px;
  320. text-transform:uppercase;
  321. line-height:10px;
  322. -webkit-transition: all .7s ease-in-out;
  323. -moz-transition: all .7s ease-in-out;
  324. -o-transition: all .7s ease-in-out;
  325. -ms-transition: all .7s ease-in-out;
  326. transition: all .7s ease-in-out;
  327. }
  328.  
  329. .entry:hover .permalink{
  330. opacity:1;
  331. z-index:9;
  332. height:15px;
  333. text-align:center;
  334. line-height:10px;
  335. margin-bottom:0px;
  336. -webkit-transition: all .5s ease-in-out;
  337. -moz-transition: all .5s ease-in-out;
  338. -o-transition: all .5s ease-in-out;
  339. -ms-transition: all .5s ease-in-out;
  340. transition: all .5s ease-in-out;
  341. }
  342.  
  343. .permalink a {
  344. color: {color:Post Link};
  345. }
  346.  
  347. .permalink a:hover {
  348. color: {color:Hover};
  349. }
  350.  
  351. .entry b, strong {
  352. color: {color:Post Bold};
  353. }
  354.  
  355. .entry i, em {
  356. color: {color:Post Italic};
  357. }
  358.  
  359. .entry a {
  360. color: {color:Post Link};
  361. text-decoration: none;
  362. }
  363.  
  364. .entry h1 {
  365. font-family:trebuchet ms;
  366. letter-spacing:3px;
  367. font-size:8px;
  368. color: {color:Post Title};
  369. font-weight: none;
  370. font-style: none;
  371. text-transform: uppercase;
  372. text-align: center;
  373. margin-bottom: -3px;
  374. margin-left:1px;
  375. }
  376.  
  377. .entry h1 a:hover {
  378. color: {color:Hover};
  379. }
  380.  
  381. .entry img {
  382. {block:IndexPage}max-width: 400px;{/block:IndexPage}
  383. {block:PermalinkPage}max-width: 400px;{/block:PermalinkPage}
  384. margin-bottom: -2px;
  385. {block:IfPhotoFading}opacity: .8;
  386. {/block:IfPhotoFading}
  387. -webkit-transition: all 0.5s ease-in-out;
  388. -moz-transition: all 0.5s ease-in-out;
  389. -o-transition: all 0.5s ease-in-out;
  390. -ms-transition: all 0.5s ease-in-out;
  391. transition: all 0.5s ease-in-out;
  392. }
  393.  
  394. .entry img:hover {
  395. opacity: 1;
  396. }
  397.  
  398. .photo {
  399. {block:IfPhotoFading}opacity: .8;
  400. {/block:IfPhotoFading}
  401. margin-bottom: -2px;
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. -ms-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;
  407. }
  408.  
  409. .photo:hover {
  410. opacity: 1;
  411. }
  412.  
  413. a:hover {
  414. color: {color:Hover};
  415. }
  416.  
  417. .entry h2 {
  418. font-family: georgia;
  419. font-size: 11px;
  420. color: {color:Post Blockquote};
  421. font-weight: normal;
  422. font-style: italic;
  423. text-transform: none;
  424. letter-spacing: 0px;
  425. text-align: left;
  426. }
  427.  
  428. .quote {
  429. font-family: georgia;
  430. font-size: 20px;
  431. color: {color:Post Bold};
  432. float: left;
  433. margin-top: -1px;
  434. margin-right: 5px;
  435. }
  436.  
  437. #askic img{
  438. width:40px;
  439. height:40px;
  440. }
  441.  
  442. #question{
  443. font-family:calibri;
  444. text-align: justify;
  445. padding-top:0px;
  446. padding-bottom:-5px;
  447. margin-bottom:-10px;
  448. font-size:10px;
  449. color:{color:Post Text};
  450. }
  451.  
  452. .asker {
  453. color: {color:Post text};
  454. font-family: trebuchet ms;
  455. font-size: 7px;
  456. padding:3px;
  457. letter-spacing:1px;
  458. text-transform: uppercase;
  459. border-bottom:1px solid {color:Post Border};
  460. }
  461.  
  462. .asker a {
  463. color: {color:Post Link};
  464. -webkit-transition: all 0.4s ease-in-out;
  465. -moz-transition: all 0.4s ease-in-out;
  466. -o-transition: all 0.4s ease-in-out;
  467. -ms-transition: all 0.4s ease-in-out;
  468. transition: all 0.4s ease-in-out;
  469. }
  470.  
  471. .asker a:hover {
  472. color: {color:Hover};
  473. }
  474.  
  475. .q {
  476. font-family: calibri;
  477. margin-top: 0px;
  478. padding:3px;
  479. font-size: 10px;
  480. text-align:justify;
  481. color: {color:Post Text};
  482. }
  483.  
  484. a:hover {
  485. color:{color:Hover};
  486. text-decoration: none;
  487. webkit-transition: all 0.3s linear;
  488. -webkit-transition: all 0.3s linear;
  489. -moz-transition: all 0.3s linear;
  490. transition: all 0.3s linear;
  491. }
  492.  
  493. .audio img {
  494. max-width: 50px;
  495. float: left;
  496. margin-right: 5px;
  497. border: 5px solid {color:MP Border};
  498. }
  499.  
  500. .player {
  501. background-color: {color:MP Border};
  502. height: 25px;
  503. width: 25px;
  504. padding: 5px;
  505. margin-left: 85px;
  506. margin-top: 10px;
  507. overflow: hidden;
  508. position: absolute;
  509. margin-left: 13px;
  510. margin-top: 13px;
  511. opacity: .5;
  512. transition: 0.5s;
  513. -moz-transition: 0.5s;
  514. -webkit-transition: 0.5s;
  515. -o-transition: 0.5s;
  516. }
  517.  
  518. .player:hover {
  519. opacity: .9;
  520. }
  521.  
  522. #audio{
  523. margin-top:90px;
  524. margin-left:86px;
  525. position:absolute;
  526. -webkit-border-radius: 60px;
  527. border-radius: 60px;
  528. -moz-border-radius: 60px;
  529. height: 80px;
  530. width:80px;
  531. overflow: hidden;
  532. background-color:#ffffff;
  533. text-align: center;
  534. opacity: 0.8;
  535. filter:alpha(opacity=0.8);
  536. }
  537.  
  538.  
  539. .permalink {
  540. font-family: calibri;
  541. font-size: 8px;
  542. color: {color:Post Text};
  543. text-transform: uppercase;
  544. text-align: left;
  545. width: 400px;
  546. float: left;
  547. margin-left: 53px;
  548. letter-spacing:1px;
  549. margin-top:-25px;
  550. position: relative;
  551. padding-top: 5px;
  552. }
  553.  
  554. .permalink b {
  555. color: {color:Post Bold};
  556. font-weight: normal;
  557. }
  558.  
  559. .permalink a {
  560. color: {color:Post Link};
  561. text-decoration: none;
  562. }
  563.  
  564. #date {
  565. color: {color:Sidebar Italic};
  566. }
  567.  
  568. ol.notes {
  569. position: relative;
  570. z-index:444;
  571. padding: 0px;
  572. margin: 10px 0px;
  573. margin-left:10px;
  574. list-style-type: none;
  575. background: transparent;
  576. border: 0px;
  577. letter-spacing: 1px;
  578. }
  579.  
  580. ol.notes li.note {
  581. position: relative;
  582. padding: 1px;
  583. margin-left:5px;
  584. text-align: left;
  585. letter-spacing: 1px;
  586. }
  587.  
  588. .notes img{
  589. width: 15px;
  590. position: relative;
  591. top: 1px;
  592. margin-bottom:5px;
  593. opacity: 1;
  594. margin-left:0px;
  595. }
  596.  
  597. iframe#tumblr_controls {
  598. position: fixed !important;
  599. right:0px !important;
  600. -moz-transition: all 0.8s ease-out;
  601. -webkit-transition: opacity 0.7s linear;
  602. -webkit-transition: all 0.8s ease-out;
  603. transition: all 0.8s ease-out;
  604. opacity: 0.5;}
  605.  
  606. iframe#tumblr_controls:hover {
  607. -webkit-transition: opacity 0.7s linear;
  608. -moz-transition: all 0.4s ease-out;
  609. -webkit-transition: all 0.4s ease-out;
  610. transition: all 0.4s ease-out;
  611. opacity: 1;}
  612.  
  613. </style>
  614.  
  615. {block:IndexPage}
  616. {block:ifInfiniteScroll}
  617. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  618. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  619. {/block:ifInfiniteScroll}
  620. {/block:IndexPage}
  621.  
  622. </head>
  623. <body>
  624.  
  625. <div id="topbar">
  626. <div id="titles">
  627. <div id="title1">
  628. <i>{text:Title1}</i>
  629. </div></div>
  630. <div id="titled">
  631. <div id="title">
  632. {text:Title2}
  633. </div></div>
  634. <div id="links">
  635. <a href="/">Home</a>
  636. <a href="/ask">Message</a>
  637. {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  638. {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  639. {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  640. {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}</a></div></div>
  641. </div>
  642. <div id="sidebar">
  643. <div id="desc">
  644. {block:IfSidebarImage}<a href="/"><img src="{image:Sidebar}" width="200" height="auto"/></a><br />{/block:IfSidebarImage}
  645.  
  646. <p>{Description}
  647.  
  648. </div>
  649.  
  650. </div>
  651. {block:IfNotInfiniteScroll}
  652. {block:pagination}
  653. <div id="pag" align="center">
  654. {block:PreviousPage}
  655. <a href="{PreviousPage}"><i>prev</i></a>
  656. {/block:PreviousPage}
  657.  
  658. {block:NextPage}
  659. <a href="{NextPage}"><i>next</i></a>
  660. {/block:NextPage}
  661. </div>
  662. {/block:pagination}
  663. {/block:IfNotInfiniteScroll}
  664. </div></div>
  665.  
  666. <!--REMOVE THIS AND DIE-->
  667. <div id="cred">
  668. <div id="credit">
  669. <a href="http://soravu.tumblr.com/">THM</a>
  670. </div></div>
  671. </div></div>
  672. <!--NO TOUCHY TOUCHY-->
  673.  
  674. <div id="posts">
  675. {block:Posts}
  676.  
  677. <div class="entry">
  678.  
  679. {block:Text}
  680. {block:Title}<h1><span class="title">{Title}</span></h1>{/block:Title}
  681. <span class="entrytext">{Body}</span></a>
  682. {block:IndexPage}
  683. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  684. </div>
  685. {/block:IndexPage}
  686. {/block:Text}
  687.  
  688. {block:Photo}
  689. <center>{LinkOpenTag}<img src="{PhotoURL-400}" width="400px" alt="">{LinkCloseTag}</center>
  690. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  691. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  692. {Caption}
  693. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  694. {block:IndexPage}
  695. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  696. </div>
  697. {/block:IndexPage}
  698. {/block:Photo}
  699.  
  700. {block:Photoset}
  701. <div class="photo">{block:IndexPage}{Photoset-400}{/block:IndexPage}
  702. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</div>
  703. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  704. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  705. {Caption}
  706. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  707. {block:IndexPage}
  708. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  709. </div>
  710. {/block:IndexPage}
  711. {/block:Photoset}
  712.  
  713. {block:Quote}
  714. <div class="quote">&#10077;</div>
  715. <h2>{Quote}</h2>
  716. {block:Source}<div style="text-align: right; padding-right: 2px; font-family: trebuchet ms; font-size:7px; text-transform: uppercase; letter-spacing: 1px;">- {Source}</div>{/block:Source}
  717. {block:IndexPage}
  718. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  719. </div>
  720. {/block:IndexPage}
  721. {/block:Quote}
  722.  
  723. {block:Link}
  724. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  725. {block:Description}{Description}{/block:Description}
  726. {block:IndexPage}
  727. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  728. </div>
  729. {/block:IndexPage}
  730. {/block:Link}
  731.  
  732. {block:Chat}
  733. {block:Title}<h1>{Title}</h1>{/block:Title}
  734. {block:Lines}
  735. {block:Label}
  736. <b>{Label}</b>
  737. {/block:Label}
  738. {Line}<br />
  739. {/block:Lines}
  740. {block:IndexPage}
  741. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  742. </div>
  743. {/block:IndexPage}
  744. {/block:Chat}
  745.  
  746. {block:Audio}
  747. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  748. <div class="player">{AudioPlayerWhite}</div>
  749. <div style="font-size: 8px; margin-top: 4px; margin-left: 10px; text-transform: uppercase; line-height: 18px; letter-spacing:1px; font-family:trebuchet ms;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div>
  750. {block:IndexPage}
  751. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  752. </div>
  753. {/block:IndexPage}
  754. {/block:Audio}
  755.  
  756. {block:Video}
  757. {block:IndexPage}{Video-400}{/block:IndexPage}
  758. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  759. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  760. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  761. {Caption}
  762. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  763. {block:IndexPage}
  764. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  765. </div>
  766. {/block:IndexPage}
  767. {/block:Video}
  768.  
  769. {block:Answer}
  770. <div style="font-family:calibri;font-size:12px;padding-bottom:1.3%; font-style:italic;border-bottom:1px solid {color:Post Border};line-height:140%;"><span style="opacity:1;font-style:normal;"></span>{Asker} whispered: <i>"{Question}"</i></div>
  771. <div style="font-family:calibri;font-size:11px;margin-top:-5px;margin-bottom:-10px;">{Answer}</div>
  772. {block:IndexPage}
  773. <div class="permalink"><a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{Year}</a> / ♥ {notecount} / <a href="{ReblogURL}" target="_blank">reblog</a></span></a><br/>
  774. </div>
  775. {/block:IndexPage}
  776. {/block:Answer}
  777.  
  778. </div>
  779.  
  780. {block:PermalinkPage}
  781. <div class="permalink">
  782. <center><div id="date">{block:Date}Posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}origin: <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  783. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  784. {block:PostNotes}
  785. {PostNotes}
  786. {/block:PostNotes}
  787. </div>
  788. {/block:PermalinkPage}
  789.  
  790. {/block:Posts}
  791. </div>
  792.  
  793. </body>
  794. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement