Advertisement
lexaofrp

THEME 46: ATHENA

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