Advertisement
lexaofrp

THEME 40: tRuTh

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