azurethemes

theme 11 "rap game"

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