Advertisement
songbirdinatrench

deanlirium THEME #11 - borealis

Sep 18th, 2014
5,718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.89 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!----
  11.  
  12. ▣▣▣
  13. THEME #11 BOREALIS BY DEANLIRIUM
  14. ▣▣▣
  15. PLEASE like and/or reblog the theme post if you use! Edit as you want but YOU MUST leave the credit. Seriously though if you need a base code just google it!
  16. if you need anything please ask me OFF ANON so that I can reply privately! :)
  17.  
  18. Base code by llermans © tumblr.com
  19.  
  20. --->
  21.  
  22.  
  23. <meta name="color:Background" content="#fff"/>
  24. <meta name="color:Text" content="#94999d"/>
  25. <meta name="color:Post links" content="#94acc6"/>
  26. <meta name="color:Post links hover" content="#d5e7fb"/>
  27. <meta name="color:Description bg" content="#eaeaea"/>
  28. <meta name="color:1" content="#aeb3b8"/>
  29. <meta name="color:2" content="#9bc2dc"/>
  30. <meta name="color:3" content="#8f9db0"/>
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="text:Link 1" content=""/>
  33. <meta name="text:Link 1 url" content="/"/>
  34. <meta name="text:Link 2" content=""/>
  35. <meta name="text:Link 2 url" content="/"/>
  36. <meta name="text:Link 3" content=""/>
  37. <meta name="text:Link 3 url" content="/"/>
  38. <meta name="text:Link 4" content=""/>
  39. <meta name="text:Link 4 url" content="/"/>
  40. <meta name="text:Link 5" content=""/>
  41. <meta name="text:Link 5 url" content="/"/>
  42. <meta name="text:Link 6" content=""/>
  43. <meta name="text:Link 6 url" content="/"/>
  44. <meta name="text:Link 7" content=""/>
  45. <meta name="text:Link 7 url" content="/"/>
  46. <meta name="text:Link 8" content=""/>
  47. <meta name="text:Link 8 url" content="/"/>
  48. <meta name="if:Cursor" content="1">
  49. <meta name="if:Show post captions" content="1">
  50. <meta name="if:500 px posts" content="0">
  51.  
  52. <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  54. <script>
  55. $(document).ready(function(){
  56. $("#togglenavi").click(function(){
  57. $("#toggle").toggleClass("navibox").toggleClass('halo');
  58.  
  59. });
  60. });
  61. </script>
  62.  
  63. <script src="http://static.tumblr.com/t0g3sds/B2gnaisew/gooeymenu.js">
  64.  
  65. /***********************************************
  66. * Gooey Menu Script (c) Dynamic Drive (www.dynamicdrive.com)
  67. * This notice MUST stay intact for legal use
  68. * Visit http://www.dynamicdrive.com/ for this script and 100s more.
  69. ***********************************************/
  70.  
  71. </script>
  72.  
  73. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/t0g3sds/Pk1naisfk/gooeymenu.css" />
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  77. <script>
  78. (function($){
  79. $(document).ready(function(){
  80. $("a[title]").style_my_tooltips({
  81. tip_follows_cursor:true,
  82. tip_delay_time:90,
  83. tip_fade_speed:200,
  84. attribute:"title"
  85. });
  86. });
  87. })(jQuery);
  88. </script>
  89.  
  90. <script>
  91. $(function() {
  92.  
  93. var $el, leftPos, newWidth,
  94. $mainNav = $("#example-one");
  95.  
  96. $mainNav.append("<li id='magic-line'></li>");
  97. var $magicLine = $("#magic-line");
  98.  
  99. $magicLine
  100. .width($(".current_page_item").width())
  101. .css("left", $(".current_page_item a").position().left)
  102. .data("origLeft", $magicLine.position().left)
  103. .data("origWidth", $magicLine.width());
  104.  
  105. $("#example-one li a").hover(function() {
  106. $el = $(this);
  107. leftPos = $el.position().left;
  108. newWidth = $el.parent().width();
  109. $magicLine.stop().animate({
  110. left: leftPos,
  111. width: newWidth
  112. });
  113. }, function() {
  114. $magicLine.stop().animate({
  115. left: $magicLine.data("origLeft"),
  116. width: $magicLine.data("origWidth")
  117. });
  118. });
  119. });
  120. </script>
  121.  
  122. <style type="text/css">
  123.  
  124. ::selection {
  125. color:{color:background};
  126. background:{color:hover};}
  127. ::-moz-selection {
  128. color:{color:background};
  129. background:{color:hover};}
  130. ::-webkit-selection {
  131. color:{color:background};
  132. background:{color:hover};}
  133.  
  134. /*--scrollbar--*/
  135.  
  136. ::-webkit-scrollbar-thumb:vertical {border:3px solid {color:background};height:12px; background-color:{color:background};}
  137. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:background};}
  138. ::-webkit-scrollbar {background-color:{color:background};height:7px;width:12px;border:5px solid {color:background};}
  139. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:background};display:block;height:8px;border-right:2px solid {color:background};border-left:2px solid {color:background};}
  140.  
  141. {block:ifCursor}
  142. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  143. {/block:ifCursor}
  144.  
  145. .nav-wrap { position:fixed; margin-top:2px; margin-left:-42px;}
  146. #example-one { list-style: none; width:170px; }
  147. #example-one li { display: inline; }
  148. #example-one li a { color: {color:1}; font-size: 8px; font-family:calibri; letter-spacing:1px; display: block; float: right; padding: 3px; text-decoration: none; text-transform: uppercase; margin:1px;
  149. -webkit-transition: all 1s;
  150. -moz-transition: all 1s;
  151. -o-transition: all 1s;
  152. transition: all 1s;}
  153. #magic-line {position: absolute; bottom: 0px; left: 0; width: 100px; height: 1px; background:{color:2}}
  154.  
  155. pre {
  156. background:{color:description bg};
  157. padding:5px;
  158. white-space: pre-wrap;
  159. white-space: -moz-pre-wrap;
  160. white-space: -pre-wrap;
  161. white-space: -o-pre-wrap;
  162. word-wrap: break-word;}
  163.  
  164. body {
  165. background-color:{color:Background};
  166. background-image:{image:Background image};
  167. background-attachment:fixed;
  168. font-family:helvetica;
  169. color:{color:Text};
  170. font-size:10px;}
  171.  
  172. a {
  173. color:{color:post links};
  174. text-decoration:none;
  175. -webkit-transition: all 0.4s ease-in-out;
  176. -moz-transition: all 0.4s ease-in-out;
  177. -o-transition: all 0.4s ease-in-out;
  178. transition: all 0.4s ease-in-out;}
  179.  
  180. a:hover {
  181. text-decoration:none;
  182. color:{color:post links hover};}
  183.  
  184. img {
  185. border:none;
  186. padding-bottom:none;
  187. display: block;}
  188.  
  189. blockquote {
  190. padding-left:5px;
  191. margin-left:7px;
  192. width:95%;
  193. border-left:1px solid {color:description bg};}
  194. blockquote blockquote {
  195. margin-left:7px;
  196. max-width:95%;
  197. border-left:1px solid {color:description bg};}
  198. blockquote pre{
  199. border-left:solid 0px;}
  200.  
  201. h1 {
  202. font-size:16px;
  203. letter-spacing:2px;
  204. font-family:'cambria';
  205. font-style:italic;
  206. font-weight:normal;
  207. line-height:10px;
  208. text-align:center;}
  209.  
  210. h2 {
  211. font-family:'cambria';
  212. font-size:11px;
  213. line-height:1.3em;
  214. font-weight:normal;
  215. text-align:center;}
  216.  
  217. b {font-style:bold;}
  218. small {font-size:8px;}
  219. big {font-size:12px;}
  220. ul {list-style:square; text-align:justify;}
  221.  
  222. blockquote p {display:block!important;}
  223.  
  224. .desc {
  225. padding:10px;
  226. font-size:8px;
  227. margin-top:0px;
  228. width:160px;
  229. text-align:right;
  230. letter-spacing:1px;
  231. background:{color:description bg};
  232. position:fixed;
  233. -webkit-transition: all 1s;
  234. -moz-transition: all 1s;
  235. -o-transition: all 1s;
  236. transition: all 1s;}
  237.  
  238. #sbar {
  239. margin-left:-400px;
  240. left:50%;
  241. top:100px;
  242. position:fixed;
  243. width:170px;}
  244.  
  245. #sbar img {
  246. width:180px;}
  247.  
  248. /* pagination */
  249. #pagination {
  250. width:360px;
  251. {block:if500pxposts}
  252. width:460px;
  253. {/block:if500pxposts}
  254. border-top:1px solid {color:description bg};
  255. padding: 20px;
  256. font-size: 10px;
  257. line-height: 21px;
  258. text-align: center;
  259. margin-top: 60px;
  260. letter-spacing:1px;
  261. text-transform: lowercase;
  262. font-family: cambria;
  263. margin-bottom:10px;}
  264. #pagination a{
  265. font-style: italic;
  266. margin-right:5px}
  267.  
  268. #toggle{
  269. text-align:center;
  270. text-transform:uppercase;
  271. position:fixed;
  272. -webkit-transition: all 0.7s;
  273. -moz-transition: all 0.7s;
  274. -o-transition: all 0.7s;
  275. transition: all 0.7s;}
  276.  
  277. .halo{
  278. height:1px;
  279. margin-top:27px;
  280. margin-left:150px;
  281. width:15px;
  282. opacity:0;
  283. overflow:hidden;
  284.  
  285. -webkit-animation-name: cielob;
  286. -webkit-animation-duration: 1s;
  287. -webkit-animation-iteration-count: 1;
  288. -webkit-transition: none;}
  289.  
  290. @-webkit-keyframes cielob {
  291. from {
  292. height:30px;
  293. margin-top: 27px;
  294. margin-left: -10px;
  295. background:transparent;
  296. width:180px;
  297. overflow:hidden;
  298. padding:0px;
  299. -webkit-animation-timing-function: ease-in;}
  300.  
  301. 90% {
  302. height:1px;
  303. margin-top: 27px;
  304. margin-left: -10px;
  305. width:180px;
  306. overflow:hidden;
  307. padding:0px;
  308. -webkit-animation-timing-function: ease-in-out;}
  309.  
  310. to {
  311. height:1px;
  312. margin-top:27px;
  313. margin-left:150px;
  314. width:180px;
  315. overflow:hidden;
  316. padding:0px;
  317. -webkit-animation-timing-function: ease-in;}
  318. }
  319.  
  320. .halo a{
  321. width:5px;
  322. height:5px;
  323. font-size:8px;
  324. letter-spacing:1px;
  325. display:inline-block;
  326. border:solid 2px {color:3};
  327. background: {color:3};
  328. -webkit-transition: all 0.4s;
  329. -moz-transition: all 0.4s;
  330. -o-transition: all 0.4s;
  331. transition: all 0.4s;}
  332.  
  333. .navibox{
  334. height:30px;
  335. margin-top: 27px;
  336. margin-left: -10px;
  337. width:180px;
  338. background:transparent;
  339. overflow:hidden;
  340. padding:0px;
  341.  
  342. -webkit-animation-name: cielo;
  343. -webkit-animation-duration: 2s;
  344. -webkit-animation-iteration-count: 1;
  345. -webkit-transition: none;}
  346.  
  347. @-webkit-keyframes cielo {
  348. from {
  349. height:1px;
  350. margin-top:27px;
  351. margin-left:150px;
  352. width:15px;
  353. background:{color:2};
  354. overflow:hidden;
  355. padding:0px;
  356. -webkit-animation-timing-function: ease-in;}
  357.  
  358. 50% {
  359. height:1px;
  360. margin-top: 27px;
  361. margin-left: -10px;
  362. width:180px;
  363. background:{color:2};
  364. overflow:hidden;
  365. padding:0px;
  366. -webkit-animation-timing-function: ease-in-out;}
  367.  
  368. to {
  369. height:30px;
  370. margin-top: 27px;
  371. margin-left: -10px;
  372. background:transparent;
  373. width:180px;
  374. overflow:hidden;
  375. padding:0px;
  376. -webkit-animation-timing-function: ease-in;}
  377. }
  378.  
  379. .navibox a{
  380. width:5px;
  381. height:5px;
  382. font-size:8px;
  383. letter-spacing:1px;
  384. display:inline-block;
  385. border:solid 2px {color:3};
  386. background: {color:3};
  387. -webkit-transition: all 0.4s;
  388. -moz-transition: all 0.4s;
  389. -o-transition: all 0.4s;
  390. transition: all 0.4s;}
  391.  
  392. .navibox a:hover {
  393. border:solid 2px {color:background};!important;
  394. margin-left:0px;}
  395.  
  396. /*ENTRIES*/
  397.  
  398. #entries {
  399. padding: 10px;
  400. width: 400px;
  401. {block:if500pxposts}
  402. width:500px;
  403. {/block:if500pxposts}
  404. left: 50%;
  405. margin-left:-140px;
  406. margin-top: -50px;
  407. font-size: 10px;
  408. overflow: hidden;
  409. letter-spacing: 0px;
  410. position: relative;}
  411.  
  412. .post {
  413. width:400px;
  414. {block:if500pxposts}
  415. width:500px;
  416. {/block:if500pxposts}
  417. padding-bottom:0px;
  418. text-align:justify;
  419. opacity:0.9;
  420. margin-top:100px;
  421. -moz-transition-duration:0.6s;
  422. -webkit-transition-duration:0.6s;
  423. -o-transition-duration:0.6s;}
  424. .post img{
  425. max-width:100%;
  426. -webkit-filter: brightness(110%);
  427. -moz-filter: brightness(110%);
  428. -moz-transition-duration:0.6s;
  429. -webkit-transition-duration:0.6s;
  430. -o-transition-duration:0.6s;}
  431. .post:hover {
  432. opacity:1;
  433. -moz-transition-duration:0.6s;
  434. -webkit-transition-duration:0.6s;
  435. -o-transition-duration:0.6s;}
  436.  
  437. .qsource {
  438. text-align:right; margin-bottom:5px;}
  439.  
  440. /*POST INFO*/
  441.  
  442. #info {
  443. width:394px;
  444. {block:if500pxposts}
  445. width:494px;
  446. {/block:if500pxposts}
  447. text-align:center;
  448. font-family:'trebuchet ms';
  449. margin-top:-12px;
  450. letter-spacing:2px;
  451. font-size:7px;
  452. font-style:none;
  453. padding:3px;
  454. border-top:solid 1px {color:description bg};
  455. border-bottom:solid 1px {color:description bg};
  456. line-height:10px;
  457. min-height:10px;
  458. text-transform:uppercase;}
  459. #info a {
  460. text-align:center;
  461. color:{color:post links};}
  462. #info a:hover {
  463. -moz-transition-duration:0.3s;
  464. -webkit-transition-duration:0.3s;
  465. -o-transition-duration:0.3s;
  466. color:{color:post links hover}}
  467.  
  468. #tags {
  469. width:388px;
  470. {block:if500pxposts}
  471. width:488px;
  472. {/block:if500pxposts}
  473. margin-left:-7px;
  474. text-align:left;
  475. font-size:8px;
  476. padding:5px;
  477. padding-bottom:0px;
  478. opacity:0;
  479. padding-top:10px;
  480. z-index:-2;
  481. max-height:500px;
  482. transition-duration: 0.5s;
  483. -moz-transition-duration: 0.5s;
  484. -webkit-transition-duration: 0.5s;
  485. -o-transition-duration: 0.5s;}
  486. .post:hover #tags{
  487. opacity:0.7;
  488. transition-duration: 0.5s;
  489. -moz-transition-duration: 0.5s;
  490. -webkit-transition-duration: 0.5s;
  491. -o-transition-duration: 0.5s;}
  492. #tags a {
  493. letter-spacing:1px;
  494. font-size:8px;
  495. text-align:center;
  496. margin-left:5px;
  497. font-family:'CALIBRI';
  498. text-decoration:none;
  499. display:inline;
  500. text-transform:uppercase;
  501. color:{color:2};
  502. -moz-transition-duration:0.3s;
  503. -webkit-transition-duration:0.3s;
  504. -o-transition-duration:0.3s;}
  505. #tags a:hover {
  506. -moz-transition-duration:0.3s;
  507. -webkit-transition-duration:0.3s;
  508. -o-transition-duration:0.3s;
  509. color:{color:post links hover};}
  510.  
  511. /*--asks--*/
  512.  
  513. #asker img{
  514. width:40px;
  515. height:40px;
  516. padding:6px;
  517. background-color:{color:background};
  518. margin-left:168px;
  519. {block:if500pxposts}
  520. margin-left:218px;
  521. {/block:if500pxposts}
  522. -moz-transition-duration:0.6s;
  523. -webkit-transition-duration:0.6s;
  524. -o-transition-duration:0.6s;
  525. -webkit-filter: brightness(100%);
  526. -moz-filter: brightness(100%);}
  527.  
  528. #ask {
  529. overflow:hidden;
  530. font-size:8px;
  531. letter-spacing:2px;
  532. font-style:none;
  533. line-height:9px;
  534. margin-left:50px;
  535. width:300px;
  536. {block:if500pxposts}
  537. width:400px;
  538. {/block:if500pxposts}
  539. margin-bottom:20px;
  540. background-color:{color:background};}
  541.  
  542. /*CREDIT*/
  543.  
  544. #cred {
  545. font-family:calibri;
  546. left:-60px;
  547. bottom:6px;
  548. font-size:9px;
  549. padding:5px;
  550. color:{color:Text};
  551. z-index:2147483647;
  552. text-transform:uppercase;
  553. border:1px solid transparent;
  554. position:fixed;
  555. -webkit-transition: all 0.5s ease-out;
  556. -moz-transition: all 0.5s ease-out;
  557. transition: all 0.5s ease-out;}
  558. #cred:hover {
  559. left:6px;
  560. background:white;
  561. border-bottom:1px solid {color:description bg};
  562. -webkit-transition: all 0.5s ease-out;
  563. -moz-transition: all 0.5s ease-out;
  564. transition: all 0.5s ease-out;}
  565. #cred:hover a{
  566. color:{color:1};}
  567. #cred a{
  568. color:{color:text};}
  569.  
  570. /*-- audio --*/
  571.  
  572. #whit{
  573. overflow:hidden;
  574. position:absolute;
  575. opacity:0.2;
  576. width:70px;
  577. height:70px;
  578. margin-left:13px;
  579. z-index:214748364;
  580. margin-top:6px;
  581. background-color:white;
  582. -moz-transition-duration:0.6s;
  583. -webkit-transition-duration:0.6s;
  584. -o-transition-duration:0.6s;}
  585. #player {
  586. width:28px;
  587. height:30px;
  588. opacity:1;
  589. z-index:2147483647;
  590. margin:22px;
  591. overflow:hidden;
  592. -moz-transition-duration:0.6s;
  593. -webkit-transition-duration:0.6s;
  594. -o-transition-duration:0.6s;}
  595.  
  596. .post:hover #whit{
  597. opacity:0.8;
  598. -moz-transition-duration:0.6s;
  599. -webkit-transition-duration:0.6s;
  600. -o-transition-duration:0.6s;}
  601.  
  602. #albumart {
  603. width:70px;
  604. height:70px;
  605. padding:6px;
  606. z-index:2000;
  607. margin:0px 7px;
  608. -moz-transition-duration:0.6s;
  609. -webkit-transition-duration:0.6s;
  610. -o-transition-duration:0.6s;}
  611. #albumart img{
  612. -webkit-filter: brightness(110%);
  613. -moz-filter: brightness(110%);
  614. -moz-transition-duration: 0.6s;}
  615.  
  616. #infoaudio {
  617. position:absolute;
  618. overflow:hidden;
  619. font-size:8px;
  620. letter-spacing:2px;
  621. text-transform:uppercase;
  622. font-family:'calibri';
  623. font-style:none;
  624. line-height:8px;
  625. margin-top:-82px;
  626. margin-left:7px;
  627. width:300px;
  628. {block:if500pxposts}
  629. width:400px;
  630. {/block:if500pxposts}
  631. max-height:62px;
  632. border-left:solid 82px transparent;
  633. z-index:-1;
  634. padding:15px;
  635. padding-top:5px;
  636. background-color:{color:Background};}
  637.  
  638. {CustomCSS}
  639.  
  640. .drag{
  641. pointer-events:none;}
  642.  
  643. #s-m-t-tooltip {
  644. max-width:300px;
  645. padding:5px;
  646. padding-top:2px;
  647. padding-bottom:2px;
  648. margin:5px 0px 0px 10px;
  649. background-color:{color:background};
  650. font-family:calibri;
  651. font-size:8px;
  652. line-height:8px;
  653. text-transform:uppercase;
  654. color:{color:text};
  655. z-index:2147483647;}
  656.  
  657. ol.notes {
  658. font-family:calibri;
  659. margin: 25px 0px;
  660. width:360px;
  661. {block:if500pxposts}
  662. width:460px;
  663. {/block:if500pxposts}
  664. list-style-type:decimal;
  665. border-bottom: solid 1px {color:description bg};
  666. color: #777;
  667. font-size: 8px;}
  668. ol.notes a{
  669. text-transform:uppercase;
  670. letter-spacing:1px;}
  671. ol.notes li.note {
  672. border-top: solid 1px {color:description bg};
  673. padding: 10px;}
  674. ol.notes li.note img.avatar {
  675. vertical-align: -4px;
  676. margin-right: 10px;
  677. width: 16px;
  678. height: 16px;
  679. display: inline-block;}
  680. ol.notes li.note span.action {
  681. font-weight: normal;}
  682. ol.notes li.note .answer_content {
  683. font-weight: normal;}
  684. ol.notes li.note blockquote {
  685. border-color: {color:description bg};
  686. padding: 4px 10px;
  687. margin: 10px 0px 0px 25px;}
  688. ol.notes li.note blockquote a {
  689. text-decoration: none;}
  690.  
  691. .clk {
  692. -webkit-user-select: none;
  693. -khtml-user-select: none;
  694. -moz-user-select: none;
  695. -ms-user-select: none;
  696. user-select: none;}
  697.  
  698. {CustomCSS}
  699.  
  700. </style></head>
  701. <body>
  702.  
  703. <div id="sbar">
  704. <img class="drag" src="{image:Sidebar}">
  705. <div class="desc">{description}
  706.  
  707. <div class="nav-wrap">
  708. <ul class="group" id="example-one">
  709. <li><a id="togglenavi">navi</a></li>
  710. <li><a href="/ask">ask</a></li>
  711. <li class="current_page_item"><a href="/">Home</a></li>
  712. </ul>
  713. </div>
  714.  
  715. <div id="toggle" class="halo">
  716. <br>
  717. {block:iflink1}<a title="{text:link 1}" href="{text:link 1 url}"></a>{/block:iflink1}
  718. {block:iflink2}<a title="{text:link 2}" href="{text:link 2 url}"></a>{/block:iflink2}
  719. {block:iflink3}<a title="{text:link 3}" href="{text:link 3 url}"></a>{/block:iflink3}
  720. {block:iflink4}<a title="{text:link 4}" href="{text:link 4 url}"></a>{/block:iflink4}
  721. {block:iflink5}<a title="{text:link 5}" href="{text:link 5 url}"></a>{/block:iflink5}
  722. {block:iflink6}<a title="{text:link 6}" href="{text:link 6 url}"></a>{/block:iflink6}
  723. {block:iflink7}<a title="{text:link 7}" href="{text:link 7 url}"></a>{/block:iflink7}
  724. {block:iflink8}<a title="{text:link 8}" href="{text:link 8 url}"></a>{/block:iflink8}
  725.  
  726. </div></div></div>
  727. </div>
  728.  
  729. <div id="entries">
  730.  
  731. {block:Posts}
  732. {block:ContentSource}
  733. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  734. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  735. {/block:SourceLogo}
  736. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  737. {/block:ContentSource}
  738.  
  739. <div class="post">
  740.  
  741. {block:Text}
  742. <h1>{block:Title}{Title}{/block:Title}</h1>
  743. {Body}{/block:Text}
  744.  
  745. {block:Photo}{LinkOpenTag}<center>{block:ifnot500pxposts}<img src="{PhotoURL-400}">{/block:ifnot500pxposts}{block:if500pxposts}<img src="{PhotoURL-500}">{/block:if500pxposts}{LinkCloseTag}</center>
  746. {block:ifShowPostCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowPostCaptions}
  747. {/block:Photo}
  748.  
  749. {block:Photoset}{block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}{block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  750. {block:ifShowPostCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowPostCaptions}
  751. {/block:Photoset}
  752.  
  753. {block:Quote}<h2>"{Quote}"</h2>
  754. {block:Source}<div class="qsource">{Source}</div>
  755. {/block:Source}{/block:Quote}
  756.  
  757. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  758.  
  759. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  760.  
  761. {block:Audio}<div id="playcont"></div>
  762. <div id="whit"><div id="player">{AudioPlayerWhite} </div> </div>
  763. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div><div id="infoaudio">{block:TrackName}
  764. <p style="font-size:13px;font-weight:normal; line-height:25px; font-family:'cambria'; font-style:italic; text-transform:none;">{TrackName}</p>
  765. {/block:TrackName} {block:Artist}
  766. <p style="margin-top:-18px">by <i>{Artist}</i></p>
  767. {/block:Artist}
  768. </div>
  769. {block:ifShowPostCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowPostCaptions}
  770. {/block:Audio}<br>
  771.  
  772. {block:Video}{block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}{block:if500pxposts}{Video-500}{/block:if500pxposts}
  773. {block:ifShowPostCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowPostCaptions}
  774. {/block:Video}
  775.  
  776. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-40}"></div><div id="ask"><center><span style="text-transform:uppercase; font-family: calibri; font-size:9px">{Asker}</span> said:</center></p><i> {Question}</i></div> {Answer}<br>{/block:Answer}
  777.  
  778. <div id="info"><span style="float:left;">{block:NotReblog}posted {/block:NotReblog}{block:Date}<a href="{Permalink}">
  779. {TimeAgo}</a></a>{/block:Date}{block:NoteCount} | <font color="#FFB0B8">❤</font>
  780. {NoteCount}</a>{/block:NoteCount}</span>
  781. <span style="float:right;"><a href="{ReblogURL}" title="Reblog This Post">Reblog</a>{block:RebloggedFrom} <a style="width: 5px;
  782. height: 5px;
  783. margin-left:5px;
  784. display: inline-block;
  785. background:{color:2}" href="{ReblogParentURL}" title="via {ReblogParentName}"></a> <a style="width: 5px;
  786. height: 5px;
  787. display: inline-block;
  788. background:{color:2}" href="{ReblogRootURL}" title="source: {ReblogRootName}"></a>{/block:RebloggedFrom}</span>
  789. </div>{block:HasTags}<div id="tags"><center>{block:Tags}<a href="{TagURL}">{Tag}.</a>{/block:Tags}</center>
  790. </div>{block:HasTags}</div>
  791. {/block:Posts}
  792. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  793. {/block:Posts}
  794.  
  795. {block:Pagination}<div id="pagination">
  796. {block:PreviousPage}<a href="{PreviousPage}">back</a> - {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  797. </div></div></div></div></div>
  798.  
  799. <div id="cred">
  800. <a href="http://deanlirium.tumblr.com/">deanlirium <span style="font-size:12px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;╳</span></a>
  801. </div></div></div></div></div></div></div>
  802.  
  803. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement