Advertisement
kaitofrph

Over the Castle (kaitrps theme 10)

Feb 1st, 2017
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.13 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7. </style>
  8. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet">
  11.  
  12. <script src="http://tympanus.net/Tutorials/CaptionHoverEffects/js/modernizr.custom.js"></script>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!---- theme #10 over the castle by kaitrps (:
  19. ~don't remove the credit
  20. ~don't edit & rerelease
  21. ~don't be a dick in general
  22. ~srsly. pls. it makes kittens cry & we don't want that. ok thanks (: --->
  23.  
  24.  
  25. <!--META NAMES-->
  26.  
  27. <meta name="color:background" content="#cccccc"/>
  28. <meta name="color:text" content="#000000"/>
  29. <meta name="color:links" content="#decba4"/>
  30. <meta name="color:links bg" content="#444444">
  31. <meta name="color:hover" content="#494233">
  32. <meta name="color:blockquote" content="#eeeeee">
  33. <meta name="color:blockquote border" content="#666666">
  34. <meta name="color:accent" content="#b9bd56">
  35. <meta name="color:accent1" content="#b9bd56">
  36. <meta name="color:bold" content="#211927">
  37. <meta name="color:italic" content="#211927">
  38. <meta name="color:post bg" content="#888888">
  39. <meta name="color:desc bg" content="#888888">
  40. <meta name="color:sb bg" content="#444444">
  41. <meta name="color:title" content="#ffffff">
  42. <meta name="color:sb border" content="#444444">
  43. <meta name="color:ask bg" content="#444444">
  44. <meta name="color:container" content="#cccccc">
  45. <meta name="color:border" content="#888888">
  46. <meta name="color:scrollbar" content="#ffffff">
  47. <meta name="color:scrollbar bg" content="#eeeeee">
  48.  
  49. <meta name="image:header" content=""/>
  50. <meta name="image:side" content=""/>
  51. <meta name="image:background" content=""/>
  52. <meta name="image:tab1side" content=""/>
  53. <meta name="image:admin1" content=""/>
  54. <meta name="image:admin2" content=""/>
  55. <meta name="image:admin3" content=""/>
  56. <meta name="image:tab2side" content=""/>
  57.  
  58. <meta name="text:title 2" content="shown title">
  59. <meta name="text:abttitle" content="about title">
  60. <meta name="text:admin1" content="admin name/info">
  61. <meta name="text:admin2" content="admin name/info">
  62. <meta name="text:admin3" content="admin name/info">
  63. <meta name="text:navlink 1 url" content="/">
  64. <meta name="text:navlink 2 url" content="/">
  65. <meta name="text:navlink 3 url" content="/">
  66. <meta name="text:navlink 4 url" content="/">
  67. <meta name="text:navlink 5 url" content="/">
  68. <meta name="text:navlink 6 url" content="/">
  69. <meta name="text:navlink 7 url" content="/">
  70. <meta name="text:navlink 8 url" content="/">
  71. <meta name="text:navlink 9 url" content="/">
  72. <meta name="text:navlink 10 url" content="/">
  73. <meta name="text:navlink 1" content="link 1">
  74. <meta name="text:navlink 2" content="link 2">
  75. <meta name="text:navlink 3" content="link 3">
  76. <meta name="text:navlink 4" content="link 4">
  77. <meta name="text:navlink 5" content="link 5">
  78. <meta name="text:navlink 6" content="link 6">
  79. <meta name="text:navlink 7" content="link 7">
  80. <meta name="text:navlink 8" content="link 8">
  81. <meta name="text:navlink 9" content="link 9">
  82. <meta name="text:navlink 10" content="link 10">
  83.  
  84.  
  85.  
  86.  
  87.  
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  89. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  90. <script>
  91. (function($){
  92. $(document).ready(function(){
  93. $("a[title]").style_my_tooltips({
  94. tip_delay_time:100,
  95. tip_fade_speed:700,
  96. attribute:"title"
  97. });
  98. });
  99. })(jQuery);
  100. </script>
  101.  
  102.  
  103. <style type="text/css">
  104.  
  105.  
  106. /* TABS STYLING--
  107. BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  108. */
  109.  
  110.  
  111. .tabzcon { /* tablinks content aka the box under the tablinks */
  112. margin-top:5px;
  113. margin-left:10px;
  114. padding:10px;
  115. position:fixed;
  116. width:410px;
  117. height:327px;
  118. background-color:{color:post bg};
  119. color:{color:text};
  120. overflow:auto;
  121. }
  122.  
  123.  
  124.  
  125. .tabzclose { /* the close button, u prob dont need to touch this */
  126. text-transform:uppercase;
  127. font-weight:bold;
  128. font-size:10px;
  129. padding:3px;
  130. color:inherit;
  131. margin-top:-8px;
  132. margin-right:-5px;
  133. float:right;
  134. }
  135.  
  136. .tabzclose:hover {
  137. cursor:pointer;
  138. }
  139.  
  140.  
  141. ::-webkit-scrollbar-thumb {
  142. height:auto;
  143. background-color:{color:scrollbar};
  144.  
  145. }
  146.  
  147. ::-webkit-scrollbar {
  148. height:0px;
  149. width:0px;
  150. background-color:{color:scrollbar bg};
  151.  
  152. }
  153.  
  154. body {
  155. background-color:{color:background};
  156. background-image:url('{image:background}');
  157. background-attachment: fixed;
  158. background-repeat: repeat;
  159. font-family:arial;
  160. font-size:10px;
  161. text-align:justify;
  162. color:{color:text};
  163. margin:0;
  164.  
  165.  
  166. }
  167.  
  168.  
  169.  
  170.  
  171.  
  172. a {
  173. text-decoration:none;
  174. color:{color:Links};
  175. -webkit-transition: all 0.5s ease-out;
  176. -moz-transition: all 0.5s ease-out;
  177. transition: all 0.5s ease-out;
  178. }
  179.  
  180. a:hover {
  181. text-decoration:none;
  182. color:{color:Hover};
  183. -webkit-transition: all 0.5s ease-out;
  184. -moz-transition: all 0.5s ease-out;
  185. transition: all 0.5s ease-out;
  186.  
  187. }
  188.  
  189. img {
  190. border:none;
  191.  
  192.  
  193.  
  194. }
  195.  
  196. blockquote {
  197. background:{color:blockquote};
  198. border-left:2px solid {color:blockquote border};
  199. padding:8px;
  200.  
  201. }
  202.  
  203. #s-m-t-tooltip {
  204. max-width:150px;
  205. padding-top:5px;
  206. padding-bottom:5px;
  207. padding-left:5px;
  208. padding-right:5px;
  209. font-size:8px;
  210. text-align:center;
  211. font-style:italic;
  212. font-weight:bold;
  213. color:{color:text};
  214. background:{color:accent};
  215. border:1px solid {color:border};
  216. box-shadow:1px 1px 2px {color:accent1};
  217. letter-spacing:1px;
  218. text-transform:uppercase;
  219. z-index:100;
  220.  
  221. }
  222.  
  223.  
  224. h1{
  225. margin-top:0px;
  226. margin-bottom:5px;
  227. font-size:11px;
  228. padding:5px;
  229. text-transform:lowercase;
  230. text-align:center;
  231. font-weight:bold;
  232. }
  233.  
  234. h2{
  235. margin-top:0px;
  236. margin-bottom:5px;
  237. font-size:12px;
  238. padding:5px;
  239. text-transform:uppercase;
  240. text-align:center;
  241. font-weight:bold;
  242. font-style:italic;
  243. }
  244.  
  245. b{
  246. color:{color:bold};
  247. }
  248.  
  249. i{
  250. color:{color:italic};
  251. }
  252.  
  253. small{
  254. font-size:9.5px;
  255. }
  256.  
  257. pre{
  258. margin-top:0px;
  259. margin-bottom:5px;
  260. font-family:arial;
  261. font-size:10px;
  262. background-color:{color:blockquote};
  263. padding:5px;
  264. text-transform:uppercase;
  265. font-weight:bold;
  266. text-align:center;
  267. }
  268.  
  269. /*TITLE*/
  270.  
  271.  
  272. #header {
  273. height:37px;
  274. width:685px;
  275. margin-top:180px;
  276. margin-left:350px;
  277. background:{color:accent1};
  278. color:{color:title};
  279. position:fixed;
  280. }
  281.  
  282. #titlez {
  283. font-size:20px;
  284. margin-top:175px;
  285. margin-left:380px;
  286. position:fixed;
  287. font-family: 'Homemade Apple', cursive;
  288. transform:rotate(-2deg);
  289. text-align:center;
  290. color:{color:title};
  291. text-transform:lowercase;
  292. padding-top:3px;
  293. padding-bottom:2px;
  294.  
  295. }
  296.  
  297.  
  298. #abttitle {
  299. font-size:20px;
  300. margin-top:4px;
  301. margin-left:205px;
  302. position:absolute;
  303. font-family: 'Homemade Apple', cursive;
  304. text-align:center;
  305. text-transform:lowercase;
  306. padding-top:3px;
  307. padding-bottom:2px;
  308.  
  309. }
  310.  
  311.  
  312. /*DESC*/
  313.  
  314.  
  315. #desc {
  316. width:145px;
  317. height:275px;
  318. position:fixed;
  319. padding-left:10px;
  320. padding-right:10px;
  321. padding-top:10px;
  322. line-height:130%;
  323. top:250px;
  324. margin-left:378px;
  325. font-size:10px;
  326. text-align:center;
  327. overflow:auto;
  328. z-index:100;
  329. opacity:1;
  330.  
  331. }
  332.  
  333. #tab1desc {
  334. width:225px;
  335. height:255px;
  336. position:fixed;
  337. padding-left:10px;
  338. padding-right:10px;
  339. padding-top:10px;
  340. line-height:130%;
  341. top:310px;
  342. margin-left:155px;
  343. font-size:10px;
  344. text-align:center;
  345. background-color:{color:desc bg};
  346. overflow:auto;
  347. text-transform:lowercase;
  348. z-index:100;
  349. opacity:1;
  350.  
  351. }
  352.  
  353.  
  354. /*PAGINAITON*/
  355.  
  356. #pagi {
  357. font-size:8px;
  358. text-transform:uppercase;
  359. font-weight:bold;
  360. font-style:normal;
  361. position:fixed;
  362. text-align:center;
  363. margin-left:380px;
  364. margin-top:565px;
  365. padding-top:11px;
  366. line-height:100%;
  367. width:165px;
  368. height:19px;
  369. display:inline-block;
  370. color:{color:links};
  371. background-color:{color:accent1};
  372. z-index:100;
  373. opacity:1;
  374. font-family:calibri;
  375. transition-duration: 0.9s;
  376. -moz-transition-duration:0.9s;
  377. -webkit-transition-duration:0.9s;
  378. -o-transition-duration:0.9s;
  379.  
  380.  
  381.  
  382.  
  383.  
  384. }
  385.  
  386. #pagi:hover{
  387. color:{color:hover};
  388. transition-duration: 0.9s;
  389. -moz-transition-duration:0.9s;
  390. -webkit-transition-duration:0.9s;
  391. -o-transition-duration:0.9s;
  392.  
  393. }
  394.  
  395.  
  396.  
  397. /*IMAGES*/
  398.  
  399.  
  400.  
  401. #headerimg {
  402. position:fixed;
  403. opacity:1;
  404. background-image:url('{image:header}');
  405. width:684px;
  406. height:105px;
  407. overflow:hidden;
  408. top:75px;
  409. margin-left:350px;
  410. z-index:100;
  411. }
  412.  
  413. #side {
  414. position:fixed;
  415. opacity:1;
  416. background-image:url('{image:side}');
  417. width:185px;
  418. height:205px;
  419. overflow:hidden;
  420. top:20px;
  421. margin-left:605px;
  422. z-index:100;
  423.  
  424. }
  425.  
  426. #tab1side {
  427. position:fixed;
  428. background-image:url('{image:tab1side}');
  429. opacity:1;
  430. width:125px;
  431. height:305px;
  432. overflow:hidden;
  433. margin-top:10px;
  434. margin-left:10px;
  435. z-index:100;
  436. }
  437.  
  438. #tab2side {
  439. position:fixed;
  440. background-image:url('{image:tab2side}');
  441. opacity:1;
  442. width:125px;
  443. height:305px;
  444. overflow:hidden;
  445. margin-top:10px;
  446. margin-left:275px;
  447. z-index:100;
  448. }
  449.  
  450. #admin1 {
  451. position:fixed;
  452. background-image:url('{image:admin1}');
  453. opacity:1;
  454. width:60px;
  455. height:60px;
  456. overflow:hidden;
  457. border-radius: 100px;
  458. margin-top:250px;
  459. margin-left:20px;
  460. z-index:100;
  461. }
  462.  
  463. #admin2 {
  464. position:fixed;
  465. background-image:url('{image:admin2}');
  466. opacity:1;
  467. width:60px;
  468. height:60px;
  469. overflow:hidden;
  470. border-radius: 100px;
  471. margin-top:250px;
  472. margin-left:100px;
  473. z-index:100;
  474. }
  475.  
  476. #admin3 {
  477. position:fixed;
  478. background-image:url('{image:admin3}');
  479. opacity:1;
  480. width:60px;
  481. height:60px;
  482. overflow:hidden;
  483. border-radius: 100px;
  484. margin-top:250px;
  485. margin-left:180px;
  486. z-index:100;
  487. }
  488.  
  489. #muse {
  490. opacity:1;
  491. width:75px;
  492. height:75px;
  493. margin-left:15px;
  494. margin-top:5px;
  495. overflow:hidden;
  496. border-radius: 100px;
  497. border:solid 3px {color:border};
  498. z-index:100;
  499. }
  500.  
  501. /*LINKS*/
  502.  
  503.  
  504.  
  505.  
  506. #links{
  507. font-size:15px;
  508. text-align:center;
  509. position:fixed;
  510. line-height:20%;
  511. letter-spacing:0%;
  512. font-family:sans-serif;
  513. font-style:italic;
  514. color:{color:links};
  515. margin-top:189px;
  516. margin-left:823px;
  517. padding-top:2px;
  518. padding-bottom:2px;
  519. text-align:center;
  520. width:165px;
  521. z-index:100;
  522.  
  523. -webkit-column-count: 5;
  524. -moz-column-count: 5;
  525. column-count: 5;
  526. -webkit-column-gap: 0.5;
  527. -moz-column-gap: 0.5;
  528. column-gap: 0.5;
  529.  
  530. }
  531.  
  532. #links a{
  533. opacity:1;
  534. display:inline-block;
  535. text-transform:uppercase;
  536. color:{color:sblinks};
  537. width:20px;
  538. font-weight:bold;
  539. height:15px;
  540. padding-right:5px;
  541. display:block;
  542. line-height:130%;
  543. padding-bottom:3px;
  544. transition-duration: 1s;
  545. -moz-transition-duration: 1s;
  546. -webkit-transition-duration: 1s;
  547. -o-transition-duration: 1s;
  548.  
  549.  
  550.  
  551. }
  552.  
  553. #links a:hover{
  554. color:{color:hover};
  555. opacity:1;
  556. transition-duration: 1s;
  557. -moz-transition-duration: 1s;
  558. -webkit-transition-duration: 1s;
  559. -o-transition-duration: 1s;
  560.  
  561. }
  562.  
  563. /*NAVLINKS*/
  564.  
  565. #navilinks { font-size:9px;
  566. text-align:center;
  567. position:fixed;
  568. line-height:20%;
  569. letter-spacing:5%;
  570. font-family:arial;
  571. font-style:italic;
  572. font-weight:bold;
  573. color:{color:links};
  574. margin-top:25px;
  575. margin-left:10px;
  576. padding-top:10px;
  577. padding-bottom:2px;
  578. text-align:center;
  579. width:255px;
  580. z-index:100;
  581.  
  582. -webkit-column-count: 2;
  583. -moz-column-count: 2;
  584. column-count: 2;
  585. -webkit-column-gap: 0.5;
  586. -moz-column-gap: 0.5;
  587. column-gap: 0.5;
  588. }
  589.  
  590. #navilinks a { opacity:1;
  591. display:inline-block;
  592. text-transform:uppercase;
  593. color:{color:sblinks};
  594. background-color:{color:links bg};
  595. width:110px;
  596. font-weight:bold;
  597. height:10px;
  598. padding-right:5px;
  599. padding-top:10px;
  600. padding-bottom:10px;
  601. display:block;
  602. line-height:130%;
  603. transition-duration: 1s;
  604. -moz-transition-duration: 1s;
  605. -webkit-transition-duration: 1s;
  606. -o-transition-duration: 1s;
  607. }
  608.  
  609. #navilinks a:hover {
  610. color:{color:hover};
  611. opacity:1;
  612. transition-duration: 1s;
  613. -moz-transition-duration: 1s;
  614. -webkit-transition-duration: 1s;
  615. -o-transition-duration: 1s;
  616. }
  617. #container {
  618. position: fixed;
  619. height: 438px;
  620. overflow-y: auto;
  621. overflow-x: hidden;
  622. width: 685px;
  623. background-color:{color:container};
  624. margin-top: 185px;
  625. margin-left: 350px;
  626. }
  627.  
  628.  
  629.  
  630. /*ENTRIES*/
  631.  
  632.  
  633.  
  634. #box {
  635. position: absolute;
  636. z-index:100;
  637. height:350px;
  638. width:445px;
  639. overflow:auto;
  640. margin-left:565px;
  641. margin-top:245px;
  642.  
  643.  
  644. }
  645.  
  646. #post{
  647. padding:15px;
  648. width:400px;
  649. background-color:{color:post bg};
  650. overflow:hidden;
  651. margin-bottom:5px;
  652. margin-top:5px;
  653. margin-left:10px;
  654. float:left;
  655. z-index:100;
  656.  
  657. }
  658.  
  659.  
  660. /*POST INFO*/
  661.  
  662. #info {
  663. width:420px;
  664. text-align:center;
  665. font-family:arial;
  666. font-size:9px;
  667. padding:7px;
  668. color:{color:links};
  669. line-height:10px;
  670. background-color:{color:accent};
  671. margin-top:5px;
  672. margin-left:-15px;
  673. font-size:9px;
  674. margin-bottom:-15px;
  675. font-style:none;
  676. padding:5px;
  677. line-height:10px;
  678. transition-duration: 1.0s;
  679. -moz-transition-duration: 1.0s;
  680. -webkit-transition-duration: 1.0s;
  681. -o-transition-duration: 1.0s;
  682.  
  683. }
  684.  
  685. #info a {
  686. text-align:center;
  687. font-family:arial;
  688. color:{color:links};
  689.  
  690. }
  691.  
  692. #info a:hover {
  693. -moz-transition-duration:0.3s;
  694. -webkit-transition-duration:0.3s;
  695. -o-transition-duration:0.3s;
  696. color:{color:Hover};
  697. }
  698.  
  699. #tags {
  700. background-color:{color:info background};
  701. width:420px;
  702. font-family:arial;
  703. opacity:1;
  704. transition-duration: 0.5s;
  705. -moz-transition-duration: 0.5s;
  706. -webkit-transition-duration: 0.5s;
  707. -o-transition-duration: 0.5s
  708. color:{color:links};
  709. }
  710.  
  711. #tags a {
  712. letter-spacing:0px;
  713. font-size:9px;
  714. font-family:arial;
  715. text-transform:lowercase;
  716. text-decoration:none;
  717. color:{color:hover};
  718. }
  719.  
  720. #tags hover {
  721. -moz-transition-duration:0.5s;
  722. -webkit-transition-duration:0.5s;
  723. -o-transition-duration:0.5s;
  724. color:{color:hover};
  725. }
  726.  
  727. .right{
  728. float:right
  729.  
  730. }
  731.  
  732.  
  733. /*ASKS*/
  734.  
  735. #asks {
  736. font-size:11px;
  737. text-align:center;
  738. width:450px;
  739. padding:5px;
  740. margin-left:-30px;
  741. margin-top:-10px;
  742. background-color:{color:ask bg}
  743.  
  744. }
  745.  
  746.  
  747. /*-- Just leave this please*/
  748.  
  749. #c{
  750. font-size:20px;
  751. position:fixed;
  752. bottom:6px;
  753. right:18px;
  754. z-index:10;
  755. text-align:right;
  756. letter-spacing:1px;
  757. padding:2px;
  758. color:{color:accent};
  759. transition-duration: 0.8s;
  760.  
  761.  
  762. }
  763.  
  764.  
  765.  
  766. </style>
  767.  
  768. </head>
  769.  
  770.  
  771.  
  772. <body>
  773.  
  774.  
  775. <div id="sidebar">
  776. <div id="headerimg"><img src="{image:header}"></div>
  777. <div id="side"><img src="{image:side}"></div>
  778. <div id="container"></div>
  779.  
  780. <div id="sb"></div>
  781.  
  782.  
  783. </div>
  784. </div>
  785. </div>
  786. <div id="links">
  787.  
  788. <a href="/"><i class="fa fa-home" aria-hidden="true"></i></a><br>
  789. <a href="/ask"><i class="fa fa-comments" aria-hidden="true"></i></a><br>
  790. <a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzOne');"><i class="fa fa-asterisk" aria-hidden="true"></i></a><br>
  791. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzTwo');"><i class="fa fa-globe" aria-hidden="true"></i></a><br>
  792. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzThree');"><i class="fa fa-users" aria-hidden="true"></i></a><br>
  793. </div>
  794.  
  795. </div>
  796. </div>
  797.  
  798.  
  799.  
  800.  
  801.  
  802. </div>
  803.  
  804. <div id="desc">{Description}</div>
  805. <div id="header"></div>
  806.  
  807. <div id="titlez">{text:title 2}</div>
  808.  
  809.  
  810. </div>
  811.  
  812.  
  813.  
  814.  
  815.  
  816. </div>
  817. <div id="pagi">{block:Pagination}
  818. {block:PreviousPage}
  819. <a href="{PreviousPage}"><big><big>back&nbsp;&nbsp;&nbsp;&nbsp;</big></big></a>
  820. {/block:PreviousPage}
  821.  
  822. {block:NextPage}
  823. <a href="{NextPage}"><big><big>next</big></big></a>
  824. {/block:NextPage}
  825. {/block:Pagination}</div>
  826. </div></div>
  827. </div>
  828.  
  829.  
  830.  
  831.  
  832. <div id="box">
  833.  
  834. <div id="TabzOne" class="tabzcon alytut" style="display:none">
  835. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  836. X
  837. </span>
  838. <div id="tab1side"><img src="{image:tab1side}"></div>
  839. <div id="abttitle">{text:abttitle}</div>
  840. <div id="tab1desc"><center>Lorem ipsum dolor sit amet, suscipit eros sint dapibus elit viverra. Condimentum risus lacinia cursus fermentum ac, taciti mattis donec, leo dictum convallis justo et, et bibendum dictum a aliquam ut. Aliquam quisque tortor, turpis sed sit erat ultrices dignissim donec, lorem consectetuer ultrices, sed amet et enim quis nam. Integer et pharetra fringilla aenean arcu nostra, nec dolor donec vestibulum arcu sociis nulla, fermentum faucibus id nulla pharetra in. Integer vehicula, nec nunc ultricies, enim elementum, urna adipiscing amet ligula sed pellentesque, cras et aliquet ultrices in ut erat. Sed eget justo hendrerit id.</center></div>
  841. </div>
  842.  
  843. <div id="TabzTwo" class="tabzcon alytut" style="display:none">
  844. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  845. X
  846. </span>
  847. <div id="tab2side"><img src="{image:tab2side}"></div>
  848. <div id="admin1"><a href="" title="{text:admin1}"><img src="{image:admin1}"></a></div>
  849. <div id="admin2"><a href="" title="{text:admin2}"><img src="{image:admin2}"></a></div>
  850. <div id="admin3"><a href="" title="{text:admin3}"><img src="{image:admin3}"></a></div>
  851. <div id="navilinks">
  852. <a href="{text:navlink 1 url}">{text:navlink 1}</a><br><br><br><br><br><br><br><br><br>
  853. <a href="{text:navlink 2 url}">{text:navlink 2}</a><br><br><br><br><br><br><br><br><br>
  854. <a href="{text:navlink 3 url}">{text:navlink 3}</a><br><br><br><br><br><br><br><br><br>
  855. <a href="{text:navlink 4 url}">{text:navlink 4}</a><br><br><br><br><br><br><br><br><br>
  856. <a href="{text:navlink 5 url}">{text:navlink 5}</a><br><br><br><br><br><br><br><br><br>
  857. <a href="{text:navlink 6 url}">{text:navlink 6}</a><br><br><br><br><br><br><br><br><br>
  858. <a href="{text:navlink 7 url}">{text:navlink 7}</a><br><br><br><br><br><br><br><br><br>
  859. <a href="{text:navlink 8 url}">{text:navlink 8}</a><br><br><br><br><br><br><br><br><br>
  860. <a href="{text:navlink 9 url}">{text:navlink 9}</a><br><br><br><br><br><br><br><br><br>
  861. <a href="{text:navlink 10 url}">{text:navlink 10}</a><br><br><br><br><br><br><br><br><br>
  862. </div>
  863. </div>
  864.  
  865. <div id="TabzThree" class="tabzcon alytut" style="display:none">
  866. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  867. X
  868. </span>
  869. <table id="all" border="0" cellpadding="2" cellspacing="0">
  870. <td><div id="muse">
  871. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  872.  
  873. <td><div id="muse">
  874. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  875.  
  876. <td><div id="muse">
  877. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  878.  
  879.  
  880. <td><div id="muse">
  881. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  882. </div>
  883.  
  884. <tr><td><div id="muse">
  885. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  886.  
  887. <td><div id="muse">
  888. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  889.  
  890. <td><div id="muse">
  891. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  892.  
  893.  
  894. <td><div id="muse">
  895. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  896. </div></tr>
  897.  
  898. <tr><td><div id="muse">
  899. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  900.  
  901. <td><div id="muse">
  902. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  903.  
  904. <td><div id="muse">
  905. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  906.  
  907.  
  908. <td><div id="muse">
  909. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  910. </div></tr>
  911.  
  912. <tr><td><div id="muse">
  913. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  914.  
  915. <td><div id="muse">
  916. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  917.  
  918. <td><div id="muse">
  919. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  920.  
  921.  
  922. <td><div id="muse">
  923. <a href="/" title="character name"><img src="http://static.tumblr.com/n9pelqd/xGHok000b/muse.png"></a></div></td>
  924. </div></tr>
  925.  
  926. </table></div>
  927.  
  928.  
  929. {block:Posts}
  930. <div id="post">
  931.  
  932. <!--TEXT POSTS-->
  933.  
  934. {block:Text}
  935. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  936. {Body}
  937. {/block:Text}
  938.  
  939. <!--ASKS-->
  940.  
  941. {block:Answer}
  942. {QUESTION-400px}
  943. <div id="asks">
  944. <div style="margin-left:-320px; padding-bottom:10px; font-size:11px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="text-align:center; padding-left:0px; padding-bottom:10px; margin-top:-18px; margin-right:10px; font-size:9px;">{Question}</div>
  945. </div>
  946. {Answer}
  947. {/block:Answer}
  948.  
  949. <!--QUOTE POSTS-->
  950. {block:Quote}
  951.  
  952. {block:Quote}
  953. <h2>{Quote}</h2>
  954. <div align="right">
  955. {block:Source}<h1>-{Source}</h1>{/block:Source}
  956. </div>
  957. {/block:Quote}
  958. <!--LINK POSTS-->
  959.  
  960. {block:Link}
  961. <h2><center><a href="{URL}">{Name}</center></a></h2>
  962. {block:Description}{Description}{/block:Description}
  963. {/block:Link}
  964.  
  965. <!--CHAT POSTS-->
  966.  
  967. {block:Chat}
  968. {block:Title}<h2>{Title}</h2>{/block:Title}
  969. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  970. {Line}</li>{/block:Lines}</ul>
  971. {/block:Chat}
  972.  
  973. <!--PHOTO POSTS-->
  974.  
  975. {block:Photo}
  976. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  977.  
  978. {block:Caption}{Caption}{/block:Caption}
  979. {/block:Photo}
  980.  
  981. <!--PHOTOSET POSTS-->
  982.  
  983. {block:Photoset}
  984. {Photoset-400}
  985. {block:Caption}{Caption}{/block:Caption}
  986. {/block:Photoset}
  987.  
  988. <!--VIDEO POSTS-->
  989.  
  990. {block:Video}
  991. {Video-400}
  992. {block:Caption}{Caption}{/block:Caption}
  993. {/block:Video}
  994.  
  995.  
  996. <!--AUDIO-->
  997.  
  998. {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>
  999. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1000. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1001. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  1002. {/block:Audio}
  1003.  
  1004.  
  1005. <!--POST INFO-->
  1006.  
  1007.  
  1008. <div id="info">
  1009. <div id="permalink">
  1010. <a href="{Permalink}">{TimeAgo}</a> <div class=right>{NoteCount}</div></a>&nbsp;&nbsp;♦&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank" class="details" title="reblog">reblog</a></div>
  1011.  
  1012.  
  1013. {block:HasTags}{block:Tags} <a href="{TagURL}" >#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  1014.  
  1015.  
  1016. </div>{/block:Posts}{/block:Posts}</div></div></div></div>
  1017. </div>
  1018.  
  1019.  
  1020.  
  1021. <!--Simply don't remove it pls.-->
  1022.  
  1023. </div>
  1024. </div>
  1025.  
  1026. </div>
  1027. <div id="c">
  1028. <a href="http://kaitrps.tumblr.com/"> ♚ </a><br>
  1029. </div>
  1030. </div>
  1031.  
  1032.  
  1033. </body>
  1034.  
  1035.  
  1036.  
  1037. <script>
  1038. function openAlytut(evt, alytutName) {
  1039. var i, x, tablinks;
  1040. x = document.getElementsByClassName("alytut");
  1041. for (i = 0; i < x.length; i++) {
  1042. x[i].style.display = "none";
  1043. }
  1044. tablinks = document.getElementsByClassName("tablink");
  1045. for (i = 0; i < x.length; i++) {
  1046. tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
  1047. }
  1048. document.getElementById(alytutName).style.display = "block";
  1049. evt.currentTarget.className += " tabzact";
  1050. }
  1051. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement