manon15

deathstroke theme code

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