Advertisement
sunmetahors

ha ha ha hal

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