Advertisement
Guest User

lennox (mine) theme

a guest
May 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.65 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7.  
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13.  
  14.  
  15. <!--
  16. POP UP SCRIPT
  17. -->
  18.  
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52.  
  53.  
  54. <!--
  55. VERSE TABS SCRIPT
  56. -->
  57.  
  58.  
  59. <script>
  60.  
  61. $(document).ready(function(){
  62. $("ul#tabs li").click(function(e){
  63. if (!$(this).hasClass("active")) {
  64. var tabNum = $(this).index();
  65. var nthChild = tabNum+1;
  66. $("ul#tabs li.active").removeClass("active");
  67. $(this).addClass("active");
  68. $("ul#tab li.active").removeClass("active");
  69. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  70. }
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78. <!--
  79. TOOLTIP STYLING SCRIPT
  80. -->
  81.  
  82.  
  83. <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}</style><link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  84. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  85. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  86. <script>
  87. (function($){
  88. $(document).ready(function(){
  89. $("[title]").style_my_tooltips({
  90. tip_follows_cursor:true,
  91. tip_delay_time:200,
  92. tip_fade_speed:500
  93. });
  94. });
  95. })(jQuery);
  96. </script>
  97.  
  98.  
  99.  
  100.  
  101. <title>{Title}</title>
  102. <link rel="shortcut icon" href="{Favicon}">
  103. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  104. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  105.  
  106.  
  107. </head>
  108.  
  109. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  110.  
  111. <link href="https://fonts.googleapis.com/css?family=Playfair+Display+SC" rel="stylesheet">
  112.  
  113. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. <style type="text/css">
  121.  
  122. ::-webkit-scrollbar {
  123. height: 0px;
  124. width: 2px;
  125. background:transparent;
  126. border-left:0px solid transparent;
  127. border-right:0px solid transparent;}
  128.  
  129.  
  130. ::-webkit-scrollbar-thumb {
  131. background:transparent;}
  132.  
  133. body, a, a:hover{
  134. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  135.  
  136.  
  137. iframe#tumblr_controls {
  138. right:3px !important;
  139. position: fixed !important;
  140. -webkit-transition: opacity 0.7s
  141. linear;opacity: 0.2;
  142. -webkit-transition: all 0.8s ease-out;
  143. -moz-transition: all 0.8s ease-out;
  144. transition: all 0.8s ease-out;}
  145.  
  146. iframe#tumblr_controls:hover{
  147. -webkit-transition: opacity 0.7s linear;
  148. opacity: 1;
  149. -webkit-transition: all 0.4s ease-out;
  150. -moz-transition: all 0.4s ease-out;
  151. transition: all 0.4s ease-out;}
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. ul#tabs {
  159. list-style-type: none;
  160. padding: 0;
  161. text-align: center;
  162. font-size:8px;
  163. letter-spacing:1px;
  164. }
  165.  
  166. ul#tabs li {
  167. display: inline-block;
  168. background-color: transparent;
  169. border: solid 0px #262626;
  170. padding: 4px 12px;
  171. margin-bottom: 4px;
  172. color: #9CABEE;
  173. cursor: pointer;
  174. }
  175.  
  176. ul#tabs li:hover {
  177. background-color: #3332A1;
  178. }
  179.  
  180. ul#tabs li.active {
  181. background-color: #d4D4E0;
  182. background-image:url('http://i.imgur.com/xeUPROP.gif');
  183. border: 1px solid #9b9b9b;
  184. }
  185.  
  186. ul#tab {
  187. list-style-type: none;
  188. margin: 0;
  189. padding: 0;
  190. }
  191.  
  192. ul#tab li {
  193. display: none;
  194. }
  195.  
  196. ul#tab li.active {
  197. display: block;
  198. }
  199.  
  200.  
  201.  
  202. body {
  203. background-color:transparent;
  204. font-family: 'Playfair Display SC', serif;
  205. font-size: 13px;
  206. color:#e6e6e6;
  207. background-image:url('http://i.imgur.com/SwLzOUL.png');
  208. background-position: top left;
  209. Background-size:auto;
  210. background-repeat:repeat;
  211. background-attachment:fixed;
  212. }
  213.  
  214. a {
  215. text-decoration:none;
  216. color:#C5CCED;
  217. -webkit-transition: all 0.7s ease;
  218. -moz-transition: all 0.7s ease;
  219. -o-transition: all 0.7s ease;
  220. }
  221.  
  222. a:hover {
  223. color:#9CABEE;
  224. }
  225.  
  226. b, strong {
  227. color:#69EEDF;
  228. text-transform:uppercase;
  229. }
  230.  
  231. i, em {
  232. color:#b366ff;
  233. font-family: 'Playfair Display SC', serif;
  234. }
  235.  
  236. blockquote {
  237. padding:2px 7px;
  238. margin:3px 0 3px 8px;
  239. border-left:1px solid #006f94;
  240. }
  241.  
  242. blockquote img {
  243. max-width:100%;
  244. height:auto;
  245. }
  246.  
  247. img {
  248. max-width: 100%;
  249. }
  250.  
  251. h1 {
  252. font-size:25px;
  253. line-height:30px;
  254. font-family: 'EB Garamond', serif;
  255. text-align:right;
  256. padding:10px;
  257. }
  258.  
  259. h2 {
  260. background-color: transparent;
  261. font-family: 'EB Garamond', serif;
  262. font-size: 15px;
  263. line-height: 16px;
  264. letter-spacing: 2px;
  265. text-align: left;
  266. text-transform:uppercase;
  267. color: #91a3ac;
  268. }
  269.  
  270. h3 {
  271. background-image: url('http://i.imgur.com/xeUPROP.gif');
  272. background-repeat:repeat;
  273. background-attachment:center;
  274. border-left: double 3px #000;
  275. border-top: double 3px #000;
  276. border-right: double 3px #000;
  277. border-bottom: double 3px #000;
  278. padding:2px;
  279. color:#e6e6e6;
  280. text-shadow:1px 1px 0px #000,
  281. 1px -1px 0px #000,
  282. -1px -1px 0px #000,
  283. -1px 1px 0px #000,
  284. 0px 1px 0px #000,
  285. 0px -1px 0px #000,
  286. 1px 0px 0px #000,
  287. -1px 0px 0px #000;
  288. font-size:12px;
  289. font-family: 'EB Garamond', serif;
  290. text-transform:uppercase;
  291. letter-spacing:1px;
  292. text-align:center;}
  293.  
  294.  
  295.  
  296.  
  297. h4 {
  298. background-image: url('http://i.imgur.com/xeUPROP.gif');
  299. background-repeat:repeat;
  300. background-attachment:fixed;
  301. border-left: double 3px #000;
  302. border-top: double 3px #000;
  303. border-right: double 3px #000;
  304. border-bottom: double 3px #000;
  305. padding:2px;
  306. color:#e6e6e6;
  307. text-shadow:1px 1px 0px #000,
  308. 1px -1px 0px #000,
  309. -1px -1px 0px #000,
  310. -1px 1px 0px #000,
  311. 0px 1px 0px #000,
  312. 0px -1px 0px #000,
  313. 1px 0px 0px #000,
  314. -1px 0px 0px #000;
  315. font-size:9px;
  316. font-family: 'EB Garamond', serif;
  317. text-transform:uppercase;
  318. letter-spacing:1px;
  319. text-align:center;}
  320.  
  321. quotetext {
  322. background-color: transparent;
  323. font-family: 'Sorts Mill Goudy', serif;
  324. font-size: 14px;
  325. line-height: 20px;
  326. letter-spacing: 2px;
  327. text-align: center;
  328. text-transform:uppercase;
  329. color: #9CABEE;
  330. }
  331.  
  332.  
  333.  
  334. blockquote {
  335. word-wrap: break-word;
  336. padding:2px 7px;
  337. margin:3px 0 3px 10px;
  338. border-left:1px solid {color:border};
  339. background-color:transparent;}
  340.  
  341.  
  342. blockquote img{
  343. max-width:100%;
  344. height:auto;
  345. }
  346.  
  347. blockquote blockquote img{
  348. max-width:100%;
  349. height:auto;
  350. }
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358. b, bold {
  359. font-size:14px;
  360. text-transform:uppercase;
  361. letter-spacing:1px;
  362. font-family: 'Sorts Mill Goudy', serif;
  363. color: #69EEDF;
  364. text-shadow:1px 1px 0 #343434;
  365. }
  366.  
  367.  
  368. i, italic {
  369. font-size: 15px;
  370. color: #9CABEE;
  371. font-family: 'Sorts Mill Goudy', serif;
  372. text-shadow: 0px 0px 2px #5a5a5a;
  373. letter-spacing:1px;
  374. text-transform:lowercase;
  375. }
  376.  
  377.  
  378.  
  379. p {
  380. margin-top:5px;
  381. margin-bottom:5px;}
  382.  
  383.  
  384. ol {
  385. list-style:normal;}
  386.  
  387.  
  388. ul {
  389. list-style:square;}
  390.  
  391.  
  392. small {
  393. font-size:11px}
  394.  
  395.  
  396. sup,sub {
  397. font-size:11px}
  398.  
  399.  
  400. pre {
  401. font-size: 10px;
  402. letter-spacing:3px;
  403. background-color:#9CABEE;
  404. font-family: 'Sorts Mill Goudy', serif;
  405.  
  406. font-style: none;
  407. text-align:center;
  408. }
  409.  
  410.  
  411.  
  412. big {
  413. font-size:14px;
  414. text-transform:uppercase;
  415. letter-spacing:2px;
  416. font-family: 'Sorts Mill Goudy', serif;
  417. color: #9CABEE;
  418. text-shadow: 0px 0px 2px #383838;
  419. }
  420.  
  421.  
  422.  
  423. {block:IfGreyscale}
  424.  
  425. img {
  426. -webkit-filter:grayscale(100%);
  427. -webkit-transition: all 0.9s ease-in-out;
  428. -moz-transition: all 0.9s ease-in-out;
  429. -o-transition: all 0.9s ease-in-out;
  430. -ms-transition: all 0.9s ease-in-out;
  431. transition: all 0.9s ease-in-out;}
  432.  
  433. img:hover {
  434. -webkit-filter:none;}
  435.  
  436. .html_photoset {
  437. -webkit-filter: grayscale(100%);
  438. -webkit-transition: all 0.9s ease-in-out;
  439. -moz-transition: all 0.9s ease-in-out;
  440. -o-transition: all 0.9s ease-in-out;
  441. -ms-transition: all 0.9s ease-in-out;
  442. transition: all 0.9s ease-in-out;}
  443.  
  444. .html_photoset:hover {
  445. -webkit-filter: none;}
  446.  
  447. {/block:IfGreyscale}
  448.  
  449.  
  450.  
  451. #pcontainer {
  452. background-color:transparent;
  453. width:500px;
  454. height:420px;
  455. padding: 20px;
  456. top:120px;
  457. margin-left: 300px;
  458. position:relative;
  459. overflow-y:scroll;
  460. overflow-x:hidden;
  461. -webkit-mask-image: -webkit-gradient(
  462. linear, center 85%, center bottom,
  463. from(rgba(0,0,0,20)),
  464. to(rgba(20,0,0,0)));
  465. border:1px solid transparent;}
  466.  
  467.  
  468.  
  469. #pcontainer img {
  470. height:auto;
  471. max-width:100%;
  472. }
  473.  
  474.  
  475.  
  476. #content {
  477. margin-left:62px;
  478. width:470px;
  479. margin-top: -100px;
  480. }
  481.  
  482.  
  483. #posts {
  484. width:470px;
  485. padding:10px;
  486. margin-top: 85px;
  487. margin-left:-70px;
  488. padding-bottom:0px;}
  489.  
  490.  
  491.  
  492. #sidebar {
  493. margin-left: 1590px;
  494. line-height:15px;
  495. width: 170px;
  496. position: fixed;
  497. top: 100px;
  498. text-align: center; }
  499.  
  500.  
  501. #sidebar img {
  502. width:150px;
  503. padding-top:10px;
  504. padding-bottom:10px;}
  505.  
  506.  
  507. #description {
  508. margin-left: 0px;
  509. margin-top: -50px;
  510. width:180px;
  511. color:transparent;}
  512.  
  513.  
  514.  
  515. #actualnews {
  516. font-family: 'Sorts Mill Goudy', serif;
  517. font-size:10px;
  518. text-align:justify;
  519. background:transparent;
  520. color: #9CABEE;
  521. width:150px;
  522. height:425px;
  523. padding-top:5px;
  524. border:Transparent;
  525. margin-left: 5000px;
  526. margin-top: -390px;
  527. text-align:center;
  528. position:fixed;
  529. -webkit-filter: blur(0px);
  530. -webkit-transition: 0.8s ease-in;
  531. -moz-transition: 1s ease-in;
  532. transition: 1s ease-in;
  533. opacity:0.5;
  534. -webkit-transition: all 0.6s ease-in-out;
  535. -moz-transition: all 0.6s ease-in-out;
  536. -o-transition: all 0.6s ease-in-out;
  537. -ms-transition: all 0.6s ease-in-out;
  538. transition: all 0.6s ease-in-out;
  539. }
  540.  
  541.  
  542.  
  543. #actualnews:hover {
  544. -webkit-filter:none;
  545. -webkit-transition: all 0.6s ease-in-out;
  546. opacity:1;
  547. -webkit-transition: all 0.6s ease-in-out;
  548. -moz-transition: all 0.6s ease-in-out;
  549. -o-transition: all 0.6s ease-in-out;
  550. -ms-transition: all 0.6s ease-in-out;
  551. transition: all 0.6s ease-in-out;
  552. }
  553.  
  554.  
  555.  
  556. #thekey {
  557. position:fixed;
  558. color:#9CABEE;
  559. text-shadow: 0px 0px 2px #fff;
  560. margin-top:175px;
  561. margin-left:55px;
  562. width:710px;
  563. padding:9px;
  564. letter-spacing:2px;
  565. word-spacing:5px; /*this defines the separation of each word of the links*/
  566. font-family: helvetica;
  567. font-size:12px;
  568. text-align:center;
  569. background:transparent;
  570. text-transform:uppercase;
  571. -webkit-transform: rotate(-90deg);
  572. -moz-transform: rotate(-90deg);
  573. -o-transform: rotate(-90deg);
  574. }
  575.  
  576.  
  577.  
  578. .alinks {
  579. position:fixed;
  580. text-shadow: 0px 0px 0px #000;
  581. left:360px;
  582. top:70px;
  583. transform: rotate(0deg);
  584. font-family: 'Sorts Mill Goudy', serif;
  585. font-size: 25px;}
  586.  
  587.  
  588. .alinks a {
  589. opacity:0.5;
  590. padding:10px;
  591. color:#63A8E1;
  592. margin-right:0px;
  593. -webkit-filter: blur(0px);
  594. -webkit-transition: 0.8s ease-in;
  595. -moz-transition: 1s ease-in;
  596. transition: 1s ease-in;
  597. }
  598.  
  599. .alinks a:hover {
  600. opacity:1;
  601. -webkit-filter: blur(3px);
  602. -webkit-transition: all 0.6s ease-in-out;
  603. -moz-transition: all 0.6s ease-in-out;
  604. -o-transition: all 0.6s ease-in-out;
  605. -ms-transition: all 0.6s ease-in-out;
  606. transition: all 0.6s ease-in-out;
  607. color: #c7c7c7;
  608. text-shadow: 3px 3px 3px #000;
  609. }
  610.  
  611.  
  612.  
  613.  
  614. .blinks {
  615. position:fixed;
  616. text-shadow: 0px 0px 0px #000;
  617. left:945px;
  618. top:130px;
  619. transform: rotate(0deg);
  620. font-family: 'Sorts Mill Goudy', serif;
  621.  
  622. font-size: 18px;}
  623.  
  624.  
  625. .blinks a {
  626. padding:10px;
  627. color:#63A8E1;
  628. margin-right:0px;
  629. -webkit-filter: blur(0px);
  630. -webkit-transition: 0.8s ease-in;
  631. -moz-transition: 1s ease-in;
  632. transition: 1s ease-in;
  633. }
  634.  
  635. .blinks a:hover {
  636. -webkit-transition: all 0.6s ease-in-out;
  637. -moz-transition: all 0.6s ease-in-out;
  638. -o-transition: all 06s ease-in-out;
  639. -ms-transition: all 0.6s ease-in-out;
  640. transition: all 0.6s ease-in-out;
  641. color: #63D2E1;
  642. text-shadow: 2px 2px 2px #000;
  643. }
  644.  
  645.  
  646.  
  647.  
  648. .clinks {
  649. position:fixed;
  650. text-shadow: 0px 0px 0px #000;
  651. left:850px;
  652. top:290px;
  653. transform: rotate(0deg);
  654. font-family: 'Sorts Mill Goudy', serif;
  655.  
  656. font-size: 18px;}
  657.  
  658.  
  659. .clinks a {
  660. padding:10px;
  661. color:#63A8E1;
  662. margin-right:0px;
  663. -webkit-filter: blur(0px);
  664. -webkit-transition: 0.8s ease-in;
  665. -moz-transition: 1s ease-in;
  666. transition: 1s ease-in;
  667. }
  668.  
  669. .clinks a:hover {
  670. -webkit-transition: all 0.6s ease-in-out;
  671. -moz-transition: all 0.6s ease-in-out;
  672. -o-transition: all 0.6s ease-in-out;
  673. -ms-transition: all 0.6s ease-in-out;
  674. transition: all 0.6s ease-in-out;
  675. color: #63D2E1;
  676. text-shadow: 2px 2px 2px #000;
  677. }
  678.  
  679.  
  680.  
  681.  
  682. .dlinks {
  683. position:fixed;
  684. text-shadow: 0px 0px 0px #000;
  685. left:1050px;
  686. top:290px;
  687. transform: rotate(0deg);
  688. font-family: 'Sorts Mill Goudy', serif;
  689. font-size: 18px;}
  690.  
  691.  
  692. .dlinks a {
  693. padding:10px;
  694. color:#63A8E1;
  695. margin-right:0px;
  696. -webkit-filter: blur(0px);
  697. -webkit-transition: 0.8s ease-in;
  698. -moz-transition: 1s ease-in;
  699. transition: 1s ease-in;
  700. }
  701.  
  702. .dlinks a:hover {
  703. -webkit-transition: all 0.6s ease-in-out;
  704. -moz-transition: all 0.6s ease-in-out;
  705. -o-transition: all 0.6s ease-in-out;
  706. -ms-transition: all 0.6s ease-in-out;
  707. transition: all 0.6s ease-in-out;
  708. color: #63D2E1;
  709. text-shadow: 2px 2px 2px #000;
  710. }
  711.  
  712.  
  713.  
  714.  
  715. .elinks {
  716. position:fixed;
  717. text-shadow: 0px 0px 0px #000;
  718. left:945px;
  719. top:450px;
  720. transform: rotate(0deg);
  721. font-family: 'Sorts Mill Goudy', serif;
  722. font-size: 18px;}
  723.  
  724.  
  725. .elinks a {
  726. padding:10px;
  727. color:#63A8E1;
  728. margin-right:0px;
  729. -webkit-filter: blur(0px);
  730. -webkit-transition: 0.8s ease-in;
  731. -moz-transition: 1s ease-in;
  732. transition: 1s ease-in;
  733. }
  734.  
  735. .elinks a:hover {
  736. -webkit-transition: all 0.6s ease-in-out;
  737. -moz-transition: all 0.6s ease-in-out;
  738. -o-transition: all 0.6s ease-in-out;
  739. -ms-transition: all 0.6s ease-in-out;
  740. transition: all 0.6s ease-in-out;
  741. color: #63D2E1;
  742. text-shadow: 2px 2px 2px #000;
  743. }
  744.  
  745.  
  746.  
  747. .flinks {
  748. position:fixed;
  749. text-shadow: 0px 0px 0px #000;
  750. left:945px;
  751. top:250px;
  752. transform: rotate(0deg);
  753. font-family: 'Sorts Mill Goudy', serif;
  754. font-size: 18px;}
  755.  
  756.  
  757. .flinks a {
  758. padding:10px;
  759. color:#63A8E1;
  760. margin-right:0px;
  761. -webkit-filter: blur(0px);
  762. -webkit-transition: 0.8s ease-in;
  763. -moz-transition: 1s ease-in;
  764. transition: 1s ease-in;
  765. }
  766.  
  767. .flinks a:hover {
  768. -webkit-transition: all 0.6s ease-in-out;
  769. -moz-transition: all 0.6s ease-in-out;
  770. -o-transition: all 0.6s ease-in-out;
  771. -ms-transition: all 0.6s ease-in-out;
  772. transition: all 0.6s ease-in-out;
  773. color: #63D2E1;
  774. text-shadow: 2px 2px 2px #000;
  775. }
  776.  
  777.  
  778. #pagination {
  779. position:fixed;
  780. font-family: 'Sorts Mill Goudy', serif;
  781. width:300px;
  782. font-size:16px;
  783. top:570px;
  784. left:800px;
  785. letter-spacing:3px;
  786. text-align:center;
  787. z-index:999999999999;
  788. }
  789.  
  790. #pagination a {
  791. text-transform:uppercase;
  792. color:#63A8E1;
  793. -webkit-filter: blur(1px);
  794. -webkit-transition: 0.8s ease-in;
  795. -moz-transition: 1s ease-in;
  796. transition: 1s ease-in;
  797. z-index:999999999999;
  798. }
  799.  
  800. #pagination a:hover {
  801. color:#63D2E1;
  802. -webkit-filter: blur(0px);
  803. -webkit-transition: 0.2s ease-in;
  804. -moz-transition: 1s ease-in;
  805. transition: 1s ease-in;
  806. }
  807.  
  808. #s-m-t-tooltip{
  809. max-width:400px;
  810. margin:15px;
  811. padding:2px 8px;
  812. background: #0b0b0b;
  813. background-image:url('http://i.imgur.com/xeUPROP.gif');
  814. background-repeat:repeat;
  815. background-attachment:fixed;
  816. border-left: double 3px #000;
  817. border-top: double 3px #000;
  818. border-right: double 3px #000;
  819. border-bottom: double 3px #000;
  820. color:#E7E7F2;
  821. text-shadow:1px 1px 0px #000,
  822. 1px -1px 0px #000,
  823. -1px -1px 0px #000,
  824. -1px 1px 0px #000,
  825. 0px 1px 0px #000,
  826. 0px -1px 0px #000,
  827. 1px 0px 0px #000,
  828. -1px 0px 0px #000;
  829. z-index:99999999999999999999;
  830. font-size:9px;
  831. letter-spacing:2px;
  832. font-style:bold;
  833. letter-spacing:2px;
  834. font-family: 'Sorts Mill Goudy', serif;
  835. text-transform:uppercase;
  836. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  837.  
  838. }
  839. #info {
  840. width:250px;
  841. margin-Left: 100px;
  842. padding-top:4px;
  843. padding-bottom:1px;
  844. font-size:12px;
  845. color:#E7E7F2;
  846. text-transform:uppercase;
  847. letter-spacing:1px;
  848. font-style:normal;
  849. text-align:center;
  850. padding:5px;
  851. border-top:1px solid #1c1c1c;
  852. -moz-transition-duration:0.2s;
  853. -webkit-transition-duration:0.2s;
  854. -o-transition-duration:0.2s;}
  855.  
  856.  
  857. #info a {
  858. font-family: 'Sorts Mill Goudy', serif;
  859. font-size:8px;
  860. color:#9CABEE;
  861. text-shadow: 0px 0px 3px #7c1f1f;
  862. padding:5px;
  863. font-style:normal;}
  864.  
  865.  
  866. #info a:hover {
  867. color:#5670E1;
  868. -webkit-filter: blur(0px);
  869. -moz-transition-duration:0.2s;
  870. -webkit-transition-duration:0.2s;
  871. -o-transition-duration:0.2s;}
  872.  
  873.  
  874. #tags {
  875. color:#9cb4c0;
  876. margin-top:5px;
  877. padding-left:15px;
  878. text-align:center;
  879. line-height:9px;
  880. text-transform:uppercase;
  881. font-size:12px;
  882. padding-right:10px;}
  883.  
  884. #tags a {
  885. font-family: 'Sorts Mill Goudy', serif;
  886. color:#9cb4c0;}
  887.  
  888. #tags a:hover {
  889. color: #63D2E1;}
  890.  
  891.  
  892. .popup_block{
  893. display:none;
  894. background:#000;
  895. padding:10px;
  896. border:0px transparent #eee;
  897. float:left;
  898. height: 400px;
  899. top:405px;
  900. left:590px;
  901. position:fixed;
  902. z-index: 99999;
  903. -webkit-box-shadow: 0px 0px 0px #818081;
  904. -moz-box-shadow: 0px 0px 0px #818081;
  905. box-shadow: 0px 0px 0px #818081;
  906. }
  907.  
  908.  
  909. *html #fade {position: absolute;}
  910. *html .popup_block {position: absolute;}
  911. #fade {
  912. display:none;
  913. position:fixed;
  914. left:0px;
  915. top:0px;
  916. width:100%;
  917. height:100%;
  918. z-index:9999;
  919. background:#000;
  920. opacity:0;
  921. }
  922.  
  923. .popupnavlinks {
  924. padding-top:5px;
  925. text-align:center; }
  926.  
  927.  
  928. .popupnavlinks a {
  929. display:inline-block;
  930. width:90px; height:4px;
  931. margin:2px; padding:3px 6px 10px;
  932. text-align:center;
  933. background-image: url('');
  934. background:#0d0d0d;
  935. background-repeat:repeat;
  936. background-attachment:fixed;
  937. border-left: double 3px #000;
  938. border-top: double 3px #000;
  939. border-right: double 3px #000;
  940. border-bottom: double 3px #000;
  941. color:#9CABEE;
  942. font-size:9px;
  943. font-family: 'Sorts Mill Goudy', serif;
  944.  
  945. text-shadow:1px 1px 0px #000,
  946. 1px -1px 0px #000,
  947. -1px -1px 0px #000,
  948. -1px 1px 0px #000,
  949. 0px 1px 0px #000,
  950. 0px -1px 0px #000,
  951. 1px 0px 0px #000,
  952. -1px 0px 0px #000;
  953. display: inline-block;
  954. cursor: pointer;
  955. }
  956.  
  957.  
  958.  
  959. .popupnavlinks a:hover {
  960. display:inline-block;
  961. letter-spacing:2px; }
  962.  
  963.  
  964.  
  965. .popupclose {
  966. float:right; top:0px; right:0px;
  967. margin-top:-10px; margin-right:-10px;
  968. font-family: 'Sorts Mill Goudy', serif;
  969. font-size:10px;
  970. font-weight:bold }
  971.  
  972. .popupclose a {
  973. color:#aaa }
  974.  
  975.  
  976.  
  977.  
  978. </style>
  979.  
  980. <body>
  981. <div id="sidebar">
  982. <h1>{Title}</h1>
  983.  
  984. <div id="description">{block:Description}{Description}{/block:Description}
  985. </div>
  986.  
  987. <div id="links">
  988. <a href="/">home</a>
  989. <a href="/ask">ask</a>
  990. <a href="/submit">submit</a>
  991. <a href="/archive">archive</a>
  992. </div>
  993.  
  994. </div>
  995.  
  996. <div id="pagination">{block:Pagination}
  997. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  998. {/block:NextPage}
  999. {/block:Pagination}</div>
  1000.  
  1001. <div id="pcontainer">
  1002.  
  1003. <div id="content"><div id="posts">
  1004. {block:Posts}
  1005.  
  1006.  
  1007. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1008. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1009. {block:Text}{Body}{/block:Text}
  1010.  
  1011. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1012.  
  1013. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1014.  
  1015. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1016. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1017.  
  1018. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1019.  
  1020. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1021.  
  1022.  
  1023. {block:Answer}<div id="asker" style="margin-left:-5px;width:250px; color:#91a3ac; text-shadow:0 0 2px #000; ">{Asker} <div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:12px; marging-left:0px;">{Answer}</span>{/block:Answer}
  1024.  
  1025.  
  1026. {block:Audio}<div class="audio">
  1027.  
  1028. {block:AlbumArt}
  1029. {/block:AlbumArt}
  1030.  
  1031.  
  1032. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1033. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1034. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1035. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1036.  
  1037.  
  1038. <!--
  1039. ♛ INFO AND SYMBOLS
  1040. -->
  1041.  
  1042. <div id="info">
  1043. {block:Date}
  1044. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size:12px; margin-left:-90px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✦ </a> {/block:Date}
  1045.  
  1046. {block:RebloggedFrom}
  1047. <a title="via. {ReblogParentName}" href="{ReblogParentURL}" style="position:absolute; font-size:12px; margin-left:-55px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✦ </a>
  1048. {/block:RebloggedFrom}
  1049.  
  1050. {block:ContentSource}
  1051. <a title="src. {SourceTitle}" href="{SourceURL}" style="position:absolute; font-size:12px; margin-left:-20px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✶ </a>
  1052. {/block:ContentSource}
  1053.  
  1054. {block:NoteCount}
  1055. <a href="{Permalink}" title="{NoteCount} notes" style="position:absolute; font-size:12px; margin-left:15px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✧ </a>
  1056. {/block:NoteCount}
  1057.  
  1058. <a href="{ReblogURL}"target="_blank" title="reblog" style="position:absolute; font-size:12px; margin-left:50px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✧ </a></br>
  1059. {/block:RebloggedFrom}
  1060.  
  1061.  
  1062. <br>
  1063.  
  1064.  
  1065. <!--
  1066. ♛ INFO AND SYMBOLS ENDS
  1067. -->
  1068.  
  1069.  
  1070. <div id="tags" style="Font-size:16px; margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1071.  
  1072. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1073. {/block:Posts}
  1074. </div>
  1075. </div>
  1076. </div>
  1077.  
  1078.  
  1079.  
  1080. </body>
  1081.  
  1082.  
  1083. <div id="links">
  1084.  
  1085.  
  1086. <div id="linkbar">
  1087.  
  1088.  
  1089. <div class="alinks">
  1090. <a href="/" title="refresh"> Lieutenant Colonel William Lennox </a>
  1091. </div>
  1092.  
  1093.  
  1094. <div class="blinks">
  1095. <a href="#?w=310" rel="box1" class="poplight" title="ask"> I </a>
  1096. </div>
  1097.  
  1098.  
  1099. <div class="clinks">
  1100. <a href="#?w=310" rel="box2" class="poplight" title="laws"> II </a>
  1101. </div>
  1102.  
  1103.  
  1104. <div class="dlinks">
  1105. <a href="#?w=310" rel="box3" class="poplight" title="verses"> III </a>
  1106. </div>
  1107.  
  1108.  
  1109.  
  1110. <div class="elinks">
  1111. <a href="#?w=310" rel="box4" class="poplight" title="about"> IV </a>
  1112. </div>
  1113.  
  1114.  
  1115.  
  1116. <div class="flinks">
  1117. <a href="#?w=310" rel="box5" class="poplight" title="Nav"> V </a>
  1118.  
  1119. </div>
  1120.  
  1121.  
  1122. <!--
  1123. ♛ POP UP PAGES !!!
  1124. -->
  1125.  
  1126.  
  1127.  
  1128. <div id="box1" class="popup_block">
  1129.  
  1130. <h3>
  1131. Ask and I might answer
  1132. </h3>
  1133.  
  1134. <center>
  1135.  
  1136. <br>
  1137.  
  1138. <p><iframe frameborder="0" height="300" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/nestmajxr.tumblr.com" width="100%"></iframe></p>
  1139.  
  1140. </div>
  1141.  
  1142. </center>
  1143.  
  1144.  
  1145.  
  1146. <div id="box2" class="popup_block">
  1147.  
  1148. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1149.  
  1150. <h4>GUIDELINES</h4>
  1151. <h3>(RULES UPDATED May 19TH, 2017)</h3>
  1152. <h3>&nbsp;INTRO</h3>
  1153. I&rsquo;m not mutually exclusive but i&rsquo;m more inclined to rp with them if i get overwhelmed. i will follow back most of the time! Will is Semi-Selective and Multiverse and Multiship.
  1154. <br><br>
  1155. <h3>THREADS</h3>
  1156. i may drop some due to my lack of memory, if i haven&rsquo;t replied in a week please tell me. any meme can be turned into threads.
  1157. <br><br>
  1158. <h3>MEMES &amp; ASKS</h3>
  1159. All meme&rsquo;s can be turned into asks and i love Anons! feel free to pester Will with them.
  1160. <br><br>
  1161. <h3>GODMODDING/POWER PLAY</h3>
  1162. I Can&rsquo;t stand godmodding or power play. it feels off and unnatural to me. Unless we talk about it i&rsquo;m not okay with it.
  1163. <br><br>
  1164. <h3>SHIPPING</h3>
  1165. I am a ship whore, i love shipping if our characters have chemistry. so feel free to hit me up and we can talk it out.
  1166. <br><br>
  1167. <h3>VERSES</h3>
  1168. Will doesn’t have a lot of verses but i’m willing to make some if we talk about it.
  1169. <br><br>
  1170. <h3>PLOTTING</h3>
  1171. I love plotting really but i also love Meme&rsquo;s as well any meme&rsquo;s i reblog are open game.
  1172. <br><br>
  1173. <h3>AUS &amp; CROSSOVERS</h3>
  1174. I do not do Crossovers with Will. Mainly for the sake of my Sanity with the Transformer Fandom being so Large
  1175. <br><br>
  1176. <h3>FOLLOW BACKS</h3>
  1177. I do follow back for the most part. I can be iffy about certain things but if i follow you it means i want Will to somehow interact with you.
  1178. <br><br>
  1179. <h3>NSFW &amp; TRIGGERS</h3>
  1180. I do tag my triggers with #tw: (Trigger) and i do tag nsfw as well, i tend to not put my nsfw under the cut due to me (being lazy mostly) and i am more likely on mobile as well.
  1181. <br><br>
  1182. <h3>THE MUN</h3>
  1183. I&rsquo;m a 22, A Full Time College student.
  1184.  
  1185. <h3>CREDITS &amp; DISCLAIMERS</h3>
  1186. <br><br>If you have any questions, message me please.
  1187.  
  1188.  
  1189. </div>
  1190.  
  1191.  
  1192. </div>
  1193. </div>
  1194.  
  1195.  
  1196.  
  1197.  
  1198. <div id="box3" class="popup_block">
  1199.  
  1200. <h3>verses</h3>
  1201.  
  1202. <ul id="tabs">
  1203. <li class="active">MAIN.</li>
  1204. &nbsp;
  1205. <li>AU.</li>
  1206. &nbsp;
  1207. <li>GROUP.</li>
  1208. </ul>
  1209.  
  1210. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1211.  
  1212.  
  1213.  
  1214. <ul id="tab">
  1215. <li class="active">
  1216.  
  1217.  
  1218. <img src="http://i.imgur.com/oguF1tJ.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1219. <big><a href="/tagged/Imjustasoldier">Pre TF1.</a></big>
  1220.  
  1221. <br><br>
  1222.  
  1223. William was raised with a loving mother, His Father was a Marine that inspired the young Will to try and be his best. William Completed his Ranger Training at 25, one of the youngest in his group; Will had a natural affinity to lead and make sure everyone was alright.
  1224.  
  1225. <br><br><br>
  1226.  
  1227. <img src="http://i.imgur.com/UIpr1Xl.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1228. <big><a href="/tagged/UnexpectedAllies">Post TF1</a></big>
  1229.  
  1230. <br><br>
  1231.  
  1232. One Month After the City battle, Lennox and his men were formed into what is now N.E.S.T. Will was the Commanding Officer that was getting use to leading not only his men but managing a fledgling part of a goverment run alliance. Lennox had let his temper flare a little bit but he had managed to reign it in after one of the major fights that happened in the beginning. Their base was located near Desert Valley Nevada. He had returned to his Wife and Daughter but their marriage quickly soured when he came come with a certain black Topkick. Mainly due to Will wanting to protect his wife and child from his new job.
  1233.  
  1234. <br><br><br>
  1235.  
  1236. <img src="http://i.imgur.com/sjJhkQn.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1237. <big><a href="/tagged/TheMajor">Pre TF:ROTF.</a></big>
  1238.  
  1239. <br><br>
  1240.  
  1241. It's been two years since the city battle. Lennox is a stronger man and in much better in command on the Base on Diego Garcia, N.E.S.T. was transfered to Diego when the base was completed, Having to renovate Diego and install a few more security measures than normal. His Marriage ended when Anabelle was a year old. The strain of outfitting a new base and personal problems weighed too heavily on Will. Will was promoted to Major during this time.
  1242.  
  1243. <br><br><br>
  1244.  
  1245. <img src="http://i.imgur.com/CeQAJis.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1246. <big><a href="/tagged/TheMajorsreturn">Post TF:ROTF.</a></big>
  1247.  
  1248. <br><br>
  1249.  
  1250. Egypt took a toll on Will, He gained multiple wounds that were tended to after the battle. The bond between him, His men, and the Autobots seemed to strengthen with each fight. Lennox silently admitted to himself that he did in fact, enjoy pushing Galloway out of the Airplane.
  1251.  
  1252. <br><br><br>
  1253.  
  1254. <img src="http://i.imgur.com/Z4Pv9O0.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1255. <big><a href="/tagged/TheLieutenantcolonel">Pre TF:DOTM.</a></big>
  1256.  
  1257. <br><br>
  1258.  
  1259. The Nest Base was changed when the Cons infiltrated during Revenge of the Fallen. Instead of moving to a more covert location N.E.S.T. was moved to Washington D.C. Lennox was promoted to Lieutenant Colonel. He wasn't a diplomatic man at the beginning but he learned. He became quite the Diplomat and the Voice of the Autobots in Washington.
  1260.  
  1261. <br><br><br>
  1262.  
  1263. <img src="http://i.imgur.com/nkJ23Ty.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1264. <big><a href="/tagged/Thechicagofailure">Post TF:DOTM.</a></big>
  1265.  
  1266. <br><br>
  1267.  
  1268. Lennox Felt Responcible for what had happened in Chicago, The Ranger took the hit rather hard when Ironhide met his end. In part Lennox did want blood for that cowardly act of the Older Cybertron. Will did his best to Shield his men and the Autobots from scruiteny.
  1269.  
  1270. <br><br><br>
  1271.  
  1272. <img src="http://i.imgur.com/VARA9Lb.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1273. <big><a href="/tagged/Justaghost">Age of Extinction.</a></big>
  1274.  
  1275. <br><br>
  1276.  
  1277. With N.E.S.T. Dispanded, Will was considered a liability. He knew too much about the now hated Autobots and their allies. Lennox and his men were either forced into 'Early Retirement' or Join Cemetary Wind. He took care of his daughter Anabelle on the weekends, it was as good as it was going to get for the moment. He heard what was happening with Cemetary Wind, KSI, and the Autobots. Furious with himself Lennox left once again, just after Hong Kong to find the Remaining Autobots.
  1278.  
  1279. <br><br><br>
  1280.  
  1281. <img src="http://i.imgur.com/v6GNsEO.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1282. <big><a href="/tagged/Aremnantofwhatiwas">The Last Knight.</a></big>
  1283.  
  1284. <br><br>
  1285.  
  1286. WIP UNTIL MOVIE RELEASE.
  1287.  
  1288. <br><br><br>
  1289. </li>
  1290. <li>
  1291.  
  1292.  
  1293.  
  1294. <img src="http://i.imgur.com/CeQAJis.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1295. <big><a href="/tagged/TFP">Prime</a></big>
  1296.  
  1297. <br><br>
  1298.  
  1299. Proin blandit sollicitudin aliquet. Donec sed malesuada nibh. Sed quis fermentum velit. Praesent tincidunt, lectus in bibendum ornare, odio odio mattis purus, sit amet molestie orci velit et justo. Nunc cursus porta vestibulum. Curabitur elementum volutpat tortor, ut maximus enim. In hac habitasse platea dictumst. Sed tincidunt non tellus at efficitur. Sed id est tincidunt, euismod metus quis, aliquam mauris. Nulla nunc magna, fermentum semper pulvinar quis, facilisis eu tortor. Duis facilisis nulla et nunc fermentum ultricies. Pellentesque quis vulputate dolor. In non gravida arcu. Nunc nec libero fringilla, hendrerit leo sed, imperdiet purus.
  1300.  
  1301.  
  1302. <br><br><br>
  1303.  
  1304. <img src="http://i.imgur.com/CeQAJis.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1305. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">N/A</a></big>
  1306.  
  1307. <br><br>
  1308.  
  1309. Phasellus consectetur vitae sapien sed maximus. Phasellus vel nulla non purus ultricies euismod. Phasellus non orci tincidunt, commodo ligula id, elementum augue. Quisque at elit at justo mattis tristique eget non turpis. Duis euismod, mi ut sollicitudin sollicitudin, sapien lorem dapibus orci, id scelerisque ipsum dui non augue. Donec tortor mauris, venenatis nec finibus in, eleifend ac justo. Morbi a vulputate turpis. Proin hendrerit, urna sed iaculis euismod, est nisi vehicula nisi, vel convallis nibh tellus ac nibh. Vestibulum volutpat pellentesque sapien, nec pretium nulla aliquam nec. Cras ultrices nisl sit amet nulla consequat efficitur.
  1310.  
  1311.  
  1312.  
  1313. </li>
  1314. <li>
  1315.  
  1316.  
  1317. <img src="http://i.imgur.com/CeQAJis.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1318. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">N/A</a></big>
  1319.  
  1320. <br><br>
  1321.  
  1322. Nulla tincidunt felis non venenatis euismod. Fusce odio tellus, consectetur vitae erat non, feugiat tincidunt metus. Mauris suscipit ex sit amet arcu fermentum, eu fringilla diam consequat. Nullam imperdiet suscipit turpis, ac semper enim fringilla sit amet. Nullam ac magna pharetra, elementum sapien quis, pharetra elit. Suspendisse faucibus neque ligula, sit amet tempor est venenatis a. Praesent eleifend fringilla enim, vel varius libero laoreet eget. Aliquam erat volutpat. Phasellus tempor mi vitae enim consequat tempor. Cras condimentum quis tellus vel mattis. Cras sit amet est at neque luctus congue.
  1323.  
  1324.  
  1325. <br><br><br>
  1326.  
  1327. <img src="http://i.imgur.com/CeQAJis.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1328. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">N/A</a></big>
  1329.  
  1330. <br><br>
  1331.  
  1332. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nec orci ac elementum. Etiam dictum leo in leo fringilla, at ultricies arcu venenatis. Ut dignissim pretium volutpat. Nullam pharetra, nunc volutpat porttitor congue, libero felis tincidunt quam, at hendrerit velit augue vel odio. Praesent tincidunt lorem vitae maximus porta. Suspendisse hendrerit ut velit eget mattis. Proin malesuada efficitur ligula, a posuere sapien mollis et. Etiam volutpat in lectus at malesuada. Nunc et interdum leo.
  1333.  
  1334.  
  1335. </li>
  1336. </ul>
  1337.  
  1338.  
  1339. </div>
  1340. </div>
  1341.  
  1342.  
  1343.  
  1344. <div id="box4" class="popup_block">
  1345.  
  1346. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1347.  
  1348. <center>
  1349.  
  1350. <span style="line-height:5px">
  1351.  
  1352. "I'm Just a Soldier. Nothing more. I May have been a Commander at one time, but i am not Anymore."
  1353. <br><br>
  1354.  
  1355. </center>
  1356.  
  1357. <h3>Basic About</h3>
  1358.  
  1359. <ul>
  1360. <li><b>FULL NAME:</b> William Alexander Lennox</li>
  1361. <li><b>NICKNAME:</b> Will</li>
  1362. <li><b>AGE:</b> 44</li>
  1363. <li><b>BIRTH DATE:</b> June, 19th, 1972</li>
  1364. <li><b>ETHNICITY:</b> Caucasian</i></li>
  1365. <li><b>GENDER:</b> Male</li>
  1366. <li><b>ROMANTIC ORIENTATION:</b> Unknown</li>
  1367. <li><b>SEXUAL ORIENTATION:</b> Bisexual</li>
  1368. <li><b>RELIGION:</b> UNKNOWN</li>
  1369. <li><b>SPOKEN LANGUAGE:</b> English</li>
  1370. <li><b>CURRENT LIVING CONDITIONS:</b> Varies</li>
  1371. <li><b>OCCUPATION:</b> US Army Ranger </li>
  1372. </ul>
  1373.  
  1374. <h3>relationships</h3>
  1375.  
  1376. <ul>
  1377. <li><b>PARENTS:</b> Logan and Anita Lennox</li>
  1378. <li><b>SIBLINGS:</b> 3 Older Brothers and 1 Younger Brother</li>
  1379. <li><b>SIGNIFICANT OTHER:</b> Sarah (Divorced) </li>
  1380. <li><b>CHILDREN:</b> Anabelle</li>
  1381. </ul>
  1382.  
  1383. <h3>physical traits</h3>
  1384.  
  1385. <ul>
  1386. <li><b>EYE COLOUR:</b> Brown </li>
  1387. <li><b>HAIR COLOUR:</b> Black</li>
  1388. <li><b>HEIGHT:</b> 6' 4"</li>
  1389. <li><b>BODY BUILD:</b> Muscular</li>
  1390. <li><b>TATTOOS + PIERCINGS:</b> Tattoos, one of the N.E.S.T. Logo on his upper right arm, A Tribal Dragon on his Left Shoulder</li>
  1391. <li><b>NOTABLE PHYSICAL TRAITS:</b> Pop marks from bullets</li>
  1392. <li><b>F-LIST:</B><a href="https://www.f-list.net/c/will_lennox">Here</a></li>
  1393. <li><b>COCK SIZE: </b> 9 Inches (Long) &amp; 3 Inches (Around)&nbsp;</li>
  1394. <li><b>OTHER DETAILS:</b> N/A</li>
  1395. </li>
  1396. </ul>
  1397.  
  1398.  
  1399. <h3>phobias and disorders</h3>
  1400.  
  1401. <ul>
  1402. <li><b>PHOBIAS:</b> Spiders</li>
  1403. <li><b>MENTAL DISORDERS:</b> None</li>
  1404. <li><b>WHEN WAS THIS DIAGNOSED?:</b> NEVER</li>
  1405. </ul>
  1406.  
  1407. <h3>Personality Basics</h3>
  1408.  
  1409. <ul>
  1410. <li><b>INTELLIGENCE:</b> High</li>
  1411. <li><b>LIKES:</b>Coffee (seriously, you won't see him without one in the morning)</li>
  1412. <li><b>DISLIKES:</b> Spiders (you have no idea) </li>
  1413. <li><b>DISPOSITION:</b> Collected and watchful</li>
  1414. <li>
  1415. <b>TRAINING:</b> Army Ranger, Military Training
  1416. </li>
  1417. </ul>
  1418.  
  1419. <h3>Personality in Depth</h3>
  1420. <br><br>
  1421. Lennox is a man that you would like to have on your Team. he may be a little hard headed at first but he is able to get things done while being able to crack a joke every once in a while. Lennox often knows right from wrong, but that doesn't exclude him from being in the wrong at times. He has made a few minor bad calls but he Tries his best to fix what he did wrong.
  1422. <br><br>
  1423.  
  1424. <h3>History</h3>
  1425. <br><br>
  1426. William was raised with a loving mother, His Father was a Marine that inspired the young Will to try and be his best. William Completed his Ranger Training at 25, one of the youngest in his group; Will had a natural affinity to lead and make sure everyone was alright.
  1427. <br><br>
  1428. One Month After the City battle, Lennox and his men were formed into what is now N.E.S.T. Will was the Commanding Officer that was getting use to leading not only his men but managing a fledgling part of a goverment run alliance. Lennox had let his temper flare a little bit but he had managed to reign it in after one of the major fights that happened in the beginning. Their base was located near Desert Valley Nevada. He had returned to his Wife and Daughter but their marriage quickly soured when he came come with a certain black Topkick. Mainly due to Will wanting to protect his wife and child from his new job.
  1429.  
  1430. <br><br>
  1431. It's been two years since the city battle. Lennox is a stronger man and in much better in command on the Base on Diego Garcia, N.E.S.T. was transfered to Diego when the base was completed, Having to renovate Diego and install a few more security measures than normal. His Marriage ended when Anabelle was a year old. The strain of outfitting a new base and personal problems weighed too heavily on Will. Will was promoted to Major during this time.
  1432.  
  1433. <br><br>
  1434. Egypt took a toll on Will, He gained multiple wounds that were tended to after the battle. The bond between him, His men, and the Autobots seemed to strengthen with each fight. Lennox silently admitted to himself that he did in fact, enjoy pushing Galloway out of the Airplane.
  1435.  
  1436. <br><br>
  1437. The Nest Base was changed when the Cons infiltrated during Revenge of the Fallen. Instead of moving to a more covert location N.E.S.T. was moved to Washington D.C. Lennox was promoted to Lieutenant Colonel. He wasn't a diplomatic man at the beginning but he learned. He became quite the Diplomat and the Voice of the Autobots in Washington.
  1438.  
  1439. <br><br>
  1440. Lennox Felt Responcible for what had happened in Chicago, The Ranger took the hit rather hard when Ironhide met his end. In part Lennox did want blood for that cowardly act of the Older Cybertron. Will did his best to Shield his men and the Autobots from scruiteny.
  1441. <br><br>
  1442. With N.E.S.T. Dispanded, Will was considered a liability. He knew too much about the now hated Autobots and their allies. Lennox and his men were either forced into 'Early Retirement' or Join Cemetary Wind. He took care of his daughter Anabelle on the weekends, it was as good as it was going to get for the moment. He heard what was happening with Cemetary Wind, KSI, and the Autobots. Furious with himself Lennox left once again, just after Hong Kong to find the Remaining Autobots.
  1443.  
  1444. <br><br>
  1445. </div>
  1446. </div>
  1447.  
  1448.  
  1449.  
  1450. <div id="box5" class="popup_block">
  1451.  
  1452. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1453.  
  1454. <center>
  1455.  
  1456. <h3>NAVIGATION</h3>
  1457.  
  1458.  
  1459. <div class="popupnavlinks">
  1460.  
  1461. <a href="/tagged/OOC">OOC</a>
  1462. <a href="/tagged/Mun Talks">Mun Talks</a>
  1463. <br>
  1464. <a href="/tagged/visage">Face</a>
  1465. <a href="/tagged/Meme">Meme</a>
  1466. <br>
  1467. <a href="/tagged/q">Que</a>
  1468. <a href="/tagged/whatever">LINK</a>
  1469. <br>
  1470. <a href="/tagged/whatever">LINK</a>
  1471. <a href="/tagged/whatever">LINK</a>
  1472. <br>
  1473. <a href="/tagged/whatever">LINK</a>
  1474. <a href="/tagged/whatever">LINK</a>
  1475. <br>
  1476. <a href="/tagged/whatever">LINK</a>
  1477. <a href="/tagged/whatever">LINK</a>
  1478. <br>
  1479. <a href="/tagged/whatever">LINK</a>
  1480. <a href="/tagged/whatever">LINK</a>
  1481.  
  1482.  
  1483. <br><br><br>
  1484.  
  1485.  
  1486. </div>
  1487. </div>
  1488. </div>
  1489.  
  1490.  
  1491. <div id="bite">
  1492. <div id="thekey"></div>
  1493. <div class="death">
  1494. <div id="actualnews">
  1495.  
  1496. <center>
  1497.  
  1498. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1499.  
  1500. <h3>
  1501. The The Major
  1502. </h3>
  1503.  
  1504.  
  1505.  
  1506. <h3>
  1507. The Ally
  1508. </h3>
  1509.  
  1510.  
  1511. <h3>
  1512. The Human
  1513. </h3>
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519. </center>
  1520.  
  1521. </div>
  1522. </body>
  1523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement