Advertisement
manon15

ingeniiium theme code

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