Advertisement
lexaofrp

THEME 49: TULIP

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