manon15

james bg to be updated

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