Advertisement
alithegreat

THEME 29; MOONDUST

Mar 22nd, 2015
1,609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.87 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <link href="http://static.tumblr.com/lmuezjf/TBknlmgel/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/lmuezjf/QnPnlmgf9/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("[title]").style_my_tooltips();
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!----
  25.  
  26. alicat theme 029. moondust.
  27.  
  28. --->
  29.  
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="image:Admin1" content=""/>
  33. <meta name="image:Admin2" content=""/>
  34. <meta name="image:Admin3" content=""/>
  35.  
  36. <meta name="color:Accent" content="000000"/>
  37. <meta name="color:Background" content="000000"/>
  38. <meta name="color:Border" content="fefefe"/>
  39. <meta name="color:Entries" content="ffffff"/>
  40. <meta name="color:Entries BG" content="ffffff"/>
  41. <meta name="color:Links" content="fefefe"/>
  42. <meta name="color:Scrollbar" content="fefefe"/>
  43. <meta name="color:Text" content="000000"/>
  44.  
  45. <meta name="text:Main Tab Title 1" content=""/>
  46. <meta name="text:Main Tab Title 2" content=""/>
  47.  
  48. <meta name="text:Admin 1 Desc" content=""/>
  49. <meta name="text:Admin 2 Desc" content=""/>
  50. <meta name="text:Admin 3 Desc" content=""/>
  51.  
  52. <meta name="text:Music Player" content=""/>
  53. <meta name="text:Second Tab Description" content=""/>
  54. <meta name="text:First Tab Title" content=""/>
  55. <meta name="text:Second Tab Title" content=""/>
  56. <meta name="text:First Tab Description" content=""/>
  57.  
  58. <meta name="text:Link1 URL" content=""/>
  59. <meta name="text:Link1 Text" content=""/>
  60. <meta name="text:Link2 URL" content=""/>
  61. <meta name="text:Link2 Text" content=""/>
  62. <meta name="text:Link3 URL" content=""/>
  63. <meta name="text:Link3 Text" content=""/>
  64. <meta name="text:Link4 URL" content=""/>
  65. <meta name="text:Link4 Text" content=""/>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. height:auto;
  72. background-color:{color:entries};
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:10px;
  77. width:5px;
  78. background-color:{color:Scrollbar};
  79. }
  80.  
  81. body {
  82. background: {color:Background};
  83. background-image:url('{image:Background}');
  84. background-attachment:fixed;
  85. font-family: arial;
  86. font-size: 10px;
  87. line-height:120%;
  88. color: {color:Text};
  89. }
  90.  
  91. blockquote {
  92. padding:3px 10px;
  93. margin:5px 5px 5px 5px;
  94. display:block;
  95. text-align: justify;
  96. background-color:{color:Accent};
  97. text-align:justify;
  98. -moz-box-shadow: -5px -5px {color:Background};
  99. -webkit-box-shadow: -5px -5px {color:Background};
  100. box-shadow: -5px -5px {color:Background};
  101. border-radius:3px 3px 3px 3px;
  102. }
  103.  
  104. blockquote b,strong {
  105. color:{color:text};
  106. }
  107.  
  108. blockquote a {
  109. color:{color:text};
  110. }
  111.  
  112. a {
  113. text-decoration: none;
  114. color: {color:Links};
  115. }
  116.  
  117. pre {
  118. font-size:8px;
  119. font-family:arial;
  120. padding:5px;
  121. text-align:right;
  122. text-transform:uppercase;
  123. font-weight:bold;
  124. letter-spacing:0px;
  125. background-color:{color:Accent};
  126. color:{color:text};
  127. word-wrap: break-word;
  128. -moz-box-shadow: -5px -5px {color:Background};
  129. -webkit-box-shadow: -5px -5px {color:Background};
  130. box-shadow: -5px -5px {color:Background};
  131. border-radius:3px 3px 3px 3px;
  132. }
  133.  
  134. pre b,strong {
  135. color:{color:text};
  136. }
  137.  
  138. pre a {
  139. color:{color:text};
  140. }
  141.  
  142. small, sub {
  143. font-size:9px;
  144. }
  145.  
  146. b,strong {
  147. color:{color:accent};}
  148.  
  149. doh {
  150. text-transform:uppercase;
  151. font-weight:bold;
  152. font-size:8px;
  153. word-spacing:10px;
  154. }
  155.  
  156. #s-m-t-tooltip {
  157. margin-top: 15px;
  158. font-family: arial;
  159. font-size: 8px;
  160. font-weight:bold;
  161. text-transform:uppercase;
  162. padding:5px;
  163. background-color:{color:Accent};
  164. color:{color:Text};
  165. -moz-box-shadow: -5px -5px {color:Entries};
  166. -webkit-box-shadow: -5px -5px {color:Entries};
  167. box-shadow: -5px -5px {color:Entries};
  168. }
  169.  
  170. /* sidebar */
  171.  
  172. #sidebar {
  173. margin-left:100px;
  174. margin-top:22px;
  175. padding:10px;
  176. width:300px;
  177. height:523px;
  178. position:fixed;
  179. background-color:transparent;
  180. border-right:0px solid {color:texT};
  181. }
  182.  
  183. /* pagination */
  184.  
  185. #pagbar {
  186. position:fixed;
  187. margin-top:583px;
  188. margin-left:135px;
  189. width:240px;
  190. height:7px;
  191. padding:5px;
  192. z-index:999999999999999999999999;
  193. border-right:0px solid {color:text};
  194. background-color:{color:entries};
  195. }
  196.  
  197. #pagination {
  198. margin-top: 0px;
  199. word-spacing:3px;
  200. text-transform:uppercase;
  201. font-size:8px;
  202. font-family:arial;
  203. font-weight:bold;
  204. letter-spacing:1px;
  205. line-height:5px;
  206. text-align: center;
  207. }
  208.  
  209. #pagination a {
  210. display: inline-block;
  211. text-transform:uppercase;
  212. font-size:8px;
  213. font-family:arial;
  214. font-weight:bold;
  215. letter-spacing:1px;
  216. text-align: center;
  217. }
  218.  
  219. /* entries & post titles */
  220.  
  221. #entries {
  222. position:absolute;
  223. width:522px;
  224. margin-left:405px;
  225. padding:10px;
  226. height:549px;
  227. overflow:auto;
  228. background-color:{color:accent};
  229. margin-top:32px;
  230. border-left: 0px solid {color:Border};}
  231.  
  232.  
  233. #entry {
  234. background-color:{color:Entries};
  235. margin-bottom:0px;
  236. padding:10px;
  237. border-left:0px solid {color:Border};
  238. border-right:0px solid {color:Border}; }
  239.  
  240.  
  241. img {
  242. max-width: 100%;
  243. }
  244.  
  245. #posttitles {
  246. text-align:right;
  247. font-size:18px;
  248. margin-top:0px;
  249. margin-bottom:2px;
  250. font-weight:bold;
  251. letter-spacing:-1px;
  252. text-shadow: 2px 1px 0px #d2d2d2;
  253. color:{color:text};
  254. text-transform:lowercase;
  255. }
  256.  
  257. /* asks and such */
  258.  
  259.  
  260.  
  261. #ask {
  262. z-index:10;
  263. font-family:arial;
  264. font-size:8px;
  265. text-align:right;
  266. font-weight:Bold;
  267. text-transform:uppercase;
  268. color:{color:text};
  269. background-color:{color:background};
  270. margin-right:0px;
  271. padding:5px;
  272. padding-left:10px;
  273. border-bottom:2px solid {color:text};
  274. }
  275.  
  276. #ask a {
  277. color:{color:text};
  278. }
  279.  
  280. .askline {
  281. height:1px;
  282. margin-top:0px;
  283. margin-left:0px;
  284. background-color:{color:Border};
  285. z-index:-1;
  286. }
  287.  
  288. #question {
  289. font-family:arial;
  290. background-color:{color:Accent};
  291. color:{color:text};
  292. font-size:10px;
  293. z-index:10;
  294. text-transform:lowercase;
  295. text-align:left;
  296. padding:10px;
  297. }
  298.  
  299. #asker img {
  300. margin-left:-2px;
  301. margin-bottom:-15px;
  302. padding:2px;
  303. text-align:right;
  304. border:3px double {color:border};
  305. }
  306.  
  307. #ans {
  308. text-align:left;
  309. padding:0px;
  310. color:{color:text};
  311. margin-top:5px;
  312. }
  313.  
  314. /* music player & audio posts */
  315.  
  316. .playerbuttonbg {
  317. position: absolute;
  318. left: 20px;
  319. top: 20px;
  320. width: 19px;
  321. height: 19px;
  322. background-color: #ffffff;
  323. padding: 10px;
  324. -webkit-border-radius: 40px;
  325. -moz-border-radius: 40px;
  326. border-radius: 40px;
  327. opacity: .4;
  328. filter: alpha(opacity=40);
  329. opacity: 0.4;
  330. -khtml-opacity: 0.4;
  331. transition: opacity .7s ease-in-out;
  332. -moz-transition: opacity .7s ease-in-out;
  333. -webkit-transition: opacity .7s ease-in-out;
  334. }
  335.  
  336. .playerbuttonbg:hover {
  337. opacity: 1;
  338. filter: alpha(opacity=100);
  339. -moz-opacity: 1;
  340. -khtml-opacity: 1;
  341. }
  342.  
  343. .newplayerbutton {
  344. position: relative;
  345. width: 19px;
  346. height: 19px;
  347. overflow: hidden;
  348. }
  349.  
  350. .playerbuttonhug {
  351. position: absolute;
  352. top: -18px;
  353. left: -7px;
  354. }
  355.  
  356. .tumblr_audio_player {
  357. height: 90px;
  358. width: 270px;
  359. -moz-transform: scale(0.60, 0.60);
  360. -webkit-transform: scale(0.60, 0.60);
  361. -o-transform: scale(0.60, 0.60);
  362. -ms-transform: scale(0.60, 0.60);
  363. transform: scale(0.60, 0.60);
  364. -moz-transform-origin: top left;
  365. -webkit-transform-origin: top left;
  366. -o-transform-origin: top left;
  367. -ms-transform-origin: top left;
  368. transform-origin: top left;
  369. }
  370.  
  371. .audioimgwrapper {
  372. position: absolute;
  373. left: 0px;
  374. top: 0px;
  375. -webkit-border-radius: 40px;
  376. -moz-border-radius: 40px;
  377. border-radius: 40px;
  378. overflow: hidden;
  379. width: 79px;
  380. height: 79px;
  381. }
  382.  
  383. .audioimgwrapper img {
  384. width: 100%;
  385. height: auto;
  386. -webkit-border-radius: 40px;
  387. -moz-border-radius: 40px;
  388. border-radius: 40px;
  389. }
  390.  
  391. .trackdetails {
  392. width: auto;
  393. display:inline-block;
  394. margin-top:10px;
  395. margin-left: 90px;
  396. min-height: 70px;
  397. }
  398.  
  399. .audiowrapper {
  400. position: relative;
  401. display:inline-block;
  402. }
  403.  
  404. /* info, tags & permalink */
  405.  
  406. #permalink {
  407. text-align: left;
  408. border-top: 2px solid {color:text};
  409. position: relative;
  410. font-size:8px;
  411. padding-left:10px;
  412. background-color:{color:background};
  413. text-transform:uppercase;
  414. font-weight:Bold;
  415. font-family:arial;
  416. margin-top: -1px;
  417. padding-top: 5px;
  418. margin-left:0px;
  419. margin-right:0px;
  420. padding-bottom:5px;
  421. margin-bottom:10px;
  422. }
  423.  
  424. /* credit. do not remove ok thank u. */
  425.  
  426. #credit{
  427. font-size: 9px;
  428. font-style:none;
  429. float: center;
  430. position: fixed;
  431. bottom: 15px;
  432. background-color:{color:entries};
  433. right: 15px;
  434. font-weight:bold;
  435. color:{color:text};
  436. padding:5px;
  437. text-transform:uppercase;
  438. border-bottom:2px solid {color:text};
  439. letter-spacing:0px;
  440. font-family:arial;
  441. }
  442.  
  443. #credit a{
  444. color: {color:text};
  445. padding:;
  446. }
  447.  
  448. /* tabs from http://tympanus.net/ !!!!! bless u */
  449.  
  450. .tabs {
  451. position: relative;
  452. margin:0px auto;
  453. width: 250px;
  454. }
  455.  
  456. .tabs input {
  457. position: absolute;
  458. z-index: 1000;
  459. width: 30px;
  460. height: 10px;
  461. left: 0px;
  462. top: 0px;
  463. opacity: 0;
  464. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  465. filter: alpha(opacity=0);
  466. cursor: pointer;
  467. }
  468. .tabs input#tab-2{
  469. left: 120px;
  470. }
  471. .tabs input#tab-3{
  472. left: 240px;
  473. }
  474. .tabs input#tab-4{
  475. left: 360px;
  476. }
  477.  
  478. .tabs label {
  479. background: {color:entries bg};
  480. font-size: 8px;
  481. line-height: 25px;
  482. height: 25px;
  483. position: relative;
  484. padding: 0 20px;
  485. float: left;
  486. display: block;
  487. width: 85px;
  488. color: {color:text};
  489. top: 0px;
  490. letter-spacing: 1px;
  491. text-transform: uppercase;
  492. font-style:italic;
  493. font-weight: bold;
  494. text-align: center;
  495. text-shadow: 1px 1px 0px #d2d2d2;
  496. box-shadow:
  497. }
  498.  
  499. .tabs label:after {
  500. background-color: {color:entries};
  501. font-size: 20px;
  502. line-height: 25px;
  503. height: 25px;
  504. position: relative;
  505. padding: 0 20px;
  506. float: left;
  507. display: block;
  508. width: 60px;
  509. color: #385c5b;
  510. top: 0px;
  511. letter-spacing: 1px;
  512. text-transform: lowercase;
  513. font-style:italic;
  514. font-weight: bold;
  515. text-align: center;
  516. text-shadow: 1px 1px 0px #d2d2d2;
  517. }
  518.  
  519. .tabs input:hover + label {
  520. background: {color:entries};
  521. top: 0px;
  522. -webkit-transition: top linear 0.2s;
  523. -moz-transition: top linear 0.2s;
  524. -o-transition: top linear 0.2s;
  525. -ms-transition: top linear 0.2s;
  526. transition: top linear 0.2s;
  527. }
  528. .tabs input:hover + label:after{
  529. background: {color:entries};
  530. }
  531. .tabs input:hover + label ~ .clear-shadow {
  532. top: 0px;
  533. -webkit-transition: top linear 0.2s;
  534. -moz-transition: top linear 0.2s;
  535. -o-transition: top linear 0.2s;
  536. -ms-transition: top linear 0.2s;
  537. transition: top linear 0.2s;
  538. }
  539.  
  540. .tabs input:checked:hover + label {
  541. top: 0;
  542. }
  543. .tabs input:checked:hover + label:after{
  544. background: {color:entries};
  545. }
  546. .tabs input:checked:hover + label ~ .clear-shadow {
  547. top: 0;
  548. background: {color:entries};
  549. -webkit-transition: none;
  550. -moz-transition: none;
  551. -o-transition: none;
  552. -ms-transition: none;
  553. transition: none;
  554. }
  555.  
  556. .tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
  557. z-index: 3;
  558. }
  559.  
  560. .tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
  561. z-index: 2;
  562. }
  563.  
  564. .tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
  565. z-index: 1;
  566. }
  567.  
  568. .tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
  569. z-index: 0;
  570. }
  571. .tabs label:first-of-type {
  572. z-index: 4;
  573. }
  574.  
  575. .tab-label-2 {
  576. z-index: 3;
  577. }
  578.  
  579. .tab-label-3 {
  580. z-index: 2;
  581. }
  582.  
  583. .tab-label-4 {
  584. z-index: 1;
  585. }
  586.  
  587. .tabs input:checked + label {
  588. background: {color:entries};
  589. z-index: 6;
  590. -webkit-transition: top linear 0.2s;
  591. -moz-transition: top linear 0.2s;
  592. -o-transition: top linear 0.2s;
  593. -ms-transition: top linear 0.2s;
  594. transition: top linear 0.2s;
  595. }
  596.  
  597. .clear-shadow {
  598. background-color:{color:entries};
  599. position: relative;
  600. top: 0;
  601. height: 10px;
  602. margin-bottom: -10px;
  603. clear: both;
  604. z-index: -2;
  605. box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
  606. border-radius: 3px;
  607. }
  608.  
  609. .content {
  610. background-color: {color:background};
  611. position: relative;
  612. width: auto;
  613. height: 528px;
  614. overflow:auto;
  615. z-index: 5;
  616. }
  617.  
  618. .content div {
  619. position: absolute;
  620. top: 0;
  621. left: 0;
  622. bottom: 100%;
  623. padding: 10px;
  624. overflow: auto;
  625. z-index: 1;
  626. opacity: 0;
  627. -webkit-transition: all linear 0.1s;
  628. -moz-transition: all linear 0.1s;
  629. -o-transition: all linear 0.1s;
  630. -ms-transition: all linear 0.1s;
  631. transition: all linear 0.1s;
  632. }
  633.  
  634. .tabs input.tab-selector-1:checked ~ .content .content-1,
  635. .tabs input.tab-selector-2:checked ~ .content .content-2,
  636. .tabs input.tab-selector-3:checked ~ .content .content-3,
  637. .tabs input.tab-selector-4:checked ~ .content .content-4 {
  638. bottom: 0px;
  639. z-index: 100;
  640. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  641. filter: alpha(opacity=100);
  642. opacity: 1;
  643. -webkit-transition: all ease-out 0.2s 0.2s;
  644. -moz-transition: all ease-out 0.2s 0.2s;
  645. -o-transition: all ease-out 0.2s 0.2s;
  646. -ms-transition: all ease-out 0.2s 0.2s;
  647. transition: all ease-out 0.2s 0.2s;
  648. }
  649.  
  650. .content div h2{
  651. text-align:right;
  652. font-size:18px;
  653. padding:5px;
  654. margin-top:0px;
  655. font-weight:bold;
  656. letter-spacing:-1px;
  657. text-shadow: 2px 1px 0px #d2d2d2;
  658. background-color:{color:entries};
  659. color:{color:text};
  660. }
  661.  
  662. .content div h3 {
  663. text-align:right;
  664. font-size:22px;
  665. padding:5px;
  666. margin-top:0px;
  667. margin-bottom:2px;
  668. font-weight:bold;
  669. letter-spacing:-1px;
  670. text-shadow: 2px 1px 0px {color:accent};
  671. border-bottom:1px solid {color:entries};
  672. color:{color:text};
  673. }
  674.  
  675. .content div n {
  676. text-align:left;
  677. display:inline-block;
  678. margin-top:5px;
  679. margin-bottom:5px;
  680. }
  681.  
  682. .content div n a {
  683. width:200px;
  684. display:inline-block;
  685. padding:5px;
  686. margin-bottom:2px;
  687. font-size:22px;
  688. font-weight:bold;
  689. letter-spacing:-1px;
  690. text-transform:lowercase;
  691. text-shadow: 2px 1px 0px {color:accent};
  692. color:{color:entries};
  693. }
  694.  
  695. .content div ad1 {
  696. text-align:right;
  697. font-size:18px;
  698. padding:5px;
  699. margin-top:0px;
  700. margin-bottom:-5px;
  701. font-weight:bold;
  702. display:block;
  703. width:190px;
  704. letter-spacing:-1px;
  705. text-shadow: 2px 1px 0px #d2d2d2;
  706. background-color:{color:entries};
  707. color:{color:text};
  708. }
  709.  
  710. .content div ad2 {
  711. text-align:justify;
  712. font-size:9px;
  713. padding:5px;
  714. font-weight:normal;
  715. text-transform:lowercase;
  716. width:190px;
  717. overflow:auto;
  718. height:33px;
  719. margin-top:10px;
  720. margin-bottom:5px;
  721. display:block;
  722. border-left:0px solid {color:accent};
  723. background-color:{color:entries bg};
  724. color:{color:text};
  725. }
  726.  
  727. .content div p {
  728. font-size: 9px;
  729. margin-top:0px;
  730. margin-bottom:5px;
  731. line-height: 130%;
  732. text-align: left;
  733. margin: 0;
  734. color: {color:text};
  735. padding-left: 5px;
  736. font-family: arial;
  737. border-left: 2px solid {color:border};
  738. }
  739.  
  740. .content div d {
  741. display:block;
  742. text-align:justify;
  743. padding:5px;
  744. font-size:9px;
  745. line-height:140%;
  746. margin-bottom:5px;
  747. }
  748.  
  749. .content div plot {
  750. line-height:150%;
  751. text-align:justify;
  752. display:block;
  753. padding:5px;
  754. }
  755.  
  756. .content div m {
  757. display:block;
  758. padding:10px;
  759. }
  760.  
  761. .content div lol {
  762. display:inline-block;
  763. padding:3px;
  764. }
  765.  
  766. .content div lol img {
  767. border-radius:50%;
  768. width:60px;
  769. border:1px solid {color:accent};
  770. padding:2px;
  771. }
  772.  
  773. .content div admins {
  774. display:block;
  775. margin-top:5px;
  776. text-align:center;
  777. }
  778.  
  779. </style>
  780.  
  781. </head>
  782.  
  783. <body>
  784.  
  785. <div id="pngg"><img src="{image:PNG}"></div>
  786.  
  787. <div id="sidebar">
  788.  
  789. <section class="tabs">
  790. <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
  791. <label for="tab-1" class="tab-label-1">{text:Main Tab Title 1}</label>
  792.  
  793. <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
  794. <label for="tab-2" class="tab-label-2">{text:Main Tab Title 2}</label>
  795.  
  796. <div class="clear-shadow"></div>
  797.  
  798. <div class="content">
  799. <div class="content-1">
  800. <img src="{image:sidebar}">
  801. <m>
  802. <d>{text:First Tab Description}</d>
  803. <center>{text:Music Player}</center>
  804. </m>
  805. </div>
  806. <div class="content-2">
  807. <h3>{text:First Tab Title}</h3>
  808. <n>
  809. <a href="{text:Link1 URL}">{text:Link1 Text}</a>
  810. <a href="{text:Link2 URL}">{text:Link2 Text}</a>
  811. <a href="{text:Link3 URL}">{text:Link3 Text}</a>
  812. <a href="{text:Link4 URL}">{text:Link4 Text}</a>
  813. </n>
  814.  
  815. <h3>{text:Second Tab Title}</h3>
  816.  
  817. <plot>
  818. {text:Second Tab Description}
  819. </plot>
  820. <admins>
  821. <lol><a href="/" title="{text:Admin 1 Desc}"><img src="{image:Admin1}"></a></lol>
  822. <lol><a href="/" title="{text:Admin 2 Desc}"><img src="{image:Admin2}"></a></lol>
  823. <lol><a href="/" title="{text:Admin 3 Desc}"><img src="{image:Admin3}"></a></lol>
  824. </admins>
  825. </div>
  826. </div>
  827. </section>
  828. </div>
  829.  
  830. <div id="pagbar"><div id="pagination">
  831. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{block:JumpPagination length="5"} {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="otherpage" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  832. </div></div>
  833.  
  834. <div id="entries">
  835. {block:Posts}
  836. <div id="entry">
  837.  
  838.  
  839. {block:Text}
  840. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  841. {Body}
  842. {/block:Text}
  843.  
  844. {block:Photo}
  845. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  846. {block:Caption}{Caption}{/block:Caption}
  847. {/block:Photo}
  848.  
  849. {block:Photoset}
  850. {Photoset-500}
  851. {block:Caption}{Caption}{/block:Caption}
  852. {/block:Photoset}
  853.  
  854. {block:Quote}
  855. <div id="posttitles">{Quote}</div>
  856. {block:Source}<br>—{Source}{/block:Source}
  857. {/block:Quote}
  858.  
  859. {block:Link}
  860. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  861. {block:Description}{Description}{/block:Description}
  862. {/block:Link}
  863.  
  864. {block:Chat}
  865. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  866. {block:Lines}
  867. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  868. {/block:Lines}
  869. {/block:Chat}
  870.  
  871. {block:Audio}{block:AudioPlayer}
  872. <div class="audiowrapper">
  873. {block:AlbumArt}
  874. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  875. {/block:AlbumArt}
  876.  
  877. <div class="playerbuttonbg">
  878. <div class="newplayerbutton">
  879. <div class="playerbuttonhug">
  880.  
  881. {AudioPlayerWhite}
  882.  
  883. </div>
  884. </div>
  885. </div>
  886.  
  887. <div class="trackdetails">
  888.  
  889. {block:TrackName}<B>SONG:</b> {TrackName}{/block:TrackName}<br/>
  890. {block:Artist}<B>ARTIST:</B> {Artist}{/block:Artist}<br/>
  891. {block:Album}<B>ALBUM:</B> {Album}{/block:Album}<br/>
  892. {PlayCountWithLabel}
  893.  
  894. </div>
  895. </div>
  896. {/block:AudioPlayer}
  897.  
  898. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  899.  
  900. {block:Video}
  901. {Video-500}
  902. {block:Caption}{Caption}{/block:Caption}
  903. {/block:Video}
  904.  
  905. {block:Answer}
  906. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  907. <br>{Answer}
  908. {/block:Answer}
  909.  
  910.  
  911. </div>
  912.  
  913. <div id="permalink">
  914. {block:Date}{ShortDayOfWeek} / {ShortMonth} {DayOfMonth} / {TimeAgo}{/block:Date}</div>
  915.  
  916. <div class="note">
  917. {block:PostNotes}{PostNotes}{/block:PostNotes}
  918. </div>
  919. <!-- /div entry --->
  920.  
  921. <div id="credit"> <a href="http://alicatofrp.tumblr.com/">♋</a></div>
  922.  
  923.  
  924. </body>
  925.  
  926. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement