Advertisement
manon15

missbigbadwolfie theme code

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