Advertisement
lightciircus

Untitled

Jul 25th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.59 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6.  
  7. <!--- Theme 2 by wehrmxcht. Edit as much as you like, but do not use as a base, and do not claim as your own --->
  8.  
  9.  
  10. <!--- CUSTOM FONTS --->
  11.  
  12. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  13. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  14. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  16. <link href='https://fonts.googleapis.com/css?family=Lobster+Two:400italic' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  21.  
  22. <!--- TOOLTIP --->
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29.  
  30. tip_follows_cursor:true,
  31. tip_delay_time:400,
  32. tip_fade_speed:500,
  33. attribute:"title"
  34.  
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40. <!---POP UP ASK BOX--->
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43. <script>
  44. $(document).ready(function() {
  45. //
  46. $('a.poplight[href^=#]').click(function() {
  47. var popID = $(this).attr('rel'); //Get Popup Name
  48. var popURL = $(this).attr('href'); //Get Popup href to define size
  49. var query= popURL.split('?');
  50. var dim= query[1].split('&');
  51. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  52. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  53. var popMargTop = ($('#' + popID).height() + 80) / 2;
  54. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  55. //Apply Margin to Popup
  56. $('#' + popID).css({
  57. 'margin-top' : -popMargTop,
  58. 'margin-left' : -popMargLeft
  59. });
  60. $('body').append('<div id="fade"></div>');
  61. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  62. return false;
  63. });
  64. $('a.close, #fade').live('click', function() {
  65. $('#fade , .popup_block').fadeOut(function() {
  66. $('#fade, a.close').remove(); //fade them both out
  67. });
  68. return false;
  69. });
  70. });
  71. </script>
  72. <!---END--->
  73.  
  74. <!---POP UP LINKS--->
  75. <script>
  76. $(document).ready(function() {
  77. //When you click on a link with class of poplight and the href starts with a #
  78. $('a.poplight[href^=#]').click(function() {
  79. var popID = $(this).attr('rel'); //Get Popup Name
  80. var popURL = $(this).attr('href'); //Get Popup href to define size
  81.  
  82. //Pull Query & Variables from href URL
  83. var query= popURL.split('?');
  84. var dim= query[1].split('&');
  85. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  86.  
  87. //Fade in the Popup and add close button
  88. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.corporate-ir.net/media_files/IROL/12/129751/images/2015/icon-close.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  89.  
  90. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  91. var popMargTop = ($('#' + popID).height(200) + 80) / 2;
  92. var popMargLeft = ($('#' + popID).width(500) + 80) / 2;
  93.  
  94. //Apply Margin to Popup
  95. $('#' + popID).css({
  96. 'margin-top' : -popMargTop,
  97. 'margin-left' : -popMargLeft
  98. });
  99.  
  100. //Fade in Background
  101. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  102. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  103.  
  104. return false;
  105. });
  106.  
  107. //Close Popups and Fade Layer
  108. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  109. $('#fade , .popup_block').fadeOut(function() {
  110. $('#fade, a.close').remove(); //fade them both out
  111. });
  112. return false;
  113. });
  114. });
  115. </script>
  116.  
  117. <!---POPUP LINKS END--->
  118.  
  119. <title>{title}</title>
  120. <link rel="shortcut icon" href="{Favicon}">
  121. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  122. <meta name="description" content="" />
  123. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  124.  
  125. <!--- COLOR OPTIONS --->
  126. <meta name="color:Background" content="#000000"/>
  127. <meta name="color:Posts BG" content="#222222"/>
  128. <meta name="color:Text" content="#ffffff"/>
  129. <meta name="color:Post Bold" content="#aaaaaa"/>
  130. <meta name="color:Post Italic" content="#cccccc"/>
  131. <meta name="color:Link" content="#0099ff"/>
  132. <meta name="color:Link Hover" content="#00ffdd"/>
  133. <meta name="color:Scrollthumb" content="#ffffff"/>
  134. <meta name="color:Info BG" content="#000000"/>
  135. <meta name="color:Tooltip BG" content="#000000"/>
  136. <meta name="color:Tooltip Font" content="#ffffff"/>
  137.  
  138. <!--- IMAGE OPTIONS --->
  139. <meta name="if:Cover BG" content="1"/>
  140. <meta name="image:Background" content=""/>
  141.  
  142. <!--- LINKS --->
  143. <meta name="text:link 1" content="Link 1 Title"/>
  144. <meta name="text:link 1 url" content="/"/>
  145. <meta name="text:link 2" content="Link 2 Title"/>
  146. <meta name="text:link 2 url" content="/"/>
  147. <meta name="text:link 3" content="Link 3 Title"/>
  148. <meta name="text:link 3 url" content="/"/>
  149. <meta name="text:link 4" content="Link 4 Title"/>
  150. <meta name="text:link 4 url" content="/"/>
  151. <meta name="text:link 5" content="Link 5 Title"/>
  152. <meta name="text:link 5 url" content="/"/>
  153. <meta name="text:link 6" content="Link 6 Title"/>
  154. <meta name="text:link 6 url" content="/"/>
  155.  
  156. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  157.  
  158. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  159.  
  160. <style type="text/css">
  161.  
  162. /* --- THEME BASICS --- */
  163.  
  164. /* pop-up navigation div here */
  165.  
  166. .lettuce {
  167. text-align:center;
  168. width: auto;
  169. padding:10px;
  170. margin-top: -20px;
  171. }
  172.  
  173. .lettuce a {
  174. margin-left:5px;
  175. margin-top:10px;
  176. display: inline-block;
  177. padding:8px;
  178. outline: 1px solid #000;
  179. border: 1px solid #000;
  180. letter-spacing:1px;
  181. font-size:10px;
  182. font-family: times;
  183. font-variant: small-caps;
  184. color: #fff;
  185. width:40px;
  186. text-align:center;
  187. -moz-transition-duration:0.8s;
  188. -webkit-transition-duration:0.8s;
  189. -o-transition-duration:0.8s;
  190. }
  191.  
  192. .lettuce a:hover {
  193. background-color:#cdc8c4;
  194. -webkit-box-shadow: 0px 0px 20px #000;
  195. -moz-box-shadow: 0px 0px 20px #000;
  196. box-shadow: 0px 0px 20px #cdc8c4;
  197. -moz-transition-duration:0.8s;
  198. -webkit-transition-duration:0.8s;
  199. -o-transition-duration:0.8s;
  200. }
  201.  
  202.  
  203.  
  204.  
  205. html {
  206. background-image: url('http://i.imgur.com/vxeIWTw.jpg'); /* --- CHANGE YOUR BACKGROUND HERE --- */
  207. background-position: top left;
  208. background-repeat: no-repeat;
  209. background-attachment: fixed;
  210. background-color:#2f2d2e;
  211.  
  212. }
  213.  
  214. ::-webkit-scrollbar {
  215. width: 1px;
  216. height: 4px;
  217. padding:2px;
  218. background: transparent;
  219. }
  220.  
  221. ::-webkit-scrollbar-thumb {
  222. background-color: #transparent;
  223. }
  224.  
  225. body {
  226. margin:0px;
  227. color:{color:text};
  228. font-family:arial;
  229. text-transform:normal;
  230. font-size:9px;
  231. text-align: justify;
  232. line-height:1.25em;
  233. letter-spacing:1px;
  234. margin-left:200px;
  235. }
  236.  
  237. h1 {
  238. font-family:tahoma;
  239. font-weight:normal;
  240. font-size:12px;
  241. text-align:center;
  242. font-style:normal;
  243. line-height:100%;
  244. letter-spacing:1px;
  245. color:{color:text};
  246. }
  247.  
  248. h2 {
  249. font-family:tahoma;
  250. font-size:16px;
  251. text-align:center;
  252. font-style:italic;
  253. line-height:100%;
  254. letter-spacing:1px;
  255. color:{color:text};
  256. padding:5px;
  257. padding-bottom:2px;
  258. }
  259.  
  260. h3 {
  261. font-family: tahoma;
  262. font-size:16px;
  263. text-align:center;
  264. line-height:100%;
  265. letter-spacing:1px;
  266. color:{color:text};
  267. padding:5px;
  268. padding-bottom:2px;
  269. }
  270.  
  271. a {
  272. text-decoration:none;
  273. color:#fff;
  274. text-transform:normal;
  275. -webkit-filter: blur(1px);
  276. -webkit-transition: all 0.5s ease-in-out;
  277. -moz-transition: all 0.5s ease-in-out;
  278. -o-transition: all 0.5s ease-in-out;
  279. }
  280.  
  281. a:hover {
  282. -webkit-filter: blur(0px);
  283. }
  284.  
  285. blockquote {
  286. padding-left:5px;
  287. border-left:1px solid;
  288. }
  289.  
  290. blockquote blockquote {
  291. padding-left:6px;
  292. border-left:1px dashed;
  293. }
  294.  
  295. blockquote {
  296. border-left: solid;
  297. border-radius: 0px;
  298. border-left-width: 2px;
  299. border-color:#fff;
  300. padding:3px;
  301. padding-left: 7px;
  302. margin-left: 10px; }
  303.  
  304. #post {
  305. width:250px;
  306. padding-bottom:20px;
  307. padding-right:10px;
  308. text-decoration:none;
  309. color:#fff;
  310. text-transform:lowercase;
  311. -webkit-filter: blur(1px);
  312. -webkit-transition: all 0.5s ease-in-out;
  313. -moz-transition: all 0.5s ease-in-out;
  314. -o-transition: all 0.5s ease-in-out;
  315.  
  316. }
  317.  
  318. #post:hover{
  319.  
  320. -webkit-filter: blur(0px);
  321. }
  322.  
  323.  
  324.  
  325. #post b, strong {
  326. color: #ffffff;
  327. font-family:helvetica;
  328. text-transform:uppercase;
  329. font-style:italic;
  330. text-shadow:0px 0px 2px #fff;
  331. font-size:11px;
  332. letter-spacing:2px;
  333. }
  334.  
  335.  
  336. #post i, em {
  337. color: {color:Post Italic};
  338. font-family: 'Satisfy', cursive;
  339. text-shadow: 0px 0px 3px #fff;
  340. text-transform:lowercase;
  341. font-size:13px;
  342. letter-spacing:2px;
  343. }
  344.  
  345. #post pre {
  346. font-family: times;
  347. color:{color:Post Bold};
  348. white-space: pre-wrap;
  349. white-space: -moz-pre-wrap;
  350. white-space: -pre-wrap;
  351. white-space: -o-pre-wrap;
  352. word-wrap: break-word;
  353. }
  354.  
  355.  
  356. small {
  357.  
  358. word-spacing:0px;
  359. font-size:9px;
  360. letter-spacing:0px;
  361. line-height:180%;
  362. }
  363.  
  364. small small {
  365. font-size:9px;
  366. }
  367.  
  368. sup, sub {
  369. word-spacing:0px;
  370. font-size:9px;
  371. }
  372.  
  373.  
  374. big {
  375. font-size:12px;
  376. line-height:110%;
  377. text-shadow:0px 0px 2px #fff;
  378. }
  379.  
  380.  
  381. big big {
  382. font-size:12px;
  383. font-weight:800;
  384. line-height:110%;
  385. font-family:times;
  386. text-transform:uppercase;
  387. text-shadow:0px 0px 2px #fff;
  388. }
  389.  
  390. big big big {
  391. font-size:12px;
  392. font-weight:800;
  393. line-height:110%;
  394. text-shadow:0px 0px 2px #fff;
  395. }
  396.  
  397. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  398. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  399. SO DON'T MESS WITH IT UNLESS YOU KNOW YOUR HTML. --- */
  400.  
  401. #post img.main_photo {
  402. width: 100%;
  403. }
  404.  
  405. #post img {
  406. max-width: 100%;
  407. height: auto;
  408. }
  409.  
  410. #post .photo img {
  411. opacity: 1;
  412. -webkit-transition: all 0.5s ease;
  413. -moz-transition: all 0.5s ease;
  414. -o-transition: all 0.5s ease;
  415. transition: all 0.5s ease;
  416. margin: 0;
  417. line-height: 0;
  418. }
  419.  
  420. .tumblr_post.photo p {
  421. display: none;
  422. }
  423.  
  424. /* --- BACK TO YOUR REGULARLY-SCHEDULED CSS --- */
  425.  
  426. .content {
  427. -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
  428. padding:5px;
  429. width:280px;
  430. height:425px;
  431. margin-left:10px;
  432. margin-top:1px;
  433. margin-bottom:40px;
  434. position:fixed;
  435. overflow:scroll;
  436. overflow-x:hidden;
  437. background-color:transparent;
  438. }
  439.  
  440. .backcont {
  441. padding:2px;
  442. width:0px;
  443. height:435px;
  444. left:412px;
  445. top:238px;
  446. position:fixed;
  447. background-color:#transparent;
  448. }
  449.  
  450.  
  451. /* --- JUMBLE LINKS --- */
  452.  
  453. /* --- MOVING LINK 'A' WILL MOVE ALL THE LINKS. PUT LINK 'A' WHERE YOU'D LIKE, THEN MOVE THE OTHERS AROUND IT --- */
  454.  
  455. .anavlinks {
  456. transform: rotate(20deg);
  457. text-shadow:1px 1px 3px #fff;
  458. color:{color:Special};
  459. background: transparent;
  460. padding: 2px;
  461. position: fixed;
  462. height:auto;
  463. width: 100px;
  464. top:18px;
  465. left:580px;
  466. font-family: calibri;
  467. text-transform:uppercase;
  468. text-align: right;
  469. font-size: 14px;
  470. letter-spacing:0.5px;
  471. line-height:130%;
  472. padding-top: 2px;
  473. }
  474.  
  475. .navlinks a {
  476. color:{color:link};
  477. }
  478.  
  479. .navlinks a:hover {
  480. color: {color:link hover};
  481. text-transform: uppercase;
  482. text-shadow:3px 3px 3px #fff;
  483. }
  484.  
  485.  
  486. .bnavlinks {
  487. transform: rotate(20deg);
  488. color:{color:Special};
  489. background: transparent;
  490. padding: 2px;
  491. position: fixed;
  492. height:auto;
  493. width: 100px;
  494. top:60px;
  495. left:-30px;
  496. font-family: calibri;
  497. text-transform:uppercase;
  498. text-align: right;
  499. font-size: 16px;
  500. letter-spacing:0.5px;
  501. line-height:130%;
  502. padding-top: 2px;
  503. }
  504.  
  505. .navlinks a {
  506. color:{color:link};
  507. }
  508.  
  509. .navlinks a:hover {
  510. color: {color:link hover};
  511. text-transform: uppercase;
  512. }
  513.  
  514.  
  515. .cnavlinks {
  516. color:{color:Special};
  517. background: transparent;
  518. padding: 2px;
  519. position: fixed;
  520. height:auto;
  521. width: 100px;
  522. top:-20px;
  523. left:170px;
  524. font-family: calibri;
  525. text-transform:uppercase;
  526. text-align: right;
  527. font-size: 13px;
  528. letter-spacing:0.5px;
  529. line-height:130%;
  530. padding-top: 2px;
  531. }
  532.  
  533. .navlinks a {
  534. color:{color:link};
  535. }
  536.  
  537. .navlinks a:hover {
  538. text-transform: uppercase;
  539. color: #fff;
  540.  
  541. text-shadow: #000 0 0 5px;
  542.  
  543. text-decoration:none;
  544.  
  545.  
  546. }
  547.  
  548.  
  549. .dnavlinks {
  550. color:{color:Special};
  551. background: transparent;
  552. padding: 2px;
  553. position: fixed;
  554. height:auto;
  555. width: 100px;
  556. top:40px;
  557. left:220px;
  558. font-family: calibri;
  559. text-transform:uppercase;
  560. text-align: right;
  561. font-size: 16px;
  562. letter-spacing:0.5px;
  563. line-height:130%;
  564. padding-top: 2px;
  565. }
  566.  
  567. .navlinks a {
  568. color:{color:link};
  569. }
  570.  
  571. .navlinks a:hover {
  572. color: {color:link hover};
  573. text-transform: uppercase;
  574. }
  575.  
  576.  
  577. .enavlinks {
  578. color:{color:Special};
  579. background: transparent;
  580. padding: 2px;
  581. position: fixed;
  582. height:auto;
  583. width: 100px;
  584. top:170px;
  585. left:20px;
  586. font-family: calibri;
  587. text-transform:uppercase;
  588. text-align: right;
  589. font-size: 20px;
  590. letter-spacing:0.5px;
  591. line-height:130%;
  592. padding-top: 2px;
  593. }
  594.  
  595. .navlinks a {
  596. color:{color:link};
  597. }
  598.  
  599. .navlinks a:hover {
  600. color: {color:link hover};
  601. text-transform: uppercase;
  602. }
  603.  
  604.  
  605. .fnavlinks {
  606. color:{color:Special};
  607. background: transparent;
  608. padding: 2px;
  609. position: fixed;
  610. height:auto;
  611. width: 100px;
  612. top:-10px;
  613. left:310px;
  614. font-family: calibri;
  615. text-transform:uppercase;
  616. text-align: right;
  617. font-size: 17px;
  618. letter-spacing:0.5px;
  619. line-height:130%;
  620. padding-top: 2px;
  621. }
  622.  
  623. .navlinks a {
  624. color:{color:link};
  625. }
  626.  
  627. .navlinks a:hover {
  628. color: {color:link hover};
  629. text-transform: uppercase;
  630. }
  631.  
  632. /* --- JUMBLE LINKS END --- */
  633.  
  634. .navlinks {
  635. color:{color:Special};
  636. background: transparent;
  637. padding: 2px;
  638. position: fixed;
  639. height:auto;
  640. width: 100px;
  641. top:200px;
  642. left:190px;
  643. font-family: times;
  644. text-transform:uppercase;
  645. text-align: right;
  646. font-size: 13px;
  647. letter-spacing:0.5px;
  648. line-height:130%;
  649. padding-top: 2px;
  650. }
  651.  
  652. .navlinks a {
  653. color:{color:link};
  654. }
  655.  
  656. .navlinks a:hover {
  657. color: {color:link hover};
  658. text-transform: uppercase;
  659. }
  660.  
  661. .navigation {
  662. color: #626262;
  663. font-family:helvetica;
  664. text-transform:uppercase;
  665. font-style:italic;
  666. width:120px;
  667. font-size:11px;
  668. margin-top:170px;
  669. margin-left:170px;
  670. padding-left:5px;
  671. letter-spacing:1px;
  672. font-style:italic;
  673. text-align:center;
  674. }
  675.  
  676. .navigation a {
  677. color:#626262;
  678. }
  679. .navigation a:hover {
  680. color:#626262;
  681. }
  682.  
  683. #info {
  684. font-family: 'Archivo Narrow', sans-serif;
  685. width:50px;
  686. margin-top:5px;
  687. margin-bottom:5px;
  688. border-color:#222222;
  689. padding-top:10px;
  690. font-size:10px;
  691. background:transparent;
  692. text-shadow: 1px 1px 7px #222222;
  693. padding:10px;
  694. margin-top:5px;
  695. margin-left:75px;
  696. color:#282828;
  697. text-transform:uppercase;
  698. font-style:normal;
  699. text-align:left;
  700. -moz-transition-duration:0.5s;
  701. -webkit-transition-duration:0.5s;
  702. -o-transition-duration:0.5s;
  703. }
  704.  
  705. #info a {
  706. color:{color:link};
  707. font-style:normal;
  708. }
  709.  
  710. #info a:hover {
  711. color:{color:link hover};
  712. }
  713.  
  714. .tags {
  715. width:230px;
  716. margin-top:2px;
  717. margin-left:0px;
  718. text-transform:uppercase;
  719. padding:10px;
  720. font-style:normal;
  721. line-height:100%;
  722. padding-top:7px;
  723. text-align:left;
  724. position: left;
  725. background: #transparent;
  726. opacity:1;
  727. border-bottom-left-radius: 20px;
  728. border-top-right-radius: 20px;
  729. border-top:solid 1px #fff;
  730. box-shadow: 2px 2px 5px #fff;
  731. -moz-transition-duration:1.2s;
  732. -webkit-transition-duration:1.2s;
  733. -o-transition-duration:1.2s;
  734. }
  735.  
  736. #post:hover .tags { opacity:1; -moz-transition-duration:1s; -webkit-transition-duration:1s; -o-transition-duration:1s; }
  737.  
  738. .tags a{
  739. color:{color:link};
  740. -moz-transition-duration:0.2s;
  741. -webkit-transition-duration:0.2s;
  742. -o-transition-duration:0.2s;
  743. }
  744. .tags a:hover{
  745. color:{color:link hover};
  746. -moz-transition-duration:0.2s;
  747. -webkit-transition-duration:0.2s;
  748. -o-transition-duration:0.2s;
  749. }
  750.  
  751. .audio{
  752. overflow:hidden;
  753. }
  754.  
  755. #ask {
  756. float:left;
  757. color:{color:text};
  758. }
  759.  
  760. #s-m-t-tooltip {
  761. max-width:150px;
  762. padding:5px 10px 5px 10px;
  763. margin:20px 14px 7px 10px;
  764. background-color:#2f2d2e;
  765. font-family:times;
  766. font-style: bold;
  767. font-size:7px;
  768. line-height:11px;
  769. letter-spacing:1px;
  770. text-transform:uppercase;
  771. color:#fff;
  772. z-index:999;
  773. }
  774.  
  775. #credit {
  776. font-size:9px;
  777. font-family:verdana;
  778. font-style:italic;
  779. letter-spacing:1px;
  780. -moz-transition-duration:0.5s;
  781. -webkit-transition-duration:0.5s;
  782. -o-transition-duration:0.5s;
  783. }
  784.  
  785. #credit a {
  786. background-color: #transparent;
  787. padding:5px;
  788. position:fixed;
  789. right:15px;
  790. bottom:10px
  791. }
  792.  
  793. #credit a:hover {
  794. color:{color:Link Hover};
  795. background-color:#transparent;
  796. }
  797.  
  798. /* --- POPUP CSS --- */
  799.  
  800. #fade { /*--Transparent background layer--*/
  801. display: none; /*--hidden by default--*/
  802. background: #000;
  803. position: fixed; left: 0; top: 0;
  804. width: 100%; height: 100%;
  805. opacity: .80;
  806. z-index: 9999;
  807. }
  808. .popup_block{
  809. width: 300px;
  810. height: 300px;
  811. overflow-y:scroll;
  812. overflow-x:hidden;
  813. display: none; /*--hidden by default--*/
  814. background:#transparent;
  815. padding: 0px;
  816. border: 0px dotted #fff;
  817. float: left;
  818. font-size: 9px;
  819. word-spacing:2px;
  820. position: fixed;
  821. top: 55%; left: 50%;
  822. z-index: 99999;
  823. /*--CSS3 Box Shadows--*/
  824. -webkit-box-shadow: 0px 0px 20px #transparent;
  825. -moz-box-shadow: 0px 0px 20px #transparent;
  826. box-shadow: 0px 0px 20px #transparent;
  827. /*--CSS3 Rounded Corners--*/
  828. -webkit-border-radius: 0px;
  829. -moz-border-radius: 0px;
  830. border-radius: 0px;
  831. }
  832. img.btn_close {
  833. float: right;
  834. margin: 0px 0px 0 0;
  835. }
  836. /*--Making IE6 Understand Fixed Positioning--*/
  837. *html #fade {
  838. position: absolute;
  839. }
  840. *html .popup_block {
  841. position: absolute;
  842. }
  843.  
  844. h2 {
  845. font-size: 10px;
  846. font-family: arial;
  847. font-weight:normal;
  848. line-height:15px;
  849. margin:0px;
  850. text-decoration: none;
  851. color: {color:Post Text};
  852. }
  853.  
  854. h2 a {
  855. text-decoration: none;
  856. color: {color:Post Link};
  857. }
  858.  
  859. .popup_block b, strong {
  860. color: #ffffff;
  861. font-family:helvetica;
  862. text-transform:uppercase;
  863. font-style:italic;
  864. text-shadow:0px 0px 2px #fff;
  865. font-size:11px;
  866. letter-spacing:1px;
  867. }
  868.  
  869.  
  870. .popup_block i, em {
  871. color: #fff;
  872. font-family: 'Satisfy', cursive;
  873. text-shadow: 0px 0px 3px #fff;
  874. text-transform:lowercase;
  875. font-size:12px;
  876. letter-spacing:2px;
  877. }
  878.  
  879. /* --- POPUP CSS END --- */
  880.  
  881. {CustomCSS}
  882.  
  883.  
  884. </style></head><body>
  885.  
  886.  
  887. <div class="anavlinks">
  888. <a href="/" title="ride home">●</a></a><br /><br />
  889. <div class="bnavlinks">
  890. <a href="/ask" title="calls">●</a><br /><br /></div>
  891. <div class="cnavlinks">
  892. <a href="http://gunpowderiing.tumblr.com/01." title="first aid">●</a><br /><br /></div>
  893. <div class="dnavlinks">
  894. <a href="#?w=300" rel="02" class="poplight" title="map">●</a><br /><br /></div>
  895. <div class="enavlinks">
  896. <a href="http://gunpowderiing.tumblr.com/03." title="the pages">●</a><br /><br /></div>
  897. <div class="fnavlinks">
  898. <a href="http://gunpowderiing.tumblr.com/04." title="the specials">●</a><br /><br /></div></div>
  899.  
  900. <div class="navigation">
  901. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">hell is </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">on heaven's doorstep. </a>{/block:NextPage}{/block:Pagination}</div>
  902.  
  903.  
  904.  
  905. <div class="backcont">
  906. <div class="content">
  907.  
  908. <div class="postcol">
  909. {block:Posts}<div id="post">
  910.  
  911. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  912.  
  913. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  914.  
  915. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  916.  
  917. {block:Quote}<div style="padding:4px;font-size:20px;line-height:1.5em;color:{color:text};text-align:center;font-family: times;font-style:italic;">{Quote}</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  918.  
  919. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  920.  
  921. {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}
  922.  
  923. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  924.  
  925. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  926.  
  927. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px dashed #fff;padding:2px; "></div> <em>{Asker}:</em><br>{Question}<br><br>{Answer}{/block:Answer}
  928.  
  929. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">●</a>
  930. {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>●</a> {/block:NoteCount} <div style="float:right;">
  931.  
  932. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">● </a> {/block:RebloggedFrom}{block:ContentSource}<a title="source" href="{SourceURL}">●</a>{/block:ContentSource} {/block:RebloggedFrom}<a href={ReblogURL} title=REBLOG>●</a></a></div>
  933. </div>
  934.  
  935.  
  936. {block:HasTags}
  937. <div class="tags">
  938. {block:Tags} <a href="{TagURL}">&nbsp; {Tag}</a> {/block:Tags}</div>
  939. {/block:HasTags}
  940. <div class="postnote">
  941. {block:PostNotes}{PostNotes}{/block:PostNotes}
  942. </div>
  943. </div>
  944. {/block:Posts}
  945. </div>
  946. </div>
  947. </div>
  948. </div></div>
  949.  
  950. <div id="credit"><a href="http://wehrmxcht.tumblr.com">●</a></div> </div></div>
  951.  
  952. <div id="02" class="popup_block">
  953. <p style="text-transform:uppercase; font-family: 'Oswald', sans-serif; font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px #000; solid;padding-bottom:10px;">navigation</p>
  954. <div class="lettuce">
  955. <!-- copy / delete these for every link you wish to add / remove! -->
  956. <a href=tagged/%E2%96%90%E2%94%8Athis%20life%20doesn't%20make%20you%20a%20hero.%20(%20aesthetics.%20)>aesthetic</a>
  957. <a href=tagged/%E2%96%90%E2%94%8Athe%20demons%20in%20my%20head%20won.%20(%20musing.%20)>musing</a>
  958. <a href=tagged/▐┊a-moose-call.- %28-starter-call.-%29>starters</a>
  959. <a href=tagged/%E2%96%90%E2%94%8Ahit%20me%20with%20your%20best%20shot.%20(%20ooc.%20)>ooc</a>
  960. <a href=tagged/▐┊was-that-what-you-wanted-to-hear%3F-did-it-matter%3F-%28-ic-answered.-%29>ic asks</a>
  961. <a href=tagged/▐┊let-the-guilt-anchor-you-down.-%28-memes.-%29>memes</a>
  962. <a href=tagged/▐┊this-is-where-my-road-starts.-%28-headcanons.-%29>canons</a>
  963. <a href=tagged/▐-┊there-is-broken-glass-behind-those-eyes.-%28-visage.-%29>visage</a>
  964. <a href=tagged/▐┊there-is-no-me-if-there-is-no-you.-%28-dean.-%29>dean</a>
  965. <a href=tagged/▐┊he%27s-my-family-first-%26-my-friend-second.-%28-castiel.-%29>castiel</a>
  966. <a href=tagged/▐┊doesn%27t-it-hurt-to-fail-someone-with-so-much-light-left%3F-%28-jo.-%29>jo</a>
  967. <a href=tagged/▐┊wasting-bullets.-%28-convo.-%29>convos</a>
  968. <a href=tagged/▐┊living-on-a-prayer.-%28-single-para.-%29>short</a>
  969. <a href=tagged/▐┊tainted-blood-with-a-pure-heart.-%28-para.-%29>long</a>
  970. <a href=tagged/▐┊someone's%20lurking%20in%20the%20darkness.%20(%20anon.%20)>anons</a>
  971. <a href=tagged/▐┊filling%20another%20shot%20glass.%20(%20ooc%20answers.%20)>mun</a>
  972. <a href=tagged/▐┊behind%20closed%20doors.%20(%20desires.%20)>bedroom</a>
  973. </div></div>
  974.  
  975.  
  976.  
  977.  
  978.  
  979. <p></div>
  980.  
  981.  
  982. </body>
  983. </html>
  984.  
  985.  
  986. </div>
  987.  
  988.  
  989. <div id="04" class="popup_block">
  990.  
  991. <body>
  992.  
  993.  
  994. ABOUT/BIO HERE
  995.  
  996.  
  997.  
  998.  
  999. </body>
  1000. </html>
  1001.  
  1002.  
  1003. </div>
  1004. </div>
  1005.  
  1006. <div id="06" class="popup_block">
  1007. <body>
  1008.  
  1009. VERSES HERE
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015. </div>
  1016. </body>
  1017. </html>
  1018.  
  1019. </div>
  1020.  
  1021.  
  1022. <div id="05" class="popup_block">
  1023. <p>
  1024.  
  1025. ANYTHING ELSE YOU'D LIKE HERE! MUN INFO, LINKS, TAGS, ETC
  1026.  
  1027. </div>
  1028.  
  1029. <div id="askbox" class="popup_block">
  1030. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  1031. </div>
  1032.  
  1033. </div></div></div></div></div></div></div></div></div></div>
  1034.  
  1035. </body>
  1036. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement