Advertisement
elsaofarendelle

Elsa Theme 001 - sold to vinterdronniing

Dec 6th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <script type="text/javascript"
  6. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37. <script>
  38.  
  39. $(document).ready(function(){
  40. $("ul#tabs li").click(function(e){
  41. if (!$(this).hasClass("active")) {
  42. var tabNum = $(this).index();
  43. var nthChild = tabNum+1;
  44. $("ul#tabs li.active").removeClass("active");
  45. $(this).addClass("active");
  46. $("ul#tab li.active").removeClass("active");
  47. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  48. }
  49. });
  50. });
  51. </script>
  52.  
  53. <!--- fonts --->
  54.  
  55. <link href='https://fonts.googleapis.com/css?family=Scheherazade' rel='stylesheet' type='text/css'>
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  58.  
  59. <!--- tooltips --->
  60.  
  61. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title]").style_my_tooltips();
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71.  
  72. </style>
  73.  
  74. <title>{Title}</title>
  75. <link rel="shortcut icon" href="{Favicon}">
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  77. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  78.  
  79.  
  80. <!-------------------------------------------
  81. Code by wintersovereign.
  82. Don't copy or distribute.
  83. Don't claim as your own.
  84. -------------------------------------------->
  85.  
  86. <meta name="image:background" content=""/>
  87. <meta name="image:sidebar" content=""/>
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92. /* --- CURSOR START --- */
  93.  
  94. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  95.  
  96. /* --- CURSOR END --- */
  97.  
  98.  
  99. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  100.  
  101.  
  102. /* --- SCROLLBAR START ---*/
  103.  
  104. ::-webkit-scrollbar {
  105. height: 0px;
  106. width: 6px;
  107. background: none;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb {
  111. border: 5px solid transparent;
  112. -webkit-border-radius: 5px;
  113. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  114. }
  115.  
  116. ::-webkit-scrollbar-corner{
  117. background: transparent;
  118. }
  119.  
  120. /* --- SCROLLBAR END --- */
  121.  
  122.  
  123. /* --- LINK ANIMATION START --- */
  124.  
  125. @-moz-keyframes bbounce{
  126. 0% {-moz-transform:translate(0px,0px);}
  127. 50% {-moz-transform:translate(0px,10px);}
  128. 100% {-moz-transform:translate(0px,0px);}
  129. }
  130.  
  131. @-webkit-keyframes bbounce {
  132. 0% {-webkit-transform:translate(0px,0px);}
  133. 50% {-webkit-transform:translate(0px,10px);}
  134. 100% {-webkit-transform:translate(0px,0px);}
  135. }
  136.  
  137. /* --- LINK ANIMATION END --- */
  138.  
  139. /* --- TOOLTIPS START --- */
  140.  
  141. #s-m-t-tooltip{
  142. max-width:300px;
  143. margin:15px;
  144. padding:2px 8px;
  145. border:3px double #fff;
  146. border-radius:0px;
  147. background-image: url('https://i.imgur.com/MXneJyV.png');
  148. color:#fff;
  149. z-index:9999999999999;
  150. font-size:10px;
  151. font-family: 'Scheherazade', serif;
  152. font-weight:bold;
  153. text-transform:uppercase;
  154. box-shadow:0px 0px 10px #000;
  155. -webkit-transition:all 0.7s;
  156. -moz-transition:all 0.7s;
  157. -ms-transition:all 0.7s;
  158. -o-transition:all 0.7s;
  159. transition:all 0.7s;
  160. }
  161.  
  162. /* --- TOOLTIPS END --- */
  163.  
  164.  
  165. /* --- BODY START ---*/
  166.  
  167. body {
  168. background:#fff;
  169. background-image:url({image:background});
  170. background-attachment: fixed;
  171. background-repeat: no-repeat;
  172. background-position:0px 0px;
  173. margin:0px;
  174. color:#919191;
  175. font-family: 'Scheherazade', serif;
  176. font-size:12px;
  177. line-height:120%;
  178. word-wrap: break-word;
  179. }
  180.  
  181. blockquote {
  182. padding-left:5px;
  183. border-left:2px solid;
  184. border-radius:6px;
  185. }
  186.  
  187. a {
  188. color:#919191;
  189. font-family: 'Scheherazade', serif;
  190. }
  191.  
  192. a {
  193. text-decoration:none;
  194. -webkit-transition:all 0.5s ease-in-out;
  195. -moz-transition:all 0.5s ease-in-out;
  196. -o-transition:all 0.5s ease-in-out;
  197. -ms-transition:all 0.5s ease-in-out;
  198. transition:all 0.5s ease-in-out;
  199. }
  200.  
  201. a:hover {
  202. color: none;
  203. }
  204.  
  205. img {none;}
  206.  
  207. h1 , h2 {
  208. font-family: 'Dancing Script', cursive;
  209. text-transform:none;
  210. font-size:30px;
  211. line-height:30px;
  212. letter-spacing:0px;
  213. text-align:center;
  214. font-style:normal;
  215. color:#919191;
  216. text-shadow:0px 0px 3px #fff;
  217. }
  218.  
  219.  
  220. #container {
  221. background: none;
  222. border:3px none #fff;
  223. width:320px;
  224. height:356px;
  225. margin-left:320px;
  226. margin-top:230px;
  227. position:fixed;
  228. overflow:auto;
  229. padding-left:50px;
  230. padding-right:50px;
  231. padding-top:17px;
  232. padding-bottom:10px;
  233. }
  234.  
  235. #posts {
  236. width:250px;
  237. background-color: transparent;
  238. padding:-50px;
  239. text-align: justify;
  240. font-size: 12px;
  241. padding-top: -10px;
  242. margin-bottom: 50px;
  243. line-height: 100%px;
  244. font-family: georgia;
  245. z-index:50;
  246. }
  247.  
  248. #post img {
  249. padding: 0;
  250. max-width:100%;
  251. width: auto;
  252. height: auto;
  253. }
  254.  
  255. pre {
  256. font-family: 'Dancing Script', cursive;
  257. font-size:10px;
  258. color:#90c3d4;
  259. text-shadow: none;
  260. letter-spacing:1px;
  261. text-align:center;
  262. text-transform:uppercase;
  263. padding:6px;
  264. background:url('');
  265. background-repeat:repeat;
  266. border: 3px none #a4a4a4;
  267. }
  268.  
  269. b {
  270. text-transform: bold;
  271. color: #a5a5a5;
  272. text-shadow: 0px 0px 3px #fff;
  273. letter-spacing:1px;
  274. font-family: 'Dancing Script', cursive;
  275. font-size:15px;
  276. }
  277.  
  278. i {
  279. text-transform: italic;
  280. color: #a5a5a5;
  281. text-shadow: 2px 2px 5px #a5a5a5;
  282. letter-spacing:1px;
  283. font-family: 'Dancing Script', cursive;
  284. font-size:15px;
  285. }
  286.  
  287. em {
  288. text-transform: italic;
  289. color: #a5a5a5;
  290. text-shadow: 2px 2px 5px #a5a5a5;
  291. letter-spacing:1px;
  292. font-family: 'Dancing Script', cursive;
  293. font-size:15px;
  294. }
  295.  
  296. sub, small, sup {
  297. font-size: 12px;
  298. }
  299.  
  300. /* --- BODY END --- */
  301.  
  302. /* --- SIDEBAR START ---*/
  303.  
  304.  
  305. #sidebar{
  306. position: fixed;
  307. top: 250px;
  308. width:250px;
  309. height:115px;
  310. left: 300px;
  311. padding:20px;
  312. }
  313.  
  314.  
  315.  
  316. #sidebarimage img{
  317. width: 100px;
  318. height:115px;
  319. padding:10px;
  320. border:3px none #f5f5f5;
  321. margin-top:5px;
  322. background:transparent;
  323. background-image:{image:sidebarimage};
  324. }
  325.  
  326.  
  327. #nav {
  328. position:fixed;
  329. overflow:hidden;
  330. margin-top:150px;
  331. margin-left:315px;
  332. }
  333.  
  334. #title {
  335. font-family: 'Dancing Script', cursive;
  336. text-align:center;
  337. width:300px;
  338. margin-top:5px;
  339. margin-left:100px;
  340. text-transform:uppercase;
  341. font-style:normal;
  342. font-size:20px;
  343. color: transparent;
  344. }
  345.  
  346. #description {
  347. width:130px;
  348. height:275px;
  349. margin-top:-115px;
  350. margin-left:400px;
  351. padding: 10px;
  352. overflow:scroll;
  353. text-align:justify;
  354. font-style:oblique;
  355. font-family:'Scheherazade', serif;
  356. font-size:12px;
  357. color: #919191;
  358. text-shadow: none;
  359. background-color: transparent;
  360. border:1px none #eeeff2;
  361. letter-spacing:1px;
  362. line-height:110%;
  363. }
  364.  
  365. #descriptionheaders{
  366. width:100px;
  367. height:auto;
  368. padding:10px;
  369. font-size:13px;
  370. text-transform:normal;
  371. letter-spacing:1px;
  372. color:#fff;
  373. font-family: 'Dancing Script', cursive;
  374. text-shadow:0px 0px 5px #000;
  375. border: 3px double #fff;
  376. background-image: url('https://i.imgur.com/MXneJyV.png');
  377. background-repeat:repeat;
  378. background-attachment:fixed;
  379. line-height:30%;
  380. }
  381.  
  382. #pagination {
  383. font-family: 'Scheherazade', serif;
  384. width:103px;
  385. font-size:50px;
  386. text-transform:normal;
  387. margin-top:-500px;
  388. margin-left:770px;
  389. padding-top:25px;
  390. letter-spacing:1px;
  391. font-style:normal;
  392. text-align:center;
  393. }
  394.  
  395. #pagination a {
  396. color:#eee;
  397. text-shadow:0px 0px 3px #fff;
  398. }
  399.  
  400. /* --- SIDEBAR END ---*/
  401.  
  402.  
  403. /* --- LINKS START --- */
  404.  
  405. .links1 {
  406. position:fixed;
  407. font-size:40px;
  408. top: 70px;
  409. left: 300px;
  410. -webkit-animation: bbounce linear 3.5s;
  411. -webkit-animation-iteration-count: infinite;
  412. -webkit-transform-origin: 50% 50%;
  413. -webkit-filter: blur(1px)
  414. }
  415.  
  416. .links1 a {
  417. text-decoration:none;
  418. text-transform:normal;
  419. color: #a5a5a5;
  420. font-family: 'Dancing Script', cursive;
  421. text-shadow: 0px 0px 3px #eee;
  422. -moz-transition-duration:.7s;
  423. -webkit-transition-duration:.7s;
  424. -o-transition-duration:.7s;
  425. }
  426.  
  427.  
  428. .links1 a:hover {
  429. text-decoration:none;
  430. text-transform:normal;
  431. color: #a5a5a5;
  432. text-shadow:0px 0px 3px #eee;
  433. }
  434.  
  435. .links2 {
  436. position:fixed;
  437. font-size:40px;
  438. top: 130px;
  439. left: 250px;
  440. transform: rotate(20deg);
  441. -ms-transform: rotate(20deg);
  442. -webkit-transform: rotate(20deg);
  443. -o-transform: rotate(20deg);
  444. -moz-transform: rotate(20deg);
  445. -webkit-animation: bbounce linear 1.7s;
  446. -webkit-animation-iteration-count: infinite;
  447. -webkit-transform-origin: 50% 50%;
  448. -webkit-filter: blur(1px)
  449. }
  450.  
  451. .links2 a {
  452. text-decoration:none;
  453. text-transform:normal;
  454. color: #a5a5a5;
  455. font-family: 'Dancing Script', cursive;
  456. text-shadow: 0px 0px 3px #eee;
  457. -moz-transition-duration:.7s;
  458. -webkit-transition-duration:.7s;
  459. -o-transition-duration:.7s;
  460. }
  461.  
  462.  
  463. .links2 a:hover {
  464. text-decoration:none;
  465. text-transform:normal;
  466. color: #a5a5a5;
  467. text-shadow:0px 0px 3px #eee;
  468. }
  469.  
  470. .links3 {
  471. position:fixed;
  472. font-size:40px;
  473. top: 30px;
  474. left: 200px;
  475. transform: rotate(-180deg);
  476. -ms-transform: rotate(-180deg);
  477. -webkit-transform: rotate(-180deg);
  478. -o-transform: rotate(-180deg);
  479. -moz-transform: rotate(-180deg);
  480. -webkit-animation: bbounce linear 1.5s;
  481. -webkit-animation-iteration-count: infinite;
  482. -webkit-transform-origin: 50% 50%;
  483. -webkit-filter: blur(1px)
  484. }
  485.  
  486. .links3 a {
  487. text-decoration:none;
  488. text-transform:normal;
  489. color: #a5a5a5;
  490. font-family: 'Dancing Script', cursive;
  491. text-shadow: 0px 0px 3px #eee;
  492. -moz-transition-duration:.7s;
  493. -webkit-transition-duration:.7s;
  494. -o-transition-duration:.7s;
  495. }
  496.  
  497.  
  498. .links3 a:hover {
  499. text-decoration:none;
  500. text-transform:normal;
  501. color: #a5a5a5;
  502. text-shadow:0px 0px 3px #eee;
  503. }
  504.  
  505.  
  506. /* ---LINKS END --- */
  507.  
  508.  
  509. /* --- CREDIT START --- */
  510.  
  511. .credit{
  512. position:fixed;
  513. font-size:20px;
  514. right:40px;
  515. bottom:20px;
  516. z-index:51;
  517. }
  518.  
  519. .credit a {
  520. font-family: "starfish";
  521. text-decoration:none;
  522. text-transform:uppercase;
  523. color: #fff;
  524. text-shadow: 1px 1px 1px #1c1c41;
  525. -moz-transition-duration:.7s;
  526. -webkit-transition-duration:.7s;
  527. -o-transition-duration:.7s;
  528. }
  529.  
  530. /* --- CREDIT END --- */
  531.  
  532.  
  533. /* --- POST NOTES START --- */
  534.  
  535. .note {
  536. padding:0px 20px 0px 20px;
  537. background-color:transparent;
  538. text-transform:lowercase;
  539. letter-spacing:0px;
  540. font-size: 11px;
  541. font-style:normal;
  542. text-align:left;
  543. line-height:120%;
  544. }
  545.  
  546. .note li {
  547. list-style-type:none;
  548. padding:5px 25px 5px 25px;
  549. text-align:left;
  550. margin-right:30px;
  551. margin-top:-50px;
  552. }
  553.  
  554.  
  555. #info {
  556. width:30px;
  557. font-size:8px;
  558. padding:4px 0px 1px 0px;
  559. margin:0px 0px 20px -10px;
  560. letter-spacing:4px;
  561. font-size:25px;
  562. }
  563.  
  564. #info a {
  565. color:#eee;
  566. text-shadow:none;
  567. }
  568.  
  569. #info a:hover {
  570. color:#fff;
  571. text-shadow:0px 0px 1px #fff;
  572. }
  573.  
  574.  
  575. #tags {
  576. height:20px;
  577. font-family: 'Scheherazade', serif;
  578. text-align:center;
  579. margin-top:7px;
  580. padding-top:5px;
  581. padding-bottom:0px;
  582. text-transform:none;
  583. font-style:none;
  584. font-size:15px;
  585. background-image: url('https://i.imgur.com/ljWQjLY.png');
  586. background-repeat:repeat;
  587. background-attachment:fixed;
  588. border:3px double #eee;
  589. }
  590.  
  591. #tags a{
  592. color:#919191;
  593. }
  594.  
  595. /* --- POST NOTES END --- */
  596.  
  597. /* --- ASK & AUDIO START --- */
  598.  
  599. .ask {
  600. color:#fff;
  601. text-shadow:0px 0px 3px #fff;
  602. background: #b3f3d3;
  603. padding:15px;
  604. margin-bottom:15px;
  605. font-size:11px;
  606. background-image: url('https://i.imgur.com/ljWQjLY.png');
  607. background-repeat:repeat;
  608. background-attachment:fixed;
  609. border: 3px double #fff;
  610. border-radius: 0px 30px 0px 30px;
  611. box-shadow: 2px 2px 3px #a4a4a4;
  612. }
  613.  
  614. .askheader {
  615. margin-left:-3px;
  616. }
  617.  
  618. .asker {
  619. font-family: 'Dancing Script', cursive;
  620. font-size:17px;
  621. color: #c5396a;
  622. text-shadow:0px 0px 3px #eee;
  623. line-height:10px;
  624. text-align:center;
  625. }
  626.  
  627. .answer {
  628. color: #919191;
  629. }
  630.  
  631. .chat {
  632. list-style:none;
  633. margin-top:15px;
  634. margin-bottom:0px;
  635. font-size:10px;
  636. margin-left:0px;
  637. }
  638.  
  639. .chat ul {
  640. line-height:18px;
  641. margin-top:0px;
  642. list-style:none;
  643. padding:0px;
  644. letter-spacing:2px;
  645. font-size:10px;
  646. margin-bottom:0px;
  647. text-transform:normal;
  648. }
  649.  
  650. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  651. background-color: #ebebeb;
  652. padding:3px 8px 3px 8px;
  653. color: #191919;
  654. border-bottom: none
  655. }
  656.  
  657. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  658. background-color: #f2f2f2;
  659. padding:3px 8px 3px 8px;
  660. color: #191919;
  661. border-bottom: none;
  662. }
  663.  
  664. .audio {
  665. background-color: #transparent;
  666. background-image:url("https://i.imgur.com/vxTCPie.png");
  667. border:3px double #fff;
  668. height:70px;
  669. font-size:8px;
  670. color:#fff;
  671. overflow:scroll;
  672. }
  673.  
  674. /* --- ASK & AUDIO END --- */
  675.  
  676. /* --- MENU START --- */
  677.  
  678. .popup_block{
  679. display:none;
  680. background: url("");
  681. background:#000;
  682. padding:20px;
  683. border:1px none #eeeff2;
  684. float:left;
  685. height:345px;
  686. top:63%; left:37.5%;
  687. position:fixed;
  688. z-index: 99999;
  689. -webkit-box-shadow: none;
  690. -moz-box-shadow: none;
  691. box-shadow: none;
  692. }
  693.  
  694.  
  695. *html #fade {position: absolute;}
  696. *html .popup_block {position: absolute;}
  697. #fade {
  698. display:none;
  699. position:fixed;
  700. left:0px;
  701. top:0px;
  702. width:100%;
  703. height:100%;
  704. z-index:9999;
  705. background: none;
  706. opacity: none;
  707. }
  708.  
  709. #popheaders{
  710. width:260px;
  711. height:auto;
  712. padding:10px;
  713. font-size:15px;
  714. text-transform:normal;
  715. letter-spacing:1px;
  716. color:#fff;
  717. font-family: 'Dancing Script', cursive;
  718. text-shadow:0px 0px 5px #000;
  719. background-image: url('https://i.imgur.com/ljWQjLY.png');
  720. background-repeat:repeat;
  721. background-attachment:fixed;
  722. border:3px none #eee;
  723. line-height:30%;
  724. }
  725.  
  726. #popuptext {
  727. margin-top:-12px;
  728. margin-left:-15px;
  729. width:280px;
  730. height:293px;
  731. font-family: 'Scheherazade', serif;
  732. font-size:12px;
  733. color:#eee;
  734. overflow:scroll;
  735. text-align:justify;
  736. position:fixed;
  737. overflow-y padding:20px;
  738. }
  739.  
  740. .poplinks {
  741. padding-top:5px;
  742. text-align:center;
  743. }
  744.  
  745.  
  746. .poplinks a {
  747. display:inline-block;
  748. width:120px; height:8px;
  749. margin:2px; padding:6px 6px 10px;
  750. text-align:center;
  751. font-family:'helvetica';
  752. font-size:11px;
  753. text-transform:uppercase;
  754. letter-spacing:1px;
  755. color:#eee; background:transparent;
  756. background-image:url('');
  757. border:1px dotted #eee;
  758. }
  759.  
  760. .poplinks a:hover {
  761. display:inline-block;
  762. width:120px; margin:2px;
  763. padding:6px 6px 10px;
  764. text-align:center;
  765. font-family:times;
  766. font-size:11px;
  767. text-transform:normal;
  768. letter-spacing:1px;
  769. color:#eee;
  770. background:transparent
  771. }
  772.  
  773. .buttons a {
  774. text-decoration:none;
  775. background: #000;
  776. border:1px solid #919191;
  777. padding:10px;
  778. width:50px;
  779. margin-top:3px;
  780. margin-left:5px;
  781. display:inline-block;
  782. color:#eee;
  783. text-align:center;
  784. }
  785.  
  786. .butons a:hover {
  787. background:#000;
  788. border:1px none #919191;
  789. color:#fff;
  790. -webkit-transition: all 0.3s ease-in-out;
  791. -moz-transition: all 0.3s ease-in-out;
  792. -o-transition: all 0.3s ease-in-out;
  793. -ms-transition: all 0.3s ease-in-out;
  794. transition: all 0.3s ease-in-out;
  795. }
  796.  
  797. ul#tabs {
  798. list-style-type: none;
  799. padding: 0;
  800. text-align: center;
  801. font-size: 11px;
  802. letter-spacing:1px;
  803. }
  804.  
  805. ul#tabs li {
  806. display: inline-block;
  807. background-color: transparent;
  808. border: 1px solid #eee;
  809. padding: 4px 12px;
  810. margin-bottom: 4px;
  811. color: #a4a4a4;
  812. cursor: pointer;
  813. }
  814.  
  815. ul#tabs li:hover {
  816. background-color: #919191;
  817. }
  818.  
  819. ul#tabs li.active {
  820. background-color: #eee;
  821. color: #eee;
  822. background-image: url('https://i.imgur.com/ljWQjLY.png');
  823. border:3px double #eee;
  824. }
  825.  
  826. ul#tab {
  827. list-style-type: none;
  828. margin: 0;
  829. padding: 0;
  830. }
  831.  
  832. ul#tab li {
  833. display: none;
  834. }
  835.  
  836. ul#tab li.active {
  837. display: block;
  838. }
  839.  
  840. a:link, a:active, a:visited {
  841. text-decoration: none;
  842. color: #fff;
  843. -moz-transition-duration:.6s;
  844. -webkit-transition-duration:.6s;
  845. -o-transition-duration:.6s;
  846. }
  847.  
  848. a:hover {
  849. color: #919191;
  850. -moz-transition-duration:.6s;
  851. -webkit-transition-duration:.6s;
  852. -o-transition-duration:.6s;
  853. }
  854.  
  855. /* --- MENU END --- */
  856.  
  857.  
  858.  
  859. {CustomCSS}</style></head><body>
  860.  
  861.  
  862. <div id="sidebar">
  863. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  864.  
  865. <div class="links1">
  866. <a title="home" href="/"><img src="https://i.imgur.com/da8SDgm.png"></a>
  867. </div>
  868.  
  869. <div class="links2">
  870. <a title="ask" href="/asks"><img src="https://i.imgur.com/MyP2F7B.png"></a>
  871. </div>
  872.  
  873. <div class="links3">
  874. <a title="more" href="#?w=265" rel="box1" class="poplight"><img src="https://i.imgur.com/ismsShw.png"></a>
  875. </div>
  876.  
  877. <div class="credit">
  878. <a href="https://wintersovereign.tumblr.com/">E</a>
  879. </div>
  880.  
  881. <div id="description">
  882. <center><div id="descriptionheaders">Queen Elsa</div></center>
  883. <center><p>of Disney's Frozen & Frozen II.<br>
  884. private & selective</p></center>
  885. <center><div id="descriptionheaders">Arendelle</div></center>
  886. <center><p>In Arendelle’s fair kingdom a ruler did appear, Born with the secret power so great, alone she stayed in fear.<br>
  887. Although the force was hidden, one day she let it go, and all the land was covered in eternal ice and snow.</p></center>
  888. <center><div id="descriptionheaders">Updates</div></center>
  889. <center><p>Text Here</p></center>
  890. <center><div id="descriptionheaders">Mundane</div></center>
  891. <center><p>Dallas - Age - United States (timezone)</p>
  892. </center>
  893. </div>
  894.  
  895.  
  896. <div id="scrollbar">{scrollbar}</div>
  897.  
  898.  
  899.  
  900. <div id="pagination">
  901. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  902. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  903.  
  904.  
  905.  
  906. {block:HasPages}{block:Pages}
  907.  
  908. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  909.  
  910. </div></center>
  911.  
  912.  
  913. </div>
  914.  
  915.  
  916. <div id="container">
  917.  
  918. {block:Posts}
  919. <div id="posts">
  920.  
  921. {Block:Date}
  922. <div id="info">
  923. <a href="{Permalink}" class="details" title="{TimeAgo}" style="postition absolute; margin-left:-18px; margin-top:0px; -webkit-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg);
  924. -moz-transform: rotate(20deg); transform:rotate(20deg);">❆</a>
  925.  
  926. {block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" style="postition absolute; margin-left:13px; margin-top:25px; font-size:10px -webkit-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg);
  927. -moz-transform: rotate(20deg); transform:rotate(20deg);" href="{Permalink}">❉</a>
  928.  
  929. {/block:NoteCount} <a href="{ReblogURL}" target="_blank" class="details" title=reblog style="postition absolute; margin-left:-4px; margin-top:10px; font-size:10px -webkit-transform: rotate(-50deg); -ms-transform: rotate(-50deg); -o-transform: rotate(-50deg); -moz-transform: rotate(-50deg); transform:rotate(-50deg);">❊</a>
  930. </div>
  931. {/block:Date}
  932.  
  933.  
  934. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  935.  
  936. {block:blockquote}{/block:blockquote}
  937.  
  938.  
  939.  
  940. {block:Photo}
  941. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  942. {/block:Photo}
  943.  
  944. {block:Photoset}
  945. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  946. {/block:Photoset}
  947.  
  948. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  949.  
  950. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  951.  
  952. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  953.  
  954. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  955. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  956.  
  957. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  958.  
  959. {block:Answer}
  960. <div class="askheader"><img src="" draggable="false"></div>
  961. <div class="ask"><div class="asker">{Asker}<font color=#fff> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  962. {/block:Answer}
  963.  
  964.  
  965.  
  966.  
  967.  
  968. <div id="tags">
  969. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  970.  
  971. </div>
  972. {block:PostNotes}{PostNotes}{/block:PostNotes}
  973. {/block:Posts}</div>
  974.  
  975.  
  976. </body>
  977.  
  978.  
  979. <div id="box1" class="popup_block">
  980.  
  981. <ul id="tabs">
  982. <li class="active">Rules</li>
  983. <li>About</li>
  984. <li>Verses</li>
  985. <li>Title</li>
  986. <li>Title</li>
  987. </ul>
  988.  
  989. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  990.  
  991.  
  992.  
  993. <ul id="tab">
  994. <li class="active">
  995. <div id="popuptext">
  996. <center><div id="popheaders">Title</div></center>
  997. <p>Text Here.</p>
  998.  
  999. </li>
  1000. <li>
  1001.  
  1002.  
  1003. <div id="popuptext">
  1004. <center><div id="popheaders">Title</div></center>
  1005. <p>Text Here.</p>
  1006.  
  1007. </li>
  1008. <li>
  1009.  
  1010. <div id="popuptext">
  1011. <center><div id="popheaders">Title</div></center>
  1012. <p>Text Here.</p>
  1013.  
  1014. </li>
  1015. <li>
  1016.  
  1017. <div id="popuptext">
  1018. <center><div id="popheaders">Title</div></center>
  1019. <p>Text Here</p>
  1020.  
  1021. </li>
  1022. <li>
  1023.  
  1024. <table>
  1025. <tr>
  1026. <td>
  1027. <div class="buttons">
  1028. <a href="/">LINK</a>
  1029. <a href="/">LINK</a>
  1030. <a href="/">LINK</a>
  1031. <a href="/">LINK</a>
  1032. <a href="/">LINK</a>
  1033. <a href="/">LINK</a>
  1034. <a href="/">LINK</a>
  1035.  
  1036. </div>
  1037. <td>
  1038.  
  1039. <div class="buttons">
  1040.  
  1041. <a href="/">LINK</a>
  1042. <a href="/">LINK</a>
  1043. <a href="/">LINK</a>
  1044. <a href="/">LINK</a>
  1045. <a href="/">LINK</a>
  1046. <a href="/">LINK</a>
  1047. <a href="/">LINK</a>
  1048. </div>
  1049.  
  1050. </td>
  1051. <td>
  1052.  
  1053. <div class="buttons">
  1054.  
  1055. <a href="/">LINK</a>
  1056. <a href="/">LINK</a>
  1057. <a href="/">LINK</a>
  1058. <a href="/">LINK</a>
  1059. <a href="/">LINK</a>
  1060. <a href="/">LINK</a>
  1061. <a href="/">LINK</a>
  1062. </div>
  1063.  
  1064. </td>
  1065. </tr>
  1066. </table>
  1067. </div>
  1068. </li>
  1069. <li>
  1070.  
  1071. </div>
  1072. </div>
  1073.  
  1074.  
  1075. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement