Advertisement
benizora

Theme 06: {夢想} Reverie

Sep 5th, 2012
5,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.95 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.  
  6. <!--
  7.  
  8. theme 06: {夢想} reverie
  9. by jackie @ benizora.tumblr.com
  10. please keep all of the credits
  11. and don’t steal or distribute.
  12.  
  13. -->
  14.  
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22.  
  23. <meta name="color:background" content="#fff"/>
  24.  
  25. <meta name="color:text" content="#646464"/>
  26. <meta name="color:bold" content="#000"/>
  27. <meta name="color:italic" content="#7a7a7a"/>
  28.  
  29. <meta name="color:entry background" content="#fff"/>
  30.  
  31. <meta name="color:title" content="#646464"/>
  32.  
  33. <meta name="color:sidebar" content="#fff"/>
  34.  
  35. <meta name="color:side title" content="#a5a5a5"/>
  36.  
  37. <meta name="color:side description" content="#fff"/>
  38. <meta name="color:side description text" content="#000"/>
  39. <meta name="color:ask background" content="#f0f0f0"/>
  40. <meta name="color:blockquote" content="000"/>
  41.  
  42. <meta name="color:permalink" content="#fff"/>
  43. <meta name="color:permalink text" content="#000"/>
  44.  
  45. <meta name="color:scrollbar" content="#b8b8b8"/>
  46.  
  47. <meta name="color:link" content="#333333"/>
  48. <meta name="color:link hover" content="#000"/>
  49.  
  50. <meta name="color:quote" content="#2b2b2b"/>
  51.  
  52. <meta name="color:navtext" content="#000"/>
  53. <meta name="color:navtext hover" content="#8b8b8b"/>
  54. <meta name="color:dropdown links" content="#fff"/>
  55. <meta name="color:dropdown links text" content="#535353"/>
  56. <meta name="color:dropdown links box" content="#5c5c5c"/>
  57. <meta name="color:dropdown links header" content="#bebebe"/>
  58. <meta name="color:dropdown box hover" content="#0c0c0c"/>
  59. <meta name="color:dropdown links hover" content="#fff"/>
  60.  
  61.  
  62.  
  63. <meta name="image:sidebar" content="" />
  64. <meta name="image:background" content=""/>
  65. <meta name="font:title" content="Tommasso"/>
  66. <meta name="font:body" content="Calibri"/>
  67.  
  68. <meta name="text:link 1" content="" />
  69. <meta name="text:link 1 title" content="" />
  70. <meta name="text:link 2" content="" />
  71. <meta name="text:link 2 title" content="" />
  72. <meta name="text:link 3" content="" />
  73. <meta name="text:link 3 title" content="" />
  74. <meta name="text:link 4" content="" />
  75. <meta name="text:link 4 title" content="" />
  76. <meta name="text:link 5" content="" />
  77. <meta name="text:link 5 title" content="" />
  78. <meta name="text:link 6" content="" />
  79. <meta name="text:link 6 title" content="" />
  80.  
  81. <meta name="if:InfiniteScroll" content="0" />
  82. <meta name="if:ShowCaptions" content="1">
  83. <meta name="if:BigPosts" content="0" />
  84.  
  85. <style type="text/css">
  86.  
  87. /*-- entries info --*/
  88.  
  89. body {
  90. background-image: url('{image:background}');
  91. background-color: {color:background};
  92. background-attachment: fixed;
  93. background-repeat: {text:Background Repeat};
  94. {/block:IfNoBackgroundImageNoRepeat};
  95. color: {color:text};
  96. font-family: {font:body};
  97. font-size: 12px;
  98. }
  99.  
  100. @font-face {
  101. font-family: "Tommasso";
  102. src: url('http://static.tumblr.com/e1ydrvt/n2Em9vwc8/tommaso.ttf') format("truetype");
  103. }
  104.  
  105. /*-- scrollbar --*/
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. background-color: {color:background};
  109. height: 8px;
  110. width: 8px;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height: 8px;
  115. width: 8px;
  116. background-color: {color:scrollbar};
  117. }
  118.  
  119. /*-- links info --*/
  120.  
  121. a {
  122. color: {color:link};
  123. text-decoration: none;
  124. }
  125.  
  126. a:link, a:active, a:visited {
  127. text-decoration: none;
  128. color: {color:link};
  129. -webkit-transition: all 0.5s linear;
  130. -moz-transition: all 0.5s linear;
  131. -o-transition: all 0.5s linear;
  132. }
  133.  
  134. a:hover {
  135. color:{color:link hover};
  136. text-decoration: none;
  137. -webkit-transition: all 0.5s linear;
  138. -moz-transition: all 0.5s linear;
  139. -o-transition: all 0.5s linear;
  140. }
  141.  
  142. /*-- pagination --*/
  143.  
  144. #pagination {
  145. font-family: 'Calibri';
  146. font-size: 10px;
  147. width: 120px;
  148. right:108px;
  149. bottom:20px;
  150. position:fixed;
  151. text-align: center;
  152. z-index:999;
  153. }
  154.  
  155. .current_page {
  156. color: {color:link hover};
  157. padding: 3px 5px 3px 5px;
  158. }
  159.  
  160. #pagination a {
  161. padding: 3px 5px 3px 5px;
  162. color: {color:link};
  163. text-decoration: none;
  164. }
  165.  
  166. /*-- toplinks info --*/
  167.  
  168. #navlinks {
  169. width:250px;
  170. height:20px;
  171. padding-top:3px;
  172. position:fixed;
  173. text-align:center;
  174. font-family:'Calibri', sans-serif;
  175. text-decoration:bold;
  176. }
  177.  
  178. #navlinks a {
  179. text-transform:uppercase;
  180. padding:10px 8px 4px 8px;
  181. font-family: Calibri, sans-serif;
  182. font-size:9px;
  183. text-align:center;
  184. letter-spacing:2px;
  185. color:{color:navtext};
  186. text-decoration:none;
  187. }
  188.  
  189. #navlinks a:hover{
  190. color:{color:navtext hover};
  191. -webkit-transition: all 0.5s ease-in-out;
  192. -moz-transition: all 0.5s ease-in-out;
  193. -o-transition: all 0.5s ease-in-out;
  194. }
  195.  
  196.  
  197. /*-- sidebar info --*/
  198.  
  199.  
  200. .sidebar {
  201. width: 249px;
  202. border: 8px solid {color:sidebar};
  203. text-align:center;
  204. top:13px;
  205. height:100%;
  206. position:fixed;
  207. float:right;
  208. right:40px;
  209. background-color:{color:sidebar};
  210. }
  211.  
  212. #banner {
  213. font-family: "Tommasso", Calibri, serif;
  214. font-size: 30px;
  215. margin-top:8px;
  216. margin-bottom:10px;
  217. color: {color:side title};
  218. text-transform: capitalize;
  219. text-align: center;
  220. letter-spacing: 2px;
  221. padding:0px;
  222. width: 250px;
  223. z-index:999;
  224. }
  225.  
  226. #sidepic {
  227. max-width:250px;
  228. margin-bottom:2px;
  229. margin-top:0px;
  230. }
  231.  
  232.  
  233. #sidepic img {
  234. width: 250px;
  235. height: 250px;
  236. overflow:hidden;
  237. z-index: 100;
  238. opacity:1;
  239. -webkit-transition: all 0.9s ease-in-out;
  240. -moz-transition: all 0.9s ease-in-out;
  241. -o-transition: all 0.9s ease-in-out;
  242. -ms-transition: all 0.9s ease-in-out;
  243. transition: all 0.9s ease-in-out;
  244. }
  245.  
  246. #sidepic:hover .sidepictext {
  247. opacity:0.9;
  248. -webkit-transition: all 0.9s ease-in-out;
  249. -moz-transition: all 0.9s ease-in-out;
  250. -o-transition: all 0.9s ease-in-out;
  251. -ms-transition: all 0.9s ease-in-out;
  252. transition: all 0.9s ease-in-out;
  253.  
  254. }
  255.  
  256. .sidepictext {
  257. opacity:0.0;
  258. width:210px ;
  259. padding:20px;
  260. overflow:auto;
  261. height:211px ;
  262. background-color:{color:side description};
  263. color: {color:side description text};
  264. font-family:calibri;
  265. font-size:12px;
  266. text-align:justify;
  267. position:fixed;
  268. z-index: 100;
  269. -webkit-transition: all 0.9s ease-in-out;
  270. -moz-transition: all 0.9s ease-in-out;
  271. -o-transition: all 0.9s ease-in-out;
  272. -ms-transition: all 0.9s ease-in-out;
  273. transition: all 0.9s ease-in-out;
  274. }
  275.  
  276.  
  277. #container {
  278. margin-top:10px;
  279. margin-bottom:5px;
  280. margin-left:12px;
  281. width:225px;
  282. height:25px;
  283. overflow:hidden;
  284. -webkit-transition: all 2s ease;
  285. -moz-transition: all 2s ease;
  286. -o-transition: all 2s ease
  287. }
  288.  
  289.  
  290. #container:hover{
  291. height: 140px;
  292. }
  293.  
  294. #visible_label a {
  295. font: 15px 'Tommasso', Calibri, sans-serif;
  296. text-transform:uppercase;
  297. text-align: center;
  298. letter-spacing:2px;
  299. background-color: {color:dropdown links header};
  300. line-height:7px;
  301. height:10px;
  302. color: {color:dropdown links text};
  303. width: 215px;
  304. display: block;
  305. -webkit-transition: all 2s ease;
  306. -moz-transition: all 2s ease;
  307. -o-transition: all 2s ease
  308. }
  309.  
  310. #invisible_label a{
  311. font: 9px 'Calibri', sans-serif;
  312. text-align: center;
  313. text-transform:uppercase;
  314. background-color: {color:dropdown links box};
  315. color: {color:dropdown links};
  316. -webkit-transition: all 0.8s ease;
  317. -moz-transition: all 0.8s ease;
  318. -o-transition: all 0.8s ease;
  319. display:block;
  320. padding:3px;
  321. }
  322.  
  323. #invisible_label a:hover{
  324. background-color: {color:dropdown box hover};
  325. color: {color:dropdown links hover};
  326. }
  327.  
  328.  
  329.  
  330. /*-- posts & entries --*/
  331.  
  332. #content {
  333. font-family: 'Calibri', Helvetica, sans-serif;
  334. {block:ifBigPosts}width: 530px;{/block:ifBigPosts}
  335. {block:ifNotBigPosts}width: 430px;{/block:ifNotBigPosts}
  336. margin: 5px 350px 5px 400px;
  337. float:right;
  338. }
  339.  
  340. #entries {
  341. padding: 10px 10px 10px 10px;
  342. background-color: {color:entry background};
  343. margin-bottom: 30px;
  344. border-bottom:10px solid {color:blockquote};
  345. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  346. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  347. }
  348.  
  349.  
  350. #entries b, strong {
  351. color: {color:bold};
  352. }
  353.  
  354. #entries i, em {
  355. color: {color:italic};
  356. }
  357.  
  358. #entries img {
  359. {block:ifBigPosts}max-width: 500px;{/block:ifBigPosts}
  360. {block:ifNotBigPosts}max-width: 400px;{/block:ifNotBigPosts}
  361. }
  362.  
  363.  
  364.  
  365.  
  366.  
  367. /*-- blockquote info --*/
  368.  
  369. blockquote{
  370. border-left:5px solid {color:permalink};
  371. background-color: {color:blockquote};
  372. padding:3px 10px 5px 7px;
  373. margin-left:6px;
  374. margin-right:5px;
  375. overflow:auto;
  376. }
  377.  
  378. blockquote img {
  379. {block:ifBigPosts}max-width: 405px;{/block:ifBigPosts}
  380. {block:ifNotBigPosts}max-width: 305px;{/block:ifNotBigPosts}
  381. }
  382.  
  383. pre {
  384. border-left:5px solid {color:permalink};
  385. background-color: {color:blockquote};
  386. padding:10px;
  387. margin-left:6px;
  388. margin-right:5px;
  389. overflow:auto;
  390. }
  391.  
  392.  
  393. /*-- quote info --*/
  394.  
  395. #quotes{
  396. padding: 10px;
  397. font-family: Tommasso, Calibri, sans-serif;
  398. border-bottom: 1px solid {color:permalink};
  399. letter-spacing: 1px;
  400. line-height: 100%;
  401. font-size:20px;
  402. color: {color:quote};
  403. text-align: center;
  404. }
  405.  
  406. #sources {
  407. font-family:{font:body}, sans-serif;
  408. font-size:9pt;
  409. text-align: right;
  410. margin-top: -5px;
  411. padding-top:15px;
  412. padding-bottom:8px;
  413. }
  414.  
  415. /*-- permalink info --*/
  416.  
  417. #permalink a {
  418. color: {color:link};
  419. }
  420.  
  421. #permalink a:hover {
  422. color:{color:link hover};
  423. }
  424.  
  425.  
  426. #permalink {
  427. width:150px;
  428. position:absolute;
  429. display:block;
  430. font-family:Calibri;
  431. text-align:left;
  432. margin-left:0px;
  433. letter-spacing:1px;
  434. line-height:14px;
  435. border-right: 5px solid {color:blockquote};
  436. padding:8px 10px;
  437. background-color:{color:permalink};
  438. float:left;
  439. font-size:9px;
  440. text-transform:uppercase;
  441. opacity:0;
  442. transition-duration: 0.6s;
  443. -moz-transition-duration: 0.6s;
  444. -webkit-transition-duration: 0.6s;
  445. -o-transition-duration: 0.6s;
  446. }
  447.  
  448. /*-- tags info --*/
  449.  
  450. #tags a {
  451. color:{color:link};
  452. }
  453.  
  454. #tags a:hover {
  455. color:{color:link hover};
  456. }
  457.  
  458.  
  459. #tags {
  460. width:150px;
  461. position:absolute;
  462. margin-left:-10px;
  463. display:block;
  464. margin-top:0px;
  465. font-family:Calibri;
  466. text-align:left;
  467. letter-spacing:1px;
  468. line-height:14px;
  469. border-right: 5px solid {color:blockquote};
  470. padding:8px 10px;
  471. background-color:{color:permalink};
  472. float:left;
  473. font-size:9px;
  474. text-transform:uppercase;
  475. opacity:0;
  476. transition-duration: 0.6s;
  477. -moz-transition-duration: 0.6s;
  478. -webkit-transition-duration: 0.6s;
  479. -o-transition-duration: 0.6s;
  480. }
  481.  
  482.  
  483. #entries:hover #tags {
  484. font-size:9px;
  485. position:absolute;
  486. opacity: 1.1;
  487. float:left;
  488. width: 150px;
  489. transition-duration: 0.6s;
  490. -moz-transition-duration: 0.6s;
  491. -webkit-transition-duration: 0.6s;
  492. -o-transition-duration: 0.6s;
  493. }
  494.  
  495. #entries:hover #permalink {
  496. font-size:9px;
  497. position:absolute;
  498. opacity: 1.1;
  499. float:left;
  500. margin-left:-200px;
  501. width: 150px;
  502. transition-duration: 0.6s;
  503. -moz-transition-duration: 0.6s;
  504. -webkit-transition-duration: 0.6s;
  505. -o-transition-duration: 0.6s;
  506. }
  507.  
  508.  
  509.  
  510. /*-- entry title info --*/
  511.  
  512. #title {
  513. padding-bottom: 3px;
  514. font-size: 30px;
  515. text-align: center;
  516. font-family: 'Tommasso', Calibri, sans-serif;
  517. line-height: 100%;
  518. letter-spacing: 1px;
  519. color: {color:title};
  520. text-transform:capitalize;
  521. }
  522.  
  523. /*-- asks info --*/
  524.  
  525.  
  526. #asks {
  527. position: relative;
  528. background-color: {color:ask background};
  529. padding: 10px 0px 0px 0px;
  530. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  531. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  532. display: block;
  533. }
  534.  
  535. #asks img {
  536. width: 45px;
  537. height: 45px;
  538. margin: 0px 0px 5px 14px;
  539. border-radius:45px 45px;
  540. }
  541.  
  542. #asks a {
  543. font-size: 18px;
  544. color: {color:link};
  545. font-family:'Tommasso', Calibri, sans-serif;
  546. text-align: center;
  547. text-transform: none;
  548. }
  549.  
  550. #asks a:hover {
  551. color: {color:link hover};
  552. }
  553.  
  554. #askcontainer {
  555. {block:ifBigPosts}width: 417px;{/block:ifBigPosts}
  556. {block:ifNotBigPosts}width: 317px;{/block:ifNotBigPosts}
  557. background-color: {color:ask background};
  558. margin-left:63px;
  559. text-align: left;
  560. font-size: 12px;
  561. padding-left:10px;
  562. padding-top:15px;
  563. padding-bottom:25px;
  564. padding-right:10px;
  565. line-height:130%;
  566. color: {color:bold};
  567. font-family: 'Calibri';
  568. display:block;
  569. }
  570.  
  571.  
  572. /*-- chatbox info --*/
  573.  
  574. .user_1 .label {
  575. color:{color:link};
  576. font-weight:regular;
  577. }
  578.  
  579. .user_2 .label {
  580. color:{color:bold};
  581. font-weight:regular;
  582. }
  583.  
  584. ul.chat, .chat ol, .chat li {
  585. list-style:none;
  586. margin:0px;
  587. padding:0px;
  588. }
  589.  
  590. /*-- notes info --*/
  591.  
  592. ol.notes {
  593. padding: 0px;
  594. margin: 15px 0px;
  595. list-style-type: none;
  596. background: transparent;
  597. border: 0px;
  598. letter-spacing: 0px;
  599. text-transform: lowercase;
  600. }
  601.  
  602. ol.notes li.note {
  603. padding: 1px;
  604. text-align: left;
  605. letter-spacing: 0px;
  606. text-transform: lowercase;
  607. }
  608.  
  609. .notes img{
  610. width: 8px;
  611. position: relative;
  612. top: 1px;
  613. opacity: .5;
  614. }
  615.  
  616. .pressplay {
  617. width:20px;
  618. height:30px;
  619. overflow:hidden;
  620. position:relative;
  621. z-index:1000;
  622. margin:40px 40px 30px 40px;
  623. }
  624.  
  625. .shadow {
  626. background-color:{color:entry background};
  627. position: absolute;
  628. z-index:1000;
  629. opacity:0.7;
  630. -webkit-transition: all 0.7s ease;
  631. -moz-transition: all 0.7s ease;
  632. -o-transition: all 0.7s ease;
  633. }
  634.  
  635. .shadow:hover {
  636. opacity:1;
  637. }
  638.  
  639. #mcont {
  640. width:500px;
  641. height:110px;
  642. margin-bottom:5px;
  643. }
  644.  
  645. .art {
  646. width:100px;
  647. height:100px;
  648. position:absolute;
  649. }
  650.  
  651. .art img{
  652. width:100px;
  653. height:100px;
  654. float:left;
  655. }
  656.  
  657.  
  658. .defaultart {
  659. width:100px;
  660. height:100px;
  661. position:absolute;
  662. }
  663.  
  664. .defaultart img {
  665. width:100px;
  666. height:100px;
  667. float:left;
  668. }
  669.  
  670. .music {
  671. padding:3px;
  672. margin:3px 0 5px 100px;
  673. font-family:'Calibri', sans-serif;
  674. text-transform:uppercase;
  675. font-size:11px;
  676. border-left:15px solid {color:permalink};
  677. -webkit-transition-duration: 0.6s;
  678. -moz-transition-duration: 0.6s;
  679. }
  680.  
  681. .music:hover {
  682. border-left:30px solid {color:permalink};
  683. -webkit-transition-duration: 0.6s;
  684. -moz-transition-duration: 0.6s;}
  685.  
  686. {CustomCSS}
  687.  
  688. </style>
  689.  
  690. {block:IfInfiniteScroll}
  691. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  692. {/block:IfInfiniteScroll}
  693.  
  694. </script>
  695.  
  696. </head>
  697.  
  698. <body>
  699.  
  700.  
  701. <div class="sidebar">
  702.  
  703. <div id="banner">{title}</div>
  704.  
  705.  
  706. <div id="sidepic">
  707. <div class="sidepictext">{block:Description}{Description}{/block:Description}</div><img src="{image:sidebar}"/></div>
  708.  
  709. <div id="navlinks">
  710. <a href="/">home</a>
  711. <a href="/ask">ask me</a>
  712. <a href="/archive">archive</a>
  713. <a href="http://benizora.tumblr.com">theme</a>
  714.  
  715.  
  716. <div id="container">
  717.  
  718. <div id="visible_label" align="center"><a title="">navigation</a></div>
  719.  
  720. <div id="invisible_label">
  721. {block:IfLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:IfLink1}
  722. {block:IfLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:IfLink2}
  723. {block:IfLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3}
  724. {block:IfLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4}
  725. {block:IfLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5}
  726. {block:IfLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:IfLink6}
  727. </div>
  728. </div><br>
  729. </div>
  730.  
  731. </div>{block:IfNotInfiniteScroll}<div id="pagination">
  732. {block:Pagination}
  733. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  734. {block:JumpPagination length="2"}
  735. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  736. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  737. {/block:JumpPagination}
  738. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  739. {/block:Pagination}
  740. </div>{/block:IfNotInfiniteScroll}</div>
  741.  
  742.  
  743.  
  744. <div id="content">
  745.  
  746. <div class="autopagerize_page_element">
  747.  
  748. {block:Posts}
  749.  
  750. <div id="entries">
  751.  
  752. {block:Text}
  753.  
  754. {block:IndexPage}
  755.  
  756. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  757. {/block:NoteCount}
  758. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  759. {/block:Date}
  760.  
  761. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  762.  
  763. {/block:HasTags}</div>
  764.  
  765.  
  766. {/block:IndexPage}
  767.  
  768.  
  769. {block:Title}<div id="title">{Title}</div>{/block:Title}
  770. {Body}
  771.  
  772.  
  773. {/block:Text}
  774.  
  775.  
  776. {block:Photo}
  777.  
  778. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  779. {/block:NoteCount}
  780. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  781. {/block:Date}
  782.  
  783. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  784.  
  785. {/block:HasTags}</div>
  786.  
  787. {block:IfBigPosts}<img src="{PhotoURL-500}" class="center">{LinkCloseTag}{/block:IfBigPosts}{block:IfNotBigPosts}{LinkOpenTag}<img src="{PhotoURL-400}" class="center">{LinkCloseTag}{/block:IfNotBigPosts}
  788.  
  789. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  790. {block:IfNotShowCaptions}
  791.  
  792. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  793.  
  794. {/block:Photo}
  795.  
  796. {block:Photoset}
  797.  
  798. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  799. {/block:NoteCount}
  800. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  801. {/block:Date}
  802.  
  803. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  804.  
  805. {/block:HasTags}</div>
  806.  
  807.  
  808. {block:IfBigPosts}{Photoset-500}{/block:IfBigPosts}{block:IfNotBigPosts}{Photoset-400}{/block:IfNotBigPosts}
  809.  
  810. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  811.  
  812. {/block:Photoset}
  813.  
  814.  
  815.  
  816.  
  817. {block:Quote}
  818.  
  819. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  820. {/block:NoteCount}
  821. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  822. {/block:Date}
  823.  
  824. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  825.  
  826. {/block:HasTags}</div>
  827.  
  828. <div id="quotes">{Quote}</div>{block:Source}<div id="sources"> {Source}</div>{/block:Source}
  829.  
  830. {/block:Quote}
  831.  
  832.  
  833.  
  834. {block:Link}
  835.  
  836. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  837. {/block:NoteCount}
  838. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  839. {/block:Date}
  840.  
  841. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  842.  
  843. {/block:HasTags}</div>
  844.  
  845. <div id="title">
  846. <a href="{URL}" {Target}>{Name}</a>
  847. </div>
  848. {block:Description}{Description}{/block:Description}
  849.  
  850. {/block:Link}
  851.  
  852.  
  853.  
  854. {block:Chat}
  855.  
  856. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  857. {/block:NoteCount}
  858. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  859. {/block:Date}
  860.  
  861. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  862.  
  863. {/block:HasTags}</div>
  864.  
  865. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  866.  
  867. {/block:Chat}
  868.  
  869.  
  870. {block:Audio}
  871.  
  872. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  873. {/block:NoteCount}
  874. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  875. {/block:Date}
  876.  
  877. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  878.  
  879. {/block:HasTags}</div>
  880.  
  881. <div id="entries audio">
  882.  
  883. <div id="mcont">
  884. <div class="shadow">
  885. <div class="pressplay">
  886. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  887. </div></div>
  888. <div class="defaultart"><img src="http://static.tumblr.com/e1ydrvt/yutma3ebm/default.png"></div>
  889. <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><br>
  890. {block:Artist}<div class="music"><b>ARTIST:</b> {Artist}</div>{/block:Artist}
  891. {block:TrackName}<div class="music"><b>TRACK:</b> {TrackName}</div>{/block:TrackName}
  892. {block:Album}<div class="music"><b>ALBUM:</b> {Album}</div>{/block:Album}
  893.  
  894. </div>
  895.  
  896. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}</div>
  897.  
  898. {/block:Audio}
  899.  
  900. {block:Video}
  901.  
  902. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  903. {/block:NoteCount}
  904. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  905. {/block:Date}
  906.  
  907. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  908.  
  909. {/block:HasTags}</div>
  910.  
  911. {block:IfBigPosts}{Video-500}{/block:IfBigPosts}{block:IfNotBigPosts}{Video-400}{/block:IfNotBigPosts}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  912. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  913.  
  914. {/block:Video}
  915.  
  916.  
  917.  
  918. {block:Answer}
  919.  
  920. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  921. {/block:NoteCount}
  922. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}
  923. {/block:Date}
  924.  
  925. {block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  926.  
  927. {/block:HasTags}</div>
  928.  
  929. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="another1"></div><div id="another2"></div><div id="askcontainer"><b>{Asker}</b> <i>whispered:</i> {Question}</div></div>{Answer}
  930.  
  931. {/block:Answer}
  932.  
  933. {block:PermalinkPage}
  934.  
  935. <div class="permalink">
  936.  
  937. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  938.  
  939. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  940. {block:PostNotes}{PostNotes}{/block:PostNotes}
  941.  
  942. </div>
  943.  
  944. {/block:PermalinkPage}
  945.  
  946. </div>
  947.  
  948.  
  949. {/block:Posts}
  950.  
  951. </div>
  952.  
  953. </div>
  954.  
  955.  
  956. </body>
  957.  
  958. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement