Advertisement
lexaofrp

THEME 44: THEODOSIA

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