Advertisement
lokiphile

Lokiphile Tumblr Theme 22

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