Advertisement
manon15

goddxmnvulture theme code

Jul 29th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--code by manon/butscrewmefirst. don't take as your own!-->
  5.  
  6. <head>
  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/78FCz2E.png');
  88. background-color: #000;
  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:1;
  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:left;
  132. margin-left:05px;
  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:-510px;
  205. bottom:50px;
  206. text-align:center;
  207. position:fixed;
  208. background:#000;
  209. }
  210.  
  211. #thekey {
  212. width:auto;
  213. letter-spacing:5px;
  214. left:50%;
  215. bottom:335px;
  216. margin-left:400px;
  217. padding:2px;
  218. position:fixed;
  219. font-size:12px;
  220. font-family: 'prata', serif;
  221. color:#fff;
  222. text-transform:uppercase;
  223. text-shadow: 0px 0px 0px #000;
  224. -ms-transform: rotate(90deg); /* IE 9 */
  225. -webkit-transform: rotate(90deg); /* Safari */
  226. transform: rotate(90deg)
  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/ke9M5uf.png");
  255. background-position:center bottom;
  256. background-attachment:fixed;
  257. background-repeat:no-repeat;
  258. margin:0px;
  259. background-color:#000;
  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:#b2aba0;
  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:#fff;
  286. outline:none;
  287. -moz-outline-style:none;
  288. text-decoration:none;
  289. border-radius: 20px 20px 20px 20px #851e1a;
  290. -webkit-filter: blur(0px);
  291. }
  292.  
  293. img {
  294. opacity:.8;
  295. -webkit-filter: Grayscale(50%);
  296. -webkit-transition-duration: 0.8s;
  297. -moz-transition-duration:0.8s;
  298. transition-duration:0.8s;
  299. -o-transition-duration:0.8s;
  300. -webkit-filter: blur(0px);
  301. border-radius: 20px 20px 20px 20px #000;
  302. }
  303.  
  304. img:hover {
  305. opacity:1;
  306. -webkit-filter: Grayscale(0%);
  307. -webkit-transition: all 0.8s ease-out;
  308. -moz-transition: all 0.8s ease-out;
  309. transition: all 0.8s ease-out;
  310. -webkit-filter: blur(0px);
  311. border-radius: 20px 20px 20px 20px #000;
  312.  
  313. }
  314.  
  315. blockquote {
  316. padding-left:5px;
  317. border-left:1px solid #fff;
  318. border-radius:6px;
  319.  
  320. }
  321.  
  322. blockquote blockquote {
  323. padding-left:5px;
  324. border-left:2px solid;
  325. }
  326.  
  327. h1 {
  328. font-size:15px;
  329. text-align:left;
  330. font-family:"prata";
  331. text-align:center;
  332. line-height:115%;
  333. letter-spacing:1px;
  334. color:#fff;
  335. text-transform:uppercase;
  336. }
  337.  
  338. h2 {
  339. font-size:20px;
  340. text-align:left;
  341. font-family:"Alex Brush";
  342. text-align:center;
  343. line-height:110%;
  344. letter-spacing:1px;
  345. color:#0f210e;
  346. }
  347.  
  348. h3 {
  349. font-size:20px;
  350. text-align:left;
  351. font-family:"kristi";
  352. text-align:center;
  353. line-height:110%;
  354. letter-spacing:1px;
  355. color:#fff;
  356. }
  357.  
  358. h4 {
  359. font-size:16px;
  360. text-align:left;
  361. font-family:"Yellowtail";
  362. text-align:center;
  363. line-height:110%;
  364. letter-spacing:1px;
  365. color:#6a3d3f;
  366. }
  367.  
  368. h5 { /*this is for home link*/
  369. font-size:20px;
  370. text-align:left;
  371. font-family:"prata";
  372. text-align:center;
  373. line-height:110%;
  374. letter-spacing:1px;
  375. color:#fff;
  376. }
  377.  
  378. h6 { /*this is for pagination*/
  379. font-size:8px;
  380. font-family:"prata";
  381. text-align:center;
  382. line-height:110%;
  383. letter-spacing:1px;
  384. width:250px;
  385. color:#fff;
  386. }
  387.  
  388.  
  389.  
  390. #title {
  391. color:#fff;
  392. font-family:arial;
  393. font-size:16px;
  394. text-transform:lowercase;
  395. font-weight:bold;
  396. letter-spacing:0px;
  397. padding:4px;
  398. margin-top:-20px;
  399. margin-left:-14px;
  400. position:fixed;
  401. text-align:left;
  402. }
  403.  
  404.  
  405. #navi {
  406. float:left;
  407. width:115px;
  408. padding:3px;
  409. }
  410.  
  411. #muses {
  412. width:125px;
  413. float:left;
  414. overflow:auto;
  415. margin:1px 2px;
  416. }
  417.  
  418. .muses text {
  419. height:50px;
  420. overflow:scroll;
  421. }
  422.  
  423.  
  424. /*sidebar links*/
  425.  
  426. .links {
  427. position: fixed;
  428. font-style:none;
  429. left:50%;
  430. bottom:240px;
  431. margin-left:130px;
  432. font-size:20px;
  433. line-height: 850%;
  434. text-align: left;
  435. width:300px;
  436. margin-right: auto;
  437. -ms-transform: rotate(0deg); /* IE 9 */
  438. -webkit-transform: rotate(0deg); /* Safari */
  439. transform: rotate(0deg)
  440.  
  441. }
  442.  
  443. .links a {
  444. -webkit-filter:blur(0px);
  445. letter-spacing: 1px;
  446. padding:3px;
  447. text-shadow: 1px 0px 1px #fff;
  448.  
  449. }
  450.  
  451. .links a:hover {
  452. color:#fff;
  453. opacity:1;
  454. -webkit-transition: all 0.8s ease-out;
  455. -moz-transition: all 0.8s ease-out;
  456. transition: all 0.8s ease-out;
  457. -webkit-filter:blur(3px);
  458. }
  459.  
  460. .alinks {
  461. position: fixed;
  462. font-style:none;
  463. left:50%;
  464. bottom:180px;
  465. margin-left:235px;
  466. font-size:18px;
  467. word-spacing:2px;
  468. line-height: 850%;
  469. text-align: left;
  470. width:20px;
  471. margin-right: auto;
  472. -ms-transform: rotate(0deg); /* IE 9 */
  473. -webkit-transform: rotate(0deg); /* Safari */
  474. transform: rotate(0deg)
  475.  
  476.  
  477. }
  478.  
  479. .alinks a {
  480. -webkit-filter:blur(0px);
  481. letter-spacing: 1px;
  482. padding:3px;
  483. text-shadow: 1px 0px 1px #fff;
  484.  
  485. }
  486.  
  487. .alinks a:hover {
  488. color:#000;
  489. opacity:1;
  490. -webkit-transition: all 0.8s ease-out;
  491. -moz-transition: all 0.8s ease-out;
  492. transition: all 0.8s ease-out;
  493. -webkit-filter:blur(3px);
  494. }
  495.  
  496. .blinks {
  497. position: fixed;
  498. font-style:none;
  499. left:50%;
  500. bottom:180px;
  501. margin-left:250px;
  502. font-size:18px;
  503. word-spacing:2px;
  504. line-height: 850%;
  505. text-align: left;
  506. width:20px;
  507. margin-right: auto;
  508. -ms-transform: rotate(0deg); /* IE 9 */
  509. -webkit-transform: rotate(0deg); /* Safari */
  510. transform: rotate(0deg)
  511.  
  512. }
  513.  
  514. .blinks a {
  515. -webkit-filter:blur(0px);
  516. letter-spacing: 1px;
  517. padding:3px;
  518. text-shadow: 1px 0px 1px #fff;
  519. }
  520.  
  521. .blinks a:hover {
  522. color:#000;
  523. opacity:1;
  524. -webkit-transition: all 0.8s ease-out;
  525. -moz-transition: all 0.8s ease-out;
  526. transition: all 0.8s ease-out;
  527. -webkit-filter:blur(3px);
  528. }
  529.  
  530. .clinks {
  531. position: fixed;
  532. font-style:none;
  533. left:50%;
  534. bottom:180px;
  535. margin-left:272px;
  536. font-size:18px;
  537. word-spacing:2px;
  538. line-height: 850%;
  539. text-align: left;
  540. width:20px;
  541. margin-right: auto;
  542. -ms-transform: rotate(0deg); /* IE 9 */
  543. -webkit-transform: rotate(0deg); /* Safari */
  544. transform: rotate(0deg)
  545. }
  546.  
  547. .clinks a {
  548. -webkit-filter:blur(0px);
  549. letter-spacing: 1px;
  550. padding:3px;
  551. text-shadow: 1px 0px 1px #fff;
  552. }
  553.  
  554. .clinks a:hover {
  555. color:#000;
  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. left:50%;
  567. bottom:450px;
  568. margin-left:278px;
  569. font-size:19px;
  570. word-spacing:2px;
  571. line-height: 850%;
  572. text-align: left;
  573. width:20px;
  574. margin-right: auto;
  575. -ms-transform: rotate(-40deg); /* IE 9 */
  576. -webkit-transform: rotate(-40deg); /* Safari */
  577. transform: rotate(-40deg)
  578. }
  579.  
  580. .dlinks a {
  581. -webkit-filter:blur(0px);
  582. letter-spacing: 1px;
  583. padding:3px;
  584. text-shadow: 1px 0px 1px #fff;
  585. }
  586.  
  587. .dlinks a:hover {
  588. color:#000;
  589. opacity:1;
  590. -webkit-transition: all 0.8s ease-out;
  591. -moz-transition: all 0.8s ease-out;
  592. transition: all 0.8s ease-out;
  593. -webkit-filter:blur(3px);
  594. }
  595.  
  596. .elinks {
  597. position: fixed;
  598. font-style:none;
  599. left:50%;
  600. bottom:180px;
  601. margin-left:300px;
  602. font-size:18px;
  603. word-spacing:2px;
  604. line-height: 850%;
  605. text-align: left;
  606. width:20px;
  607. margin-right: auto;
  608. -ms-transform: rotate(0deg); /* IE 9 */
  609. -webkit-transform: rotate(0deg); /* Safari */
  610. transform: rotate(0deg)
  611.  
  612. }
  613.  
  614. .elinks a {
  615. -webkit-filter:blur(0px);
  616. letter-spacing: 1px;
  617. padding:3px;
  618. text-shadow: 1px 0px 1px #fff;
  619.  
  620. }
  621.  
  622. .elinks a:hover {
  623. color:#000;
  624. opacity:1;
  625. -webkit-transition: all 0.8s ease-out;
  626. -moz-transition: all 0.8s ease-out;
  627. transition: all 0.8s ease-out;
  628. -webkit-filter:blur(3px);
  629. }
  630.  
  631. .flinks {
  632. position: fixed;
  633. font-style:none;
  634. left:50%;
  635. bottom:250px;
  636. margin-left:310px;
  637. font-size:30px;
  638. word-spacing:2px;
  639. line-height: 850%;
  640. text-align: left;
  641. width:20px;
  642. margin-right: auto;
  643. -ms-transform: rotate(20deg); /* IE 9 */
  644. -webkit-transform: rotate(20deg); /* Safari */
  645. transform: rotate(20deg)
  646.  
  647. }
  648.  
  649. .flinks a {
  650. -webkit-filter:blur(0px);
  651. letter-spacing: 1px;
  652. padding:3px;
  653. text-shadow: 1px 0px 1px #fff;
  654.  
  655. }
  656.  
  657. .flinks a:hover {
  658. color:#000;
  659. opacity:1;
  660. -webkit-transition: all 0.8s ease-out;
  661. -moz-transition: all 0.8s ease-out;
  662. transition: all 0.8s ease-out;
  663. -webkit-filter:blur(3px);
  664. }
  665.  
  666. #description {
  667. width:208px;
  668. font-size:11px;
  669. padding:5px;
  670. text-align:justify;
  671. letter-spacing:0px;
  672. line-height:90%;
  673. margin-left:-16px;
  674. margin-top:-2px;
  675. }
  676.  
  677. /* this is the box that comes up when you hover over something with a title*/
  678.  
  679. #s-m-t-tooltip {
  680. margin-left:15px;
  681. margin-top:-21px;
  682. letter-spacing:0px;
  683. font-family:"prata";
  684. text-transform:auto;
  685. font-size:12px;
  686. color:#fff;
  687. padding: 3px;
  688. z-index:99999999999999999999999;
  689. -webkit-transition:all 1.5s;
  690. -moz-transition:all 1.5s;
  691. -ms-transition:all 1.5s;
  692. -o-transition:all 1.5s;
  693. transition:all 1.5s;
  694. }
  695.  
  696. .buttons {
  697. display:inline-block;
  698. width:90px;
  699. border-top:1px solid #fff;
  700. border-bottom:1px solid #fff;
  701. margin:5px;
  702. padding:5px;
  703. text-align:center;
  704. }
  705.  
  706. /*next page and previous page*/
  707.  
  708. #pagination {
  709. left:50%;
  710. bottom:330px;
  711. font-size:12px;
  712. margin-left:-15px;
  713. color:#fff;
  714. position: absolute;
  715. font-family:"prata";
  716. text-align: left;
  717. letter-spacing:2px;
  718. padding-left:87px;
  719. width:300px;
  720. word-spacing:2px;
  721. text-transform:lowercase;
  722. -ms-transform: rotate(90deg); /* IE 9 */
  723. -webkit-transform: rotate(90deg); /* Safari */
  724. transform: rotate(90deg)
  725.  
  726.  
  727. }
  728.  
  729. #pagination a {
  730. padding:0 3px;
  731. opacity:2;
  732. -webkit-filter: Grayscale(0%);
  733. -webkit-transition: all 0.8s ease-out;
  734. -moz-transition: all 0.8s ease-out;
  735. transition: all 0.8s ease-out;
  736. -webkit-filter: blur(0px)
  737.  
  738. }
  739.  
  740. #pagination a:hover {
  741. color:#000;
  742. opacity:1;
  743. -webkit-transition: all 0.8s ease-out;
  744. -moz-transition: all 0.8s ease-out;
  745. transition: all 0.8s ease-out;
  746. -webkit-filter:blur(.8px);
  747. }
  748.  
  749.  
  750. #container {
  751. position: fixed;
  752. height:388px;
  753. width:405px;
  754. text-align:justify;
  755. font-family:'calibri';
  756. text-transform: auto;
  757. left:50%;
  758. margin-left:-248px;
  759. bottom:150px;
  760. overflow: auto;
  761. -ms-transform: rotate(0deg);
  762. -webkit-transform: rotate(0deg);
  763. transform: rotate(0deg);
  764.  
  765. }
  766.  
  767.  
  768. #post {
  769. width:400px;
  770. text-align:left;
  771. font-size:12px;
  772. line-height:110%;
  773. color:#fff;
  774. margin-left:auto;
  775. margin-right:auto;
  776. }
  777.  
  778.  
  779. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  780.  
  781. b, strong, bold {
  782. color: #0f210e;
  783. font-size:20px;
  784. font-family:"dosis";
  785. letter-spacing:2px;
  786. line-height:115%;
  787. font-weight: bold;
  788. text-transform:none;
  789. text-shadow: 0px 0px 5px #fff;
  790. }
  791.  
  792. i, em, italic {
  793. color: #fff;
  794. font-size:20px;
  795. line-height:115%;
  796. font-family:"dancing script";
  797. text-transform:lowercase;
  798. letter-spacing:2px;
  799. text-shadow: 2px 0px 2px #fff;
  800.  
  801. }
  802.  
  803. /*time posted, note count, via and source*/
  804.  
  805. .postinfo {
  806. font-family:'Six caps';
  807. width:387px;
  808. margin-top:1px;
  809. padding:6px;
  810. font-size:15px;
  811. color:#fff;
  812. text-shadow:2px 2px 3px rgba(14,8,8, 1);
  813. background-image:url('http://i.imgur.com/hnV1VEv.png');
  814. opacity:.66;
  815. border-radius: 20px 20px 20px 20px;
  816. letter-spacing:1px;
  817. border-bottom:1px #000;
  818. text-transform:uppercase;
  819. font-style:normal;
  820. text-align:center;
  821. }
  822.  
  823. .postinfo a {
  824. color:#fff;
  825. font-style:normal;
  826. }
  827.  
  828. .postinfo a:hover {
  829. color:#bebebe;
  830. }
  831.  
  832.  
  833. /*tags*/
  834.  
  835. .tags {
  836. width:387px;
  837. margin-top:4px;
  838. margin-left:-1px;
  839. padding:2px;
  840. font-family:"calibri";
  841. letter-spacing:0px;
  842. font-size:10px;
  843. text-align:center;
  844.  
  845. }
  846.  
  847. .tags a {
  848. color:#fff;
  849. }
  850.  
  851. .tags a:hover {
  852. color:#fff;
  853. -webkit-filter:blur(.8px);
  854. }
  855.  
  856. .postnote {
  857. width:387px;
  858. margin-top:40px;
  859. font-family:arial;
  860. text-transform:lowercase;
  861. font-style:normal;
  862. letter-spacing:0px;
  863. font-size:10px;
  864. text-align:left;
  865. }
  866.  
  867. .verses img {
  868. float:center;
  869. -webkit-filter: grayscale(0%);
  870. width:260px;
  871. height:100px;
  872. }
  873.  
  874. .pic img {
  875. float: center;
  876. padding: 0px;
  877. margin-right: 10px;
  878. width: 100px;
  879. height: 100px;
  880. }
  881.  
  882. /*here go asks*/
  883.  
  884. #ask {
  885. float:left;
  886. line-height:130%;
  887. border: 1px #000;
  888. font-family:"calibri";
  889. font-size:12px;
  890.  
  891. }
  892.  
  893.  
  894.  
  895.  
  896. /*audio player container*/
  897.  
  898. .playercontainer {
  899. text-align:left;
  900. padding:10px;
  901. padding-left:0px;
  902. background-color:#000;
  903. width:250px;
  904. }
  905.  
  906. /*artist, song, etc.*/
  907.  
  908. .musicinfo {
  909. padding-top:7px;
  910. padding-left:50px;
  911. color:#fff;
  912. text-align:justify;
  913. }
  914.  
  915. /*credit. only change this if you actually make the code your own*/
  916.  
  917. #credit {
  918. position:fixed;
  919. font-size:18px;
  920. color:#88201a;
  921. font-weight:none;
  922. line-height:50%;
  923. letter-spacing:2px;
  924. font-family:'prata';
  925. right:20px;
  926. bottom:15px;
  927. text-transform:none;
  928. text-align:left;
  929. -webkit-transition: all 0.5s ease-in-out;
  930. -moz-transition: all 0.5s ease-in-out;
  931. -o-transition: all 0.5s ease-in-out;
  932. }
  933.  
  934. #credit a {
  935. letter-spacing: 0px;
  936. padding:3px;
  937. color:#656565;
  938. text-shadow: 0px 0px 2px #444;
  939. }
  940.  
  941. #credit a:hover {
  942. background:#070707;
  943. color:#fff;
  944. text-shadow: 0px 0px 2px #88201a;
  945. }
  946.  
  947.  
  948.  
  949.  
  950. {CustomCSS}</style></head><body>
  951. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  952. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  953. <script>
  954. (function($){
  955. $(document).ready(function(){
  956. $("a[title]").style_my_tooltips({
  957. tip_follows_cursor:true,
  958. tip_delay_time:7,
  959. tip_fade_speed:7,
  960. attribute:"title"
  961. });
  962. });
  963. })(jQuery);
  964. </script>
  965.  
  966.  
  967. <!-- begin updates tab -->
  968.  
  969. <div id="bite">
  970. <div id="thekey">HOVER</div>
  971. <div class="death">
  972. <div id="actualnews">
  973. <h2>put cool stuff here</h2>
  974. normal font too<br>
  975. <HR WIDTH="80%">
  976. <h3>another fancy font</h3><br>
  977. </div></div></div>
  978.  
  979. <!-- end updates tab -->
  980.  
  981.  
  982. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  983. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  984. <script>
  985.  
  986. (function($){
  987.  
  988. $(document).ready(function(){
  989.  
  990. $("a[title]").style_my_tooltips({
  991.  
  992. tip_follows_cursor:true,
  993.  
  994. tip_delay_time:50,
  995.  
  996. tip_fade_speed:600,
  997.  
  998. attribute:"title"
  999.  
  1000. });
  1001.  
  1002. });
  1003.  
  1004. })(jQuery);
  1005.  
  1006. </script>
  1007.  
  1008.  
  1009.  
  1010.  
  1011. <div class="links">
  1012. <h5><a href="/" title="home">Lana Winters</a></h5></div>
  1013.  
  1014. <div class="alinks">
  1015. <a href="#?w=400" title="interview" rel="box1" class="poplight">i</a></div>
  1016.  
  1017. <div class="blinks">
  1018. <a href="#?w=600" title="autobiography" rel="box6" class="poplight">ii</a></div>
  1019.  
  1020. <div class="clinks">
  1021. <a href="#?w=600" title="guidelines" rel="box2" class="poplight">iii</a></div>
  1022.  
  1023. <div class="elinks">
  1024. <a href="/navigation" title="navigation">iv</a></div>
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034. </div>
  1035.  
  1036. <div id="description">{Description}</div>
  1037.  
  1038.  
  1039. <div id="pagination">
  1040. {block:Pagination}
  1041. {block:PreviousPage}
  1042. <a href="{PreviousPage}">back</a>
  1043. {/block:PreviousPage}
  1044.  
  1045.  
  1046. {block:NextPage}
  1047. <a href="{NextPage}">/ forth</a>
  1048. {/block:NextPage}
  1049. {/block:Pagination}
  1050. </div>
  1051.  
  1052.  
  1053.  
  1054. </div>
  1055.  
  1056.  
  1057. <div id="container">{block:Posts}<div id="post">
  1058.  
  1059. {block:Text}<h1>{block:Title}<big><big><center>{Title}</center></big></big>{/block:Title}</h1>{Body}{/block:Text}
  1060.  
  1061. {block:Quote}<big><b><center>"{Quote}"</center></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  1062.  
  1063. {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}
  1064.  
  1065. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1066.  
  1067. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1068.  
  1069. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1070.  
  1071. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1072.  
  1073.  
  1074. {block:AudioPlayer}
  1075. <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}
  1076.  
  1077. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-40}" style="margin-right:12px;border:1px solid #410707;padding:3px;"></div> "{Question}"<br>
  1078. — {ASKER}<br><br>
  1079. {Answer}<br>{/block:Answer}
  1080.  
  1081. {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}
  1082.  
  1083. {block:HasTags}
  1084. <div class="tags">
  1085. {block:Tags}<a href="{TagURL}">✕ {Tag}</a>  {/block:Tags}</div>
  1086. {/block:HasTags}
  1087.  
  1088. <div class="postnote">
  1089. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1090. </div>
  1091. </div>
  1092. {/block:Posts}
  1093.  
  1094.  
  1095.  
  1096.  
  1097. </div></div></div></div>
  1098. </div>
  1099.  
  1100. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="credit">Ⓜ</a></div>
  1101.  
  1102. </body>
  1103.  
  1104. </div></div></div></div></div></div></div></div></div></div>
  1105. <div id="box1" class="question_block">
  1106. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1107. </div>
  1108. </div></div></div></div></div></div></div></div></div></div>
  1109.  
  1110. <div id="box2" class="popup_block">
  1111. <div id="heading">GUIDELINES</div>
  1112. <div id="poptext">
  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. 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>
  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. </div>
  1117. </div>
  1118.  
  1119. </div></div></div></div></div></div></div></div></div></div>
  1120.  
  1121.  
  1122. <div id="box6" class="popup_block">
  1123. <div id="heading">BIOGRAPHY</div>
  1124. <div id="poptext">
  1125. <img src="http://i.imgur.com/aB1KCnl.gif" class="verses"></center><br>
  1126. 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>
  1127. 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>
  1128. 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.
  1129.  
  1130. </div>
  1131. </div>
  1132. </div>
  1133.  
  1134. </div></div></div></div></div></div></div></div></div></div>
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement