Advertisement
manon15

psychokiinesis code

Nov 19th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- BACKGROUND & CODE BY ╰☆╮MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Tillana' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  32. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  33. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  36. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  38. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  39. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  42. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  43. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  44. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  45. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  46. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  47. <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  48. <link href='https://fonts.googleapis.com/css?family=Khand' rel='stylesheet' type='text/css'>
  49. <link href='https://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'>
  50. <link href='https://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise' rel='stylesheet' type='text/css'>
  52. <link href='https://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  53. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  54. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  55. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  56. <link href="https://fonts.googleapis.com/css?family=Over+the+Rainbow" rel='stylesheet' type='text/css'>
  57. <link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel='stylesheet' type='text/css'>
  58.  
  59.  
  60. <script type="text/javascript"
  61. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  62. <script>
  63. $(document).ready(function() {
  64. //
  65. $('a.poplight[href^=#]').click(function() {
  66. var popID = $(this).attr('rel'); //Get Popup Name
  67. var popURL = $(this).attr('href'); //Get Popup href to define size
  68. var query= popURL.split('?');
  69. var dim= query[1].split('&');
  70. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  71. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  72. var popMargTop = ($('#' + popID).height() + 80) / 2;
  73. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  74. //Apply Margin to Popup
  75. $('#' + popID).css({
  76. 'margin-top' : -popMargTop,
  77. 'margin-left' : -popMargLeft
  78. });
  79. $('body').append('<div id="fade"></div>');
  80. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  81. return false;
  82. });
  83. $('a.close, #fade').live('click', function() {
  84. $('#fade , .popup_block, .question_block').fadeOut(function() {
  85. $('#fade, a.close').remove(); //fade them both out
  86. });
  87. return false;
  88. });
  89. });
  90. </script>
  91.  
  92.  
  93. <style type="text/css">
  94.  
  95. .popup_block{
  96. display:none;
  97. float:left;
  98. background-image: url('http://i.imgur.com/gCmfsGl.png');
  99. background-color: #fff;
  100. height:500px;
  101. position:fixed;
  102. top:50%; left: 50%;
  103. z-index:9999999999999;
  104. opacity:1;
  105. }
  106.  
  107.  
  108. *html #fade {position: absolute;}
  109. *html .popup_block {position: absolute;}
  110. #fade {
  111. display:none;
  112. position:fixed;
  113. left:0px;
  114. top:0px;
  115. width:100%;
  116. height:100%;
  117. z-index:999999;
  118. background:#000001;
  119. opacity:.5;
  120. }
  121.  
  122.  
  123. #text {
  124. top:50%; *
  125. left:50%; *
  126. margin-top:50px; *
  127. margin-left:450px; *
  128. width:270px; **
  129. height:200px; **
  130. overflow:scroll; **
  131. text-align:justify;
  132. font-family:calibri;
  133. font-size:10px;
  134. color:#fff;
  135. background:transparent;
  136. }
  137.  
  138. #heading {
  139. top:50%;
  140. left:50%;
  141. margin-top:-22px;
  142. text-align:left;
  143. margin-left:15px;
  144. font-family:"prata";
  145. font-size:40px;
  146. color:#fff;
  147. background:transparent;
  148. text-shadow: 0px 0px 14px #fff;
  149. }
  150.  
  151. #poptext2 {
  152. margin-top:34px;
  153. margin-left:60px;
  154. width:545px;
  155. height:444px;
  156. font-family:'calibri';
  157. font-size:12px;
  158. overflow:scroll;
  159. text-align:justify;
  160. }
  161.  
  162. #poptext {
  163. margin-top:30px;
  164. margin-left:30px;
  165. width:543px;
  166. height:448px;
  167. font-family:'calibri';
  168. font-size:12px;
  169. overflow:scroll;
  170. text-align:justify;
  171. }
  172.  
  173. .question_block{
  174. height:300px;
  175. display: none;
  176. float: left;
  177. position: fixed;
  178. top: 50%; left: 50%;
  179. z-index: 999999999999;
  180. }
  181.  
  182.  
  183.  
  184.  
  185.  
  186. para {
  187. font-family: 'Prata', serif;
  188. color:#000;
  189. text-shadow:0 0 2px #fff;
  190. font-size:15px;
  191.  
  192. }
  193.  
  194. /*edit scrollbar*/
  195.  
  196. ::-webkit-scrollbar-thumb {
  197. height:auto;
  198. }
  199.  
  200. ::-webkit-scrollbar {
  201. height:4px;
  202. width:3px;
  203. padding-right:2px;
  204. }
  205. /*edit the body this is what post text looks like, background color, etc.*/
  206.  
  207. body {
  208. background-image:url("http://i.imgur.com/YehAeIQ.png");
  209. background-position:top left;
  210. background-attachment:fixed;
  211. background-repeat:no-repeat;
  212. margin:0px;
  213. background-color:#0d0d0d;
  214. color:#fff;
  215. font-family:arial;
  216. font-size:16px;
  217. line-height:120%;
  218. overflow-x:hidden;
  219. overflow-y:hidden;
  220. }
  221.  
  222.  
  223. /*edit links*/
  224.  
  225. a {
  226. text-decoration:none;
  227. outline:none;
  228. -moz-outline-style:none;
  229. color:#7e7e7e;
  230. -moz-transition-duration:0.8s;
  231. -webkit-transition-duration:0.8s;
  232. -o-transition-duration:0.8s;
  233. text-transform:uppercase;
  234. }
  235.  
  236. /*edit link hover*/
  237.  
  238. a:hover {
  239. color:#fff;
  240. outline:none;
  241. -moz-outline-style:none;
  242. text-decoration:none;
  243. border-radius: 20px 20px 20px 20px #fff;
  244. -webkit-filter: blur(0px);
  245. }
  246.  
  247. img {
  248. opacity:.8;
  249. -webkit-filter: Grayscale(50%);
  250. -webkit-transition-duration: 0.8s;
  251. -moz-transition-duration:0.8s;
  252. transition-duration:0.8s;
  253. -o-transition-duration:0.8s;
  254. -webkit-filter: blur(0px);
  255. border-radius: 20px 20px 20px 20px #000;
  256. }
  257.  
  258. img:hover {
  259. opacity:1;
  260. -webkit-filter: Grayscale(0%);
  261. -webkit-transition: all 0.8s ease-out;
  262. -moz-transition: all 0.8s ease-out;
  263. transition: all 0.8s ease-out;
  264. -webkit-filter: blur(0px);
  265. border-radius: 20px 20px 20px 20px #000;
  266.  
  267. }
  268.  
  269. blockquote {
  270. padding-left:5px;
  271. border-left:1px solid #344049;
  272. border-radius:6px;
  273.  
  274. }
  275.  
  276. blockquote blockquote {
  277. padding-left:5px;
  278. border-left:2px solid;
  279. }
  280.  
  281. h1 {
  282. font-size:15px;
  283. text-align:left;
  284. font-family:"yellowtail";
  285. text-align:center;
  286. line-height:115%;
  287. letter-spacing:2px;
  288. color:#fff;
  289. text-transform:uppercase;
  290. }
  291.  
  292. h2 {
  293. font-size:17px;
  294. text-align:left;
  295. font-family:"alex brush";
  296. text-align:center;
  297. line-height:110%;
  298. letter-spacing:2px;
  299. color:#7e7e7e;
  300. }
  301.  
  302. h3 {
  303. font-size:11px;
  304. text-align:left;
  305. font-family:"arial";
  306. text-align:center;
  307. line-height:110%;
  308. letter-spacing:1px;
  309. color:#380c3d;
  310. }
  311.  
  312. h4 {
  313. font-size:16px;
  314. text-align:left;
  315. font-family:"pacifico";
  316. text-align:center;
  317. line-height:110%;
  318. letter-spacing:1px;
  319. color:#fff;
  320. }
  321.  
  322. h5 { /*this is for home link*/
  323. font-size:20px;
  324. text-align:left;
  325. font-family:"prata";
  326. text-align:center;
  327. line-height:110%;
  328. letter-spacing:1px;
  329. color:#fff;
  330. }
  331.  
  332. h6 { /*this is for pagination*/
  333. font-size:12px;
  334. font-family:"prata";
  335. text-align:center;
  336. line-height:110%;
  337. letter-spacing:1px;
  338. width:250px;
  339. color:#fff;
  340. }
  341.  
  342. pre {
  343. font-family:"kristi";
  344. font-size:16px;
  345. color:#380c3d;
  346. text-shadow:0px 0px 1px #380c3d;
  347. letter-spacing:1px;
  348. text-align:center;
  349. text-transform:uppercase;
  350. padding:5px;
  351. border-top:3px double #000;
  352. border-bottom:3px double #000;
  353. background-position:top center;
  354. border-radius:10px 3px 10px 3px;
  355. }
  356.  
  357.  
  358.  
  359. #title {
  360. color:#fff;
  361. font-family:arial;
  362. font-size:16px;
  363. text-transform:lowercase;
  364. font-weight:bold;
  365. letter-spacing:0px;
  366. padding:4px;
  367. margin-top:-20px;
  368. margin-left:-14px;
  369. position:fixed;
  370. text-align:left;
  371. }
  372.  
  373.  
  374. #navi {
  375. float:left;
  376. width:115px;
  377. padding:3px;
  378. }
  379.  
  380. #muses {
  381. width:125px;
  382. float:left;
  383. overflow:auto;
  384. margin:1px 2px;
  385. }
  386.  
  387. .muses text {
  388. height:50px;
  389. overflow:scroll;
  390. }
  391.  
  392.  
  393. /*sidebar links*/
  394.  
  395. .links {
  396. position: fixed;
  397. font-style:none;
  398. margin-top:-60px;
  399. margin-left:750px;
  400. font-size:24px;
  401. line-height: 850%;
  402. text-align: left;
  403. width:300px;
  404. margin-right: auto;
  405. -ms-transform: rotate(-25deg); /* IE 9 */
  406. -webkit-transform: rotate(-25deg); /* Safari */
  407. transform: rotate(-25deg)
  408.  
  409. }
  410.  
  411. .links a {
  412. -webkit-filter:blur(0px);
  413. letter-spacing: 1px;
  414. padding:3px;
  415. text-shadow: 1px 0px 1px #27282e;
  416.  
  417. }
  418.  
  419. .links a:hover {
  420. color:#fff;
  421. opacity:1;
  422. -webkit-transition: all 0.8s ease-out;
  423. -moz-transition: all 0.8s ease-out;
  424. transition: all 0.8s ease-out;
  425. -webkit-filter:blur(3px);
  426. }
  427.  
  428. .alinks {
  429. position: fixed;
  430. font-style:none;
  431. margin-top:180px;
  432. margin-left:975px;
  433. font-size:30px;
  434. word-spacing:2px;
  435. line-height: 850%;
  436. text-align: left;
  437. width:20px;
  438. margin-right: auto;
  439. -ms-transform: rotate(70deg); /* IE 9 */
  440. -webkit-transform: rotate(70deg); /* Safari */
  441. transform: rotate(70deg)
  442.  
  443.  
  444. }
  445.  
  446. .alinks a {
  447. -webkit-filter:blur(0px);
  448. letter-spacing: 1px;
  449. padding:3px;
  450. text-shadow: 1px 0px 1px #27282e;
  451.  
  452. }
  453.  
  454. .alinks a:hover {
  455. color:#fff;
  456. opacity:1;
  457. -webkit-transition: all 0.8s ease-out;
  458. -moz-transition: all 0.8s ease-out;
  459. transition: all 0.8s ease-out;
  460. -webkit-filter:blur(3px);
  461. }
  462.  
  463. .blinks {
  464. position: fixed;
  465. font-style:none;
  466. margin-top:580px;
  467. margin-left:150px;
  468. font-size:26px;
  469. word-spacing:2px;
  470. line-height: 850%;
  471. text-align: left;
  472. width:20px;
  473. margin-right: auto;
  474. -ms-transform: rotate(20deg); /* IE 9 */
  475. -webkit-transform: rotate(20deg); /* Safari */
  476. transform: rotate(20deg)
  477.  
  478. }
  479.  
  480. .blinks a {
  481. -webkit-filter:blur(0px);
  482. letter-spacing: 1px;
  483. padding:3px;
  484. text-shadow: 1px 0px 1px #27282e;
  485. }
  486.  
  487. .blinks a:hover {
  488. color:#fff;
  489. opacity:1;
  490. -webkit-transition: all 0.8s ease-out;
  491. -moz-transition: all 0.8s ease-out;
  492. transition: all 0.8s ease-out;
  493. -webkit-filter:blur(3px);
  494. }
  495.  
  496. .clinks {
  497. position: fixed;
  498. font-style:none;
  499. margin-top:635px;
  500. margin-left:550px;
  501. font-size:22px;
  502. word-spacing:2px;
  503. line-height: 850%;
  504. text-align: left;
  505. width:20px;
  506. margin-right: auto;
  507. -ms-transform: rotate(-80deg); /* IE 9 */
  508. -webkit-transform: rotate(-80deg); /* Safari */
  509. transform: rotate(-80deg)
  510. }
  511.  
  512. .clinks a {
  513. -webkit-filter:blur(0px);
  514. letter-spacing: 1px;
  515. padding:3px;
  516. text-shadow: 1px 0px 1px #27282e;
  517. }
  518.  
  519. .clinks a:hover {
  520. color:#fff;
  521. opacity:1;
  522. -webkit-transition: all 0.8s ease-out;
  523. -moz-transition: all 0.8s ease-out;
  524. transition: all 0.8s ease-out;
  525. -webkit-filter:blur(3px);
  526. }
  527.  
  528. .dlinks {
  529. position: fixed;
  530. font-style:none;
  531. margin-top:500px;
  532. margin-left:1050px;
  533. font-size:28px;
  534. word-spacing:2px;
  535. line-height: 850%;
  536. text-align: left;
  537. width:20px;
  538. margin-right: auto;
  539. -ms-transform: rotate(0deg); /* IE 9 */
  540. -webkit-transform: rotate(0deg); /* Safari */
  541. transform: rotate(0deg)
  542. }
  543.  
  544. .dlinks a {
  545. -webkit-filter:blur(0px);
  546. letter-spacing: 1px;
  547. padding:3px;
  548. text-shadow: 1px 0px 1px #27282e;
  549. }
  550.  
  551. .dlinks a:hover {
  552. color:#fff;
  553. opacity:1;
  554. -webkit-transition: all 0.8s ease-out;
  555. -moz-transition: all 0.8s ease-out;
  556. transition: all 0.8s ease-out;
  557. -webkit-filter:blur(3px);
  558. }
  559.  
  560. /* this is the box that comes up when you hover over something with a title*/
  561.  
  562. #s-m-t-tooltip {
  563. margin-left:15px;
  564. margin-top:-21px;
  565. letter-spacing:0px;
  566. font-family:"prata";
  567. text-transform:auto;
  568. font-size:12px;
  569. color:#fff;
  570. background:url('http://i.imgur.com/ZlmJ1qP.png');
  571. border-top:1px double #380c3d;
  572. border-bottom:1px double #380c3d;
  573. text-shadow:0px 0px 4px #000;
  574. padding: 3px;
  575. z-index:99999999999999999999999;
  576. -webkit-transition:all 1.5s;
  577. -moz-transition:all 1.5s;
  578. -ms-transition:all 1.5s;
  579. -o-transition:all 1.5s;
  580. transition:all 1.5s;
  581. }
  582.  
  583. .buttons {
  584. display:inline-block;
  585. width:90px;
  586. border-top:1px solid #380c3d;
  587. border-bottom:1px solid #380c3d;
  588. margin:5px;
  589. padding:5px;
  590. text-align:center;
  591. }
  592.  
  593. .buttons:hover {
  594. background:url('http://i.imgur.com/ZlmJ1qP.png');
  595.  
  596. }
  597.  
  598. /*next page and previous page*/
  599.  
  600. #pagination {
  601. top:330px;
  602. font-size:10px;
  603. margin-left:650px;
  604. color:#fff;
  605. position: absolute;
  606. font-family:"prata";
  607. text-align: left;
  608. letter-spacing:2px;
  609. padding-left:87px;
  610. width:300px;
  611. word-spacing:2px;
  612. text-transform:lowercase;
  613. -ms-transform: rotate(0deg); /* IE 9 */
  614. -webkit-transform: rotate(0deg); /* Safari */
  615. transform: rotate(0deg)
  616.  
  617.  
  618. }
  619.  
  620. #pagination a {
  621. padding:0 3px;
  622. opacity:2;
  623. -webkit-filter: Grayscale(0%);
  624. -webkit-transition: all 0.8s ease-out;
  625. -moz-transition: all 0.8s ease-out;
  626. transition: all 0.8s ease-out;
  627. -webkit-filter: blur(0px)
  628.  
  629. }
  630.  
  631. #pagination a:hover {
  632. color:#000;
  633. opacity:1;
  634. -webkit-transition: all 0.8s ease-out;
  635. -moz-transition: all 0.8s ease-out;
  636. transition: all 0.8s ease-out;
  637. -webkit-filter:blur(.8px);
  638. }
  639.  
  640.  
  641. #container {
  642. position: fixed;
  643. width:255px;
  644. height:455px;
  645. top:167px;
  646. margin-left:534px;
  647. overflow: auto;
  648. text-align:justify;
  649. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 85%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  650. }
  651.  
  652.  
  653. #post {
  654. width:250px;
  655. font-size:12px;
  656. line-height:110%;
  657. padding-top:10px;
  658. margin-top:20px;
  659. margin-left:auto;
  660. margin-right:auto;
  661. }
  662.  
  663. #post blockquote {
  664. padding-left:10px;
  665. margin-left:10px;
  666. border-left:#380c3d 1px solid;
  667. }
  668.  
  669.  
  670. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  671.  
  672. b, strong, bold {
  673. color:#380c3d;
  674. text-shadow:0px 0px 1px #380c3d;
  675. font-size:13px;
  676. font-family:"Oswald";
  677. letter-spacing:2px;
  678. line-height:115%;
  679. font-weight: bold;
  680. text-transform:none;
  681. }
  682.  
  683. i, em, italic {
  684. color: #9eb0b8;
  685. text-shadow:0px 0px 4px #9eb0b8;
  686. font-size:17px;
  687. line-height:115%;
  688. font-family:"alex brush";
  689. text-transform:lowercase;
  690. letter-spacing:2px;
  691.  
  692. }
  693.  
  694. /*time posted, note count, via and source*/
  695.  
  696. #info {
  697. width:200px;
  698. font-size:16px;
  699. padding:4px 0px 1px 0px;
  700. margin:0px 0px 40px 0px;
  701. letter-spacing:4px;
  702. font-size:22px;
  703. color:#380c3d;
  704. }
  705.  
  706. #info a {
  707. color:#5348403;
  708. text-shadow:none;
  709. }
  710.  
  711. #info a:hover {
  712. color:#806e79;
  713. text-shadow:0px 0px 1px #000;
  714. }
  715.  
  716.  
  717. /*tags*/
  718.  
  719. .tags {
  720. width:200px;
  721. margin:-20px 0px 0px 30px;
  722. line-height:115%;
  723. padding:5px;
  724. font-size:10px;
  725. word-break:keep-all;
  726. text-align:center;
  727. font-family:calibri;
  728. background:#fff;
  729. border-top: double 1px #380c3d;
  730. border-bottom: double 1px #380c3d;
  731. border-radius:3px 3px 8px 8px;
  732. background:url('http://i.imgur.com/ZlmJ1qP.png');
  733. }
  734.  
  735. .tags a {
  736. color:#fff;
  737. text-shadow:0px 0px 4px #000;
  738. }
  739.  
  740. .tags a:hover {
  741. color:#6d6d6d;
  742. text-shadow:0px 0px 1px #6d6d6d;
  743. }
  744.  
  745. .postnote {
  746. width:200px;
  747. margin-top:40px;
  748. font-family:arial;
  749. text-transform:lowercase;
  750. font-style:normal;
  751. letter-spacing:0px;
  752. font-size:10px;
  753. text-align:left;
  754. }
  755.  
  756. .verses img {
  757. float:center;
  758. -webkit-filter: grayscale(0%);
  759. width:260px;
  760. height:100px;
  761. }
  762.  
  763. .pic img {
  764. float: center;
  765. padding: 0px;
  766. margin-right: 10px;
  767. width: 100px;
  768. height: 100px;
  769. }
  770.  
  771. /*here go asks*/
  772.  
  773. #ask {
  774. width:220px;
  775. margin-left:5px;
  776. font-size:21px;
  777. text-align:center;
  778. font-family:"yellowtail";
  779. font-style:italic;
  780. text-transform:lowercase;
  781. color:#fff;
  782. }
  783.  
  784. #ask a {
  785. color:#fff;
  786. text-transform:lowercase;
  787. }
  788.  
  789. #ask a:hover {
  790. color:#380e3d;
  791. letter-spacing:2px;
  792. }
  793.  
  794. #q {
  795. width:220px;
  796. margin-left:5px;
  797. padding:10px;
  798. text-align:center;
  799. font-family:calibri;
  800. font-size:12px;
  801. color:#fff;
  802. border-radius:3px 5px 3px 5px;
  803. text-shadow:0px 0px 5px #000;
  804. border-top:1px double #380c3d;
  805. border-bottom:1px double #380c3d;
  806. background:url('http://i.imgur.com/ZlmJ1qP.png');
  807. }
  808.  
  809. #ans {
  810. text-align:justify;
  811. padding:5px;
  812. }
  813.  
  814.  
  815.  
  816.  
  817. .playerbuttonbg {
  818. position: absolute;
  819. left: 10px;
  820. top: 10px;
  821. width: 18px;
  822. height: 18px;
  823. background-color:#fff;
  824. padding: 10px;
  825. -webkit-border-radius: 40px;
  826. -moz-border-radius: 40px;
  827. border-radius: 40px;
  828. opacity: .4;
  829. filter: alpha(opacity=40);
  830. -moz-opacity: 0.4;
  831. -khtml-opacity: 0.4;
  832. transition: opacity .7s ease-in-out;
  833. -moz-transition: opacity .7s ease-in-out;
  834. -webkit-transition: opacity .7s ease-in-out;
  835. }
  836.  
  837. .playerbuttonbg:hover {
  838. opacity: 1;
  839. filter: alpha(opacity=100);
  840. -moz-opacity: 1;
  841. -khtml-opacity: 1;
  842. }
  843.  
  844. .newplayerbutton {
  845. position: relative;
  846. width: 19px;height: 19px;
  847. overflow: hidden;
  848. }
  849.  
  850. .playerbuttonhug {
  851. position: absolute;
  852. top: -18px;left: -7px;
  853. }
  854.  
  855. .tumblr_audio_player {
  856. border:none;
  857. height: 50px;
  858. width: 240px;
  859. margin-left:3px;
  860. margin-top:3px;
  861. }
  862.  
  863. .audioimgwrapper {
  864. position: absolute;
  865. left: 0px;
  866. top: 0px;
  867. overflow: hidden;
  868. width: 60px;
  869. height: 60px;
  870. }
  871.  
  872. .audioimgwrapper img {
  873. width: 100%;
  874. height: auto;
  875. }
  876. .trackdetails {
  877. width: auto;
  878. display:inline-block;
  879. margin-left: 90px;
  880. min-height: 85px;
  881. }
  882.  
  883. .audiowrapper {
  884. position: relative;
  885. display:inline-block;
  886. }
  887.  
  888.  
  889.  
  890. /* --- UPDATES ---*/
  891.  
  892. #updates {
  893. position:fixed;
  894. width:197px;
  895. height:240px;
  896. top:375px;
  897. margin-left:830px;
  898. font-size:9px;
  899. padding:5px;
  900. overflow:scroll;
  901. text-align:center;
  902. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  903. }
  904.  
  905.  
  906.  
  907. /*credit. only change this if you actually make the code your own*/
  908.  
  909. #credit {
  910. position:fixed;
  911. font-size:18px;
  912. color:#380c3d;
  913. font-weight:none;
  914. line-height:50%;
  915. letter-spacing:2px;
  916. font-family:'prata';
  917. right:20px;
  918. bottom:15px;
  919. text-transform:none;
  920. text-align:left;
  921. -webkit-transition: all 0.5s ease-in-out;
  922. -moz-transition: all 0.5s ease-in-out;
  923. -o-transition: all 0.5s ease-in-out;
  924. }
  925.  
  926. #credit a {
  927. letter-spacing: 0px;
  928. padding:3px;
  929. color:#380c3d;
  930. }
  931.  
  932. #credit a:hover {
  933. background:#0d0d0d;
  934. color:#fff;
  935. }
  936.  
  937.  
  938.  
  939.  
  940. {CustomCSS}
  941.  
  942. }
  943.  
  944. </style></head><body>
  945. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  946. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  947. <script>
  948. (function($){
  949. $(document).ready(function(){
  950. $("a[title]").style_my_tooltips({
  951. tip_follows_cursor:true,
  952. tip_delay_time:7,
  953. tip_fade_speed:7,
  954. attribute:"title"
  955. });
  956. });
  957. })(jQuery);
  958. </script>
  959.  
  960.  
  961. <!-- begin updates tab -->
  962.  
  963. <div id="updates">
  964. <h2>hey big title here</h2>
  965. yo wuddup peeps<br>
  966. <HR WIDTH="50%">
  967. another line here yada yada yada<br>
  968. pcan u say <b>hi</b>???<br>
  969. <i>it's italics eeyyy</i><br>
  970. let's see how many lines<br>
  971. <h3>we can get until this can scroll</h3>
  972. yoloooooo
  973. <HR WIDTH="30%">
  974. i hate trying to get this to scroll<br>
  975. this is hella difficult lmfao<br>
  976. <h4>blah blah blah blah blah</h4><br>
  977. few more lines then we're good!<br>
  978. damn this is the last line here.<br>
  979. <h2>hey big title here</h2>
  980. yo wuddup peeps<br>
  981. <HR WIDTH="50%">
  982. another line here yada yada yada<br>
  983. pcan u say <b>hi</b>???<br>
  984. <i>it's italics eeyyy</i><br>
  985. let's see how many lines<br>
  986. <h3>we can get until this can scroll</h3>
  987. yoloooooo
  988. <HR WIDTH="30%">
  989. i hate trying to get this to scroll<br>
  990. this is hella difficult lmfao<br>
  991. <h4>blah blah blah blah blah</h4><br>
  992. few more lines then we're good!<br>
  993. damn this is the last line here.<br>
  994. <h2>hey big title here</h2>
  995. yo wuddup peeps<br>
  996. <HR WIDTH="50%">
  997. another line here yada yada yada<br>
  998. pcan u say <b>hi</b>???<br>
  999. <i>it's italics eeyyy</i><br>
  1000. let's see how many lines<br>
  1001. <h3>we can get until this can scroll</h3>
  1002. yoloooooo
  1003. <HR WIDTH="30%">
  1004. i hate trying to get this to scroll<br>
  1005. this is hella difficult lmfao<br>
  1006. <h4>blah blah blah blah blah</h4><br>
  1007. few more lines then we're good!<br>
  1008. damn this is the last line here.<br>
  1009.  
  1010. </div>
  1011.  
  1012. <!-- end updates tab -->
  1013.  
  1014.  
  1015.  
  1016. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1017. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1018. <script>
  1019.  
  1020. (function($){
  1021.  
  1022. $(document).ready(function(){
  1023.  
  1024. $("a[title]").style_my_tooltips({
  1025.  
  1026. tip_follows_cursor:true,
  1027.  
  1028. tip_delay_time:50,
  1029.  
  1030. tip_fade_speed:600,
  1031.  
  1032. attribute:"title"
  1033.  
  1034. });
  1035.  
  1036. });
  1037.  
  1038. })(jQuery);
  1039.  
  1040. </script>
  1041.  
  1042.  
  1043.  
  1044.  
  1045. <div class="links">
  1046. <a href="/" title="the manor"><img src="http://i.imgur.com/du85TS8.png"></a></div>
  1047.  
  1048. <div class="alinks">
  1049. <a href="#?w=500" title="incantation" rel="box1" class="poplight"><img src="http://i.imgur.com/du85TS8.png"></a></div>
  1050.  
  1051. <div class="blinks">
  1052. <a href="#?w=600" title="biography" rel="box6" class="poplight"><img src="http://i.imgur.com/du85TS8.png"></a></div>
  1053.  
  1054. <div class="clinks">
  1055. <a href="#?w=600" title="past lives" rel="box3" class="poplight"><img src="http://i.imgur.com/du85TS8.png"></a></div>
  1056.  
  1057. <div class="dlinks">
  1058. <a href="#?w=600" title="book of shadows" rel="box4" class="poplight"><img src="http://i.imgur.com/du85TS8.png"></a></div>
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073. </div>
  1074.  
  1075. <div id="description">{Description}</div>
  1076.  
  1077.  
  1078. <div id="pagination">
  1079. {block:Pagination}
  1080. {block:PreviousPage}
  1081. <h6><a href="{PreviousPage}">back</a></h6>
  1082. {/block:PreviousPage}
  1083.  
  1084.  
  1085. {block:NextPage}
  1086. <h6><a href="{NextPage}">/ forth</a></h6>
  1087. {/block:NextPage}
  1088. {/block:Pagination}
  1089. </div>
  1090.  
  1091.  
  1092.  
  1093. </div>
  1094.  
  1095.  
  1096. <div id="container">
  1097. <div id="content">
  1098.  
  1099. {block:Posts}<div id="post">
  1100.  
  1101. {block:Text}
  1102. {block:Title}<b><center>{Title}</center></b>{/block:Title}
  1103. {Body}
  1104. {/block:Text}
  1105.  
  1106. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1107.  
  1108. <center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1109.  
  1110. {block:Quote}
  1111. <h2>{Quote}</h2>
  1112. <h1>—{Source}</h1>
  1113. {/block:Quote}
  1114.  
  1115. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1116.  
  1117. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1118.  
  1119. {block:AudioPlayer}
  1120. <div class="audiowrapper">
  1121. {block:AlbumArt}
  1122. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1123. {/block:AlbumArt}
  1124.  
  1125. <div class="playerbuttonbg">
  1126. <div class="newplayerbutton">
  1127. <div class="playerbuttonhug">
  1128. {AudioPlayerWhite}
  1129. </div></div></div>
  1130.  
  1131. <div class="trackdetails">
  1132. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1133. {block:Artist}{Artist}{/block:Artist}<br/>
  1134. {PlayCountWithLabel}
  1135. </div></div>
  1136. {block:Caption}{Caption}{/block:Caption}
  1137. {/block:AudioPlayer}
  1138.  
  1139. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1140.  
  1141. {block:Answer}
  1142.  
  1143. <div id="ask">{Asker}</div>
  1144. <div id="q">{Question}</div>
  1145. <br/>{Answer}{/block:Answer}
  1146.  
  1147. {block:Date}
  1148. <div id="info">
  1149. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:22px;font-size:18; margin-top:4px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">▽</a>
  1150. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:3px; margin-top:5px;font-size:25px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">△</a>
  1151. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:10px; margin-top:25px;font-size:16px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">▷</a>
  1152. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1153. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1154. </div>
  1155. {/block:Date}
  1156.  
  1157.  
  1158. {block:HasTags}
  1159. <div class="tags">
  1160. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1161. {/block:HasTags}
  1162.  
  1163.  
  1164. <div class="postnote">
  1165. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1166. </div>
  1167. </div>
  1168. {/block:Posts}
  1169. </div>
  1170. </div>
  1171. </div>
  1172. </div></div>
  1173.  
  1174.  
  1175.  
  1176.  
  1177. </div></div></div></div>
  1178. </div>
  1179.  
  1180. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big>Ⓜ</big></a></div>
  1181.  
  1182. </body>
  1183.  
  1184. </div></div></div></div></div></div></div></div></div></div>
  1185.  
  1186.  
  1187. <div id="box1" class="question_block">
  1188. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1189. </div>
  1190. </div></div></div></div></div></div></div></div></div></div>
  1191.  
  1192.  
  1193. <div id="box8" class="question_block" style="height:450px; padding:0px; background:url(); background-repeat:no repeat; overflow-x:hidden;">
  1194. <iframe frameborder="0" height="200" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%"></iframe>
  1195. </div>
  1196. </div></div>
  1197.  
  1198.  
  1199. <div id="box6" class="popup_block">
  1200. <div id="heading">BIOGRAPHY</div>
  1201. <div id="poptext">
  1202. <center><img src="http://i.imgur.com/eIegYBj.png" class="verses"></center><br>
  1203. 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.<br>
  1204. 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>
  1205. 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.
  1206.  
  1207. </div>
  1208. </div>
  1209. </div>
  1210.  
  1211. </div></div></div></div></div></div></div></div></div></div>
  1212.  
  1213. <div id="box3" class="popup_block">
  1214. <div id="heading">VERSES</div>
  1215. <div id="poptext">
  1216. <!-- to make another verse, copy from here... -->
  1217. <center><img src="http://i.imgur.com/eIegYBj.png" class="verses"></center>
  1218. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1219. <br>
  1220. <b>IMAGE SIZE IS 400 X 140.</b><p>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.<br>
  1221. <HR WIDTH="90%">
  1222.  
  1223. <!-- to here, and then paste! -->
  1224.  
  1225. <!-- to make another verse, copy from here... -->
  1226. <center><img src="http://i.imgur.com/eIegYBj.png" class="verses"></center>
  1227. <b><center><a href="/verse link here" style="text-align:center;">VERSE TITLE</a></center></b>
  1228. <br>
  1229. <b>IMAGE SIZE IS 400 X 140.</b><p>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.<br>
  1230. <HR WIDTH="90%">
  1231.  
  1232. <!-- to here, and then paste! -->
  1233.  
  1234.  
  1235.  
  1236. </center>
  1237. </div>
  1238. </div>
  1239. </div>
  1240. </div></div></div></div></div></div></div></div></div></div>
  1241.  
  1242.  
  1243.  
  1244. <div id="box4" class="popup_block">
  1245. <div id="heading">NAVIGATION</div>
  1246. <div id="poptext2">
  1247.  
  1248. <!-- copy from here... -->
  1249. <div id="navi">
  1250. <a href="/link here" class="buttons">link title</a><br>
  1251. <a href="/link here" class="buttons">link title</a><br>
  1252. <a href="/link here" class="buttons">link title</a><br>
  1253. <a href="/link here" class="buttons">link title</a><br>
  1254. <a href="/link here" class="buttons">link title</a><br>
  1255. <a href="/link here" class="buttons">link title</a><br>
  1256. <a href="/link here" class="buttons">link title</a><br>
  1257. <a href="/link here" class="buttons">link title</a><br>
  1258.  
  1259. </div>
  1260. <div id="navi">
  1261. <a href="/link here" class="buttons">link title</a><br>
  1262. <a href="/link here" class="buttons">link title</a><br>
  1263. <a href="/link here" class="buttons">link title</a><br>
  1264. <a href="/link here" class="buttons">link title</a><br>
  1265. <a href="/link here" class="buttons">link title</a><br>
  1266. <a href="/link here" class="buttons">link title</a><br>
  1267. <a href="/link here" class="buttons">link title</a><br>
  1268. <a href="/link here" class="buttons">link title</a><br>
  1269.  
  1270.  
  1271. </div>
  1272. <div id="navi">
  1273. <a href="/link here" class="buttons">link title</a><br>
  1274. <a href="/link here" class="buttons">link title</a><br>
  1275. <a href="/link here" class="buttons">link title</a><br>
  1276. <a href="/link here" class="buttons">link title</a><br>
  1277. <a href="/link here" class="buttons">link title</a><br>
  1278. <a href="/link here" class="buttons">link title</a><br>
  1279. <a href="/link here" class="buttons">link title</a><br>
  1280. <a href="/link here" class="buttons">link title</a><br>
  1281.  
  1282. </div>
  1283.  
  1284. <div id="navi">
  1285. <a href="/link here" class="buttons">link title</a><br>
  1286. <a href="/link here" class="buttons">link title</a><br>
  1287. <a href="/link here" class="buttons">link title</a><br>
  1288. <a href="/link here" class="buttons">link title</a><br>
  1289. <a href="/link here" class="buttons">link title</a><br>
  1290. <a href="/link here" class="buttons">link title</a><br>
  1291. <a href="/link here" class="buttons">link title</a><br>
  1292. <a href="/link here" class="buttons">link title</a><br>
  1293.  
  1294. </div><p>
  1295.  
  1296. <!--to here to add more links for the navi page! -->
  1297.  
  1298. <!-- copy from here... -->
  1299. <div id="navi">
  1300. <a href="/link here" class="buttons">link title</a><br>
  1301. <a href="/link here" class="buttons">link title</a><br>
  1302. <a href="/link here" class="buttons">link title</a><br>
  1303. <a href="/link here" class="buttons">link title</a><br>
  1304. <a href="/link here" class="buttons">link title</a><br>
  1305. <a href="/link here" class="buttons">link title</a><br>
  1306. <a href="/link here" class="buttons">link title</a><br>
  1307. <a href="/link here" class="buttons">link title</a><br>
  1308.  
  1309. </div>
  1310. <div id="navi">
  1311. <a href="/link here" class="buttons">link title</a><br>
  1312. <a href="/link here" class="buttons">link title</a><br>
  1313. <a href="/link here" class="buttons">link title</a><br>
  1314. <a href="/link here" class="buttons">link title</a><br>
  1315. <a href="/link here" class="buttons">link title</a><br>
  1316. <a href="/link here" class="buttons">link title</a><br>
  1317. <a href="/link here" class="buttons">link title</a><br>
  1318. <a href="/link here" class="buttons">link title</a><br>
  1319.  
  1320.  
  1321. </div>
  1322. <div id="navi">
  1323. <a href="/link here" class="buttons">link title</a><br>
  1324. <a href="/link here" class="buttons">link title</a><br>
  1325. <a href="/link here" class="buttons">link title</a><br>
  1326. <a href="/link here" class="buttons">link title</a><br>
  1327. <a href="/link here" class="buttons">link title</a><br>
  1328. <a href="/link here" class="buttons">link title</a><br>
  1329. <a href="/link here" class="buttons">link title</a><br>
  1330. <a href="/link here" class="buttons">link title</a><br>
  1331.  
  1332. </div>
  1333.  
  1334. <div id="navi">
  1335. <a href="/link here" class="buttons">link title</a><br>
  1336. <a href="/link here" class="buttons">link title</a><br>
  1337. <a href="/link here" class="buttons">link title</a><br>
  1338. <a href="/link here" class="buttons">link title</a><br>
  1339. <a href="/link here" class="buttons">link title</a><br>
  1340. <a href="/link here" class="buttons">link title</a><br>
  1341. <a href="/link here" class="buttons">link title</a><br>
  1342. <a href="/link here" class="buttons">link title</a><br>
  1343.  
  1344. </div><p>
  1345.  
  1346. <!--to here to add more links for the navi page! -->
  1347.  
  1348. </div>
  1349. </div>
  1350.  
  1351. </div></div></div></div></div></div></div></div></div></div>
  1352.  
  1353.  
  1354. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement