azurethemes

theme 12 "jesse"

Apr 17th, 2015
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  4. <script type="text/javascript">
  5. $(document).ready(function(){
  6. $(".popupnavi").click(function(){
  7. $(".close").toggleClass("open");
  8. });
  9. });
  10. </script>
  11.  
  12. <script type="text/javascript">
  13. animation openpopup(){
  14. $(".open").css("display", "block").css("opacity", "1").unbind("transitionend webkitTransitionEnd oTransitionEnd otransitionend");
  15. }
  16.  
  17. animation hidepopup(){
  18. $(".open").css("display", "none");
  19. }
  20.  
  21. animation clospopup(){
  22. $(".close").css("opacity", "0").on('transitionend webkitTransitionEnd oTransitionEnd otransitionend', hidepopup);
  23. }
  24.  
  25.  
  26. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  27.  
  28. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  29.  
  30. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  31.  
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("a[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:30,
  41. tip_fade_speed:300,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48.  
  49. <head>
  50.  
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56. <!---- 天蓝色 THEME 12 "JESSE" BY AZUREOFRP 天蓝色
  57. 天蓝色 DON'T BE A DICK AND STEAL ANYTHING OF MY CODING 天蓝色
  58. 天蓝色 DON'T CLAIM MY THEMES AS YOUR OWN 天蓝色
  59. 天蓝色 FOR QUESTIONS JUST CHECK OUT MY FAQ 天蓝色
  60. --->
  61.  
  62.  
  63.  
  64. <!--META NAMES-->
  65.  
  66. <meta name="color:background" content="#c3cccc"/>
  67. <meta name="color:text" content="#000000"/>
  68. <meta name="color:post text" content="#b6b6b6"/>
  69. <meta name="color:title text" content="#ffffff"/>
  70. <meta name="color:links" content="#ffffff"/>
  71. <meta name="color:italic" content="#000000">
  72. <meta name="color:bold" content="#000000">
  73. <meta name="color:hover" content="#c1b8b8">
  74. <meta name="color:text shadow" content="#ffffff">
  75. <meta name="color:title text shadow" content="#768181">
  76. <meta name="color:border shadow" content="#768181">
  77. <meta name="color:blockquote" content="#c3cccc">
  78. <meta name="color:blockquote border" content="#ffffff">
  79. <meta name="color:border" content="#000000">
  80.  
  81.  
  82.  
  83.  
  84. <meta name="color:h1 background" content="#c3cccc">
  85. <meta name="color:hover background" content="#d7d1d1">
  86. <meta name="color:title background" content="#c1b6b6"/>
  87. <meta name="color:post background" content="#000000">
  88. <meta name="color:links background" content="#a1adad">
  89. <meta name="color:description background" content="#000000">
  90. <meta name="color:info background" content="#a1adad">
  91. <meta name="color:tags background" content="#adb3b3">
  92. <meta name="color:ask background" content="#adb3b3">
  93. <meta name="color:sidebar background" content="#adb3b3">
  94. <meta name="color:scrollbar" content="#473f3f">
  95. <meta name="color:scrollbar background" content="#616b6b">
  96.  
  97.  
  98. <meta name="image:background" content=""/>
  99. <meta name="image:ask background" content=""/>
  100. <meta name="image:sidebar" content=""/>
  101. <meta name="image:title image" content=""/>
  102. <meta name="image:admin one" content=""/>
  103. <meta name="image:admin two" content=""/>
  104.  
  105.  
  106. <meta name="text:description 2" content="">
  107. <meta name="text:admin one text" content="">
  108. <meta name="text:admin two text" content="">
  109. <meta name="text:title" content="">
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. <style type="text/css">
  132.  
  133.  
  134. ::-webkit-scrollbar-thumb {
  135. height:auto;
  136. background-color:{color:scrollbar};
  137.  
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. height:6px;
  142. width:5px;
  143. background-color:{color:scrollbar background};
  144.  
  145. }
  146. #s-m-t-tooltip {
  147. max-width:300px;
  148. padding:3px 5px 3px 5px;
  149. margin:20px 0px 0px 20px;
  150. background:{color:description background};
  151. box-shadow: 1px 1px 2px {color:border shadow};
  152. color:{color:text};
  153. text-transform:uppercase;
  154. z-index:999999999999999999999999999999999999;
  155. font-family:'consolas';
  156. font-size:9px;
  157. }
  158.  
  159.  
  160.  
  161.  
  162. body {
  163. background-color:{color:background};
  164. background-image:url('{image:background}');
  165. background-attachment: fixed;
  166. background-repeat: repeat;
  167. font-family:arial;
  168. font-size:10px;
  169. text-align:justify;
  170. color:{color:txt};
  171. margin:0;
  172.  
  173.  
  174. }
  175.  
  176. a {
  177. text-decoration:none;
  178. color:{color:links};
  179. transition-duration: 0.2s;
  180. -moz-transition-duration: 0.2s;
  181. -webkit-transition-duration: 0.3s;
  182. -o-transition-duration: 0.3s;
  183. }
  184.  
  185. a:hover {
  186. text-decoration:none;
  187. color:{color:hover};
  188. transition-duration: 0.2s;
  189. -moz-transition-duration: 0.2s;
  190. -webkit-transition-duration: 0.3s;
  191. -o-transition-duration: 0.3s;
  192.  
  193. }
  194.  
  195. img {
  196. border:none;
  197.  
  198.  
  199.  
  200. }
  201.  
  202. blockquote {
  203. background:{color:blockquote};
  204. color:{color:text};
  205. border-left:3px solid {color:blockquote border};
  206. padding:5px;
  207.  
  208. }
  209.  
  210. pre{
  211. margin-top:0px;
  212. margin-bottom:5px;
  213. font-size:10px;
  214. background-color:{color:blockquote};
  215. border-left:solid 3px {color:blockquote border};
  216. border-right:solid 3px {color:blockquote border};
  217. padding:5px;
  218. color:{color:text};
  219. text-transform:uppercase;
  220. font-family:arial;
  221. font-weight:bold;
  222. text-align:center;
  223. }
  224.  
  225. small{
  226. font-size:10px;
  227. }
  228.  
  229. big{
  230. font-size:10px;
  231. }
  232.  
  233. sub{
  234. font-size:10px;
  235. }
  236.  
  237.  
  238. h1 {
  239. font-size:8px;
  240. text-transform:uppercase;
  241. font-style:bold;
  242. text-align:left;
  243. letter-spacing:1px;
  244. background-color:{color:h1 background};
  245. color:{color:text};
  246. padding:5px;
  247. border-bottom:solid 3px {color:blockquote border};
  248. }
  249.  
  250. h1 a{
  251. color:{color:text};
  252. }
  253.  
  254.  
  255. h2{
  256. color:{color:text};
  257. text-transform:uppercase;
  258. text-shadow: 1px 1px 0px {color:text shadow};
  259. text-align:left;
  260. font-style:italic;
  261.  
  262. }
  263.  
  264. h3 {
  265. margin-bottom:5px;
  266. font-size:12px;
  267. letter-spacing:0.3px;
  268. text-transform:lowercase;
  269. text-align:center;
  270. }
  271.  
  272.  
  273. h4 {
  274. margin-top:0px;
  275. margin-bottom:5px;
  276. font-size:14px;
  277. background-color:{color:blockquote};
  278. padding:5px;
  279. text-transform:lowercase;
  280. text-align:right;
  281. }
  282.  
  283.  
  284. b {
  285. font-weight:bold;
  286. color:{color:bold};
  287.  
  288.  
  289. }
  290.  
  291. i {
  292. font-weight:italic;
  293. color:{color:italic};
  294.  
  295.  
  296. }
  297.  
  298. u {
  299. text-decoration:none;
  300. border-bottom:1px solid {color:border};
  301.  
  302.  
  303. }
  304.  
  305. .close {
  306. opacity:1;
  307. height:300px;
  308. clear:both;
  309. padding-left:10px;
  310. padding-right:10px;
  311. margin-left:-320px;
  312. background:{color:sidebar background};
  313. margin-top:90px;
  314. z-index:99999;
  315. transition-duration: 0.8s;
  316. -moz-transition-duration: 0.8s;
  317. -webkit-transition-duration: 0.8s;
  318. -o-transition-duration: 0.8s;
  319. -webkit-transition:all 0.8s;
  320. -moz-transition:all 0.8s;
  321. -ms-transition:all 0.8s;
  322. -o-transition:all 0.8s;
  323. transition:all 0.8s;
  324. }
  325.  
  326. .open {
  327. opacity:1;
  328. height:300px;
  329. padding-left:10px;
  330. padding-right:10px;
  331. margin-left:200px;
  332. background:{color:sidebar background};
  333. margin-top:90px;
  334. z-index:99999;
  335. transition-duration: 0.8s;
  336. -moz-transition-duration: 0.8s;
  337. -webkit-transition-duration: 0.8s;
  338. -o-transition-duration: 0.8s;
  339. -webkit-transition:all 0.8s;
  340. -moz-transition:all 0.8s;
  341. -ms-transition:all 0.8s;
  342. -o-transition:all 0.8s;
  343. transition:all 0.8s;
  344.  
  345.  
  346.  
  347. }
  348.  
  349.  
  350.  
  351. #description {
  352. overflow:auto;
  353. position:fixed;
  354. text-align:left;
  355. margin-top:427px;
  356. margin-left:210px;
  357. width:208px;
  358. height:115px;
  359. line-height:10px;
  360. color:{color:text};
  361. background:{color:description background};
  362. padding:10px;
  363. padding-top:5px;
  364. font-size:9px;
  365. z-index:99999999999999999;
  366. transition-duration: 0.2s;
  367. -moz-transition-duration: 0.2s;
  368. -webkit-transition-duration: 0.3s;
  369. -o-transition-duration: 0.3s;
  370.  
  371.  
  372. }
  373.  
  374.  
  375. #popupdesc {
  376. width:500px;
  377. position:fixed;
  378. z-index:99999;
  379.  
  380.  
  381. }
  382.  
  383. #title {
  384. width:500px;
  385. height:7px;
  386. position:fixed;
  387. padding-top:10px;
  388. padding-bottom:10px;
  389. padding-left:10px;
  390. padding-right:10px;
  391. line-height:9px;
  392. top:390px;
  393. color:{color:title text};
  394. margin-left:200px;
  395. font-weight:bold;
  396. text-transform:uppercase;
  397. font-size:14px;
  398. font-family:'consolas';
  399. background:{color:title background};
  400. font-style:italic;
  401. text-align:center;
  402. overflow:hidden;
  403. text-shadow: 1px 1px 0px {color:title text shadow};
  404. z-index:999999999999;
  405. opacity:1;
  406.  
  407. }
  408.  
  409.  
  410.  
  411.  
  412. #textbox-two {
  413. overflow:auto;
  414. position:fixed;
  415. text-align:left;
  416. margin-top:-10px;
  417. margin-left:-20px;
  418. width:250px;
  419. height:285px;
  420. line-height:10px;
  421. color:{color:text};
  422. background-color:{color:description background};
  423. padding:10px;
  424. padding-top:5px;
  425. font-size:9px;
  426. z-index:999999999999999999999999999999999;
  427. transition-duration: 0.2s;
  428. -moz-transition-duration: 0.2s;
  429. -webkit-transition-duration: 0.3s;
  430. -o-transition-duration: 0.3s;
  431.  
  432. }
  433.  
  434. #admin-one {
  435. overflow:hidden;
  436. position:fixed;
  437. text-align:right;
  438. margin-top:-235px;
  439. margin-left:265px;
  440. font-family:'cambria';
  441. font-style:italic;
  442. width:132px;
  443. height:204px;
  444. line-height:20px;
  445. color:{color:text};
  446. text-shadow: 1px 1px 0px {color:text shadow};
  447. padding:10px;
  448. padding-top:5px;
  449. font-size:25px;
  450. z-index:99999999;
  451. transition-duration: 0.2s;
  452. -moz-transition-duration: 0.2s;
  453. -webkit-transition-duration: 0.3s;
  454. -o-transition-duration: 0.3s;
  455.  
  456. }
  457.  
  458. #admin-two {
  459. overflow:hidden;
  460. position:fixed;
  461. text-align:right;
  462. margin-top:-40px;
  463. margin-left:340px;
  464. font-family:'cambria';
  465. font-style:italic;
  466. width:132px;
  467. height:204px;
  468. line-height:20px;
  469. color:{color:text};
  470. text-shadow: 1px 1px 0px {color:text shadow};
  471. padding:10px;
  472. padding-top:5px;
  473. font-size:25px;
  474. z-index:99999999;
  475. transition-duration: 0.2s;
  476. -moz-transition-duration: 0.2s;
  477. -webkit-transition-duration: 0.3s;
  478. -o-transition-duration: 0.3s;
  479.  
  480. }
  481.  
  482.  
  483.  
  484.  
  485. #pagi {
  486. font-size:10px;
  487. font-style:normal;
  488. position:fixed;
  489. text-align:center;
  490. letter-spacing:1px;
  491. margin-left:130px;
  492. margin-top:404px;
  493. font-style:italic;
  494. padding:5px;
  495. line-height:28px;
  496. width:38px;
  497. display:inline-block;
  498. color:{color:title text};
  499. z-index:99999999999999;
  500. font-family:'consolas';
  501. text-shadow: 1px 1px 0px {color:text shadow};
  502. transition-duration: 0.9s;
  503. -moz-transition-duration:0.9s;
  504. -webkit-transition-duration:0.9s;
  505. -o-transition-duration:0.9s;
  506.  
  507.  
  508.  
  509.  
  510.  
  511. }
  512.  
  513. #pagi:hover{
  514. color:{color:hover};
  515. transition-duration: 0.9s;
  516. -moz-transition-duration:0.9s;
  517. -webkit-transition-duration:0.9s;
  518. -o-transition-duration:0.9s;
  519.  
  520.  
  521.  
  522. }
  523.  
  524.  
  525.  
  526.  
  527. #sidebar1 {
  528. position:fixed;
  529. opacity:1;
  530. background-image:url('{image:sidebar}');
  531. width:520px;
  532. height:300px;
  533. top:90px;
  534. margin-left:200px;
  535. background:{color:hover};
  536. z-index:9999;
  537.  
  538. }
  539.  
  540. #sidebar-background {
  541. position:fixed;
  542. opacity:1;
  543. width:520px;
  544. height:150px;
  545. top:417px;
  546. margin-left:200px;
  547. background:{color:sidebar background};
  548. z-index:9999;
  549.  
  550. }
  551.  
  552. #title-image {
  553. position:fixed;
  554. opacity:1;
  555. background-image:url('{image:title image}');
  556. width:262px;
  557. height:47px;
  558. top:510px;
  559. margin-left:449px;
  560. background:{color:hover};
  561. z-index:99999;
  562.  
  563. }
  564.  
  565. #admins img{
  566. width:80px;
  567. padding:5px;
  568. z-index:99999999999999;
  569. margin-top:40px;
  570. margin-left:375px;
  571. border-radius:100px;
  572. border:solid 1px {color:border};
  573. z-index:99999999999999;
  574.  
  575. }
  576.  
  577. #admins2 img{
  578. width:80px;
  579. padding:5px;
  580. z-index:99999999999999;
  581. margin-top:20px;
  582. margin-left:300px;
  583. border-radius:100px;
  584. border:solid 1px {color:border};
  585. z-index:99999999999999;
  586.  
  587. }
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594. #hide-popup {
  595. position:fixed;
  596. opacity:1;
  597. width:200px;
  598. height:300px;
  599. margin-top:90px;
  600. margin-left:0px;
  601. background:{color:background};
  602. background-image:url('{image:background}');
  603. background-attachment: fixed;
  604. background-repeat: repeat;
  605. z-index:999999;
  606.  
  607. }
  608.  
  609.  
  610.  
  611. .links {
  612. width:286px;
  613. height:113px;
  614. overflow:hidden;
  615. cursor:pointer;
  616. margin-top:407px;
  617. position:fixed;
  618. margin-left:437px;
  619. z-index:9999999999999999999999;
  620. }
  621.  
  622. .links #all {
  623. margin-left:2px;
  624. margin-top:10px;
  625. padding:10px;
  626. height:14px;
  627. z-index:999999999999999999999;
  628. }
  629.  
  630. .links #all a:hover {
  631. background-color:{color:hover background};
  632. letter-spacing:4px;
  633. font-size:11px;
  634. transition-duration: 0.2s;
  635. -moz-transition-duration: 0.2s;
  636. -webkit-transition-duration: 0.3s;
  637. -o-transition-duration: 0.3s;
  638. }
  639.  
  640.  
  641.  
  642. .links a {
  643. width:121px;
  644. height:15px;
  645. margin-bottom:3px;
  646. text-align:right;
  647. font-weight:bold;
  648. padding:4px;
  649. line-height:16px;
  650. color:{color:links};
  651. font-family:'consolas';
  652. background-color:{color:links background};
  653. font-size:10px;
  654. letter-spacing:1px;
  655. text-transform:uppercase;
  656. display:inline-block;
  657.  
  658. }
  659.  
  660.  
  661.  
  662. #insides {
  663. font-size:12px;
  664. padding:10px;
  665. font-family:'arial';
  666. color:{color:text};
  667.  
  668.  
  669. }
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. #entries {
  677. position:fixed;
  678. z-index:999;
  679. height:477px;
  680. width:540px;
  681. overflow:auto;
  682. margin-left:730px;
  683. margin-top:90px;
  684.  
  685.  
  686.  
  687.  
  688. }
  689.  
  690. #post{
  691. padding:15px;
  692. width:500px;
  693. background-color:{color:post background};
  694. overflow:hidden;
  695. color:{color:post text};
  696. margin-bottom:20px;
  697. margin-left:0px;
  698. float:center;
  699. z-index:999;
  700.  
  701. }
  702.  
  703.  
  704.  
  705. #info {
  706. width:520px;
  707. text-align:left;
  708. font-family:arial;
  709. font-size:9px;
  710. padding:7px;
  711. color:{color:text};
  712. line-height:10px;
  713. background-color:{color:info background};
  714. margin-top:5px;
  715. margin-left:-15px;
  716. font-size:9px;
  717. margin-bottom:-15px;
  718. font-style:none;
  719. text-transform:uppercase;
  720. padding:5px;
  721. line-height:10px;
  722. transition-duration: 1.0s;
  723. -moz-transition-duration: 1.0s;
  724. -webkit-transition-duration: 1.0s;
  725. -o-transition-duration: 1.0s;
  726.  
  727. }
  728.  
  729. #info hover{
  730. color:{color:hover};
  731. transition-duration: 1.0s;
  732. -moz-transition-duration: 1.0s;
  733. -webkit-transition-duration: 1.0s;
  734. -o-transition-duration: 1.0s;
  735.  
  736.  
  737. }
  738.  
  739. #info a {
  740. text-align:center;
  741. font-family:arial;
  742. color:{color:text};
  743.  
  744. }
  745.  
  746. .right{
  747. float:right
  748.  
  749. }
  750.  
  751.  
  752. #tags {
  753. text-align:center;
  754. opacity:1;
  755. font-size:9px;
  756. font-family:'arial';
  757. margin-top:4px;
  758. margin-left:-5px;
  759. padding:-5px;
  760. margin-bottom:-5px;
  761. height:20px;
  762. width:530px;
  763. padding-top:1px;
  764. background-color:{color:tags background};
  765. text-transform:uppercase;
  766. transition-duration: 0.5s;
  767. -moz-transition-duration: 0.5s;
  768. -webkit-transition-duration: 0.5s;
  769. -o-transition-duration: 0.5s;
  770. }
  771.  
  772.  
  773.  
  774. #tags a {
  775. padding:6px;
  776. color:{color:text};
  777. letter-spacing:0px;
  778. font-family:'arial';
  779. text-decoration:none;
  780. display:inline-block;
  781. }
  782.  
  783. #tags a:hover {
  784. -moz-transition-duration:0.3s;
  785. -webkit-transition-duration:0.3s;
  786. -o-transition-duration:0.3s;
  787. color:{color:hover};
  788. }
  789.  
  790.  
  791. .ask{
  792. padding:1px;
  793. padding-right:5px;
  794. padding-left:5px;
  795. color:{color:text};
  796. background-color:{color:info background};
  797. font-size:10px;
  798. line-height:18px;
  799. text-shadow: 1px 1px 0px {color:text shadow};
  800. font-weight:bold;
  801. text-transform: uppercase;
  802. text-align:center;
  803. margin-bottom:0px;
  804.  
  805. }
  806.  
  807. .ask a{
  808. color:{color:text};
  809.  
  810. }
  811.  
  812. .ask a:hover{
  813. color:{color:hover};
  814. }
  815.  
  816. .ask :hover{
  817. color:{color:hover};
  818.  
  819. }
  820.  
  821. .question{
  822. text-align:center;
  823. padding:15px;
  824. background-color:{color:ask background};
  825. background-image:url('{image:ask background}');
  826. color:{color:text};
  827.  
  828. }
  829.  
  830. .answer{
  831. color:{color:txt};
  832. text-align:left;
  833. margin-top:1px;
  834. }
  835.  
  836.  
  837.  
  838.  
  839.  
  840. #c{
  841. position:fixed;
  842. font-size:7px;
  843. font-weight:bold;
  844. padding-bottom:5px;
  845. padding-top:5px;
  846. height:10px;
  847. width:50px;
  848. padding-left:5px;
  849. padding-right:5px;
  850. margin-left:1302px;
  851. margin-top:660px;
  852. line-height:150%;
  853. text-align:center;
  854. float:left;
  855. font-family:arial;
  856. color:{color:post text};
  857. text-transform:uppercase;
  858. background-color:{color:description background};
  859. transition-duration: 0.8s;
  860.  
  861.  
  862. }
  863.  
  864.  
  865.  
  866. {CustomCSS}</style>
  867.  
  868.  
  869.  
  870. </head>
  871. <body>
  872.  
  873.  
  874. <div id="sidebar">
  875. <div id="sidebar1"><a href="/"><img src="{image:sidebar}"></a></div>
  876. <div id="title-image"><img src="{image:title image}"></a></div>
  877. <div id="hide-popup"></div>
  878. <div id="sidebar-background"></div>
  879. <div id="title">{text:title}</div>
  880. <div id="description">{description}</div>
  881.  
  882. </div>
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891. </div>
  892.  
  893. <div class="links">
  894. <div id="all">
  895. <a href="/" title="REFRESH"</a>refresh</a>
  896. <a href="/ask" title="MESSAGE"</a>askbox</a>
  897. <a href="/" title="link 1. edit in html"</a>link 1</a>
  898. <a href="/" title="link 2. edit in html"</a>link 2</a>
  899. <a href="/" title="link 3. edit in html"</a>link 3</a>
  900. <a class="popupnavi" title="NAVIGATION"</a>more</div></a>
  901. </div>
  902.  
  903. </div>
  904. </div>
  905.  
  906. </div>
  907.  
  908.  
  909. <div class="close" id="popupdesc">
  910. <div id="insides">
  911. <div id="textbox-two">{text:description 2}</div>
  912.  
  913.  
  914.  
  915. </div>
  916.  
  917.  
  918. <div id="admins"><img src="{image:admin one}"</a></div>
  919. <div id="admins2"><img src="{image:admin two}"</a></div>
  920.  
  921. <div id="admin-one">{text:admin one text}</div>
  922. <div id="admin-two">{text:admin two text}</div>
  923.  
  924. </div>
  925. </div>
  926.  
  927. </div>
  928. </div>
  929.  
  930.  
  931.  
  932.  
  933. </div>
  934.  
  935.  
  936. <div id="title">
  937. <div id="pagination">
  938. {block:Pagination}
  939. {block:PreviousPage}<a href="{PreviousPage}" title="BACK"</a>-</a>{/block:PreviousPage}
  940. {/block:Pagination}
  941. {text:title}
  942. {block:Pagination}
  943. {block:NextPage}<a href="{NextPage}" title="NEXT"</a>+</a>{/block:NextPage}
  944. {/block:Pagination}</div>
  945. </div>
  946.  
  947.  
  948. <div id="entries">
  949. {block:Posts}
  950. <div id="post"
  951.  
  952. <!--TEXT POSTS-->
  953.  
  954. {block:Text}
  955. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  956. {Body}
  957. {/block:Text}
  958.  
  959. <!--ASKS-->
  960.  
  961. {block:Answer}<div class="ask"> {Asker} said:</div>
  962. <div class="question">{Question}</div>
  963. <div class="answer">{Answer}</div>{/block:answer}
  964.  
  965. <!--QUOTE POSTS-->
  966. {block:Quote}
  967.  
  968. {block:Quote}
  969. <h2>{Quote}</h2>
  970. <div align="right">
  971. {block:Source}<h1>-{Source}</h1>{/block:Source}
  972. </div>
  973. {/block:Quote}
  974. <!--LINK POSTS-->
  975.  
  976. {block:Link}
  977. <h2><center><a href="{URL}">{Name}</center></a></h2>
  978. {block:Description}{Description}{/block:Description}
  979. {/block:Link}
  980.  
  981. <!--CHAT POSTS-->
  982.  
  983. {block:Chat}
  984. {block:Title}<h2>{Title}</h2>{/block:Title}
  985. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  986. {Line}</li>{/block:Lines}</ul>
  987. {/block:Chat}
  988.  
  989. <!--PHOTO POSTS-->
  990.  
  991. {block:Photo}
  992. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  993.  
  994. {block:Caption}{Caption}{/block:Caption}
  995. {/block:Photo}
  996.  
  997. <!--PHOTOSET POSTS-->
  998.  
  999. {block:Photoset}
  1000. {Photoset-500}
  1001. {block:Caption}{Caption}{/block:Caption}
  1002. {/block:Photoset}
  1003.  
  1004. <!--VIDEO POSTS-->
  1005.  
  1006. {block:Video}
  1007. {Video-500}
  1008. {block:Caption}{Caption}{/block:Caption}
  1009. {/block:Video}
  1010.  
  1011.  
  1012. <!--AUDIO-->
  1013.  
  1014. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  1015. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1016. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1017. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  1018. {/block:Audio}
  1019.  
  1020.  
  1021. <!--POST INFO-->
  1022.  
  1023.  
  1024. <div id="info">
  1025. <div id="permalink">
  1026. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> <div class=right>{NoteCount}</div></a></div>
  1027.  
  1028. {block:HasTags}<div id="tags">
  1029. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  1030. </div>{block:HasTags}
  1031. </div>
  1032. </div>
  1033.  
  1034. {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  1035. {/block:Posts}</div>
  1036.  
  1037. </div>
  1038.  
  1039. {/block:Posts}{/block:Posts}</div></div></div>
  1040.  
  1041.  
  1042. </div>
  1043.  
  1044.  
  1045. </div>
  1046.  
  1047. </div>
  1048. <div id="c">
  1049. <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
  1050.  
  1051. </div>
  1052. </div>
Advertisement
Add Comment
Please, Sign In to add comment