Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6acH82q1qfamg6.gif">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script>
  13. $(document).ready(function(){
  14. $(".convo").click(function(){
  15. $(".content").slideToggle('slow');
  16. });
  17. });
  18. </script>
  19.  
  20. <!--Default Variables-->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content=""/>
  24. <meta name="color:Top Background" content="#F0F0F0" />
  25. <meta name="color:Link" content="#fff000"/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="text:singing" content =""/>
  28. <meta name="text:creativity" content =""/>
  29. <meta name="text:charisma" content =""/>
  30. <meta name="text:dance" content =""/>
  31. <meta name="text:rap" content =""/>
  32. <meta name="text:debut" content =""/>
  33. <meta name="color:main" content=""/>
  34. <meta name="color:asterick" content=""/>
  35.  
  36. <link rel="stylesheet" href="http://static.tumblr.com/3fk4soa/a2Kmrbu42/bebasneue.css" type="text/css" media="screen" />
  37.  
  38.  
  39. <!-- jquery for tooltips-->
  40.  
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46. <script>
  47.  
  48. (function($){
  49.  
  50. $(document).ready(function(){
  51.  
  52. $("a[title]").style_my_tooltips({
  53.  
  54. tip_follows_cursor:true,
  55.  
  56. tip_delay_time:30,
  57.  
  58. tip_fade_speed:300,
  59.  
  60. attribute:"title"
  61.  
  62. });
  63.  
  64. });
  65.  
  66. })(jQuery);
  67.  
  68. </script>
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. <!--CSS customization here. -->
  76.  
  77. <style type="text/css">
  78. #s-m-t-tooltip{
  79. max-width:300px;
  80. margin-top:25px;
  81. margin-left:15px;
  82. padding-left:4px;
  83. padding-right:4px;
  84. z-index:1000;
  85. background-color:#fff;
  86. color:#000;
  87. font-family:calibri;
  88. font-size:9px;
  89. letter-spacing:1px;
  90. font-style:italic;
  91. text-transform:lowercase;
  92. line-height:14px;
  93. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height: 10px;
  98. width: 5px;
  99. background-color: white;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {
  103. background-color: {color:main};
  104. }
  105.  
  106. /*basics*/
  107. blockquote {margin-left:5px;
  108. padding-left:5px;
  109. padding-right:5px;
  110. line-height:normal;
  111. color:#000;
  112. width:380px;
  113. }
  114.  
  115. #top {
  116. background-image: url("https://31.media.tumblr.com/16f3a613e5f77fd0f4702ae893733fa8/tumblr_inline_nensewAF1I1ri5gko.png");
  117. width: 100%;
  118. height: 410px;
  119. position: fixed;
  120. top: 0;
  121. left: 0;
  122. z-index: -9999;
  123. }
  124.  
  125. body {
  126. background:{color:background};
  127. color:#000;
  128. font-family:calibri;
  129. font-size:11px;
  130. text-align:justify;
  131. margin:0;
  132. line-height:normal;}
  133.  
  134. small, sub {
  135. color:{color:text};
  136. font-family:calibri;
  137. font-size:11px;
  138. text-align:justify;
  139. margin:0;
  140. line-height:normal;}
  141.  
  142. pre {
  143. background-color: #fcfcfc;
  144. padding:5px;
  145. font-size:10px;
  146. color:#000;
  147. white-space:pre-wrap;
  148. }
  149.  
  150. a {
  151. color:{color:link};
  152. text-decoration:none;padding:2px;
  153. -webkit-transition: all .65s;
  154. letter-spacing:none;
  155. font-weight:none;
  156. }
  157.  
  158. a:hover {
  159. text-decoration:none;
  160. color:{color:main};
  161. padding:2px;
  162. -webkit-transition: all .65s;
  163. }
  164.  
  165. img {opacity:1;
  166. border:none;
  167. text-decoration:none}
  168.  
  169.  
  170. #title {font-size:15px;
  171. line-height:18px;
  172. text-align:center;
  173. font-weight:900;
  174. color:#000;
  175. margin-bottom:10px;
  176. letter-spacing:-1px;
  177. border-bottom:1px solid #fcfcfc;
  178. padding:2px;
  179. text-transform:uppercase;
  180. font-family: Arial Bold;
  181. }
  182.  
  183. ik {
  184. font-size:8px;
  185. font-family:arial;
  186. padding:2px;
  187. border-bottom:1px solid {color:main};
  188. letter-spacing:2px;
  189. text-transform:uppercase;
  190. font-weight:bold;
  191. }
  192.  
  193.  
  194. /*sidebar*/
  195. #sidebar {text-align:left;
  196. position:fixed;
  197. margin-left:40px;
  198. margin-top:115px;
  199. }
  200.  
  201. .description {
  202. margin-top:200px;
  203. margin-left:-120px;
  204. z-index:10;
  205. background-color:white;
  206. padding:10px;
  207. padding-left:10px;
  208. line-height:10px;
  209. font-family:arial;
  210. font-size:8px;
  211. padding-right:10px;
  212. width:120px;
  213. height:50px;
  214. overflow:auto;
  215. border-bottom:3px solid {color:asterick};
  216. opacity:1;
  217. position:fixed;
  218. -webkit-transition: all .65s;
  219. }
  220.  
  221. /*container*/
  222. #con {
  223. margin-left:430px;
  224. margin-top:-90px;
  225. position:absolute;
  226. }
  227.  
  228.  
  229.  
  230. /*posts*/
  231.  
  232. #entries {
  233. margin-top:120px;
  234. width:460px;
  235. margin-left:100px;
  236. padding:15px;
  237. }
  238.  
  239.  
  240.  
  241. #posts {
  242. width:400px;
  243. border:1px solid #F0F0F0;
  244. border-top:3px solid {color:main};
  245. padding:30px;
  246. background-color:#fff;
  247. {block:IndexPage}
  248. margin-bottom:75px;
  249. {/block:IndexPage}
  250. {block:PermalinkPage}
  251. margin-bottom:50px;
  252. {/block:PermalinkPage}
  253.  
  254. }
  255.  
  256. #posts img {
  257. max-width:400px;
  258. }
  259.  
  260. #posts img, #posts li, #posts blockquote {max-width: 100%;line-height:normal;}
  261.  
  262. .caption {
  263. width:100%;
  264. text-transform:none;
  265. margin-top:5px;
  266. }
  267.  
  268. /*snowflake*/
  269. #snowflakeContainer {
  270. position: absolute;
  271. left: 0px;
  272. top: 0px;
  273. }
  274. .snowflake {
  275. padding-left: 15px;
  276. font-family: Cambria, Georgia, serif;
  277. font-size: 14px;
  278. line-height: 24px;
  279. position: fixed;
  280. color: #FFFFFF;
  281. user-select: none;
  282. z-index: 1000;
  283. }
  284. .snowflake:hover {
  285. cursor: default;
  286. }
  287.  
  288. /*quote*/
  289.  
  290. #titlequote {
  291. display:block;
  292. color:#000;
  293. font-size:12px;
  294. padding:10px;
  295. font-family:cambria;
  296. text-transform:lowercase;
  297. }
  298.  
  299. #source {
  300. text-transform:uppercase;
  301. font-family:calibri;
  302. font-size:10px;
  303. color:#000;
  304. font-style:italic;
  305. text-align:right;
  306. padding-right:0px;
  307. }
  308.  
  309. /*audio*/
  310.  
  311. .player {
  312. width:25px;
  313. height:25px;
  314. overflow:hidden;
  315. margin-left:15px;
  316. padding-top:15px;
  317. z-index:2;}
  318.  
  319. .audioinfo {
  320. text-align:right;
  321. z-index:2;
  322. font-weight:bold;
  323. color:black;
  324. position:absolute;
  325. padding-top:17px;
  326. text-transform:uppercase;
  327. width:280px;
  328. font-size:10px;
  329. margin-left:100px;
  330. }
  331.  
  332.  
  333. .playerback {height:58px;
  334. background-color:white;
  335. border:1px solid #eee;
  336. }
  337.  
  338.  
  339. /*asks*/
  340. .q {margin-bottom:10px;
  341. }
  342. .as {
  343. padding:4px;
  344. position:relative;
  345. font-weight:normal;
  346. padding-left:25px;
  347. letter-spacing:5px;
  348. font-size:15px;
  349. color:#fff;
  350. font-family:'bebas neue';
  351. -webkit-transition:all 0.6s;
  352. -moz-transition:all 0.6s;
  353. -ms-transition:all 0.6s;
  354. -o-transition:all 0.6s;
  355. transition:all 0.6s;
  356. }
  357.  
  358. .as:before {position:Absolute;
  359. content:'';
  360. width:20px;
  361. left:1px;
  362. top:11px;
  363. height:1px;
  364. background:#eeeeee;
  365. -webkit-transition:all 0.6s;
  366. -moz-transition:all 0.6s;
  367. -ms-transition:all 0.6s;
  368. -o-transition:all 0.6s;
  369. transition:all 0.6s; }
  370.  
  371. .as:hover {padding-left:50px;
  372. -webkit-transition:all 0.6s;
  373. -moz-transition:all 0.6s;
  374. -ms-transition:all 0.6s;
  375. -o-transition:all 0.6s;
  376. transition:all 0.6s; }
  377.  
  378. .as:hover::before {width:40px;
  379. -webkit-transition:all 0.6s;
  380. -moz-transition:all 0.6s;
  381. -ms-transition:all 0.6s;
  382. -o-transition:all 0.6s;
  383. transition:all 0.6s; }
  384.  
  385. .qq {
  386. background-color:#fcfcfc;
  387. padding:10px;
  388. }
  389. .a {
  390. margin-top:10px;
  391. }
  392.  
  393.  
  394. /*chat*/
  395.  
  396. .chat ol {
  397. padding:0;
  398. list-style:none;
  399. }
  400. .line {padding:5px 0;}
  401.  
  402. .label {font-weight:bold;
  403. }
  404.  
  405.  
  406.  
  407.  
  408.  
  409. /*permalink and notes*/
  410.  
  411. #permalink {
  412. text-align:left;
  413. font-size:10px;
  414. letter-spacing:1px;
  415. font-family:cambria;
  416. padding:10px;
  417. margin-left:-11px;
  418. font-style:normal;
  419. width:400px;
  420. color:#000;
  421. text-transform:lowercase;
  422. }
  423. #permalink a {margin-right:2px;
  424. color:#000;
  425. -webkit-transition:all 0.6s;
  426. -moz-transition:all 0.6s;
  427. -ms-transition:all 0.6s;
  428. -o-transition:all 0.6s;
  429. transition:all 0.6s;
  430. }
  431.  
  432. #permalink a:hover {
  433. color:{color:main};
  434. letter-spacing:1px;
  435. font-style:normal;
  436. -webkit-transition:all 0.6s;
  437. -moz-transition:all 0.6s;
  438. -ms-transition:all 0.6s;
  439. -o-transition:all 0.6s;
  440. transition:all 0.6s;
  441. }
  442.  
  443.  
  444. #infoset {
  445. width:400px;
  446. color:#000;
  447. -webkit-transition:all 0.6s;
  448. -moz-transition:all 0.6s;
  449. -ms-transition:all 0.6s;
  450. -o-transition:all 0.6s;
  451. transition:all 0.6s;
  452. }
  453.  
  454. #infoset a:hover {
  455. color:{color:main};
  456. -webkit-transition:all 0.6s;
  457. -moz-transition:all 0.6s;
  458. -ms-transition:all 0.6s;
  459. -o-transition:all 0.6s;
  460. transition:all 0.6s;
  461. background-color:transparent;
  462. }
  463.  
  464. #posts .tags {
  465. opacity:0;
  466. font-size:8px;
  467. text-transform:uppercase;
  468. letter-spacing:1px;
  469. text-align:justify;
  470. margin-top:-35px;
  471. height:10px;
  472. padding:5px;
  473. -webkit-transition:all 0.9s;
  474. -moz-transition:all 0.9s;
  475. -ms-transition:all 0.9s;
  476. -o-transition:all 0.9s;
  477. transition:all 0.9s;
  478. }
  479.  
  480. #posts:hover .tags {
  481. opacity:1;
  482. text-align:justify;
  483. font-size:8px;
  484. text-transform:uppercase;
  485. letter-spacing:1px;
  486. padding:5px;
  487. height:auto;
  488. line-height:100%;
  489. color:#000;
  490. margin-top:0px;
  491. -webkit-transition:all 0.9s;
  492. -moz-transition:all 0.9s;
  493. -ms-transition:all 0.96s;
  494. -o-transition:all 0.9s;
  495. transition:all 0.9s;
  496. }
  497.  
  498. #posts .tags a {
  499. color:#000;
  500. padding-left:5px;
  501. padding-right:5px;
  502. padding-top:0px;
  503. padding-bottom:0px;
  504. font-style:normal;
  505. line-height:10px;
  506. background-color:transparent;
  507. }
  508.  
  509. #posts .tags a:hover {
  510. color:#eee;
  511. padding-left:5px;
  512. padding-right:5px;
  513. padding-top:0px;
  514. font-style:normal;
  515. line-height:10px;
  516. font-weight:normal;
  517. letter-spacing:1px;
  518. padding-bottom:0px;
  519. -webkit-transition:all 0.9s;
  520. -moz-transition:all 0.9s;
  521. -ms-transition:all 0.96s;
  522. -o-transition:all 0.9s;
  523. transition:all 0.9s;
  524. }
  525.  
  526. .pagenotes {
  527. {block:IndexPage}
  528. display: none!important;
  529. {/block:IndexPage}
  530. width:400px;
  531. text-align:left;
  532.  
  533. }
  534. .pagenotes img {
  535. display:none!important;}
  536. .pagenotes li {
  537. list-style-type:none;
  538. padding:5px 0px;
  539. text-align:left;
  540. margin:0 0 0 -40px;
  541. }
  542.  
  543. /*PAGINATION*/
  544.  
  545. .h7 a{
  546. font-family:bebas neue;
  547. font-size:10px;
  548. letter-spacing:2px;
  549. background-color:#fff;
  550. color:#fff;
  551. }
  552.  
  553. .h7 a:hover {
  554. color:transparent;
  555. -webkit-transition: all .65s;
  556. }
  557.  
  558. #shit {
  559. position:fixed;
  560. top:10px;
  561. left:10px;
  562. font-size:8px;
  563. color:black;
  564. letter-spacing:2px;
  565. padding:3px;
  566. font-weight:bold;
  567. z-index:9999;
  568. background-color:white;
  569. border:1px solid {color:background};
  570. width: 10px;
  571. height:10px; overflow: hidden;
  572. transition: all 0.4s ease-out;
  573. -o-transition: all 0.4s ease-out;
  574. -webkit-transition: all 0.4s ease-out;
  575. -moz-transition: all 0.4s ease-out;}
  576.  
  577. #shit:hover {width: 100px;
  578. transition: all 0.4s ease-out;
  579. -o-transition: all 0.4s ease-out;
  580. -webkit-transition: all 0.4s ease-out;
  581. -moz-transition: all 0.4s ease-out;}
  582.  
  583. .liinks {
  584. position:fixed;
  585. margin-top:305px;
  586. margin-left:525px;
  587. }
  588. .liinks a {
  589. display:inline-block;
  590. line-height:1px;
  591. margin-right:10px;
  592. font-family:arial;
  593. font-size:18px;
  594. font-weight:900;
  595. letter-spacing:-1px;
  596. text-align:left;
  597. text-transform:lowercase;
  598. background-color:#fff;
  599. color:#fff;
  600. padding:5px;
  601. opacity:1;
  602. -webkit-transition: all .65s;
  603. }
  604. .liinks a:hover {
  605. background-color:#ffd9e8;
  606. letter-spacing:10px;
  607. color:black;
  608. -webkit-transition: all .65s;
  609. }
  610.  
  611. #cat {
  612. position:fixed;
  613. margin-top:220px;
  614. margin-left:180px;
  615. z-index:-1;
  616. font-size:7px;
  617. font-family:arial;
  618. padding:20px;
  619. border:1px solid #eee;
  620. background-color:#fff;
  621. letter-spacing:1px;
  622. }
  623.  
  624. #links {
  625. position:fixed;
  626. margin-left:-295px;
  627. margin-top:370px;padding:5px;
  628. }
  629.  
  630. #links a {
  631. padding:3px;
  632. letter-spacing:-1px;
  633. font-family:arial;
  634. font-weight:bold;
  635. font-size:18px;
  636. color:#000;
  637. background-color:#fff;
  638. -webkit-transition: all .65s;
  639. }
  640.  
  641. #links a:hover {
  642. color:#fff;
  643. background-color:{color:background};
  644. padding-bottom:30px;
  645. color:#fff;
  646. -webkit-transition: all .65s;
  647. }
  648.  
  649. #pag {
  650. position:fixed;
  651. margin-top:330px;
  652. margin-left:600px;
  653. font-size:50px;
  654. letter-spacing:-2px;
  655. font-family:arial;
  656. font-weight:bold;
  657. text-align:center;
  658. }
  659.  
  660. #pag a {
  661. color:#000;}
  662.  
  663. #pag a:hover {
  664. font-style:none;
  665. color:transparent;
  666. }
  667.  
  668. #pag2 {
  669. position:fixed;
  670. margin-top:390px;
  671. margin-left:600px;
  672. font-size:50px;
  673. letter-spacing:-2px;
  674. font-family:arial;
  675. font-weight:bold;
  676. text-align:center;
  677. }
  678.  
  679.  
  680. #pag2 a {
  681. color:#fff;}
  682.  
  683. #pag2 a:hover {
  684. font-style:none;
  685. color:{color:main};
  686. }
  687.  
  688. #tis {
  689. position:fixed;
  690. margin-top:317px;
  691. margin-left:370px;
  692. font-size: 50px;
  693. text-align: left;
  694. font-weight: bold;
  695. font-family: Microsoft Yahei, Arial Bold;
  696. text-transform: uppercase;
  697. }
  698.  
  699.  
  700. #lostatsea {
  701. top:190px; /*--change the tab's position--*/
  702. left:115px; /*--change the tab's position--*/
  703. position:fixed;
  704. }
  705.  
  706. .convo {
  707. width:112px;
  708. text-transform:uppercase; /*--can change to lowercase or none--*/
  709. padding:5px 10px 5px 10px;
  710. letter-spacing:4px;
  711. color:{color:asterick};
  712. font-family:arial;
  713. text-align:center;
  714. font-size:7px; /*--change title font size--*/
  715. line-height:14px;
  716. -moz-transition-duration:0.7s;
  717. -webkit-transition-duration:0.7s;
  718. -o-transition-duration:0.7s;
  719. font-size:130px;
  720. font-family:bebas neue;
  721. text-shadow:
  722. -1px -1px 0 #eee,
  723. 1px -1px 0 #eee,
  724. -1px 1px 0 #eee,
  725. 1px 1px 0 #eee;
  726. -webkit-transition: all .65s;
  727. }
  728.  
  729. @-webkit-keyframes spaceboots {
  730. 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  731. 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  732. 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  733. 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  734. 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  735. 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  736. 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  737. 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  738. 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  739. 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  740. 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  741. }
  742.  
  743. .convo {
  744. display:inline-block
  745. }
  746.  
  747. .convo:hover, convo:focus {
  748. cursor:help;
  749. color:{color:main};
  750. -webkit-animation-name: spaceboots;
  751. -webkit-animation-duration: 0.8s;
  752. -webkit-transform-origin:50% 50%;
  753. -webkit-animation-iteration-count: infinite;
  754. -webkit-animation-timing-function: linear;
  755. -webkit-transition: all .65s;
  756. -moz-transition-duration:0.7s;
  757. -webkit-transition-duration:0.7s;
  758. -o-transition-duration:0.7s;
  759. }
  760.  
  761. .content {
  762. width:130px;
  763. margin-left:-100px;
  764. font-size:11px; /*--change tab's font size--*/
  765. line-height:13px;
  766. text-transform:uppercase; /*--can change to lowercase or none--*/
  767. display:none;
  768. padding:5px;
  769. background:white;
  770. color:#000;
  771. border-bottom:1px solid #eee; /*--change bottom border colour--*/
  772. }
  773.  
  774. .content a {
  775. color:{color:main};
  776. }
  777.  
  778. .content a:hover {
  779. color:#eee;
  780. }
  781.  
  782. .content ul {
  783. margin-left:-30px;
  784. width:110px;
  785. }
  786.  
  787. {CustomCSS}
  788.  
  789.  
  790. </style>
  791.  
  792.  
  793.  
  794. </head>
  795.  
  796. <body>
  797. <SCRIPT type="text/javascript">
  798. /*
  799. Snow Fall 1 - no images - Java Script
  800. Visit http://rainbow.arch.scriptmania.com/scripts/
  801. for this script and many more
  802. */
  803.  
  804. // Set the number of snowflakes (more than 30 - 40 not recommended)
  805. var snowmax=35
  806.  
  807. // Set the colors for the snow. Add as many colors as you like
  808. var snowcolor=new Array("#aaaacc","#ddddff","#ccccdd","#f3f3f3","#f0ffff")
  809.  
  810. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  811. var snowtype=new Array("Times","Arial","Times","Verdana")
  812.  
  813. // Set the letter that creates your snowflake (recommended: * )
  814. var snowletter="*"
  815.  
  816. // Set the speed of sinking (recommended values range from 0.3 to 2)
  817. var sinkspeed=0.6
  818.  
  819. // Set the maximum-size of your snowflakes
  820. var snowmaxsize=30
  821.  
  822. // Set the minimal-size of your snowflakes
  823. var snowminsize=8
  824.  
  825. // Set the snowing-zone
  826. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  827. // Set 3 for center-snowing, set 4 for right-side-snowing
  828. var snowingzone=1
  829.  
  830. ///////////////////////////////////////////////////////////////////////////
  831. // CONFIGURATION ENDS HERE
  832. ///////////////////////////////////////////////////////////////////////////
  833.  
  834.  
  835. // Do not edit below this line
  836. var snow=new Array()
  837. var marginbottom
  838. var marginright
  839. var timer
  840. var i_snow=0
  841. var x_mv=new Array();
  842. var crds=new Array();
  843. var lftrght=new Array();
  844. var browserinfos=navigator.userAgent
  845. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  846. var ns6=document.getElementById&&!document.all
  847. var opera=browserinfos.match(/Opera/)
  848. var browserok=ie5||ns6||opera
  849.  
  850. function randommaker(range) {
  851. rand=Math.floor(range*Math.random())
  852. return rand
  853. }
  854.  
  855. function initsnow() {
  856. if (ie5 || opera) {
  857. marginbottom = document.body.scrollHeight
  858. marginright = document.body.clientWidth-15
  859. }
  860. else if (ns6) {
  861. marginbottom = document.body.scrollHeight
  862. marginright = window.innerWidth-15
  863. }
  864. var snowsizerange=snowmaxsize-snowminsize
  865. for (i=0;i<=snowmax;i++) {
  866. crds[i] = 0;
  867. lftrght[i] = Math.random()*15;
  868. x_mv[i] = 0.03 + Math.random()/10;
  869. snow[i]=document.getElementById("s"+i)
  870. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  871. snow[i].size=randommaker(snowsizerange)+snowminsize
  872. snow[i].style.fontSize=snow[i].size+'px';
  873. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  874. snow[i].style.zIndex=1000
  875. snow[i].sink=sinkspeed*snow[i].size/5
  876. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  877. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  878. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  879. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  880. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  881. snow[i].style.left=snow[i].posx+'px';
  882. snow[i].style.top=snow[i].posy+'px';
  883. }
  884. movesnow()
  885. }
  886.  
  887. function movesnow() {
  888. for (i=0;i<=snowmax;i++) {
  889. crds[i] += x_mv[i];
  890. snow[i].posy+=snow[i].sink
  891. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  892. snow[i].style.top=snow[i].posy+'px';
  893.  
  894. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  895. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  896. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  897. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  898. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  899. snow[i].posy=0
  900. }
  901. }
  902. var timer=setTimeout("movesnow()",50)
  903. }
  904.  
  905. for (i=0;i<=snowmax;i++) {
  906. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  907. }
  908. if (browserok) {
  909. window.onload=initsnow
  910. }
  911.  
  912. </script>
  913.  
  914.  
  915.  
  916. <div id="top"></div>
  917.  
  918. <div id="lostatsea">
  919. <div class="convo"><a title="click me!"><img src="http://www.u.arizona.edu/~patricia/cute-collection/christmas-stuff/wreath.gif"></a></div>
  920. <div class="content">
  921.  
  922. <div style="font-family:bebas neue;font-size:8px;letter-spacing:3px;background-color:{color:main};color:black;padding-left:10px;">XP LOG</div>
  923. <span style="font-size:8px;line-height:8px;"><ul>
  924. 〔 <span style="font-weight:bold;color:{color:main};">{text:singing}</span> 〕 singing<br>
  925. 〔 <span style="font-weight:bold;color:{color:main};">{text:creativity}</span> 〕 creativity<br>
  926. 〔 <span style="font-weight:bold;color:{color:main};">{text:charisma}</span> 〕 charisma<br>
  927. 〔 <span style="font-weight:bold;color:{color:main};">{text:dance}</span> 〕 dance<br>
  928. 〔 <span style="font-weight:bold;color:{color:main};">{text:rap}</span> 〕 rapping<br>
  929. 〔 <span style="font-weight:bold;color:{color:main};">{text:debut}</span> 〕 debut</span>
  930. </ul>
  931. <center>-- <a href="/sk">〔 view stats 〕</a> --</center><br></span>
  932. <div style="font-family:bebas neue;letter-spacing:3px;background-color:{color:main};color:black;padding-left:10px;font-size:8px;">CURRENTLY</div>
  933. <span style="font-size:8px;text-align:left;"><ul>
  934. ⇢aspiring singer for <a href="http://rovalent.tumblr.com"><span style="font-weight:bold;color:{color:main};">royal entertainment</a></span>.<br>
  935. ⇢part time waitress at<span style="font-weight:bold;color:{color:main};"> panda express</span>.
  936. <br>
  937. ★ <span style="font-weight:bold;color:{color:background};">HAPPY HOLIDAYS EVERYONE</span><i>!</i>
  938. </ul></span>
  939. </div>
  940. </div>
  941.  
  942. <div style="position:fixed;margin-top:160px;margin-left:415px;z-index:100;"><img src="https://31.media.tumblr.com/tumblr_lumfj90JTt1qibcty.gif"></div>
  943.  
  944. <div id="tis" style="line-height: 46px;letter-spacing:-4px;">メリ<br>ーx<br><span style="color:white">MAS。</span>
  945. <div style="margin-left:-60px;margin-top:-65px;font-size:7px;letter-spacing:1px;line-height:10px;color:{color:asterick};"><img src="http://fc08.deviantart.net/fs39/f/2008/356/2/c/Santa_by_xXMandy20Xx.gif"></div>
  946. <div style="margin-top:1px;margin-left:-65px;font-size:6px;text-align:center;font-weight:normal;letter-spacing:1px;line-height:100%;width:65px;color:white;">HO HO HO!</div></div>
  947.  
  948.  
  949. <div id="cat"><img src="{image:sidebar}" width=120></div>
  950. <div id="con">
  951.  
  952. <div id="sidebar">
  953. <div class="description">
  954. <div style="text-align:left;">{Description}</div></div>
  955. <div id="links">
  956. <a href="/">01.</a>
  957. <a href="/ask">02.</a>
  958. <a href="/nav">03.</a>
  959. <a href="http://rookiesrp.tumblr.com">04.</a>
  960. </div>
  961. <div id="pag">
  962. {block:Pagination}{block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}<br></div><div id="pag2">
  963. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}{/block:Pagination}
  964. </div>
  965.  
  966. </div>
  967.  
  968.  
  969.  
  970.  
  971. <div id="entries">
  972.  
  973. {block:Posts}
  974. <div id="posts">
  975.  
  976. {block:Date}
  977. <div id="infoset"><div id="permalink">
  978. &nbsp;made: <a href="{permalink}">{ShortMonth}, {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}</a>
  979. <br>&nbsp;{block:NoteCount}+<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}">SOURCE</a> {/block:ContentSource}</div>
  980. {/block:Date}
  981.  
  982. {block:Quote}
  983. <div id="titlequote">“{Quote}”</div>
  984. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  985. {/block:Quote}
  986.  
  987.  
  988.  
  989. {block:Text}
  990.  
  991. {block:Title}
  992. <div id="title">{Title}</div>{/block:Title}
  993. {Body}
  994. {/block:Text}
  995.  
  996. {block:Link}
  997. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  998. {/block:Link}
  999.  
  1000. {block:Chat}
  1001. {block:Title}
  1002. <h1>{Title}</h1>
  1003. {/block:Title}
  1004. <div class="chat">
  1005. <ol>{block:Lines}
  1006. <li class="line {Alt}">
  1007. {block:Label}
  1008. <span class="label">
  1009. {Label}</span>
  1010. {/block:Label}{Line}</li>
  1011. {/block:Lines}
  1012. </ol></div>
  1013. {/block:Chat}
  1014.  
  1015. {block:Photo}
  1016. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  1017. <div class="caption">{Caption}</div>
  1018. {/block:Photo}
  1019.  
  1020. {block:Photoset}
  1021. {Photoset-400}
  1022. {block:Caption}{Caption}{/block:Caption}
  1023. {/block:Photoset}
  1024.  
  1025. {Video-400}
  1026. {/block:Video}
  1027.  
  1028. {block:Audio}
  1029. <div class="audioinfo">
  1030. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  1031. </div>
  1032. <div class="playerback">
  1033. <div class="player">{AudioPlayerWhite}</div>
  1034. </div>
  1035. <div class="caption">{Caption}</div>
  1036. {/block:Audio}
  1037.  
  1038. {block:Answer}
  1039. <div class="q">
  1040. <div class="as">{Asker}</div>
  1041. <div class="qq"><p style="text-align:justify;margin-left:15px;width:350px;color:#000;">{Question}</div></p></div>
  1042. <div class="a">{Answer}</div>
  1043. {/block:Answer}
  1044.  
  1045. </div>
  1046.  
  1047. <div class="tags">
  1048. <div class="substuff">{block:HasTags}FILED UNDER: {block:Tags}<a href="{TagUrl}">#{Tag}</a> &nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}</div>
  1049.  
  1050. </div>
  1051.  
  1052. {block:PostNotes}
  1053. <div class="pagenotes">
  1054. {PostNotes}
  1055. </div>
  1056. {/block:PostNotes}
  1057.  
  1058.  
  1059. {/block:Posts}
  1060.  
  1061.  
  1062.  
  1063. </div>
  1064.  
  1065. </div>
  1066.  
  1067. <div id="shit" >THEME BY RKQRI.</div>
  1068.  
  1069.  
  1070. {block:ContentSource}
  1071. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1072. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1073. {/block:SourceLogo}
  1074. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1075. {/block:ContentSource}
  1076.  
  1077. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1078.  
  1079. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement