Advertisement
lexaofrp

THEME 16: ARABELLA

Dec 18th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5.  
  6. <head><title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!------ARABELLA by lexaofrp------->
  13.  
  14. <meta name="image:Background" content="">
  15. <meta name="image:Sidebar" content="">
  16. <meta name="image:AskBG" content="">
  17.  
  18. <meta name="color:Background" content=""/>
  19. <meta name="color:PostBG" content="#000000"/>
  20. <meta name="color:Text" content=""/>
  21. <meta name="color:SBLinks" content="#c0c0c0" />
  22. <meta name="color:SBLinksBG" content="#000000"/>
  23. <meta name="color:Border" content=""/>
  24. <meta name="color:Post Links" content=""/>
  25. <meta name="color:Hover" content=""/>
  26. <meta name="color:Scrollbar" content=""/>
  27. <meta name="color:ScrollbarBg" content=""/>
  28. <meta name="color:InfoBG" content=""/>
  29. <meta name="color:DescBG" content=""/>
  30.  
  31. <meta name="text:Home URL" content="/">
  32. <meta name="text:Home" content="Home">
  33. <meta name="text:Ask URL" content="/">
  34. <meta name="text:Ask" content="Ask">
  35. <meta name="text:Link 1 URL" content="/">
  36. <meta name="text:Link 1" content="Link 1">
  37. <meta name="text:Link 2 URL" content="/">
  38. <meta name="text:Link 2" content="Link 2">
  39. <meta name="text:Extratitle" content=""/>
  40. <meta name="text:Textbox" content=""/>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. blockquote {
  46. font-size:10px;
  47. font-family:'arial';
  48. max-width:520px;
  49. margin-left:10px;
  50. margin-right:10px;
  51. border:2px solid{color:Background};
  52. padding:10px;
  53. color:{color:Background};
  54. background-color:{color:border};}
  55.  
  56. code {
  57. font-size:10px;
  58. font-family:'courier new';
  59. color:{color:text};
  60. text-transform:none;}
  61.  
  62. pre {
  63. font-family:'georgia';
  64. font-weight:bold;
  65. text-align:center;
  66. text-decoration:underline overline;
  67. font-style:italic;
  68. letter-spacing:-1px;
  69. font-size:12px;
  70. max-width:500px;
  71. padding:5px ;
  72. color:{color:SBLinks};
  73. background-color: {color:SBLinksBG};}
  74. h1{
  75. font-family:'arial';
  76. font-size:15px;
  77. text-align:left;
  78. text-transform:none;
  79. color:{color:Infobg};
  80. border-bottom: 2px solid {color:infoBG};
  81. padding-top:8px;
  82. padding-bottom:2px;}
  83.  
  84. h2{
  85. font-family:'arial';
  86. font-size:15px;
  87. text-align:right;
  88. text-transform:none;
  89. color:{color:Infobg};
  90. border-bottom: 2px solid {color:infoBG};
  91. padding-top:8px;
  92. padding-bottom:2px;}
  93.  
  94. /*GENERAL*/
  95.  
  96. body {
  97. font-family:'arial';
  98. font-size:10px;
  99. background-image:url('{image:background}');
  100. background-repeat:no-repeat;
  101. background-attachment:fixed;
  102. color:{color:background};
  103. background-color:{color:background}; }
  104.  
  105. a {
  106. color:{color:Background};
  107. text-decoration:none;
  108. -webkit-transition:all 0.5s ease-in-out;
  109. -moz-transition:all 0.5s ease-in-out;
  110. -o-transition:all 0.5s ease-in-out;
  111. transition:all 0.5s ease-in-out;}
  112.  
  113. a:hover {
  114. color:{color:Hover};
  115. text-decoration:underline;
  116. -webkit-transition:all 0.5s ease-in-out;
  117. -moz-transition:all 0.5s ease-in-out;
  118. -o-transition:all 0.5s ease-in-out;
  119. transition:all 0.5s ease-in-out;}
  120.  
  121.  
  122. /*END GENERAL*/
  123.  
  124. /*SIDEBAR*/
  125.  
  126. .box1{
  127. position:fixed;
  128. margin-top:539px;
  129. margin-left:481px;
  130. width:100px;
  131. height:16px;
  132. font-family:'times new roman';
  133. text-align:center;
  134. padding-top:7px;
  135. padding-bottom:0px;
  136. border:solid 5px {color:border};
  137. background-color:{color:SBLinksBG};
  138. transform-origin:right;
  139. transition-duration: 0.9s;
  140. -webkit-transform-origin:right;
  141. -webkit-transition-duration: 0.9s;
  142. -moz-transform-origin: right;
  143. -moz-transition-duration: 0.9s;
  144. -o-transform-origin: right;
  145. -o-transition-duration: 0.9s;
  146. transform-origin: right;
  147. transition-duration: 0.9s;
  148. }
  149.  
  150. .box2{
  151. position:fixed;
  152. margin-left:90px;
  153. margin-top:539px;
  154. width:99px;
  155. height:16px;
  156. font-family:'times new roman';
  157. text-align:center;
  158. padding-top:7px;
  159. padding-bottom:0px;
  160. border:solid 5px {color:border};
  161. background-color:{color:SBLinksBG};
  162. transform-origin:right;
  163. transition-duration: 0.9s;
  164. -webkit-transform-origin:right;
  165. -webkit-transition-duration: 0.9s;
  166. -moz-transform-origin: right;
  167. -moz-transition-duration: 0.9s;
  168. -o-transform-origin: right;
  169. -o-transition-duration: 0.9s;
  170. transform-origin: right;
  171. transition-duration: 0.9s;
  172. }
  173.  
  174. .box1:hover .arrow-up1 {
  175. opacity:1;
  176. }
  177.  
  178. .box1:hover .textboxa {
  179. opacity:1;
  180. }
  181.  
  182. .box2:hover .arrow-up2 {
  183. opacity:1;
  184. }
  185. .box2:hover .links {
  186. opacity:1;
  187. }
  188.  
  189. .textboxa{
  190. position:fixed;
  191. width:225px;
  192. height:60px;
  193. margin-left:-141px;
  194. margin-top:30px;
  195. padding:10px;
  196. text-align:center;
  197. background-color:{color:border};
  198. color:{color:postbg};
  199. z-index:9999999999999;
  200. opacity:0;
  201. transform-origin:right;
  202. overflow:auto;
  203. transition-duration: 0.9s;
  204. -webkit-transform-origin:right;
  205. -webkit-transition-duration: 0.9s;
  206. -moz-transform-origin: right;
  207. -moz-transition-duration: 0.9s;
  208. -o-transform-origin: right;
  209. -o-transition-duration: 0.9s;
  210. transform-origin: right;
  211. transition-duration: 0.9s;
  212. }
  213.  
  214. .arrow-up1 {
  215. position:fixed;
  216. margin-left:60px;
  217. margin-top:15px;
  218. width: 0;
  219. height: 0;
  220. opacity: 0;
  221. border-left: 15px solid transparent;
  222. border-right: 15px solid transparent;
  223. border-bottom: 15px solid {color:border};
  224. -webkit-transition:all 0.9s ease-in-out;
  225. -moz-transition:all 0.9s ease-in-out;
  226. -o-transition:all 0.9s ease-in-out;
  227. transition:all 0.9s ease-in-out;
  228. }
  229.  
  230. .description {
  231. position:fixed;
  232. overflow:auto;
  233. height:80px;
  234. width:240px;
  235. margin-left:205px;
  236. margin-top:462px;
  237. padding:10px;
  238. position:fixed;
  239. opacity:1;
  240. text-align:center;
  241. font-family:'arial';
  242. font-size:10px;
  243. background-color:{color:DescBG};
  244. color:{color:postbg};
  245. border:5px solid {color:border};
  246. z-index:99999999999999;
  247. -webkit-transition:all 0.5s ease-in-out;
  248. -moz-transition:all 0.5s ease-in-out;
  249. -o-transition:all 0.5s ease-in-out;
  250. transition:all 0.5s ease-in-out;
  251. }
  252.  
  253. .sidebar {
  254. position:fixed;
  255. width:500px;
  256. height:400px;
  257. margin-left:-10px;
  258. margin-top:7px;
  259. text-align:center;
  260. padding:0px;
  261. color:{color:text};
  262. background-color:{color:Border};
  263. z-index:99999999999999999;
  264. opacity:1;
  265. background-image:url('{image:sidebar}');
  266. -webkit-transition:all 0.9s ease-in-out;
  267. -moz-transition:all 0.9s ease-in-out;
  268. -o-transition:all 0.9s ease-in-out;
  269. transition:all 0.9s ease-in-out;
  270. }
  271. .sidebarimg {
  272. position:fixed;
  273. margin-top:-10px;
  274. margin-left:-10px;
  275. z-index:99999999999999999;
  276. }
  277.  
  278. .sidebarimg img {
  279. width:400px;
  280. height:500px;
  281. padding:10px;
  282. }
  283.  
  284. .header{
  285. width:560px;
  286. height:135px;
  287. margin-top:-9px;
  288. margin-left:690px;
  289. position:fixed;
  290. z-index:99999999999999999999999;
  291. background-image:url('{image:header}');
  292. }
  293.  
  294. .title {
  295. position:fixed;
  296. display:block;
  297. text-align:center;
  298. padding-top:5px;
  299. padding:10px;
  300. width:480px;
  301. height:20px;
  302. margin-top:100px;
  303. margin-left:90px;
  304. font-family:'georgia';
  305. font-style:italic;
  306. letter-spacing:-1px;
  307. font-weight:bold;
  308. text-transform:italic;
  309. font-size:14px;
  310. z-index:9999999999999999999999999999999999999999999999;
  311. background-color:{color:border};
  312. color:{color:SBLinksBG};}
  313.  
  314. .links {
  315. position:fixed;
  316. width:250px;
  317. height:80px;
  318. margin-left:-5px;
  319. margin-top:30px;
  320. text-align:center;
  321. background-color:{color:border};
  322. z-index:9999999999999999999;
  323. opacity:0;
  324. transform-origin:right;
  325. transition-duration: 0.9s;
  326. -webkit-transform-origin:right;
  327. -webkit-transition-duration: 0.9s;
  328. -moz-transform-origin: right;
  329. -moz-transition-duration: 0.9s;
  330. -o-transform-origin: right;
  331. -o-transition-duration: 0.9s;
  332. transform-origin: right;
  333. transition-duration: 0.9s;
  334. }
  335.  
  336. .arrow-up2 {
  337. position:fixed;
  338. margin-top:15px;
  339. margin-left:10px;
  340. width: 0;
  341. height: 0;
  342. opacity:0;
  343. border-left: 15px solid transparent;
  344. border-right: 15px solid transparent;
  345. border-bottom: 15px solid {color:border};
  346. -webkit-transition:all 0.9s ease-in-out;
  347. -moz-transition:all 0.9s ease-in-out;
  348. -o-transition:all 0.9s ease-in-out;
  349. transition:all 0.9s ease-in-out;
  350. }
  351.  
  352. .links a {
  353. display:inline-block;
  354. position:center;
  355. margin-left:4px;
  356. margin-right:5px;
  357. margin-top:10px;
  358. margin-bottom:0px;
  359. padding:5px;
  360. width:100px;
  361. font-family:'times new roman';
  362. font-style:normal;
  363. font-weight:normal;
  364. text-decoration:none;
  365. text-transform:uppercase;
  366. font-size:10px;
  367. color:{color:SBLinks};
  368. background-color:{color:SBLinksBG};
  369. border:2px solid {color:infobg};
  370. -webkit-transition:all 0.5s ease-in-out;
  371. -moz-transition:all 0.5s ease-in-out;
  372. -o-transition:all 0.5s ease-in-out;
  373. transition:all 0.5s ease-in-out;}
  374.  
  375. .description h1, .box1 h1, .box2 h1 {
  376. text-transform:lowercase;
  377. text-align:center;
  378. font-weight:bold;
  379. text-decoration:overline underline;
  380. font-style:italic;
  381. padding-top:5px;
  382. padding-bottom:5px;
  383. color:{color:Border};
  384. border-top: 2px solid {color:Border};
  385. border-bottom:2px solid {color:Border};
  386. letter-spacing:0pt;
  387. word-spacing:4pt;
  388. font-size:12px;
  389. text-align:center;
  390. font-family:georgia, serif;
  391. line-height:1;
  392. background-color:{color:infobg};
  393.  
  394. }
  395.  
  396. .pagination {
  397. display:block;
  398. position:fixed;
  399. margin-top:70px;
  400. margin-left:240px;
  401. width:209px;
  402. height:23px;
  403. padding-top:7px;
  404. z-index:9999999999999999999999999999999999999999999;
  405. text-align:center;}
  406.  
  407. .pagination a {
  408. display:inline-block;
  409. font-family:'times new roman';
  410. font-weight:normal;
  411. text-decoration:none;
  412. text-transform:uppercase;
  413. font-size:12px;
  414. color:{color:border};
  415. -webkit-transition:all 0.5s ease-in-out;
  416. -moz-transition:all 0.5s ease-in-out;
  417. -o-transition:all 0.5s ease-in-out;
  418. transition:all 0.5s ease-in-out;
  419. z-index:999999999999999999999999999999999999999999999999999999999;
  420. }
  421.  
  422. .pagination a:hover{
  423. text-decoration:none;
  424. color:{color:hover};
  425. -webkit-transition:all 0.5s ease-in-out;
  426. -moz-transition:all 0.5s ease-in-out;
  427. -o-transition:all 0.5s ease-in-out;
  428. transition:all 0.5s ease-in-out;}
  429.  
  430. /*END SIDEBAR*/
  431.  
  432. /*POSTS*/
  433.  
  434.  
  435.  
  436. .posts {
  437. width:510px;
  438. margin-left:700px;
  439. margin-top:30px;
  440. color:{color:text};}
  441.  
  442. .entries {
  443. width:500px;
  444. padding:20px;
  445. padding-bottom:-5px;
  446. color:{color:text};
  447. background-color:{color:postbg};
  448. border:solid 10px {color:border};
  449. border-bottom:none;
  450. }
  451.  
  452. .info {
  453. display:block;
  454. width: 520px;
  455. padding:10px;
  456. text-align:center;
  457. font-family:'arial';
  458. color:{color:Post links};
  459. background-color:{color:InfoBG};
  460. border:solid 10px {color:border};
  461. border-top:none;
  462. margin-bottom:20px;}
  463.  
  464. .info a {
  465. color:{color:Post Links};
  466. text-align:center;
  467. -webkit-transition:all 0.5s ease-in-out;
  468. -moz-transition:all 0.5s ease-in-out;
  469. -o-transition:all 0.5s ease-in-out;
  470. transition:all 0.5s ease-in-out;}
  471.  
  472. .info a:hover {
  473. color:{color:hover};
  474. -webkit-transition:all 0.5s ease-in-out;
  475. -moz-transition:all 0.5s ease-in-out;
  476. -o-transition:all 0.5s ease-in-out;
  477. transition:all 0.5s ease-in-out;}
  478.  
  479.  
  480. .post_title {
  481. display:block;
  482. padding:5px;
  483. text-align:center;
  484. font-size:15px;
  485. font-family:'arial';
  486. text-transform:uppercase;
  487. font-style:italic;}
  488.  
  489. .text {
  490. display:block;
  491. padding:5px;
  492. text-align:justify;
  493. color:{color:Text};
  494. }
  495.  
  496. .photo img {
  497. display:block;
  498. margin-bottom:5px; }
  499.  
  500. .quote {
  501. display:block;
  502. padding:10px;
  503. text-align:center;
  504. font-size:20px;
  505. font-family:'cambria';
  506. font-style:italic;
  507. border-top:5px solid {color:scrollbar};
  508. color:{color:postbg};
  509. background-color:{color:InfoBG};}
  510.  
  511. .source {
  512. display:block;
  513. padding:5px;
  514. text-align:right;
  515. font-size:9px;}
  516.  
  517. .chat li {
  518. display:block;
  519. padding:5px;
  520. color:{color:text};}
  521.  
  522. .audioimg img {
  523. width:100px;
  524. height:100px;
  525. color:{color:text};
  526. font-family:'arial';
  527. text-align:center;
  528. text-transform:uppercase;}
  529.  
  530. .audioinfo {
  531. color:{color:Text};}
  532.  
  533. .question {
  534. display:block;
  535. margin-top:0px;
  536. text-align:center;
  537. text-transform:none;
  538. font-size:12px;
  539. font-family:'arial'';
  540. font-style:normal;
  541. min-height:50px;
  542. width:500px;
  543. color:{color:PostBG};
  544. background-color:{color:InfoBG};
  545. line-height:25px;}
  546.  
  547. .question img {
  548. background-color:{color:PostBG};
  549. height:20px;
  550. margin-right:5px;
  551. margin-top:13px;
  552. color:{color:PostBG};}
  553.  
  554. .asker{
  555. color:{color:postbg};
  556. font-family:'arial';
  557. font-size:15px;
  558. display:block;
  559. text-transform:uppercase;
  560. text-align:center;
  561. height:15px;
  562. padding-top:3px;
  563. margin-top:-3px;
  564. margin-bottom:-25px;
  565. background-image:url('{image:AskBG}');
  566. background-color:{color:InfoBg};
  567. padding-bottom:10px;
  568. letter-spacing:2px;
  569. z-index:99999;
  570. }
  571. /*END POSTS*/
  572.  
  573. /*SCROLLBAR*/
  574.  
  575. ::-webkit-scrollbar {
  576. height:5px;
  577. width:5px;
  578. background-color:{color:scrollbarBG};}
  579.  
  580. ::-webkit-scrollbar-thumb {
  581. height:auto;
  582. border:solid 2px {color:scrollbarbg};
  583. background-color:{color:scrollbar};}
  584.  
  585. :-moz-scrollbar {
  586. height:7px;
  587. width:7px;
  588. background-color:{color:scrollbarBG};}
  589.  
  590. :-moz-scrollbar-thumb {
  591. height:auto;
  592. background-color:{color:scrollbar};}
  593.  
  594. :-o-scrollbar {
  595. height:7px;
  596. width:7px;
  597. background-color:{color:scrollbarBG};}
  598.  
  599. :-o-scrollbar-thumb {
  600. height:auto;
  601. background-color:{color:scrollbar};}
  602.  
  603. :scrollbar {
  604. height:7px;
  605. width:7px;
  606. background-color:{color:scrollbarBG};}
  607.  
  608. :scrollbar-thumb {
  609. height:auto;
  610. background-color:{color:scrollbar};}
  611.  
  612.  
  613. .notes {
  614. font-family:'arial';
  615. text-align:center;
  616. text-transform:uppercase;
  617. font-size:8px;
  618. width:520px;
  619. margin-left:-40px;
  620. margin-top:20px;
  621. color:{color:SBLinks};
  622. background-color:rgba(0,0,0,0);
  623. }
  624.  
  625. .notes a{
  626. color:{color:sblinks};
  627. }
  628.  
  629. .notes li{
  630. list-style-type:none;
  631. background-color:rgba(0,0,0,0);
  632. padding:5px;
  633. }
  634.  
  635. .notes img {
  636. opacity:0;
  637. display:none;
  638. }
  639.  
  640. .tags{
  641. background-color:{color:border};
  642. text-align:right;
  643. width:530px;
  644. padding:7px;
  645. padding-top:3;
  646. padding-right:10px;
  647. margin-left:-10px;
  648. margin-top:7px;
  649. z-index:9999999999999999999999999999999999999999999999999999999;
  650. }
  651.  
  652. .tags a{
  653. background-color:{color:border};
  654. border-left:{color:border} 10px solid;
  655. border-right:{color:border} 10px solid;
  656. }
  657.  
  658.  
  659. #credit {
  660. position:fixed;
  661. font-family:'arial';
  662. color:{color:Border};
  663. text-transform:uppercase;
  664. font-size:20px;
  665. background-color:rgba(0,0,0,0);
  666. width:20px;
  667. height:20px;
  668. right:10px;
  669. bottom:10px;
  670. padding-right:10px;
  671. padding-left:10px;
  672. padding-bottom:10px;
  673. }
  674.  
  675. /*END SCROLLBAR*/
  676.  
  677. </style>
  678. </ul>
  679. </div>
  680.  
  681. </div>
  682.  
  683. </head>
  684. <body>
  685. <div class="box1">{text:Extratitle}<div class="textboxa">{text:Textbox}</div><div class="arrow-up1">
  686. </div></div>
  687.  
  688. <div class="box2">LINKS
  689. <div class="links">
  690. {block:ifHome}<a href="{text:Home URL}">{text:Home}</a>{/block:ifHome}
  691. {block:ifAsk}<a href="{text:Ask URL}">{text:Ask}</a>{/block:ifAsk}
  692. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  693. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}</div>
  694. <div class="arrow-up2">
  695.  
  696. </div>
  697. </div>
  698. <div class="header"></div>
  699. <div class="title">{title}
  700. <div class="sidebar">
  701. </div></div>
  702. </div></div>
  703. <div class="description">
  704. {Description}
  705. </div>
  706.  
  707. </div>
  708. {block:IfInfiniteScrolling}
  709. </div>
  710. {block:IfInfiniteScrolling}
  711. <!--SIDEBAR-->
  712. </ul>
  713. </div>
  714.  
  715. </div></div>
  716. {block:Pagination}
  717. <div class="pagination">
  718. {block:PreviousPage}
  719. <a href="{PreviousPage}">←FLOAT | </a>
  720. {/block:PreviousPage}
  721.  
  722. {block:NextPage}
  723. <a href="{NextPage}">SINK→</a>
  724. {/block:NextPage}
  725. </div>
  726. {/block:Pagination}
  727. </div></div>
  728.  
  729.  
  730.  
  731. </div>
  732.  
  733. </div>
  734. </div>
  735. </div>
  736. <!--END SIDEBAR-->
  737.  
  738. <!--POSTS-->
  739.  
  740. <div class="container">
  741.  
  742. <div class="posts">
  743.  
  744. {block:Posts}
  745.  
  746. <div class="entries">
  747.  
  748.  
  749. <!--TEXT POSTS-->
  750.  
  751. {block:Text}
  752.  
  753. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  754. <div class="text">{Body}</div>
  755.  
  756. {/block:Text}
  757.  
  758. <!--END TEXT POSTS-->
  759.  
  760. <!--PHOTO POSTS-->
  761.  
  762. {block:Photo}
  763.  
  764. <div class="photo"><center><img src="{PhotoURL-500}"/></center></div>
  765. <div class="text">{Caption}</div>
  766.  
  767. {/block:Photo}
  768.  
  769. <!--END PHOTO POSTS-->
  770.  
  771. <!--PHOTOSET POSTS-->
  772.  
  773. {block:Photoset}
  774.  
  775. <center><div class="photo">{Photoset-500}</div></center>
  776. <div class="text">{Caption}</div>
  777.  
  778. {/block:Photoset}
  779.  
  780. <!--END PHOTOSET POSTS-->
  781.  
  782. <!--QUOTE POSTS-->
  783.  
  784. {block:Quote}
  785.  
  786. <div class="quote">"{Quote}"</div>
  787. <div class="source">{Source}</div>
  788.  
  789. {/block:Quote}
  790.  
  791. <!--END QUOTE POSTS-->
  792.  
  793. <!--LINK POSTS-->
  794.  
  795. {block:Link}
  796.  
  797. <div class="post_title"><a href="{URL}">{Name} &rarr;</a></div>
  798. {block:Description}<div class="text">{Description}</div>{/block:Description}
  799.  
  800. {/block:Link}
  801.  
  802. <!--END LINK POSTS-->
  803.  
  804. <!--CHAT POSTS-->
  805.  
  806. {block:Chat}
  807.  
  808. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  809. <div class="chat">
  810. <ul>
  811. {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  812. </ul>
  813. </div>
  814.  
  815. {/block:Chat}
  816.  
  817. <!--END CHAT POSTS-->
  818.  
  819. <!--AUDIO POSTS-->
  820.  
  821. {block:Audio}
  822.  
  823. <table>
  824. <tr>
  825. <td>
  826. {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  827. </td>
  828. <td>
  829. <div class="audioplayer">{AudioPlayerBlack}</div>
  830. <div class="audioinfo">{block:Artist}<b>Name</b>: {Artist}{/block:Artist}<br>
  831. {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
  832. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div>
  833. </td>
  834. </tr>
  835. </table>
  836. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  837.  
  838. {/block:Audio}
  839.  
  840. <!--END AUDIO POSTS-->
  841.  
  842. <!--VIDEO POSTS-->
  843.  
  844. {block:Video}
  845.  
  846. <center><div class="photo">{VideoEmbed-500}</div></center>
  847. <div class="text">{Caption}</div>
  848.  
  849. {/block:Video}
  850.  
  851. <!--END VIDEO POSTS-->
  852.  
  853. <!--ANSWER POSTS-->
  854.  
  855. {block:Answer}<div id="answer">
  856. <div class="question">
  857. <div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>
  858. {block:Answerer}<br/><br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  859.  
  860. <!--END ANSWER POSTS-->
  861. </div>
  862. <div class="info">
  863. <a>{12Hour}:{Minutes}{CapitalAmPm} | {TimeAgo} |</a> <a href="{Permalink}">{NoteCountWithLabel}</a>
  864. <br>
  865. {block:HasTags}
  866. <div class="tags">tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  867. {/block:HasTags}
  868. </div>
  869. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  870. {/block:Posts}
  871.  
  872. </div>
  873. {/block:PermalinkPage}
  874. </div>
  875.  
  876. </div>
  877. </div>
  878. <div id="credit">
  879. <a href="http://lexaofrp.tumblr.com" title="lexaofrp">☂</a>
  880. </div>
  881. </div>
  882. </div>
  883. <!--END POSTS-->
  884.  
  885. </body>
  886.  
  887. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement