Advertisement
lexaofrp

THEME 15: PERSEPHONE

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