Advertisement
Guest User

YEEHAW

a guest
Jul 23rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.76 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=Ubuntu:700' rel='stylesheet' type='text/css'>
  14. <link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Lobster+Two:400italic' rel='stylesheet' type='text/css'>
  16.  
  17. <!--- TOOLTIP --->
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24.  
  25. tip_follows_cursor:true,
  26. tip_delay_time:400,
  27. tip_fade_speed:500,
  28. attribute:"title"
  29.  
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <!---POP UP ASK BOX--->
  36. <script type="text/javascript"
  37. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  38. <script>
  39. $(document).ready(function() {
  40. //
  41. $('a.poplight[href^=#]').click(function() {
  42. var popID = $(this).attr('rel'); //Get Popup Name
  43. var popURL = $(this).attr('href'); //Get Popup href to define size
  44. var query= popURL.split('?');
  45. var dim= query[1].split('&');
  46. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  47. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  48. var popMargTop = ($('#' + popID).height() + 80) / 2;
  49. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  50. //Apply Margin to Popup
  51. $('#' + popID).css({
  52. 'margin-top' : -popMargTop,
  53. 'margin-left' : -popMargLeft
  54. });
  55. $('body').append('<div id="fade"></div>');
  56. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  57. return false;
  58. });
  59. $('a.close, #fade').live('click', function() {
  60. $('#fade , .popup_block').fadeOut(function() {
  61. $('#fade, a.close').remove(); //fade them both out
  62. });
  63. return false;
  64. });
  65. });
  66. </script>
  67. <!---END--->
  68.  
  69. <!---POP UP LINKS--->
  70. <script>
  71. $(document).ready(function() {
  72. //When you click on a link with class of poplight and the href starts with a #
  73. $('a.poplight[href^=#]').click(function() {
  74. var popID = $(this).attr('rel'); //Get Popup Name
  75. var popURL = $(this).attr('href'); //Get Popup href to define size
  76.  
  77. //Pull Query & Variables from href URL
  78. var query= popURL.split('?');
  79. var dim= query[1].split('&');
  80. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  81.  
  82. //Fade in the Popup and add close button
  83. $('#' + 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>');
  84.  
  85. //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
  86. var popMargTop = ($('#' + popID).height(200) + 80) / 2;
  87. var popMargLeft = ($('#' + popID).width(500) + 80) / 2;
  88.  
  89. //Apply Margin to Popup
  90. $('#' + popID).css({
  91. 'margin-top' : -popMargTop,
  92. 'margin-left' : -popMargLeft
  93. });
  94.  
  95. //Fade in Background
  96. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  97. $('#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
  98.  
  99. return false;
  100. });
  101.  
  102. //Close Popups and Fade Layer
  103. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  104. $('#fade , .popup_block').fadeOut(function() {
  105. $('#fade, a.close').remove(); //fade them both out
  106. });
  107. return false;
  108. });
  109. });
  110. </script>
  111. <!---POPUP LINKS END--->
  112.  
  113. <title>{title}</title>
  114. <link rel="shortcut icon" href="http://orig15.deviantart.net/a7d0/f/2013/003/5/2/revolver_pixel_art_by_yoyo187-d5qajiy.png">
  115. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  116. <meta name="description" content="" />
  117. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  118.  
  119. <!--- COLOR OPTIONS --->
  120. <meta name="color:Background" content="#000000"/>
  121. <meta name="color:Posts BG" content="#222222"/>
  122. <meta name="color:Text" content="#ffffff"/>
  123. <meta name="color:Post Bold" content="#aaaaaa"/>
  124. <meta name="color:Post Italic" content="#cccccc"/>
  125. <meta name="color:Link" content="#bbc2c6"/>
  126. <meta name="color:Link Hover" content="#00ffdd"/>
  127. <meta name="color:Scrollthumb" content="#ffffff"/>
  128. <meta name="color:Info BG" content="#000000"/>
  129. <meta name="color:Tooltip BG" content="#000000"/>
  130. <meta name="color:Tooltip Font" content="#ffffff"/>
  131.  
  132. <!--- IMAGE OPTIONS --->
  133. <meta name="if:Cover BG" content="1"/>
  134. <meta name="image:Background" content=""/>
  135.  
  136. <!--- LINKS --->
  137. <meta name="text:link 1" content="Link 1 Title"/>
  138. <meta name="text:link 1 url" content="/"/>
  139. <meta name="text:link 2" content="Link 2 Title"/>
  140. <meta name="text:link 2 url" content="/"/>
  141. <meta name="text:link 3" content="Link 3 Title"/>
  142. <meta name="text:link 3 url" content="/"/>
  143. <meta name="text:link 4" content="Link 4 Title"/>
  144. <meta name="text:link 4 url" content="/"/>
  145. <meta name="text:link 5" content="Link 5 Title"/>
  146. <meta name="text:link 5 url" content="/"/>
  147. <meta name="text:link 6" content="Link 6 Title"/>
  148. <meta name="text:link 6 url" content="/"/>
  149.  
  150. <style type="text/css">
  151.  
  152. /* --- UPDATES ---*/
  153.  
  154. #updates {
  155. font-size:9px;
  156. color:{color:Text};
  157. text-align:left;
  158. height:13px;
  159. width:100px;
  160. padding:4px;
  161. top:15px;
  162. left:20px;
  163. z-index:10;
  164. position:fixed;
  165. overflow:hidden;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. }
  170.  
  171. #updates:hover {
  172. height:185px;
  173. -webkit-transition: all 0.5s ease-in-out;
  174. -moz-transition: all 0.5s ease-in-out;
  175. -o-transition: all 0.5s ease-in-out;
  176. }
  177.  
  178. #updatestitle {
  179. font-size:10px;
  180. text-transform:uppercase;
  181. font-family:arial;
  182. font-weight:bold;
  183. color:#000;
  184. }
  185.  
  186. /* --- THEME BASICS --- */
  187.  
  188.  
  189. html {
  190. background:#cbc7b6;
  191. margin:0px;
  192. color:#bdc2be; x
  193. font-family:silkscreen;
  194. font-size:12px;
  195. line-height:120%;
  196. background-image:url("http://i67.tinypic.com/30j1b1s.png");
  197. background-attachment: fixed;
  198. background-image:stretch;
  199. background-repeat: no-repeat;
  200. background-image:cover;
  201. background-position:top top;
  202. }
  203.  
  204. ::-webkit-scrollbar {
  205. width: 1px;
  206. height: 4px;
  207. padding:2px;
  208. background: transparent;
  209. }
  210.  
  211. ::-webkit-scrollbar-thumb {
  212. background-color: {color:scrollthumb};
  213. }
  214.  
  215. body {
  216. margin:0px;
  217. color:{color:text};
  218. font-family:tahoma;
  219. text-transform:uppercase;
  220. font-size:9px;
  221. text-align: justify;
  222. line-height:1.25em;
  223. letter-spacing:0px;
  224. margin-left:435px;
  225. }
  226.  
  227. h1 {
  228. font-family:tahoma;
  229. font-weight:normal;
  230. font-size:12px;
  231. text-align:center;
  232. font-style:normal;
  233. line-height:100%;
  234. letter-spacing:1px;
  235. color:{color:text};
  236. }
  237.  
  238. h2 {
  239. font-family:tahoma;
  240. font-size:16px;
  241. text-align:center;
  242. font-style:italic;
  243. line-height:100%;
  244. letter-spacing:1px;
  245. color:{color:text};
  246. padding:5px;
  247. padding-bottom:2px;
  248. }
  249.  
  250. h3 {
  251. font-family: tahoma;
  252. font-size:16px;
  253. text-align:center;
  254. line-height:100%;
  255. letter-spacing:1px;
  256. color:{color:text};
  257. padding:5px;
  258. padding-bottom:2px;
  259. }
  260.  
  261. a {
  262. color: {color:Link};
  263. text-decoration: none;
  264. -moz-transition-duration: 0.5s;
  265. -o-transition-duration: 0.5s;
  266. -webkit-transition-duration: 0.5s;
  267. transition-duration: 0.5s;
  268. }
  269.  
  270. a:hover {
  271. color: {color:Link Hover};
  272. -moz-transition-duration: 0.5s;
  273. -o-transition-duration: 0.5s;
  274. -webkit-transition-duration: 0.5s;
  275. transition-duration: 0.5s;
  276. }
  277.  
  278. blockquote {
  279. padding-left:5px;
  280. border-left:2px solid;
  281. }
  282.  
  283. blockquote blockquote {
  284. padding-left:5px;
  285. border-left:2px solid;
  286. }
  287.  
  288. blockquote {
  289. border-left: solid;
  290. border-radius: 0px;
  291. border-left-width: 2px;
  292. border-color:#181818;
  293. padding:5px;
  294. padding-left: 7px;
  295. margin-left: 10px; }
  296.  
  297. #post {
  298. width:400px;
  299. padding-bottom:20px;
  300. padding-right:10px;
  301. }
  302.  
  303. #post b, strong {
  304. color: {color:Post Bold};
  305. font-family:times;
  306. text-shadow: 1px 1px 1px #882323;
  307. font-size:10px;
  308. letter-spacing:2px;
  309. }
  310.  
  311.  
  312. #post i, em {
  313. color: {color:Post Italic};
  314. font-family: 'Lobster Two', cursive;
  315. text-shadow: 0px 0px 3px #a6a290;
  316. text-transform:none;
  317. font-size:12px;
  318. letter-spacing:0px;
  319. }
  320.  
  321. #post pre {
  322. font-family: times;
  323. color:{color:Post Bold};
  324. white-space: pre-wrap;
  325. white-space: -moz-pre-wrap;
  326. white-space: -pre-wrap;
  327. white-space: -o-pre-wrap;
  328. word-wrap: break-word;
  329. }
  330.  
  331.  
  332. small {
  333.  
  334. word-spacing:0px;
  335. font-size:8px;
  336. letter-spacing:0px;
  337. line-height:180%;
  338. }
  339.  
  340. small small {
  341. font-size:7px;
  342. }
  343.  
  344. sup, sub {
  345. word-spacing:0px;
  346. font-size:8px;
  347. }
  348.  
  349.  
  350. big {
  351. font-size:12px;
  352. line-height:110%;
  353. text-shadow:1px 1px 0px #a77c62;
  354. }
  355.  
  356.  
  357. big big {
  358. font-size:14px;
  359. font-weight:800;
  360. line-height:110%;
  361. font-family:times;
  362. text-transform:uppercase;
  363. text-shadow:1px 1px 0px #a77c62;
  364. }
  365.  
  366. big big big {
  367. font-size:16px;
  368. font-weight:800;
  369. line-height:110%;
  370. text-shadow:1px 1px 0px #a77c62;
  371. }
  372.  
  373. /* --- THIS IS HERE TO KEEP IMAGES IN TEXT
  374. POSTS FROM GETTING BIGGER THAN THE CONTAINER,
  375. SO DON'T MESS WITH IT UNLESS YOU KNOW YOUR HTML. --- */
  376.  
  377. #post img.main_photo {
  378. width: 100%;
  379. }
  380.  
  381. #post img {
  382. max-width: 100%;
  383. height: auto;
  384. }
  385.  
  386. #post .photo img {
  387. opacity: 1;
  388. -webkit-transition: all 0.5s ease;
  389. -moz-transition: all 0.5s ease;
  390. -o-transition: all 0.5s ease;
  391. transition: all 0.5s ease;
  392. margin: 0;
  393. line-height: 0;
  394. }
  395.  
  396. .tumblr_post.photo p {
  397. display: none;
  398. }
  399.  
  400. /* --- BACK TO YOUR REGULARLY-SCHEDULED CSS --- */
  401.  
  402. .content {
  403. padding:5px;
  404. width:405px;
  405. height:270px;
  406. margin-left:-367px;
  407. margin-top:113px;
  408. margin-bottom:40px;
  409. position:fixed;
  410. overflow:scroll;
  411. overflow-x:hidden;
  412. background-color:transparent;
  413. }
  414.  
  415. .backcont {
  416. padding:2px;
  417. width:425px;
  418. height:324px;
  419. left:700px;
  420. top:208px;
  421. position:fixed;
  422. background-color:transparent;
  423. }
  424.  
  425.  
  426. /* --- JUMBLE LINKS --- */
  427.  
  428. /* --- MOVING LINK 'A' WILL MOVE ALL THE LINKS. PUT LINK 'A' WHERE YOU'D LIKE, THEN MOVE THE OTHERS AROUND IT --- */
  429.  
  430. .anavlinks {
  431. opacity: .7;
  432. transform: rotate(20deg);
  433. text-shadow:1px 1px 3px #000;
  434. color:{color:Special};
  435. background: transparent;
  436. padding: 2px;
  437. position: fixed;
  438. height:auto;
  439. width: 100px;
  440. top:50px;
  441. left:400px;
  442. font-family: tahoma;
  443. text-transform:uppercase;
  444. text-align: right;
  445. font-size: 27px;
  446. letter-spacing:0.5px;
  447. line-height:130%;
  448. padding-top: 2px;
  449. }
  450.  
  451. .navlinks a {
  452. color:{color:link};
  453. }
  454.  
  455. .navlinks a:hover {
  456. color: {color:link hover};
  457. text-transform: uppercase;
  458. text-shadow:3px 3px 3px #fff;
  459. }
  460.  
  461.  
  462. .bnavlinks {
  463. transform: rotate(20deg);
  464. color:{color:Special};
  465. background: transparent;
  466. padding: 2px;
  467. position: fixed;
  468. height:auto;
  469. width: 100px;
  470. top:60px;
  471. left:-30px;
  472. font-family: tahoma;
  473. text-transform:uppercase;
  474. text-align: right;
  475. font-size: 20px;
  476. letter-spacing:0.5px;
  477. line-height:130%;
  478. padding-top: 2px;
  479. }
  480.  
  481. .navlinks a {
  482. color:{color:link};
  483. }
  484.  
  485. .navlinks a:hover {
  486. color: {color:link hover};
  487. text-transform: uppercase;
  488. }
  489.  
  490.  
  491. .cnavlinks {
  492. color:{color:Special};
  493. background: transparent;
  494. padding: 2px;
  495. position: fixed;
  496. height:auto;
  497. width: 100px;
  498. top:-20px;
  499. left:170px;
  500. font-family: tahoma;
  501. text-transform:uppercase;
  502. text-align: right;
  503. font-size: 23px;
  504. letter-spacing:0.5px;
  505. line-height:130%;
  506. padding-top: 2px;
  507. }
  508.  
  509. .navlinks a {
  510. color:{color:link};
  511. }
  512.  
  513. .navlinks a:hover {
  514. color: {color:link hover};
  515. text-transform: uppercase;
  516. }
  517.  
  518.  
  519. .dnavlinks {
  520. color:{color:Special};
  521. background: transparent;
  522. padding: 2px;
  523. position: fixed;
  524. height:auto;
  525. width: 100px;
  526. top:40px;
  527. left:220px;
  528. font-family: tahoma;
  529. text-transform:uppercase;
  530. text-align: right;
  531. font-size: 17px;
  532. letter-spacing:0.5px;
  533. line-height:130%;
  534. padding-top: 2px;
  535. }
  536.  
  537. .navlinks a {
  538. color:{color:link};
  539. }
  540.  
  541. .navlinks a:hover {
  542. color: {color:link hover};
  543. text-transform: uppercase;
  544. }
  545.  
  546.  
  547. .enavlinks {
  548. color:{color:Special};
  549. background: transparent;
  550. padding: 2px;
  551. position: fixed;
  552. height:auto;
  553. width: 100px;
  554. top:100px;
  555. left:70px;
  556. font-family: tahoma;
  557. text-transform:uppercase;
  558. text-align: right;
  559. font-size: 37px;
  560. letter-spacing:0.5px;
  561. line-height:130%;
  562. padding-top: 2px;
  563. }
  564.  
  565. .navlinks a {
  566. color:{color:link};
  567. }
  568.  
  569. .navlinks a:hover {
  570. color: {color:link hover};
  571. text-transform: uppercase;
  572. }
  573.  
  574.  
  575. .fnavlinks {
  576. color:{color:Special};
  577. background: transparent;
  578. padding: 2px;
  579. position: fixed;
  580. height:auto;
  581. width: 100px;
  582. top:-10px;
  583. left:310px;
  584. font-family: tahoma;
  585. text-transform:uppercase;
  586. text-align: right;
  587. font-size: 21px;
  588. letter-spacing:0.5px;
  589. line-height:130%;
  590. padding-top: 2px;
  591. }
  592.  
  593. .navlinks a {
  594. color:{color:link};
  595. }
  596.  
  597. .navlinks a:hover {
  598. color: {color:link hover};
  599. text-transform: uppercase;
  600. }
  601.  
  602. /* --- JUMBLE LINKS END --- */
  603.  
  604. .navlinks {
  605. color:{color:Special};
  606. background: transparent;
  607. padding: 2px;
  608. position: fixed;
  609. height:auto;
  610. width: 100px;
  611. top:200px;
  612. left:190px;
  613. font-family: times;
  614. text-transform:uppercase;
  615. text-align: right;
  616. font-size: 13px;
  617. letter-spacing:0.5px;
  618. line-height:130%;
  619. padding-top: 2px;
  620. }
  621.  
  622. .navlinks a {
  623. color:{color:link};
  624. }
  625.  
  626. .navlinks a:hover {
  627. color: {color:link hover};
  628. text-transform: uppercase;
  629. }
  630.  
  631. .navigation {
  632. font-family: times;
  633. width:120px;
  634. font-size:18px;
  635. margin-top:270px;
  636. margin-left:200px;
  637. padding-left:5px;
  638. letter-spacing:1px;
  639. font-style:italic;
  640. text-align:center;
  641. }
  642.  
  643. .navigation a {
  644. color:#000;
  645. }
  646. .navigation a:hover {
  647. color:{color:Link Hover};
  648. }
  649.  
  650. #info {
  651. font-family: verdana;
  652. width:60px;
  653. margin-top:5px;
  654. margin-bottom:5px;
  655. padding-top:3px;
  656. font-size:10px;
  657. background:transparent;
  658. padding:2px;
  659. margin-top:5px;
  660. margin-left:172px;
  661. color:{color:text};
  662. text-transform:uppercase;
  663. font-style:normal;
  664. text-align:left;
  665. -moz-transition-duration:0.5s;
  666. -webkit-transition-duration:0.5s;
  667. -o-transition-duration:0.5s;
  668. }
  669.  
  670. #info a {
  671. color:{color:link};
  672. font-style:normal;
  673. }
  674.  
  675. #info a:hover {
  676. color:{color:link hover};
  677. }
  678.  
  679. .tags {
  680. font-family:tahoma;
  681. font-style:normal;
  682. width:240px;
  683. text-transform:normal;
  684. background:transparent;
  685. font-style:normal;
  686. line-height:120%;
  687. padding-left:5px;
  688. font-size:8px;
  689. margin-top:1px;
  690. margin-left:75px;
  691. text-align:center;
  692. padding-top:2px;
  693. padding-bottom:8px;
  694. -moz-transition-duration:0.2s;
  695. -webkit-transition-duration:0.2s;
  696. -o-transition-duration:0.2s;
  697. }
  698.  
  699. #post:hover .tags { opacity:1; -moz-transition-duration:1s; -webkit-transition-duration:1s; -o-transition-duration:1s; }
  700.  
  701. .tags a{
  702. color:{color:link};
  703. -moz-transition-duration:0.2s;
  704. -webkit-transition-duration:0.2s;
  705. -o-transition-duration:0.2s;
  706. }
  707. .tags a:hover{
  708. color:{color:link hover};
  709. -moz-transition-duration:0.2s;
  710. -webkit-transition-duration:0.2s;
  711. -o-transition-duration:0.2s;
  712. }
  713.  
  714. .audio{
  715. overflow:hidden;
  716. }
  717.  
  718. #ask {
  719. float:left;
  720. color:{color:text};
  721. }
  722.  
  723. #s-m-t-tooltip {
  724. max-width:150px;
  725. padding:5px 10px 5px 10px;
  726. margin:20px 14px 7px 10px;
  727. background-color:{color:Tooltip BG};
  728. font-family:tahoma;
  729. font-style: bold;
  730. font-size:7px;
  731. line-height:11px;
  732. letter-spacing:1px;
  733. text-transform:uppercase;
  734. color:{color:Tooltip Font};
  735. z-index:999;
  736. }
  737.  
  738. #credit {
  739. font-size:9px;
  740. font-family:verdana;
  741. font-style:italic;
  742. letter-spacing:1px;
  743. -moz-transition-duration:0.5s;
  744. -webkit-transition-duration:0.5s;
  745. -o-transition-duration:0.5s;
  746. }
  747.  
  748. #credit a {
  749. background-color:{color:Posts BG};
  750. padding:5px;
  751. position:fixed;
  752. right:15px;
  753. bottom:10px
  754. }
  755.  
  756. #credit a:hover {
  757. color:{color:Link Hover};
  758. background-color:{color:background};
  759. }
  760.  
  761. /* --- POPUP CSS --- */
  762.  
  763. #fade { /*--Transparent background layer--*/
  764. display: none; /*--hidden by default--*/
  765. background: #000;
  766. position: fixed; left: 0; top: 0;
  767. width: 100%; height: 100%;
  768. opacity: .80;
  769. z-index: 9999;
  770. }
  771. .popup_block{
  772. width: 300px;
  773. height: 300px;
  774. overflow-y:scroll;
  775. overflow-x:hidden;
  776. display: none; /*--hidden by default--*/
  777. background:#000;
  778. padding: 30px;
  779. border: 0px solid #ddd;
  780. float: left;
  781. font-size: 9px;
  782. word-spacing:2px;
  783. position: fixed;
  784. top: 55%; left: 50%;
  785. z-index: 99999;
  786. /*--CSS3 Box Shadows--*/
  787. -webkit-box-shadow: 0px 0px 20px #000;
  788. -moz-box-shadow: 0px 0px 20px #000;
  789. box-shadow: 0px 0px 20px #000;
  790. /*--CSS3 Rounded Corners--*/
  791. -webkit-border-radius: 0px;
  792. -moz-border-radius: 0px;
  793. border-radius: 0px;
  794. }
  795. img.btn_close {
  796. float: right;
  797. margin: 0px 0px 0 0;
  798. }
  799. /*--Making IE6 Understand Fixed Positioning--*/
  800. *html #fade {
  801. position: absolute;
  802. }
  803. *html .popup_block {
  804. position: absolute;
  805. }
  806.  
  807. h2 {
  808. font-size: 10px;
  809. font-family: arial;
  810. font-weight:normal;
  811. line-height:15px;
  812. margin:0px;
  813. text-decoration: none;
  814. color: {color:Post Text};
  815. }
  816.  
  817. h2 a {
  818. text-decoration: none;
  819. color: {color:Post Link};
  820. }
  821.  
  822. .popup_block b, strong {
  823. color: {color:Post Bold};
  824. font-family:times;
  825. text-shadow: 1px 1px 1px #882323;
  826. font-size:11px;
  827. letter-spacing:2px;
  828. }
  829.  
  830.  
  831. .popup_block i, em {
  832. color: {color:Post Italic};
  833. font-family: 'Lobster Two', cursive;
  834. text-shadow: 0px 0px 3px #a6a290;
  835. text-transform:none;
  836. font-size:12px;
  837. letter-spacing:1px;
  838. }
  839.  
  840. /* --- POPUP CSS END --- */
  841.  
  842. {CustomCSS}
  843.  
  844.  
  845. </style></head><body>
  846.  
  847. <!-- SCM Music Player http://scmplayer.net -->
  848. <script type="text/javascript" src="http://scmplayer.net/script.js"
  849. data-config="{'skin':'http://static.tumblr.com/qft2cvq/w5Zn26xbc/skin-2.css','volume':38,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'','url':'https://www.youtube.com/watch?v=Mynzbmrtp9I'},{'title':'','url':'https://www.youtube.com/watch?v=F2hR-rOukbU'},{'title':'','url':'https://www.youtube.com/watch?v=iGmUsJvRv7U'},{'title':'','url':'https://www.youtube.com/watch?v=0ZNFAF6tsHc'}]}" ></script> <!-- SCM Music Player script end -->
  850.  
  851.  
  852.  
  853. <!-- begin updates tab -->
  854.  
  855. <div id="updates">
  856. <div id="updatestitle">hover</div>
  857.  
  858. <div style="padding-top:10px;">
  859.  
  860. <p>indi mccree from <b>overwatch</b></p><p>picky &amp;&amp; <i>(semi)</i> active</p><p>tracking&nbsp;<a href="https://www.tumblr.com/tagged/namesmccree">namesmccree</p>
  861. <br /><h2><a href="/">read rules before following</a></h2>
  862.  
  863.  
  864. </div></div>
  865.  
  866. <!-- end updates tab -->
  867.  
  868.  
  869.  
  870. <script language=JavaScript>
  871. <!--
  872.  
  873. //Disable right mouse click Script
  874. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  875. //For full source code, visit http://www.dynamicdrive.com
  876.  
  877. var message=" try ctrl+v/ctrl+c! ";
  878.  
  879. ///////////////////////////////////
  880. function clickIE4(){
  881. if (event.button==2){
  882. alert(message);
  883. return false;
  884. }
  885. }
  886.  
  887. function clickNS4(e){
  888. if (document.layers||document.getElementById&&!document.all){
  889. if (e.which==2||e.which==3){
  890. alert(message);
  891. return false;
  892. }
  893. }
  894. }
  895.  
  896. if (document.layers){
  897. document.captureEvents(Event.MOUSEDOWN);
  898. document.onmousedown=clickNS4;
  899. }
  900. else if (document.all&&!document.getElementById){
  901. document.onmousedown=clickIE4;
  902. }
  903.  
  904. document.oncontextmenu=new Function("alert(message);return false")
  905.  
  906. // -->
  907. </script>
  908.  
  909. <div class="anavlinks">
  910. <a href="/" title="return">⊙</a></a><br /><br />
  911. <div class="bnavlinks">
  912. <a href="#?w=300" rel="askbox" class="poplight" title="ask">⊙</a><br /><br /></div>
  913. <div class="cnavlinks">
  914. <a href="#?w=300" rel="03" class="poplight" title="rules">⊙</a><br /><br /></div>
  915. <div class="dnavlinks">
  916. <a href="#?w=300" rel="04" class="poplight" title="about">⊙</a><br /><br /></div>
  917. <div class="enavlinks">
  918. <a href="#?w=300" rel="06" class="poplight" title="verses">⊙</a><br /><br /></div>
  919. <div class="fnavlinks">
  920. <a href="#?w=300" rel="05" class="poplight" title="credits">⊙</a><br /><br /></div></div>
  921.  
  922. <div class="navigation">
  923. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ⇐ </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> ⇒ </a>{/block:NextPage}{/block:Pagination}</div>
  924.  
  925.  
  926.  
  927. <div class="backcont">
  928. <div class="content">
  929.  
  930. <div class="postcol">
  931. {block:Posts}<div id="post">
  932.  
  933. {block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  934.  
  935. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  936.  
  937. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  938.  
  939. {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}
  940.  
  941. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  942.  
  943. {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}
  944.  
  945. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  946.  
  947. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  948.  
  949. {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}
  950.  
  951. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✖</a>
  952. {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>✖</a> {/block:NoteCount} <div style="float:right;">
  953.  
  954. {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>
  955. </div>
  956.  
  957.  
  958. {block:HasTags}
  959. <div class="tags">
  960. {block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  961. {/block:HasTags}
  962. <div class="postnote">
  963. {block:PostNotes}{PostNotes}{/block:PostNotes}
  964. </div>
  965. </div>
  966. {/block:Posts}
  967. </div>
  968. </div>
  969. </div>
  970. </div></div>
  971.  
  972. <div id="credit"><a href="http://wehrmxcht.tumblr.com">x</a></div> </div></div>
  973.  
  974. <div id="03" class="popup_block">
  975.  
  976. <body>
  977.  
  978.  
  979. <p>Heya mun here, first and foremost I really appreciate the fact you’re reading this. I’ll go ahead and say you aren’t required to send me a message saying you’ve read these, but it would mean a lot to me if you skimmed them at least. If you’re used to the tumblr rp community you probably won’t find anything new here, but here we go;</p><blockquote><p>Activity</p></blockquote><p>I’m going to be up front about this one. I tend to get tons of anxiety when I rp on tumblr. I’ve been making blogs on and off for years and have a habit of abandoning muses since I get skittish so easily. On top of all this I have school and a job, so don’t jump to conclusions if I’m gone a couple days- but if I’ve been quiet for at least a month without notice I’m probably gone unless I decide to revamp.&nbsp;</p><blockquote><p>Threads</p></blockquote><p>That being said, there is a reason I keep coming back. I love writing and all the unique ways tumblr allows me to do so! I’m open to heavy threads, lighthearted one liners, and anything else under the sun. Don’t be afraid to approach me with an idea for something, I love planning this sort of stuff. The only thing I ask is to be notified beforehand if you want to do something with the exception of greeters.</p><blockquote><p>Following</p></blockquote><p>If I follow you I’m interested in interacting with your muse, simple as that. I’ll probably send you ask memes and that sort of stuff. Just make sure to tag sensitive content, especially what’s nsfw! If I don’t follow you back for whatever reason don’t feel discouraged, I’m still chill with trying out threads or getting asks.&nbsp;</p><p>That’s about all I got for now, if we’re mutuals feel free to ask for my skype or battle.net id. I have a personal tumblr <a href="http://itishighnoon.tumblr.com/">here</a>.</p>
  980.  
  981.  
  982.  
  983.  
  984.  
  985. <p></div>
  986.  
  987.  
  988. </body>
  989. </html>
  990.  
  991.  
  992. </div>
  993.  
  994.  
  995. <div id="04" class="popup_block">
  996.  
  997. <body>
  998.  
  999. <p>BASICS</p><p><b>NAME:</b></p><p>Jesse McCree</p><p><b>AGE:</b></p><p>37</p><p><b>DOB:</b></p><p>December 13th, 20XX</p><p><b>ORIGIN:</b></p><p>United States, New Mexico</p><p>PHYSICALLY</p><p><b>HEIGHT/WEIGHT:</b> 5′11/150 LBS<br><b>HAIR</b>: Wavy brown hair extending just past his chin.<br><b>EYES:</b>&nbsp;Brown<br><b>SKIN:</b> Olive</p><p>MENTALLY</p><p><b>ALIGNMENT: </b>Chaotic Good<br><b>MBTI:</b> ENFP (”THE Campaigner”)</p><b>Orientation</b>: Grey Homosexual/Demiromantic<p><b>DISORDER(S):</b> N/A</p><p><b>BIO</b></p><p>McCree had already made a name for himself as a member of the notorious Deadlock Gang, which trafficked in illicit weapons and military hardware throughout the American Southwest, when he and his associates were busted in an Overwatch sting operation. With his expert marksmanship and resourcefulness, he was given the choice between rotting in a maximum-security lockup or joining Blackwatch, Overwatch's covert ops division. He chose the latter.</p><p>Although he was initially cynical, he came to believe that he could make amends for his past sins by righting the injustices of the world. McCree appreciated the flexibility afforded to the clandestine Blackwatch, unhindered by bureaucracy and red tape.&nbsp;He was given instruction by Gabriel Reyes, another Blackwatch member.&nbsp;But as Overwatch's influence waned, rogue elements within Blackwatch sought to bring down the organization and turn it to their own ends. Wanting no part of the infighting, McCree set off alone and went underground</p><p>[MORE TO BE ADDED, OTHER INFO CAN BE FOUND <a href="http://overwatch.gamepedia.com/McCree">HERE</a>.]</p></p>
  1000.  
  1001.  
  1002. </body>
  1003. </html>
  1004.  
  1005.  
  1006. </div>
  1007. </div>
  1008.  
  1009. <div id="06" class="popup_block">
  1010. <body>
  1011.  
  1012. <blockquote><p><b>Ain’t Gonna Dispense Itself</b>;</p></blockquote><p>Default verse. Set during the revival of Overwatch. McCree reluctantly parts with mercenary work in hopes of helping to set things right.&nbsp;
  1013. <blockquote><p><b>Before the Storm</b>;</p></blockquote><p>Pre Overwatch. McCree agreed to join the infamous Blackwatch in lieu of spending the rest of his days in jail. He's enjoying the lack of restrictions while slowly developing his own.
  1014.  
  1015. </p></p>
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021. </div>
  1022. </body>
  1023. </html>
  1024.  
  1025. </div>
  1026.  
  1027.  
  1028. <div id="05" class="popup_block">
  1029. <p>
  1030. <body>
  1031.  
  1032. <p>credits;</p><ul><li>theme picture is from <a href="http://libaibaibai.tumblr.com/post/134800595111/mccree-is-my-favorite-hero-in-overwatch-i">here</a><br></li><li>theme code from <a href="http://amysthemes.tumblr.com/post/136039501189/second-theme-release-its-one-of-my-better-ones">here</a></li></ul><p>more will be added as they are in use</p>
  1033.  
  1034.  
  1035. </body>
  1036. </html>
  1037.  
  1038.  
  1039. </div>
  1040. </div>
  1041.  
  1042. <div id="askbox" class="popup_block">
  1043. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  1044. </div>
  1045.  
  1046. </div></div></div></div></div></div></div></div></div></div>
  1047.  
  1048. </body>
  1049. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement