Advertisement
songbirdinatrench

deanlirium THEME #12 - wolfsbane

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