Advertisement
manon15

punisher theme code

Apr 4th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--code by manon/butscrewmefirst. don't take as your own!-->
  5.  
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Tillana' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  30. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  31. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  32. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  33. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  34. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  35. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  36. <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41. <script>
  42. $(document).ready(function() {
  43. //
  44. $('a.poplight[href^=#]').click(function() {
  45. var popID = $(this).attr('rel'); //Get Popup Name
  46. var popURL = $(this).attr('href'); //Get Popup href to define size
  47. var query= popURL.split('?');
  48. var dim= query[1].split('&');
  49. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  50. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  51. var popMargTop = ($('#' + popID).height() + 80) / 2;
  52. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  53. //Apply Margin to Popup
  54. $('#' + popID).css({
  55. 'margin-top' : -popMargTop,
  56. 'margin-left' : -popMargLeft
  57. });
  58. $('body').append('<div id="fade"></div>');
  59. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  60. return false;
  61. });
  62. $('a.close, #fade').live('click', function() {
  63. $('#fade , .popup_block, .question_block').fadeOut(function() {
  64. $('#fade, a.close').remove(); //fade them both out
  65. });
  66. return false;
  67. });
  68. });
  69. </script>
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. .popup_block{
  75. display:none;
  76. float:left;
  77. background-image: url('http://i.imgur.com/kSANVAI.png');
  78. background-color:transparent;
  79. height:500px;
  80. position:fixed;
  81. top:50%; left: 50%;
  82. z-index:9999999999999;
  83. opacity:1;
  84. }
  85.  
  86.  
  87. *html #fade {position: absolute;}
  88. *html .popup_block {position: absolute;}
  89. #fade {
  90. display:none;
  91. position:fixed;
  92. left:0px;
  93. top:0px;
  94. width:100%;
  95. height:100%;
  96. z-index:999999;
  97. background:rgba(0,0,0,.6); / change to #fff for solid white /
  98. }
  99.  
  100. #text {
  101. top:50%; *
  102. left:50%; *
  103. margin-top:50px; *
  104. margin-left:450px; *
  105. width:270px; **
  106. height:200px; **
  107. overflow:scroll; **
  108. text-align:justify;
  109. font-family:calibri;
  110. font-size:10px;
  111. color:#fff;
  112. background:transparent;
  113. }
  114.  
  115. #heading {
  116. top:50%;
  117. left:50%;
  118. margin-top:25px;
  119. margin-left:70px;
  120. font-family:"prata";
  121. font-size:13px;
  122. color:#fff;
  123. background:transparent;
  124. }
  125.  
  126. #poptext2 {
  127. margin-top:227px;
  128. margin-left:80px;
  129. width:270px;
  130. height:272px;
  131. font-family:calibri;
  132. font-size:12px;
  133. overflow:scroll;
  134. text-align:justify;
  135. }
  136.  
  137. #poptext {
  138. margin-top:227px;
  139. margin-left:66px;
  140. width:270px;
  141. height:272px;
  142. font-family:calibri;
  143. font-size:12px;
  144. overflow:scroll;
  145. text-align:justify;
  146. }
  147.  
  148. .question_block{
  149. height:300px;
  150. display: none;
  151. float: left;
  152. position: fixed;
  153. top: 50%; left: 50%;
  154. z-index: 999999999999;
  155. }
  156.  
  157.  
  158. /* --- UPDATES ---*/
  159.  
  160.  
  161.  
  162. #bite
  163. #bite a{
  164. display:block
  165. }
  166. #bite .death {
  167. margin-top:0px;filter: alpha(opacity = 0);
  168. opacity:0;-webkit-transition: all 0.5s ease-out;
  169. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  170. }
  171.  
  172. #bite:hover .death {
  173. margin-top:0px;
  174. -webkit-transition: all 0.8s ease-out;
  175. -moz-transition: all 0.8s ease-out;
  176. transition: all 0.8s ease-out;
  177. filter: alpha(opacity = 100);
  178. filter: alpha(opacity = 100);
  179. opacity:100;
  180. }
  181.  
  182. #actualnews {
  183. font-family:'calibri';
  184. font-size:12px;
  185. color: #fff;
  186. width:150px;
  187. height:auto;
  188. padding-top:3px;
  189. left:50%;
  190. margin-left:-600px;
  191. bottom:50px;
  192. text-align:center;
  193. position:fixed;
  194. background:transparent;
  195. }
  196.  
  197. #thekey {
  198. width:auto;
  199. letter-spacing:5px;
  200. left:50%;
  201. bottom:570px;
  202. margin-left:254px;
  203. padding:2px;
  204. position:fixed;
  205. font-size:9px;
  206. font-family: 'prata', serif;
  207. color:#fff;
  208. text-transform:uppercase;
  209. text-shadow: 0px 0px 0px #000;
  210. -ms-transform: rotate(-64deg); /* IE 9 */
  211. -webkit-transform: rotate(-64deg); /* Safari */
  212. transform: rotate(-64deg)
  213.  
  214. }
  215. }
  216.  
  217.  
  218. para {
  219. font-family: 'Prata', serif;
  220. color:#000;
  221. text-shadow:0 0 2px #fff;
  222. font-size:15px;
  223.  
  224. }
  225.  
  226. /*edit scrollbar*/
  227.  
  228. ::-webkit-scrollbar-thumb {
  229. height:auto;
  230. }
  231.  
  232. ::-webkit-scrollbar {
  233. height:4px;
  234. width:3px;
  235. padding-right:2px;
  236. }
  237. /*edit the body this is what post text looks like, background color, etc.*/
  238.  
  239. body {
  240. background-image:url("http://i.imgur.com/590tW1M.png");
  241. background-position:center bottom;
  242. background-attachment:fixed;
  243. background-repeat:no-repeat;
  244. margin:0px;
  245. background-color:#000;
  246. color:#fff;
  247. font-family:arial;
  248. font-size:10px;
  249. line-height:120%;
  250. overflow-x:hidden;
  251. overflow-y:hidden;
  252. }
  253.  
  254.  
  255. /*edit links*/
  256.  
  257. a {
  258. text-decoration:none;
  259. outline:none;
  260. -moz-outline-style:none;
  261. color:#64626c;
  262. -moz-transition-duration:0.8s;
  263. -webkit-transition-duration:0.8s;
  264. -o-transition-duration:0.8s;
  265. text-transform:uppercase;
  266. }
  267.  
  268. /*edit link hover*/
  269.  
  270. a:hover {
  271. color:#fff;
  272. outline:none;
  273. -moz-outline-style:none;
  274. text-decoration:none;
  275. border-radius: 20px 20px 20px 20px #000;
  276. }
  277.  
  278. img {
  279. opacity:.8;
  280. -webkit-filter: Grayscale(50%);
  281. -webkit-transition-duration: 0.8s;
  282. -moz-transition-duration:0.8s;
  283. transition-duration:0.8s;
  284. -o-transition-duration:0.8s;
  285. -webkit-filter: blur(1px);
  286. border-radius: 20px 20px 20px 20px #000;
  287. }
  288.  
  289. img:hover {
  290. opacity:1;
  291. -webkit-filter: Grayscale(0%);
  292. -webkit-transition: all 0.8s ease-out;
  293. -moz-transition: all 0.8s ease-out;
  294. transition: all 0.8s ease-out;
  295. -webkit-filter: blur(0px);
  296. border-radius: 20px 20px 20px 20px #000;
  297.  
  298. }
  299.  
  300. blockquote {
  301. padding-left:5px;
  302. border-left:2px solid #fff;
  303. border-radius:5px;
  304.  
  305. }
  306.  
  307. blockquote blockquote {
  308. padding-left:5px;
  309. border-left:2px solid;
  310. }
  311.  
  312. h1 {
  313. font-size:22px;
  314. text-align:left;
  315. font-family:"prata";
  316. text-align:center;
  317. line-height:110%;
  318. letter-spacing:1px;
  319. color:#000;
  320. }
  321.  
  322.  
  323.  
  324. #title {
  325. color:#000;
  326. font-family:arial;
  327. font-size:16px;
  328. text-transform:lowercase;
  329. font-weight:bold;
  330. letter-spacing:0px;
  331. padding:4px;
  332. margin-top:-20px;
  333. margin-left:-14px;
  334. position:fixed;
  335. text-align:left;
  336. }
  337.  
  338.  
  339. #navi {
  340. float:left;
  341. width:115px;
  342. padding:3px;
  343. }
  344.  
  345.  
  346. /*sidebar links*/
  347.  
  348. .links {
  349. position: fixed;
  350. font-style:none;
  351. left:50%;
  352. bottom:465px;
  353. margin-left:-375px;
  354. font-size:21px;
  355. word-spacing:2px;
  356. line-height: 850%;
  357. text-align: left;
  358. width:20px;
  359. margin-right: auto;
  360. -ms-transform: rotate(-30deg); /* IE 9 */
  361. -webkit-transform: rotate(-30deg); /* Safari */
  362. transform: rotate(-30deg)
  363.  
  364. }
  365.  
  366. .links a {
  367. -webkit-filter:blur(.8px);
  368. letter-spacing: 1px;
  369. padding:3px;
  370.  
  371. }
  372.  
  373. .links a:hover {
  374. color:#000;
  375. opacity:1;
  376. -webkit-transition: all 0.8s ease-out;
  377. -moz-transition: all 0.8s ease-out;
  378. transition: all 0.8s ease-out;
  379. -webkit-filter:;
  380. }
  381.  
  382. .alinks {
  383. position: fixed;
  384. font-style:none;
  385. left:50%;
  386. bottom:460px;
  387. margin-left:-180px;
  388. font-size:23px;
  389. word-spacing:2px;
  390. line-height: 850%;
  391. text-align: left;
  392. width:20px;
  393. margin-right: auto;
  394. -ms-transform: rotate(20deg); /* IE 9 */
  395. -webkit-transform: rotate(20deg); /* Safari */
  396. transform: rotate(20deg)
  397.  
  398. }
  399.  
  400. .alinks a {
  401. -webkit-filter:blur(.8px);
  402. letter-spacing: 1px;
  403. padding:3px;
  404.  
  405. }
  406.  
  407. .alinks a:hover {
  408. color:#000;
  409. opacity:1;
  410. -webkit-transition: all 0.8s ease-out;
  411. -moz-transition: all 0.8s ease-out;
  412. transition: all 0.8s ease-out;
  413. -webkit-filter:;
  414. }
  415.  
  416. .blinks {
  417. position: fixed;
  418. font-style:none;
  419. left:50%;
  420. bottom:552px;
  421. margin-left:-71px;
  422. font-size:16px;
  423. word-spacing:2px;
  424. line-height: 850%;
  425. text-align: left;
  426. width:20px;
  427. margin-right: auto;
  428. -ms-transform: rotate(-10deg); /* IE 9 */
  429. -webkit-transform: rotate(-10deg); /* Safari */
  430. transform: rotate(-10deg)
  431.  
  432. }
  433.  
  434. .blinks a {
  435. -webkit-filter:blur(.8px);
  436. letter-spacing: 1px;
  437. padding:3px;
  438.  
  439. }
  440.  
  441. .blinks a:hover {
  442. color:#000;
  443. opacity:1;
  444. -webkit-transition: all 0.8s ease-out;
  445. -moz-transition: all 0.8s ease-out;
  446. transition: all 0.8s ease-out;
  447. -webkit-filter:;
  448. }
  449.  
  450. .clinks {
  451. position: fixed;
  452. font-style:none;
  453. left:50%;
  454. bottom:515px;
  455. margin-left:160px;
  456. font-size:16px;
  457. word-spacing:2px;
  458. line-height: 850%;
  459. text-align: left;
  460. width:20px;
  461. margin-right: auto;
  462.  
  463. }
  464.  
  465. .clinks a {
  466. -webkit-filter:blur(.8px);
  467. letter-spacing: 1px;
  468. padding:3px;
  469.  
  470. }
  471.  
  472. .clinks a:hover {
  473. color:#000;
  474. opacity:1;
  475. -webkit-transition: all 0.8s ease-out;
  476. -moz-transition: all 0.8s ease-out;
  477. transition: all 0.8s ease-out;
  478. -webkit-filter:;
  479. }
  480.  
  481. .dlinks {
  482. position: fixed;
  483. font-style:none;
  484. left:50%;
  485. bottom:535px;
  486. margin-left:250px;
  487. font-size:19px;
  488. word-spacing:2px;
  489. line-height: 850%;
  490. text-align: left;
  491. width:20px;
  492. margin-right: auto;
  493.  
  494. }
  495.  
  496. .dlinks a {
  497. -webkit-filter:blur(.8px);
  498. letter-spacing: 1px;
  499. padding:3px;
  500.  
  501. }
  502.  
  503. .dlinks a:hover {
  504. color:#000;
  505. opacity:1;
  506. -webkit-transition: all 0.8s ease-out;
  507. -moz-transition: all 0.8s ease-out;
  508. transition: all 0.8s ease-out;
  509. -webkit-filter:;
  510. }
  511.  
  512. .elinks {
  513. position: fixed;
  514. font-style:none;
  515. left:50%;
  516. bottom:515px;
  517. margin-left:-265px;
  518. font-size:30px;
  519. word-spacing:2px;
  520. line-height: 850%;
  521. text-align: left;
  522. width:20px;
  523. margin-right: auto;
  524. -ms-transform: rotate(50deg); /* IE 9 */
  525. -webkit-transform: rotate(50deg); /* Safari */
  526. transform: rotate(50deg)
  527.  
  528. }
  529.  
  530. .elinks a {
  531. -webkit-filter:blur(.8px);
  532. letter-spacing: 1px;
  533. padding:3px;
  534.  
  535. }
  536.  
  537. .elinks a:hover {
  538. color:#000;
  539. opacity:1;
  540. -webkit-transition: all 0.8s ease-out;
  541. -moz-transition: all 0.8s ease-out;
  542. transition: all 0.8s ease-out;
  543. -webkit-filter:;
  544. }
  545.  
  546. #description {
  547. width:208px;
  548. font-size:11px;
  549. padding:5px;
  550. text-align:justify;
  551. letter-spacing:0px;
  552. line-height:90%;
  553. margin-left:-16px;
  554. margin-top:-2px;
  555. }
  556.  
  557. /* this is the box that comes up when you hover over something with a title*/
  558.  
  559. #s-m-t-tooltip {
  560. margin-left:15px;
  561. margin-top:-21px;
  562. letter-spacing:0px;
  563. font-family:"prata";
  564. text-transform:auto;
  565. font-size:12px;
  566. color:#fff;
  567. padding: 3px;
  568. z-index:99999999999999999999999;
  569. -webkit-transition:all 1.5s;
  570. -moz-transition:all 1.5s;
  571. -ms-transition:all 1.5s;
  572. -o-transition:all 1.5s;
  573. transition:all 1.5s;
  574. }
  575.  
  576. .buttons {
  577. display:inline-block;
  578. width:90px;
  579. border-top:1px solid #fff;
  580. border-bottom:1px solid #fff;
  581. margin:5px;
  582. padding:5px;
  583. text-align:center;
  584. }
  585.  
  586. /*next page and previous page*/
  587.  
  588. #pagination {
  589. left:50%;
  590. bottom:40px;
  591. margin-left:150px;
  592. font-size:25px;
  593. position: absolute;
  594. text-align: left;
  595. letter-spacing:4px;
  596. padding-left:87px;
  597. word-spacing:4px;
  598. text-transform:lowercase;
  599.  
  600.  
  601. }
  602.  
  603. #pagination a {
  604. padding:0 3px;
  605. opacity:2;
  606. -webkit-filter: Grayscale(0%);
  607. -webkit-transition: all 0.8s ease-out;
  608. -moz-transition: all 0.8s ease-out;
  609. transition: all 0.8s ease-out;
  610. -webkit-filter: blur(0px);
  611.  
  612. }
  613.  
  614.  
  615. #container {
  616. position: fixed;
  617. height:453px;
  618. width:405px;
  619. text-align:justify;
  620. font-family:'calibri';
  621. text-transform: auto;
  622. left:50%;
  623. margin-left:-201px;
  624. bottom:57px;
  625. overflow: auto;
  626. -ms-transform: rotate(0deg);
  627. -webkit-transform: rotate(0deg);
  628. transform: rotate(0deg);
  629. }
  630.  
  631.  
  632. #post {
  633. width:400px;
  634. text-align:left;
  635. font-size:11px;
  636. line-height:110%;
  637. color:#fff;
  638. margin-left:auto;
  639. margin-right:auto;
  640. }
  641.  
  642.  
  643. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  644.  
  645. b, strong{
  646. color: #54201c;
  647. font-size:16px;
  648. font-family:"prata";
  649. letter-spacing:2px;
  650. line-height:115%;
  651. text-shadow: 0px 0px 0px #000;
  652. font-weight: bold;
  653. text-transform:uppercase;
  654. }
  655.  
  656. i, em, strong {
  657. color: #8d7d72;
  658. font-size:14px;
  659. line-height:115%;
  660. font-family:"bangers";
  661. letter-spacing:2px;
  662. text-shadow:0px 0px 0px #000;
  663. font-weight: italic;
  664.  
  665. }
  666.  
  667. /*time posted, note count, via and source*/
  668.  
  669. .postinfo {
  670. font-family:'Six caps';
  671. width:387px;
  672. margin-top:1px;
  673. padding:6px;
  674. font-size:15px;
  675. color:#fff;
  676. text-shadow:2px 2px 3px rgba(14,8,8, 1);
  677. background-image:url('http://i.imgur.com/E1jsSJt.png');
  678. opacity:.66;
  679. border-radius: 20px 20px 20px 20px;
  680. letter-spacing:1px;
  681. border-bottom:1px #000;
  682. text-transform:uppercase;
  683. font-style:normal;
  684. text-align:center;
  685. }
  686.  
  687. .postinfo a {
  688. color:#fff;
  689. font-style:normal;
  690. }od now
  691.  
  692. .postinfo a:hover {
  693. color:#bebebe;
  694. }
  695.  
  696.  
  697. /*tags*/
  698.  
  699. .tags {
  700. width:387px;
  701. margin-top:4px;
  702. margin-left:-1px;
  703. padding:2px;
  704. font-family:arial;
  705. letter-spacing:0px;
  706. font-size:10px;
  707. text-align:center;
  708.  
  709. }
  710.  
  711. .tags a {
  712. color:#fff;
  713. }
  714.  
  715. .tags a:hover {
  716. color:#000;
  717. }
  718.  
  719. .postnote {
  720. width:387px;
  721. margin-top:40px;
  722. font-family:arial;
  723. text-transform:lowercase;
  724. font-style:normal;
  725. letter-spacing:0px;
  726. font-size:10px;
  727. text-align:left;
  728. }
  729.  
  730. .verses img {
  731. float:center;
  732. -webkit-filter: grayscale(0%);
  733. width:250px;
  734. height:100px;
  735. }
  736.  
  737. /*here go asks*/
  738.  
  739. #ask {
  740. float:left;
  741. line-height:130%;
  742. border: 1px #000;
  743. font-family:"calibri";
  744. font-size:12px;
  745.  
  746. }
  747.  
  748.  
  749.  
  750.  
  751. /*audio player container*/
  752.  
  753. .playercontainer {
  754. text-align:left;
  755. padding:10px;
  756. padding-left:0px;
  757. background-color:#fff;
  758. width:480px;
  759. }
  760.  
  761. /*artist, song, etc.*/
  762.  
  763. .musicinfo {
  764. padding-top:7px;
  765. padding-left:50px;
  766. color:#000;
  767. text-align:justify;
  768. }
  769.  
  770. /*credit. only change this if you actually make the code your own*/
  771.  
  772. #credit {
  773. position:fixed;
  774. font-size:3px;
  775. color:#fff;
  776. font-weight:none;
  777. line-height:50%;
  778. letter-spacing:2px;
  779. right:10px;
  780. bottom:05px;
  781. text-transform:none;
  782. text-align:left;
  783. }
  784.  
  785. #credit a {
  786. letter-spacing: 0px;
  787. padding:3px;
  788. color:#fff;
  789. }
  790.  
  791. #credit a:hover {
  792. background:#000;
  793. color:#fff;
  794. }
  795.  
  796.  
  797.  
  798. {CustomCSS}</style></head><body>
  799. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  800. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  801. <script>
  802. (function($){
  803. $(document).ready(function(){
  804. $("a[title]").style_my_tooltips({
  805. tip_follows_cursor:true,
  806. tip_delay_time:7,
  807. tip_fade_speed:7,
  808. attribute:"title"
  809. });
  810. });
  811. })(jQuery);
  812. </script>
  813.  
  814.  
  815. <!-- begin updates tab -->
  816.  
  817. <div id="bite">
  818. <div id="thekey">HOVER</div>
  819. <div class="death">
  820. <div id="actualnews">
  821. <para><b>words</b></para><p>
  822. more words<br>
  823. <marquee>aaand this is how you make words go across/move!</marquee><br>
  824. <i>here we go hehe</i><p>
  825. bigger space here<br>
  826. and this is how you do a horizontal line!<br>
  827. <HR WIDTH="75%"><br>
  828. hope this helps!<p>
  829. more help yay<p>
  830. more lines lets keep going<p>
  831. watching a scary movie rn <p>
  832. does this box move up or down??<p>
  833. let's see. yes it goes up yay<p>
  834.  
  835. </div></div></div>
  836.  
  837. <!-- end updates tab -->
  838.  
  839.  
  840. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  841. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  842. <script>
  843.  
  844. (function($){
  845.  
  846. $(document).ready(function(){
  847.  
  848. $("a[title]").style_my_tooltips({
  849.  
  850. tip_follows_cursor:true,
  851.  
  852. tip_delay_time:50,
  853.  
  854. tip_fade_speed:600,
  855.  
  856. attribute:"title"
  857.  
  858. });
  859.  
  860. });
  861.  
  862. })(jQuery);
  863.  
  864. </script>
  865.  
  866.  
  867.  
  868.  
  869. <div class="links">
  870. <a href="/" title="refresh">✖</a></div>
  871.  
  872. <div class="alinks">
  873. <a href="#?w=500" title="inquire" rel="box1" class="poplight">✖</a></div>
  874.  
  875. <div class="blinks">
  876. <a href="#?w=400" title="guidelines" rel="box2" class="poplight">✖</a></div>
  877.  
  878. <div class="clinks">
  879. <a href="#?w=400" title="biography" rel="box6" class="poplight">✖</a></div>
  880.  
  881. <div class="dlinks">
  882. <a href="/submit" title="submit">✖</a></div>
  883.  
  884. <div class="elinks">
  885. <a href="#?w=400" title="navigation" rel="box4" class="poplight">✖</a></div>
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896. </div>
  897.  
  898. <div id="description">{Description}</div>
  899.  
  900.  
  901. <div id="pagination">
  902. {block:Pagination}
  903. {block:PreviousPage}
  904. <a href="{PreviousPage}">&larr;</a>
  905. {/block:PreviousPage}
  906.  
  907.  
  908. {block:NextPage}
  909. <a href="{NextPage}">&rarr;</a>
  910. {/block:NextPage}
  911. {/block:Pagination}
  912. </div>
  913.  
  914.  
  915.  
  916. </div>
  917.  
  918.  
  919. <div id="container">{block:Posts}<div id="post">
  920.  
  921. {block:Text}<h1>{block:Title}<big><big><center>{Title}</center></big></big>{/block:Title}</h1>{Body}{/block:Text}
  922.  
  923. {block:Quote}<big><b><center>"{Quote}"</center></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  924.  
  925. {block:Chat}{block:Title}<h1><center>{Title}</center></h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  926.  
  927. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  928.  
  929. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  930.  
  931. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  932.  
  933. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  934.  
  935.  
  936. {block:AudioPlayer}
  937. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  938.  
  939. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-40}" style="margin-right:12px;border:1px solid #e3e3e3;padding:3px;"></div> "{Question}"<br>
  940. — {ASKER}<br><br>
  941. {Answer}<br>{/block:Answer}
  942.  
  943. {block:Date}<div class="postinfo"> <a href="{Permalink}">{TimeAgo}</a>   {block:NoteCount}+ {NoteCount}{/block:NoteCount}   {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  944.  
  945. {block:HasTags}
  946. <div class="tags">
  947. {block:Tags}<a href="{TagURL}"> ○ {Tag}</a>  {/block:Tags}</div>
  948. {/block:HasTags}
  949.  
  950. <div class="postnote">
  951. {block:PostNotes}{PostNotes}{/block:PostNotes}
  952. </div>
  953. </div>
  954. {/block:Posts}
  955.  
  956.  
  957.  
  958.  
  959. </div></div></div></div>
  960. </div>
  961.  
  962. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="credit"><i>M</i></a></div>
  963.  
  964. </body>
  965.  
  966. </div></div></div></div></div></div></div></div></div></div>
  967. <div id="box1" class="question_block">
  968. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  969. </div>
  970. </div></div></div></div></div></div></div></div></div></div>
  971.  
  972. <div id="box2" class="popup_block">
  973. <div id="poptext">
  974. <center><b>GUIDELINES</b></center><br>
  975. .01 — rule one<br>
  976. .02 — rule two<br>
  977. .03 — rule three<br>
  978. .04 — rule four<br>
  979. .05 — rule five<br>
  980. .06 — rule six<br>
  981. .07 — rule seven<br>
  982. .08 — rule eight<br>
  983. .09 — rule nine<br>
  984. .10 — rule ten<br>
  985. .11 — rule eleven<br>
  986. .12 — rule twelve<br>
  987. .13 — rule thirteen<br>
  988. .14 — rule fourteen<br>
  989. .15 — rule fifteen<br>
  990. .16 — rule sixteen<br>
  991. .17 — rule seventeen<br>
  992. .18 — rule eighteen<br>
  993. .19 — rule nineteen<br>
  994. .20 — rule twenty
  995. </div>
  996. </div>
  997.  
  998. </div></div></div></div></div></div></div></div></div></div>
  999.  
  1000. <div id="box3" class="popup_block">
  1001. <div id="poptext">
  1002. <center><b>VERSES</b></center><br>
  1003. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1004. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1005.  
  1006. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1007. <HR WIDTH="90%">
  1008. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1009. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1010.  
  1011. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1012. <HR WIDTH="90%">
  1013. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1014. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1015.  
  1016. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1017. <HR WIDTH="90%">
  1018. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1019. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1020.  
  1021. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1022. <HR WIDTH="90%">
  1023. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1024. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1025.  
  1026. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1027. <HR WIDTH="90%">
  1028. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1029. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1030.  
  1031. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1032. <HR WIDTH="90%">
  1033. <center><img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center>
  1034. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1035.  
  1036. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1037. <HR WIDTH="90%">
  1038. </center>
  1039. </div>
  1040. </div>
  1041. </div>
  1042. </div></div></div></div></div></div></div></div></div></div>
  1043.  
  1044. <div id="box4" class="popup_block">
  1045. <div id="poptext2">
  1046. <center><b>NAVIGATION</b></center><br>
  1047. <div id="navi">
  1048. <a href="/link here" class="buttons">LINK</a><br>
  1049. <a href="/link here" class="buttons">NAME</a><br>
  1050. <a href="/link here" class="buttons">HERE</a><br>
  1051. <a href="/link here" class="buttons">LINK</a><br>
  1052. <a href="/link here" class="buttons">NAME</a><br>
  1053. <a href="/link here" class="buttons">HERE</a><br>
  1054. <a href="/link here" class="buttons">LINK</a><br>
  1055. <a href="/link here" class="buttons">NAME</a><br>
  1056. <a href="/link here" class="buttons">HERE</a><br>
  1057. <a href="/link here" class="buttons">LINK</a><br>
  1058. <a href="/link here" class="buttons">NAME</a><br>
  1059. <a href="/link here" class="buttons">HERE</a><br>
  1060. <a href="/link here" class="buttons">LINK</a><br>
  1061. <a href="/link here" class="buttons">NAME</a><br>
  1062. <a href="/link here" class="buttons">HERE</a><br>
  1063. </div>
  1064. <div id="navi">
  1065. <a href="/link here" class="buttons">LINK</a><br>
  1066. <a href="/link here" class="buttons">NAME</a><br>
  1067. <a href="/link here" class="buttons">HERE</a><br>
  1068. <a href="/link here" class="buttons">LINK</a><br>
  1069. <a href="/link here" class="buttons">NAME</a><br>
  1070. <a href="/link here" class="buttons">HERE</a><br>
  1071. <a href="/link here" class="buttons">LINK</a><br>
  1072. <a href="/link here" class="buttons">NAME</a><br>
  1073. <a href="/link here" class="buttons">HERE</a><br>
  1074. <a href="/link here" class="buttons">LINK</a><br>
  1075. <a href="/link here" class="buttons">NAME</a><br>
  1076. <a href="/link here" class="buttons">HERE</a><br>
  1077. <a href="/link here" class="buttons">LINK</a><br>
  1078. <a href="/link here" class="buttons">NAME</a><br>
  1079. <a href="/link here" class="buttons">HERE</a><br>
  1080. </div>
  1081. </div>
  1082. </div>
  1083.  
  1084. </div></div></div></div></div></div></div></div></div></div>
  1085.  
  1086. <div id="box6" class="popup_block">
  1087. <div id="poptext">
  1088. <center><b>BIOGRAPHY</b><br>
  1089. <img src="http://i.imgur.com/epfNW6Z.png" class="verses"></center><br>
  1090. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1091. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1092. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, vitae accumsan felis. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1093. </div>
  1094. </div>
  1095. </div>
  1096.  
  1097. </div></div></div></div></div></div></div></div></div></div>
  1098.  
  1099. <div id="box5" class="popup_block">
  1100. <center>theme credit goes to &nbsp;<i><a href="http://butscrewmefirst.tumblr.com">Manon</a></i>.<br> do not remove the credit nor claim as your own. if you &nbsp;<b>HAVE</b> to take this credit out, make sure you credit me on a &nbsp;<b>VISIBLE</b> and often visited page.</center>
  1101. </div>
  1102.  
  1103. </div></div></div></div></div></div></div></div></div></div>
  1104.  
  1105. <div id="box7" class="popup_block">
  1106. <div style="height: 400px; overflow-y: scroll; overflow-x: hidden;">
  1107. <center><big><h1>ABOUT MUN</h1></big><BR>
  1108. <HR WIDTH="100%"><br>
  1109. <img src="http://i.imgur.com/MFebYZf.png" class="verses"><br>
  1110. CONTENT
  1111. CONTENT
  1112. CONTENT
  1113. </center>
  1114. </div>
  1115. </div>
  1116.  
  1117. </div></div></div></div></div></div></div></div></div></div>
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement