Advertisement
lexaofrp

THEME O5: NORA

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