v4nekomura

Theme #1: ANGEL☆BEAT

Jul 4th, 2015
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.73 KB | None | 0 0
  1. <!--
  2. ♡♡ If you enjoy my themes, please consider supporting me @ ko-fi.com/animedoll ♡♡
  3.  
  4. Theme #1: ANGEL☆BEAT by barbiefanclub
  5.  
  6. ☆ Rules ☆
  7. 1. Don't remove credit !! Don't even think about it. It's only a small
  8. cross on the bottpeom,it won't ruin ur aesthetic.
  9. 2. You can edit it as much as you want!
  10. 3. Don't repost/reclaim it as your own theme. I worked hard on this!
  11. 4. Don't use this as a base code. Google some basecodes if u need one.
  12. 5. If you find any bugs let me know! I'll try to fix it & update the code.
  13. ☆ That's all,have fun with this theme! ☆
  14. -->
  15.  
  16. <!DOCTYPE html>
  17.  
  18. <head>
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  21. </script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://www.networkcapital.net/images/close_button.gif?1221758752" class="btn_close" title="Close" alt="Close" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52. <script type='text/javascript'>
  53. document.write(unescape("%3Cscript src='http://picuous.github.com/tumblrbox/tumblrbox.js' type='text/javascript'%3E%3C/script%3E"));
  54. </script>
  55.  
  56. <title>{Title}</title>
  57.  
  58.  
  59. <link rel="shortcut icon" href="{image:favicon}">
  60.  
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62.  
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64.  
  65. <meta name="color:background" content="#ffffff"/>
  66.  
  67. <meta name="color:title" content="#ffffff"/>
  68. <meta name="color:text" content="#aaaaaa"/>
  69. <meta name="color:bold" content="#ccdd66"/>
  70. <meta name="color:italic" content="#dfea98"/>
  71. <meta name="color:underline" content="#cccccc"/>
  72. <meta name="color:link" content="#ccdd66"/>
  73. <meta name="color:hover" content="#ebf1c2"/>
  74. <meta name="color:hover bg" content="#ebf1c2"/>
  75. <meta name="color:sidebar bg" content="#ddd"/>
  76. <meta name="color:post background" content="#ebf1c2"/>
  77. <meta name="color:post border" content="#eeeeee"/>
  78. <meta name="color:chat even bg" content="#ccdd66"/>
  79. <meta name="color:chat odd bg" content="#ccdd66"/>
  80. <meta name="color:blockquote" content="#3bb5bb"/>
  81. <meta name="color:caption" content="#3bb5bb"/>
  82. <meta name="color:caption background" content="#ebf1c2"/>
  83. <meta name="color:ask" content="#ebf1c2"/>
  84. <meta name="color:ask bubble" content="#ebf1c2"/>
  85. <meta name="color:scrollbar" content="#ecf2c1">
  86. <meta name="color:linktitlebg" content="#eeeeee"/>
  87. <meta name="color:linktitletext" content="#888888"/>
  88. <meta name="color:selection text" content="#888888"/>
  89. <meta name="color:selection bg" content="#eeeeee"/>
  90.  
  91. <meta name="if:500px" content="0">
  92. <meta name="if:400px" content="1">
  93. <meta name="if:full bg" content="1">
  94. <meta name="if:sidebar bg" content="1">
  95. <meta name="if:sidebar border" content="1">
  96. <meta name="if:sidebar img" content="1">
  97. <meta name="if:round corner sidebar"content="1">
  98. <meta name="if:round sidebar img"content="1">
  99. <meta name="if:square sidebar img" content="1">
  100. <meta name="if:round corner sidebar img"content="1">
  101. <meta name="if:post border" content="1"/>
  102. <meta name="if:post round corners" content="1">
  103. <meta name="if:transparent posts" content="1"/>
  104.  
  105. <meta name="image:favicon" content=""/>
  106. <meta name="image:sidebar img" content=""/>
  107. <meta name="image:bg" content=""/>
  108. <meta name="image:render" content=""/>
  109.  
  110. <meta name="text:Link 1 URL" content="" />
  111. <meta name="text:Link 1" content="" />
  112. <meta name="text:Link 2 URL" content="" />
  113. <meta name="text:Link 2" content="" />
  114. <meta name="text:Link 3 URL" content="" />
  115. <meta name="text:Link 3" content="" />
  116. <meta name="text:Extra Links Title" content="" />
  117. <meta name="text:Extra Link 1 URL" content="" />
  118. <meta name="text:Extra Link 1" content="" />
  119. <meta name="text:Extra Link 2 URL" content="" />
  120. <meta name="text:Extra Link 2" content="" />
  121. <meta name="text:Extra Link 3 URL" content="" />
  122. <meta name="text:Extra Link 3" content="" />
  123. <meta name="text:Extra Link 4 URL" content="" />
  124. <meta name="text:Extra Link 4" content="" />
  125. <meta name="text:sidebar image title" content="♔" />
  126. <meta name="text:notecount symbol" content="" />
  127. <meta name="text:render right" content="" />
  128. <meta name="text:render bottom" content="" />
  129.  
  130.  
  131. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  132. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  133.  
  134. <script>
  135. (function($){
  136. $(document).ready(function(){
  137. $("[title]").style_my_tooltips();
  138. });
  139. })(jQuery);
  140. </script>
  141.  
  142. <style type="text/css">
  143.  
  144. ::-webkit-scrollbar{height: 9px; width: 5px; -webkit-border-radius: 0px; background:{color:background};
  145. }
  146.  
  147. ::-webkit-scrollbar-thumb{background:{color:scrollbar};}
  148. ::-webkit-scrollbar-track{background:{color:bg};
  149. }
  150.  
  151. body {
  152. background:{color:background};
  153. background-image:url('{image:bg}');
  154. background-attachment:fixed;
  155. color:{color:text};
  156. font-family:helvetica;
  157. font-size:11px;
  158. text-align:justify;
  159. margin:0;
  160. line-height:16px;
  161. {block:iffullbg}
  162. background:{color:background};
  163. background-image:url('{image:bg}');
  164. background-attachment:fixed;
  165. background-position: center;
  166. background-repeat: no-repeat;
  167. background-attachment: fixed;
  168. {/block:iffullbg}
  169.  
  170. }
  171.  
  172. blockquote {
  173. padding-top:2px;
  174. padding:7px;
  175. padding-bottom:2px;
  176. border-left:2px solid {color:blockquote};
  177. color:{color:caption};
  178. background:{color:caption background};
  179. height:auto;
  180. }
  181.  
  182. blockquote img{
  183. height:auto;
  184. width:auto;
  185. }
  186.  
  187. b,strong{
  188. color:{color:bold};
  189. }
  190.  
  191.  
  192. i,em{
  193. color:{color:italic};
  194. }
  195.  
  196.  
  197. u{
  198. color:{color:underline};
  199. }
  200.  
  201. h1 {
  202. letter-spacing:2px;
  203. }
  204.  
  205. a {
  206. color:{color:link};
  207. text-decoration:none;
  208. -moz-transition-duration:0.5s;
  209. -webkit-transition-duration:0.5s;
  210. -o-transition-duration:0.5s;
  211. }
  212.  
  213.  
  214. a:hover {
  215. color:{color:hover};
  216. background-color:{color:hover bg};
  217. -moz-transition-duration:0.5s;
  218. -webkit-transition-duration:0.5s;
  219. -o-transition-duration:0.5s;
  220. }
  221.  
  222.  
  223. #sidebar {
  224. padding:6px;
  225. text-align:right;
  226. position:fixed;
  227. left:150px;
  228. margin-top:200px;
  229. width:100px;
  230.  
  231. }
  232.  
  233. #sideimg {
  234. color:{color:title};
  235.  
  236. }
  237.  
  238. #sideimg img {
  239. -moz-transition-duration:1s;
  240. -webkit-transition-duration:1s;
  241. -o-transition-duration:1s;
  242. background-color:{color:sidebar bg};
  243. width:100px;
  244. {block:ifroundsidebarimg}
  245. border:1px solid {color:post border};
  246. border-radius:100px;
  247. {/block:ifroundsidebarimg}
  248. {block:ifroundcornersidebarimg}
  249. border-radius:1em 1em 1em 1em;
  250. {/block:ifroundcornersidebarimg}
  251. {block:ifsquaresidebarimg}
  252. border:1px solid {color:post border};
  253. {/block:ifsquaresidebarimg}
  254. }
  255.  
  256. #sideimg img:hover {
  257. -moz-transition-duration:1s;
  258. -webkit-transition-duration:1s;
  259. -o-transition-duration:1s;
  260. }
  261.  
  262.  
  263. #links {
  264. {block:ifsidebarborder}
  265. border-left: solid 1px {color:post border};
  266. border-right: solid 1px {color:post border};
  267. border-bottom: solid 1px {color:post border};
  268. {/block:ifsidebarborder}
  269. color:{color:link};
  270. background:none;
  271. width:100px;
  272. text-align:center;
  273. padding:0px;
  274. {block:ifsidebarbg}
  275. padding:0px;
  276. background-color:{color:sidebar bg};
  277. {/block:ifsidebarbg}
  278. padding:0px;
  279. {block:ifroundcornersidebar}
  280. border-radius: 0em 0em 1em 1em;
  281. {/block:ifroundcornersidebar}
  282. }
  283.  
  284. #tags {
  285. color:{color:hover bg};
  286. }
  287.  
  288. #tags a:hover{
  289. color:{color:hover};
  290. background-color:{color:hover bg};
  291.  
  292. }
  293. #links a {
  294. border-bottom: solid 1px {color:link};
  295. letter-spacing:2px;
  296. margin-top:5px;
  297. display:inline-block;
  298. margin-bottom:5px;
  299. }
  300.  
  301. #links a:hover{
  302. color:{color:hover};
  303. background-color:{color:hover bg};
  304. }
  305.  
  306.  
  307. #desc {
  308. margin-top:-5px;
  309. {block:ifsidebarborder}
  310. border-left: solid 1px {color:post border};
  311. border-top: solid 1px {color:post border};
  312. border-right: solid 1px {color:post border};
  313. border-bottom: solid 1px {color:post border};
  314. {/block:ifsidebarborder}
  315. padding:1px;
  316. {block:ifroundsidebarimg}
  317. margin-top:2px;
  318. {/block:ifroundsidebarimg}
  319. {block:ifsidebarbg}
  320. padding:1px;
  321. background-color:{color:sidebar bg};
  322. {/block:ifsidebarbg}
  323. width:98px;
  324. text-align:center;
  325. font-size:11px;
  326. {block:ifroundcornersidebar}
  327. border-radius: 1em 1em 0em 0em;
  328. {/block:ifroundcornersidebar}
  329. }
  330.  
  331. #text {
  332. padding-left:2px;
  333. padding-right:2px;
  334. position:fixed;
  335. bottom:10px;
  336. right:10px;
  337. font-size:11px;
  338. background-color:white;
  339. border:solid 1px gray;
  340. color:gray;
  341. }
  342.  
  343. #text a:hover {
  344. font-size:11px;
  345. text-decoration:italic;
  346. background-color:gray;
  347. color:white;
  348. }
  349.  
  350. #theme {
  351. left:50%;
  352. margin-left:-350px;
  353. position:absolute;
  354.  
  355. }
  356.  
  357.  
  358. #entries {
  359. margin-top:75px;
  360. {block:if500px}
  361. width:500px;
  362. {/block:if500px}
  363. {block:if400px}
  364. width:400px;
  365. {/block:if400px}
  366. }
  367.  
  368.  
  369. #posts {
  370. {block:if500px}
  371. width:500px;
  372. {/block:if500px}
  373. {block:if400px}
  374. width:400px;
  375. {/block:if400px}
  376. {block:ifpostborder}
  377. border: solid 1px {color:post border};
  378. padding:10px;
  379. {block:ifpostroundcorners}
  380. border-radius: 1em 1em 1em 1em;
  381. {/block:ifpostroundcorners}
  382. {/block:ifpostborder}
  383. margin-left:50px;
  384. margin-bottom:75px;
  385. background-color:{color:post background};
  386. padding:10px;
  387. {block:ifpostroundcorners}
  388. border-radius: 1em 1em 1em 1em;
  389. {/block:ifpostroundcorners}
  390. {block:Iftransparentposts}
  391. background-color:transparent;
  392. {/block:Iftransparentposts}
  393. }
  394.  
  395.  
  396. #posts img {
  397. {block:if500px}
  398. max-width:500px;
  399. {/block:if500px}
  400. {block:if400px}
  401. width:400px;
  402. {/block:if400px}
  403. opacity:1;
  404. }
  405.  
  406. .photoset img {
  407. {block:if500px}
  408. width:500px;
  409. {/block:if500px}
  410. {block:if400px}
  411. width:400px;
  412. {/block:if400px}
  413. }
  414.  
  415. #title {
  416. letter-spacing:2px;
  417. {block:ifpostroundcorners}
  418. border-radius: 0.8em 0.8em 0.8em 0.8em;
  419. {/block:ifpostroundcorners}
  420. background-color:{color:ask bubble};
  421. text-align:center;
  422. font-size:20px;
  423. font-weight:bold;
  424. padding:10px;
  425. }
  426.  
  427. #title a:hover {
  428. letter-spacing:4px;
  429. }
  430.  
  431. }
  432. #quote{
  433. text-align:left;
  434. font-size:14px;
  435. line-height:18px;
  436. font-weight:bold;
  437. }
  438.  
  439.  
  440. #source {
  441. margin-top:15px;
  442. text-align:right;
  443. }
  444.  
  445.  
  446. .playbox {
  447. background-color: #000;
  448. position: absolute;
  449. z-index: 1000;
  450. margin-top: 20px;
  451. margin-left: 20px;
  452. opacity: 0.5;
  453. -moz-border-radius: 30px;
  454. -webkit-border-radius: 30px;
  455. border-radius: 30px;
  456. }
  457.  
  458. .playbutton {
  459. width: 20px;
  460. height: 30px;
  461. overflow: hidden;
  462. position: relative;
  463. z-index: 1000;
  464. margin: 15px 24px 13px 16px;
  465. -moz-border-radius: 30px;
  466. -webkit-border-radius: 30px;
  467. border-radius: 30px;
  468. }
  469.  
  470.  
  471. .audioinfo {
  472. letter-spacing:2px;
  473. font-family:calibri;
  474. font-size:14px;
  475. {block:if500px}
  476. margin-top: -95px;
  477. {/block:if500px}
  478. {block:if400px}
  479. margin-top: -105px;
  480. max-height:100px;
  481. {/block:if400px}
  482. margin-left: 120px;
  483. max-height:100px;
  484. {block:ifpostroundcorners}
  485. border-radius: 0.8em 0.8em 0.8em 0.8em;
  486. {/block:ifpostroundcorners}
  487. background-color:{color:ask bubble};
  488. padding:20px;
  489. }
  490.  
  491.  
  492. .bubble {
  493. color: {color:ask};
  494. font-size:11px;
  495. background: {color:ask bubble};
  496. {block:if500px}
  497. width:400px;
  498. {/block:if500px}
  499. {block:if400px}
  500. width:300px;
  501. {/block:if400px}
  502. padding:10px 10px 10px 10px;
  503. -webkit-border-radius: 4px;
  504. -moz-border-radius: 4px;
  505. border-radius: 0.8em;
  506. margin-left:50px;
  507. }
  508.  
  509.  
  510. .chat ul {
  511. list-style: none;
  512. margin: 0;
  513. padding: 0;
  514. }
  515. .chat label {
  516. list-style: none;
  517. margin: 0;
  518. padding: 0;
  519. }
  520.  
  521. .chat li {
  522. border-radius: 0.8em;
  523. border: 1px solid rgba(0, 0, 0, 0.05);
  524. margin-bottom: 2%;
  525. padding: 2%;
  526. {block:if500px}
  527. width:500px;
  528. {/block:if500px}
  529. {block:if400px}
  530. width:400px;
  531. {/block:if400px}
  532. }
  533. .chat .odd {
  534. {block:if500px}
  535. width:480px;
  536. {/block:if500px}
  537. {block:if400px}
  538. width:380px;
  539. {/block:if400px}
  540. background: {color:chat odd bg};
  541. }
  542. .chat .even {
  543. text-align:right;
  544. {block:if500px}
  545. width:480px;
  546. {/block:if500px}
  547. {block:if400px}
  548. width:380px;
  549. {/block:if400px}
  550. background: {color:chat even bg};
  551. }
  552.  
  553. #info {
  554. padding:10px;
  555. {block:if500px}
  556. width:474px;
  557. {/block:if500px}
  558. {block:if400px}
  559. width:374px;
  560. {/block:if400px}
  561. text-align:justify;
  562. line-height:15px;
  563. margin-top:10px;
  564. height:auto;
  565. padding:10px;
  566. }
  567.  
  568.  
  569. #perma {
  570. {block:if500px}
  571. width:474px;
  572. {/block:if500px}
  573. {block:if400px}
  574. width:374px;
  575. {/block:if400px}
  576. margin-top:10px;
  577. padding:5px;
  578. font-size:9px;
  579. color:{color:link};
  580. text-transform:normal;
  581. font-style:normal;
  582. letter-spacing:2px;
  583. text-align:center;
  584. }
  585.  
  586. #perma a:hover {
  587. color:{color:hover};
  588. background-color:{color:hover bg};
  589. }
  590.  
  591. .note li {
  592. list-style-type:none;
  593. padding:10px 25px 10px 25px;
  594. text-align:left;
  595. margin:0px;
  596. border-bottom:1px solid {color:blockquote};
  597. line-height:140%;
  598. -moz-transition-duration:0.5s;
  599. -webkit-transition-duration:0.5s;
  600. -o-transition-duration:0.5s;
  601. }
  602.  
  603.  
  604. .notes img {
  605. display:none!important;
  606. }
  607.  
  608. #s-m-t-tooltip {
  609. z-index: 9999;
  610. background: {color:LinkTitleBG};
  611. font-size: 10px;
  612. line-height: 11px;
  613. font-family: helvetica;
  614. letter-spacing: 1px;
  615. text-transform: normal;
  616. color: {color:LinkTitleText};
  617. max-width: 150px;
  618. word-wrap: break-word;
  619. padding: 2px 5px 2px 6px;
  620. display: block;
  621. margin: 24px 14px 7px 12px;
  622. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  623. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  624. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  625. }
  626.  
  627.  
  628. .cover {
  629.  
  630. width:100px;
  631. position:
  632. relative;
  633. {block:ifpostroundcorners}
  634. border-radius: 1em 1em 1em 1em;
  635. {/block:ifpostroundcorners}
  636.  
  637. ::selection {
  638. background:{color:selection bg};
  639. color:{color:selection text};
  640. }
  641.  
  642. {CustomCSS}
  643.  
  644. }
  645. .blockquote img {
  646. width: 100%;
  647. height:100%;
  648. }
  649.  
  650.  
  651. .popup_block{
  652. display:none;
  653. background:#fff;
  654. padding:30px;
  655. border:1px double {color:post border};
  656. font-size:15px;
  657. float:left;
  658. position:fixed;
  659. top:50%;left:50%;
  660. z-index: 99999;
  661.  
  662. }
  663.  
  664. *html #fade {position: absolute;}
  665. *html .popup_block {position: absolute;}
  666. #fade {
  667. display:none;
  668. background-image:url('{image:bg}');
  669. position: fixed;
  670. left: 0;top: 0;width: 100%;height: 100%;opacity: 1;z-index: 9999;
  671. }
  672.  
  673. img.btn_close {
  674. float: right;
  675. margin: -25px -25px 0 0;
  676. }
  677.  
  678. </style></head>
  679.  
  680. <body>
  681. <div style="position:fixed; bottom:{text:render bottom}; right:{text:render right};"> <img src="{image:render}" /> <br></div>
  682.  
  683. <div id="box1" class="popup_block">
  684. <center><h1>{text:Extra Links Title}</h1></center>
  685. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} +
  686. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2} +
  687. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3} +
  688. {block:ifextralink1}<a href="{text:Extra Link 1 URL}" >{text:Extra Link 1}</a>{/block:ifextralink1} +
  689. {block:ifextralink2}<a href="{text:Extra Link 2 URL}" >{text:Extra Link 2}</a>{block:ifextralink2} +
  690. {block:ifextralink3}<a href="{text:Extra Link 3 URL}" >{text:Extra Link 3}</a>{block:ifextralink3} +
  691. {block:ifextralink4}<a href="{text:Extra Link 4 URL}" >{text:Extra Link 4}</a>{block:ifextralink4}
  692. </center>
  693. </div></div></div></div></div></div></div></div></div></div>
  694.  
  695. <SCRIPT TYPE="text/javascript">
  696.  
  697. function clickIE() {if (document.all) {(message);return false;}}
  698. function clickNS(e) {if
  699. (document.layers||(document.getElementById&&!document.all)) {
  700. if (e.which==2||e.which==3) {(message);return false;}}}
  701. if (document.layers)
  702. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  703. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  704. document.oncontextmenu=new Function("return false") </script>
  705. <div id="theme">
  706. <div id="sidebar">
  707.  
  708. <div id="sideimg"><center><h1>{text:sidebar image title}</h1>
  709. {block:ifsidebarimg}<img src="{image:Sidebar img}"></center>{/block:ifsidebarimg}</div>
  710.  
  711. <div id="desc"><center>
  712. {Description}
  713. <div class="pagination">
  714. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  715. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  716. </div>
  717. </center></div>
  718.  
  719. <div id="links">
  720. <center>
  721. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}">01</a>{/block:ifLink1}
  722.  
  723. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}">02</a>{/block:ifLink2}
  724.  
  725. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}">03</a>{/block:ifLink3}
  726.  
  727. <a href="#?w=300" rel="box1" class="poplight" title="more">04</a>
  728. </center>
  729. </div>
  730.  
  731. </div>
  732.  
  733. <div id="entries">
  734.  
  735. {block:Posts}
  736.  
  737. <div id="posts">
  738.  
  739. {block:Quote}
  740. <div id="quote">“{Quote}”</div>
  741. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  742. {/block:Quote}
  743.  
  744.  
  745. {block:Text}
  746. {block:Title}<center><h1>{Title}</h1></center>{/block:Title}
  747. {Body}
  748.  
  749. {/block:Text}
  750.  
  751. {block:Link}
  752. <div id="title">
  753. <a href="{URL}">{Name} »</a></div>
  754. {block:Description}{Description}{/block:Description}
  755.  
  756. {/block:Link}
  757.  
  758. {block:Chat}
  759. {block:Title}<center><h1>{Title}</h1></center>{/block:Title}
  760. <div class="chat">
  761. <ul>
  762. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  763. </ul>
  764. </div>
  765. {/block:Chat}
  766.  
  767. {block:Photo}
  768.  
  769. {block:if500px}
  770. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  771. {/block:if500px}
  772. {block:if400px}
  773. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  774. {/block:if400px}
  775. {LinkCloseTag}
  776.  
  777. {block:Caption}<div class="blockquote">{Caption}</div>{/block:Caption}
  778. </center>
  779. {/block:Photo}
  780.  
  781. {block:Photoset}
  782. {block:if500px}
  783. {Photoset-500}
  784. {/block:if500px}
  785. {block:if400px}
  786. {Photoset-400}
  787. {/block:if400px}
  788. <center>
  789. {block:Caption}<div class="blockquote">{Caption}</div>{/block:Caption}
  790. </center>
  791. {/block:Photoset}
  792.  
  793. {block:Video}
  794. {Video-500}
  795. <center>
  796. {block:Caption}<div class="blockquote">{Caption}</div>{/block:Caption}
  797. </center>
  798. {/block:Video}
  799.  
  800. {block:Audio}
  801. <div class="playbox"><div class="playbutton">{block:AudioPlayer}
  802. {AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  803. {block:AlbumArt}
  804.  
  805. <img style="width:100px;" src="{AlbumArtURL}"class="cover">
  806. {/block:AlbumArt}
  807. <div class="audioinfo">
  808.  
  809. {block:TrackName}
  810. <b>Title:</b> {TrackName}
  811. {/block:TrackName}
  812. {block:Artist}
  813. <br><b>Artist:</b> {Artist}
  814. {/block:Artist}
  815. <br><b>Amount of plays:</b> {PlayCount}
  816. </div>
  817.  
  818. <center>
  819. {block:Caption}<div class="blockquote">{Caption}</div>{/block:Caption}
  820. </center>
  821.  
  822. {/block:Audio}
  823.  
  824.  
  825. {block:Answer}
  826. <div class="post"><br>
  827. <div class="askerportrait"><img style="border-radius:100%; width:40px;" src="{AskerPortraitURL-40}" align="left" /></a>
  828. </div><center>
  829. <div class="bubble">{Asker} asked: {Question}</div><br>
  830. {Answer}</center>
  831. </div>
  832. {/block:Answer}
  833.  
  834. {block:IndexPage}
  835. <div id="perma">
  836. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero} {ShortMonth}{/block:Date}</a> - <a href="{Permalink}">{NoteCount}{text:notecount symbol}</a> - <a href="{ReblogURL}" target="_blank" class="details">reblog</a><br>
  837. {block:Tags} <a href="{TagURL}"> #{Tag}</a>{/block:Tags}</div>
  838. {/block:IndexPage}
  839.  
  840. {block:PermalinkPage}
  841. {block:Date}
  842. <div id="info">
  843. <b>Posted on </b> {ShortMonth} {DayOfMonthWithZero} {Year}<br>
  844. {block:NoteCount}
  845. <b></b> {NoteCount}{text:notecount symbol}<br>
  846. {/block:NoteCount}
  847. {block:RebloggedFrom}
  848. <b>via</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  849. {/block:RebloggedFrom} {block:ContentSource}
  850. <b>src</b> <a href="{SourceURL}">{SourceTitle}</a>
  851. {/block:ContentSource}<br>
  852. {block:HasTags}
  853. <b></b>
  854. {block:Tags}
  855. <a href="{TagURL}">#{Tag}</a>
  856. {/block:Tags}
  857. {/block:HasTags}
  858. </div>
  859. {/block:Date}
  860. {/block:PermalinkPage}
  861.  
  862. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  863.  
  864. </div>
  865.  
  866. {/block:Posts}
  867.  
  868. <div id="text"><a href="http://tinyurl.com/j4tfbn8" title="theme by barbiefanclub">×</a>
  869. </div>
  870.  
  871. </div>
  872.  
  873. </body></html>
Add Comment
Please, Sign In to add comment