Advertisement
lokiphile

Lokiphile Tumblr Theme 23

Nov 8th, 2013
2,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.73 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <!---- theme by noelle @ accioloki.tumblr.com
  10.  
  11. Please don’t remove or alter the credit
  12. Do not redistribute as your own
  13. Edit away! but please don’t use it as a base code
  14. Don't use snippets from this please
  15. I think that’s everything, enjoy! if you have any questions, just ask me and I’ll help you! :D
  16.  
  17.  
  18. --->
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:text" content="#838282"/>
  23. <meta name="color:link" content="#b8b8b8"/>
  24. <meta name="color:link hover" content="#b8b8b8"/>
  25. <meta name="color:title" content="#b8b8b8"/>
  26. <meta name="color:title background" content="#b8b8b8"/>
  27. <meta name="color:post" content="#b8b8b8"/>
  28. <meta name="color:lines" content="#b8b8b8"/>
  29. <meta name="color:Ask bubble" content="#b8b8b8"/>
  30. <meta name="color:tooltip text" content="#b8b8b8"/>
  31.  
  32.  
  33. <meta name="image:background" content=""/>
  34. <meta name="image:sidebarimage" content=""/>
  35.  
  36. <meta name="text:Link One Url" content="" />
  37. <meta name="text:Link One Hover" content="" />
  38.  
  39. <meta name="text:Link Two Url" content="" />
  40. <meta name="text:Link Two Hover" content="" />
  41.  
  42. <meta name="text:Link Three Url" content="" />
  43. <meta name="text:Link Three Hover" content="" />
  44.  
  45. <meta name="text:Link Four Url" content="" />
  46. <meta name="text:Link Four Hover" content="" />
  47.  
  48. <meta name="text:Link Five Url" content="" />
  49. <meta name="text:Link Five Hover" content="" />
  50.  
  51. <meta name="text:Link Six Url" content="" />
  52. <meta name="text:Link Six Hover" content="" />
  53.  
  54.  
  55.  
  56.  
  57. <meta name="if:500pxPosts" content="1" />
  58. <meta name="if:400pxPosts" content="0" />
  59.  
  60. <meta name="color:scroll" content= />
  61.  
  62. <meta name="color:scrollbg" content= />
  63.  
  64. <meta name="if:Webkit Scrollbar" content="1" />
  65.  
  66. <!-------------------------------FONTS------------------------------------>
  67. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. <script src="//use.edgefonts.net/lora;prata;arapey.js"></script>
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!----------------------------FONTS-END--------------------------------->
  79.  
  80. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  81. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  82.  
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("[title]").style_my_tooltips();
  87. });
  88. })(jQuery);
  89. </script>
  90.  
  91.  
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97.  
  98. body {
  99. background: {color:Background} url("{image:Background}") repeat;
  100. margin:0px;
  101. color:{color:text};
  102. font-family: arapey, sans-serif;
  103. font-size:12px;
  104. line-height:100%;
  105.  
  106. }
  107.  
  108. /**-------------------------------TOOLTIP------------------------------**/
  109.  
  110. #s-m-t-tooltip{
  111. font-family:calibri;
  112. position:fixed;
  113. margin-top:20px;
  114. margin-left:-11px;
  115. width:auto;
  116. z-index:9999;
  117. font-size:10px;
  118. padding:5px;
  119. line-height:16px;
  120. color:{color:tooltip text};
  121. word-wrap: break-word;
  122. text-align:center;
  123. transition-duration: 0.8s;
  124. -moz-transition-duration: 0.8s;
  125. -webkit-transition-duration: 0.8s;
  126. -o-transition-duration: 0.8s;
  127. }
  128.  
  129. /**----------------------------TOOLTIP-END-----------------------------**/
  130.  
  131. a {
  132. text-decoration:none;
  133. outline:none;
  134. -moz-outline-style:none;
  135. color:{color:link};
  136. }
  137.  
  138.  
  139. a{
  140. text-decoration:none;
  141. color:{color:link};
  142. -webkit-transition: all 0.3s ease-out;
  143. -moz-transition: all 0.3s ease-out;
  144. transition: all 0.3s ease-out;
  145. }
  146.  
  147. a:hover {
  148. color:{color:link hover};
  149. -webkit-transition: all 0.3s ease-out;
  150. -moz-transition: all 0.3s ease-out;
  151. transition: all 0.3s ease-out;
  152. }
  153.  
  154. #post img {
  155. border:none;
  156. {block:If500pxPosts}max-width:500px!important;{/block:If500pxPosts}
  157. {block:If400pxPosts}max-width:400px!important;{/block:If400pxPosts}
  158. }
  159.  
  160. blockquote {
  161. padding-left:5px;
  162. border-left:2px solid;
  163. }
  164.  
  165. blockquote blockquote {
  166. padding-left:5px;
  167. border-left:2px solid;
  168.  
  169. }
  170.  
  171. h1 {
  172. font-family: 'Petit formal script';
  173. font-size:18px;
  174. text-align:center;
  175. line-height:110%;
  176. color:{color:title};
  177. }
  178.  
  179.  
  180.  
  181. #entries {
  182. margin-left:500px;
  183. padding:10px;
  184. margin-top:20px;
  185. margin-bottom:30px;
  186. font-weight:normal;
  187. color:{color:text};
  188. {block:If500pxPosts}width:530px;{/block:If500pxPosts}
  189. {block:If400pxPosts}width:430px;{/block:If400pxPosts}
  190. }
  191.  
  192.  
  193.  
  194.  
  195.  
  196. #post {
  197. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  198. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  199. padding:15px;
  200. margin-top:10px;
  201. margin-bottom:40px;
  202. border-style:none;
  203. background:{color:post};
  204. color:{color:text};
  205. word-wrap:break-word;
  206. }
  207.  
  208.  
  209.  
  210.  
  211. #up{
  212. margin-top:100px;
  213. margin-left:200px;
  214. position:fixed;
  215. width:200px;
  216. height:500px;
  217. padding-bottom:5px;
  218. overflow:hidden;
  219. transition-duration: 0.8s;
  220. -moz-transition-duration: 0.8s;
  221. -webkit-transition-duration: 0.8s;
  222. -o-transition-duration: 0.8s;
  223. }
  224.  
  225.  
  226.  
  227.  
  228.  
  229. #title {
  230. position:relative;
  231. color:{color:title};
  232. font-size:18px;
  233. font-family: 'Old Standard TT', serif;
  234. text-align:right;
  235. height:20px;
  236. width:200px;
  237. padding:10px 0px 0px 0px;
  238. overflow:hidden;
  239. word-wrap:break-word;
  240. border-bottom:1px solid {color:lines};
  241. font-style:italic;
  242. transition-duration: 0.8s;
  243. -moz-transition-duration: 0.8s;
  244. -webkit-transition-duration: 0.8s;
  245. -o-transition-duration: 0.8s;
  246. }
  247.  
  248. #up:hover #title{
  249. margin-left:240px;
  250. transition-duration: 0.8s;
  251. -moz-transition-duration: 0.8s;
  252. -webkit-transition-duration: 0.8s;
  253. -o-transition-duration: 0.8s;
  254. }
  255.  
  256.  
  257. #description {
  258. margin-top:-20px;
  259. margin-left:-240px;
  260. opacity:1;
  261. font-size:12px;
  262. padding:10px;
  263. width:180px;
  264. height:60px;
  265. overflow:auto;
  266. z-index:4;
  267. text-align:left;
  268. color:{color:text};
  269. line-height:120%;
  270. border-bottom:1px solid {color:lines};
  271. transition-duration: 0.8s;
  272. -moz-transition-duration: 0.8s;
  273. -webkit-transition-duration: 0.8s;
  274. -o-transition-duration: 0.8s;
  275.  
  276. }
  277. #up:hover #description{
  278. margin-left:0px;
  279. transition-duration: 0.8s;
  280. -moz-transition-duration: 0.8s;
  281. -webkit-transition-duration: 0.8s;
  282. -o-transition-duration: 0.8s;
  283. }
  284.  
  285.  
  286. #navi{
  287. word-spacing:5px;
  288. width:auto;
  289. position:relative;
  290. font-family:sans-serif;
  291. font-size:10px;
  292. margin-top:-60px;
  293. transition-duration: 0.8s;
  294. -moz-transition-duration: 0.8s;
  295. -webkit-transition-duration: 0.8s;
  296. -o-transition-duration: 0.8s;
  297. }
  298.  
  299. #up:hover #navi{
  300. margin-top:0px;
  301. transition-duration: 0.8s;
  302. -moz-transition-duration: 0.8s;
  303. -webkit-transition-duration: 0.8s;
  304. -o-transition-duration: 0.8s;
  305. }
  306.  
  307.  
  308. div.linky a{
  309. display:inline-block;
  310. text-align: center;
  311. position:relative;
  312. width:5px;
  313. height:7px;
  314. -webkit-transition: all 0.6s ease;
  315. -moz-transition: all 0.6s ease;
  316. -o-transition: all 0.6s ease;
  317.  
  318.  
  319. }
  320.  
  321. div.linky a:hover{
  322. -webkit-transition: all 0.6s ease;
  323. -moz-transition: all 0.6s ease;
  324. -o-transition: all 0.6s ease;
  325.  
  326. }
  327.  
  328. #sidebarimageimage{
  329. position:relative;
  330. width:80px;
  331. height:80px;
  332. transition-duration: 0.8s;
  333. -moz-transition-duration: 0.8s;
  334. -webkit-transition-duration: 0.8s;
  335. -o-transition-duration: 0.8s;
  336.  
  337. }
  338.  
  339. #sidebarimage img{
  340. width:200px;
  341. height:auto;
  342. transition-duration: 0.8s;
  343. -moz-transition-duration: 0.8s;
  344. -webkit-transition-duration: 0.8s;
  345. -o-transition-duration: 0.8s;
  346.  
  347. }
  348.  
  349. #pagination{
  350. position:fixed;
  351. width:30px;
  352. height:50px;
  353. top:50%;
  354. margin-top:-25px;
  355. left:430px;
  356. text-align:center;
  357. }
  358.  
  359.  
  360. #quote{
  361. float:left;
  362. padding-top:5px;
  363. font-family:georgia;
  364. font-size:38px;
  365. height:auto;
  366. margin-top:0px;
  367.  
  368. }
  369.  
  370. #info {
  371. position:absolute;
  372. background:{color:background};
  373. {block:If500pxPosts}width:520px;{/block:If500pxPosts}
  374. {block:If400pxPosts}width:420px;{/block:If400pxPosts}
  375. z-index:99999999999999;
  376. border-top:1px solid {color:lines};
  377. margin-left:-15px;
  378. margin-top:15px;
  379. padding:5px;
  380. font-family: sans-serif;
  381. font-size:7.5px;
  382. letter-spacing:1px;
  383. height:10px;
  384. text-align:center;
  385. opacity:1;
  386. word-wrap:break-word;
  387. transition-duration: 1s;
  388. -moz-transition-duration: 1;
  389. -webkit-transition-duration: 1s;
  390. -o-transition-duration: 1;
  391. }
  392.  
  393. #date{
  394. position:absolute;
  395. text-align:center;
  396. width:70px;
  397. opacity:1;
  398. height:auto;
  399. left:50%;
  400. margin-left:-40px;
  401. margin-top:-5px;
  402. padding:2px;
  403. transition-duration: 1s;
  404. -moz-transition-duration: 1;
  405. -webkit-transition-duration: 1s;
  406. -o-transition-duration: 1;
  407. }
  408.  
  409. #post:hover #date{
  410. text-align:left;
  411. {block:If500pxPosts}left:-10px;{/block:If500pxPosts}
  412. {block:If400pxPosts}left:-10px;{/block:If400pxPosts}
  413. margin-left:10px;
  414. transition-duration: 1s;
  415. -moz-transition-duration: 1;
  416. -webkit-transition-duration: 1s;
  417. -o-transition-duration: 1;
  418. }
  419.  
  420.  
  421. #post:hover #date{
  422. transition-duration: 0.8s;
  423. -moz-transition-duration: 0.8s;
  424. -webkit-transition-duration: 0.8s;
  425. -o-transition-duration: 0.8s;
  426. }
  427.  
  428. #source{
  429. color:{color:lines};
  430. padding:5px;
  431. margin-top:0px;
  432. text-align:left;
  433. width:auto;
  434. opacity:0;
  435. height:auto;
  436. float:left;
  437. margin-left:-7px;
  438. transition-duration: 0.8s;
  439. -moz-transition-duration: 0.8s;
  440. -webkit-transition-duration: 0.8s;
  441. -o-transition-duration: 0.8s;
  442. }
  443.  
  444. #post:hover #source{
  445. margin-top:-22px;
  446. opacity:1;
  447. transition-duration: 0.8s;
  448. -moz-transition-duration: 0.8s;
  449. -webkit-transition-duration: 0.8s;
  450. -o-transition-duration: 0.8s;
  451. }
  452.  
  453.  
  454.  
  455. #tags{
  456. {block:If500pxPosts}width:400px;{/block:If500pxPosts}
  457. {block:If400pxPosts}width:300px;{/block:If400pxPosts}
  458. letter-spacing:0px;
  459. float:right;
  460. padding:2px;
  461. margin-top:-3px;
  462. font-size:9px;
  463. text-align:right;
  464. opacity:0;
  465. transition-duration: 0.6s;
  466. -moz-transition-duration: 0.6s;
  467. -webkit-transition-duration: 0.6s;
  468. -o-transition-duration: 0.6s;
  469. word-wrap:break-word;
  470. }
  471.  
  472. #post:hover #tags{
  473. opacity:1;
  474. transition-duration: 0.6s;
  475. -moz-transition-duration: 0.6s;
  476. -webkit-transition-duration: 0.6s;
  477. -o-transition-duration: 0.6s;
  478. word-wrap:break-word;
  479. }
  480.  
  481.  
  482. ol.notes {
  483. font-weight:normal;
  484. margin-top:0px;
  485. margin-left:0px;
  486. padding: 0px;
  487. {block:If500pxPosts}width:530px;{/block:If500pxPosts}
  488. {block:If400pxPosts}width:430px;{/block:If400pxPosts}
  489. list-style-type: none;
  490. border-top: solid 1px #ccc;
  491. border-bottom: solid 1px #ccc;
  492.  
  493. }
  494.  
  495. ol.notes li.note {
  496. padding: 10px;
  497. border-bottom: solid 1px #ccc;
  498. }
  499.  
  500. ol.notes li.note img.avatar {
  501. vertical-align: -4px;
  502. margin-right: 10px;
  503. width: 16px;
  504. height: 16px;
  505. }
  506.  
  507. ol.notes li.note span.action {
  508. font-weight: normal;
  509. }
  510.  
  511. ol.notes li.note .answer_content {
  512. font-weight: normal;
  513.  
  514. }
  515.  
  516. ol.notes li.note blockquote {
  517. border-color: #eee;
  518. padding: 4px 10px;
  519. margin: 10px 0px 0px 25px;
  520. }
  521.  
  522. ol.notes li.note blockquote a {
  523. text-decoration: none;
  524. }
  525.  
  526. .bubble {
  527. font-size:12px;
  528. position:absolute;
  529. {block:If500pxPosts}width:460px;{/block:If500pxPosts}
  530. {block:If400pxPosts}width:360px;{/block:If400pxPosts}
  531. height:auto;
  532. margin:5px 0px 5px 0px;
  533. border-bottom:1px solid {color:lines};
  534. position: relative;
  535. padding:10px 20px 10px 20px;
  536. word-wrap:break-word;
  537.  
  538.  
  539. }
  540.  
  541. .bubble p {
  542. margin:1px 0px;
  543. }
  544.  
  545.  
  546. #answer {
  547. margin-top:1px;
  548. padding-right:2px;
  549. text-align:right;
  550.  
  551.  
  552. }
  553.  
  554. .askborder {
  555. float: left;
  556. margin: 1px 4px 0 0;
  557. padding: 2px;
  558. background: #eee
  559. }
  560.  
  561. #audioplayer {
  562. position:absolute;
  563. margin-top:37px;
  564. margin-bottom:45px;
  565. margin-left:34px;
  566. width:30px;
  567. height:30px;
  568. z-index:5;
  569. opacity:0.8;
  570. overflow:hidden;
  571. transition-duration: 0.4s;
  572. -moz-transition-duration: 0.4s;
  573. -webkit-transition-duration: 0.4s;
  574. -o-transition-duration: 0.4s;
  575. }
  576.  
  577. #musicinfo{
  578. position:absolute;
  579. margin-left:110px;
  580. margin-top:-100px;
  581. padding:right:5px;
  582. height:100px;
  583. overflow:auto;
  584. word-wrap:break-word;
  585. {block:If500pxPosts}width:400px;{/block:If500pxPosts}
  586. {block:If400pxPosts}width:300px;{/block:If400pxPosts}
  587. }
  588.  
  589. #albumart2 {
  590. position:relative;
  591. padding-right:5px;
  592. width:100px;
  593. height:100px;
  594.  
  595.  
  596. }
  597.  
  598. #albumart2 img {
  599. width:100px;
  600. height:100px;
  601.  
  602.  
  603. }
  604. #albumart {
  605. position:relative;
  606. margin-top:-100px;
  607. margin-left:0px;
  608. padding-right:5px;
  609. width:100px;
  610. height:100px;
  611. z-index:3;
  612. }
  613.  
  614. #albumart img {
  615. width:100px;
  616. height:100px;
  617.  
  618.  
  619. }
  620.  
  621. .chat{
  622. background: #ffffff;
  623. margin: 0;
  624. font-size:11px;
  625. }
  626.  
  627. .chat.chat1 {
  628. margin-left: 0px;
  629. }
  630.  
  631. .chat .chat1 .chat2 {
  632. background: # ffffff;
  633. color:{color:text};
  634. margin-bottom: 1px;
  635. padding: 4px 4px 5px 5px;
  636. border-style:none;
  637. }
  638.  
  639. .chat2 {
  640. background:#E7E7E7;
  641. color:{color:text};
  642. margin-bottom: 1px;
  643. padding: 4px 4px 5px 5px;
  644. border-style:none;
  645. }
  646.  
  647. .chat .chat1 .chat2.even {
  648. background: #ffffff;
  649. color: {color:text};
  650. }
  651.  
  652. .chat .chat1 .chat2 span {
  653. font-weight: bold;
  654.  
  655. }
  656.  
  657. #credit {
  658. margin-top:0px;
  659. position:fixed;
  660. width:80px;
  661. right:0px;
  662. bottom:3px;
  663. left:40px
  664. line-height:5px;
  665. letter-spacing:0px;
  666. font:10px trebuchet ms;
  667. color: {color:text};
  668. text-transform:uppercase;
  669. transition-duration: 0.4s;
  670. -moz-transition-duration: 0.4s;
  671. -webkit-transition-duration: 0.4s;
  672. -o-transition-duration: 0.4s;
  673. }
  674.  
  675. #credit:hover{
  676. margin-top:0px;
  677. position:fixed;
  678. width:80px;
  679. right:0px;
  680. bottom:9px;
  681. line-height:5px;
  682. letter-spacing:0px;
  683. font:10px trebuchet ms;
  684. color: {color:text};
  685. text-transform:uppercase;
  686. transition-duration: 0.4s;
  687. -moz-transition-duration: 0.4s;
  688. -webkit-transition-duration: 0.4s;
  689. -o-transition-duration: 0.4s;
  690. }
  691.  
  692.  
  693. iframe#tumblr_controls {
  694. height:29px;
  695. width:250px;
  696. white-space:nowrap;
  697. filter: invert(50%); opacity:0.3;
  698. transition-duration: 0.8s;
  699. -moz-transition-duration: 0.8s;
  700. -webkit-transition-duration: 0.8s;
  701. -o-transition-duration: 0.8s;
  702. }
  703.  
  704. iframe#tumblr_controls:hover{
  705. filter: invert(50%); opacity:1;
  706. transition-duration: 0.8s;
  707. -moz-transition-duration: 0.8s;
  708. -webkit-transition-duration: 0.8s;
  709. -o-transition-duration: 0.8s;
  710. }
  711.  
  712. {block:ifWebkitScrollbar}
  713.  
  714.  
  715. ::-webkit-scrollbar-thumb{
  716. background-color: {color:scroll};
  717. border: 1px solid {color:background};
  718. height:auto;
  719.  
  720. }
  721.  
  722. ::-webkit-scrollbar {
  723. height:7px;
  724. width:7px;
  725. background-color: {color:scroll};
  726. border: 3px solid {color:background};
  727. }
  728.  
  729. {/block:ifWebkitScrollbar}
  730.  
  731.  
  732.  
  733. {CustomCSS}</style></head><body>
  734.  
  735.  
  736.  
  737. <div id="up">
  738.  
  739. <div id="sidebarimage"><img src="{image:sidebarimage}"></div>
  740.  
  741. <div id="title">{Title}</div>
  742.  
  743. <div id="description">{description}</div>
  744.  
  745. <div id="navi"><div class="linky">
  746.  
  747. <a href="/" title="home">i</a>
  748. <a href="/ask" title="ask">ii</a>
  749. {block:IfLinkOneUrl}<a href="{text:Link One Url}" title="{text:Link One Hover}">iii</a>{/block:ifLinkOneUrl}
  750. {block:IfLinkTwoUrl}<a href="{text:Link Two Url}" title="{text:Link Two Hover}">iv</a>{/block:ifLinkTwoUrl}
  751. {block:IfLinkThreeUrl}<a href="{text:Link Three Url}" title="{text:Link Three Hover}">v</a>{/block:ifLinkThreeUrl}
  752. {block:IfLinkFourUrl}<a href="{text:Link Four Url}" title="{text:Link Four Hover}">vi</a>{/block:ifLinkFourUrl}
  753. {block:IfLinkFiveUrl}<a href="{text:Link Five Url}" title="{text:Link Five Hover}"></a>{/block:ifLinkFiveUrl}
  754. {block:IfLinkSixUrl}<a href="{text:Link Six Url}" title="{text:Link Six Hover}"></a>{/block:ifLinkSixUrl}
  755.  
  756.  
  757.  
  758. </div></div>
  759.  
  760.  
  761.  
  762. </div>
  763.  
  764. <div id="pagination">
  765. {block:Pagination}
  766.  
  767. {block:NextPage}
  768. <a href="{NextPage}">next</a>{/block:NextPage}
  769. <br>{block:PreviousPage}
  770. <a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  771.  
  772. {/block:Pagination}
  773.  
  774. </div>
  775.  
  776. <div id="credit"><a target="blank"href="http://accioloki.tumblr.com"><font color="{color:text}">© accioloki </a></font></div>
  777.  
  778.  
  779.  
  780.  
  781. <div id="entries">{block:Posts}
  782.  
  783. <div id="post">
  784.  
  785.  
  786.  
  787. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  788.  
  789.  
  790. {block:Photo}
  791. {block:If500pxPosts}<img src="{PhotoURL-500}">{/block:If500pxPosts}
  792. {block:If400pxPosts}<img src="{PhotoURL-400}">{/block:If400pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  793. {/block:Photo}
  794.  
  795.  
  796. {block:Photoset}
  797. {block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
  798. {block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}
  799. {/block:Photoset}
  800.  
  801.  
  802. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  803. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  804. {/block:Quote}
  805.  
  806. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  807.  
  808.  
  809. {block:Chat}
  810. {block:Title}
  811. <h1><a href="{Permalink}">{Title}</a></h1>
  812. {/block:Title}
  813. <div class="chat">
  814. <div class="chat1">
  815. {Block:Lines}
  816. <div class="chat2 {Alt}">
  817. {Block:Label}
  818. <span>{Label}</span>
  819. {/block:Label}
  820. {Line}</div>
  821. {/block:Lines}
  822. </div>
  823. </div>
  824. {/block:Chat}
  825.  
  826.  
  827.  
  828. {block:Audio}
  829. <div id= "audioplayer">{AudioPlayerGrey}</div>
  830. <div id="albumart2"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  831. <div id="musicinfo">{block:Artist}
  832. {Artist}
  833. {/block:Artist}
  834. {block:TrackName}
  835. {TrackName}
  836. {/block:TrackName}
  837. {block:Album}
  838. {Album}
  839. {/block:Album}
  840. {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  841.  
  842.  
  843. {block:Video}
  844. {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
  845. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}
  846. {/block:Video}
  847.  
  848.  
  849. {block:Answer}<div class="bubble"><br><big><u><bubble style="font-family: 'Petit formal script';">{Asker}</u></style></big>&nbsp; whispered:&nbsp;{Question}</div><center><div id="answer">{Answer}</div></center>{/block:Answer}
  850.  
  851. <div id="info">
  852. <div id="date">{DayOfMonth} {ShortMonth}&nbsp;<a href="{Permalink}"><font color="red">♥</font>&nbsp;{NoteCount}</a></div>
  853. <div id="source">
  854.  
  855. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a> | {block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName}"> source </a>{/block:ContentSource}{/block:RebloggedFrom} </div>
  856.  
  857. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  858. </div>
  859.  
  860. </div>
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868. {block:PostNotes}{PostNotes}{/block:PostNotes}
  869. {/block:Posts}</div>
  870.  
  871.  
  872. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement