Advertisement
lexaofrp

THEME 48: FAITH

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