Advertisement
SammiLynn

xnotourdivisionx

Jul 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.83 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4.  
  5. WINTER'S LADY THEMES
  6. ♛ this code was made by AGIRLINGREY@TUMBLR.
  7. ♛ do not remove credit or claim as your own.
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15.  
  16.  
  17. <!--
  18. POP UP SCRIPT
  19. -->
  20.  
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24. <script>
  25. $(document).ready(function() {
  26. //
  27. $('a.poplight[href^=#]').click(function() {
  28. var popID = $(this).attr('rel'); //Get Popup Name
  29. var popURL = $(this).attr('href'); //Get Popup href to define size
  30. var query= popURL.split('?');
  31. var dim= query[1].split('&');
  32. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  33. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  34. var popMargTop = ($('#' + popID).height() + 80) / 2;
  35. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  36. //Apply Margin to Popup
  37. $('#' + popID).css({
  38. 'margin-top' : -popMargTop,
  39. 'margin-left' : -popMargLeft
  40. });
  41. $('body').append('<div id="fade"></div>');
  42. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  43. return false;
  44. });
  45. $('a.close, #fade').live('click', function() {
  46. $('#fade , .popup_block').fadeOut(function() {
  47. $('#fade, a.close').remove(); //fade them both out
  48. });
  49. return false;
  50. });
  51. });
  52. </script>
  53.  
  54.  
  55.  
  56. <!--
  57. VERSE TABS SCRIPT
  58. -->
  59.  
  60.  
  61. <script>
  62.  
  63. $(document).ready(function(){
  64. $("ul#tabs li").click(function(e){
  65. if (!$(this).hasClass("active")) {
  66. var tabNum = $(this).index();
  67. var nthChild = tabNum+1;
  68. $("ul#tabs li.active").removeClass("active");
  69. $(this).addClass("active");
  70. $("ul#tab li.active").removeClass("active");
  71. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  72. }
  73. });
  74. });
  75. </script>
  76.  
  77.  
  78.  
  79. <!--
  80. TOOLTIP STYLING SCRIPT
  81. -->
  82.  
  83.  
  84. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  85. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  86. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  87. <script>
  88. (function($){
  89. $(document).ready(function(){
  90. $("[title]").style_my_tooltips({
  91. tip_follows_cursor:true,
  92. tip_delay_time:200,
  93. tip_fade_speed:500
  94. });
  95. });
  96. })(jQuery);
  97. </script>
  98.  
  99.  
  100.  
  101.  
  102. <title>{Title}</title>
  103. <link rel="shortcut icon" href="{Favicon}">
  104. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  105. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  106.  
  107.  
  108.  
  109. <!--
  110. CUSTOM FONTS
  111. -->
  112.  
  113.  
  114. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  115.  
  116. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  117.  
  118.  
  119. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  120.  
  121.  
  122.  
  123. <style type="text/css">
  124.  
  125.  
  126.  
  127. /* THE CUSTOM SIDEBAR THING */
  128.  
  129.  
  130.  
  131. #bite
  132. #bite a{
  133. display:block
  134. }
  135. #bite .death {
  136. margin-top:0px;filter: alpha(opacity = 1.0);
  137. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  138. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  139. }
  140.  
  141. #bite:hover .death {
  142. margin-top:0px;
  143. -webkit-transition: all 0.8s ease-out;
  144. -moz-transition: all 0.8s ease-out;
  145. transition: all 0.8s ease-out;
  146. filter: alpha(opacity = 100);
  147. filter: alpha(opacity = 100);
  148. opacity:100;
  149. }
  150.  
  151.  
  152.  
  153. /* SELECTION FONT AND BACKGROUND */
  154.  
  155.  
  156. ::selection {
  157. background: #c2c2c2;
  158. color:#fff; }
  159.  
  160.  
  161. ::-moz-selection {
  162. background: #c2c2c2;
  163. color:#fff; }
  164.  
  165.  
  166.  
  167. /* SCROLLBAR DETAILS */
  168.  
  169.  
  170.  
  171. ::-webkit-scrollbar {
  172. height: 0px;
  173. width: 2px;
  174. background:transparent;
  175. border-left:0px solid transparent;
  176. border-right:0px solid transparent;}
  177.  
  178.  
  179. ::-webkit-scrollbar-thumb {
  180. background:transparent;}
  181.  
  182.  
  183.  
  184.  
  185. /* THE CURSOR */
  186.  
  187.  
  188. {block:iftinycursor}
  189. body, a, a:hover{
  190. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  191. {/block:iftinycursor}
  192.  
  193. iframe#tumblr_controls {
  194. right:3px !important;
  195. position: fixed !important;
  196. -webkit-transition: opacity 0.7s
  197. linear;opacity: 0.2;
  198. -webkit-transition: all 0.8s ease-out;
  199. -moz-transition: all 0.8s ease-out;
  200. transition: all 0.8s ease-out;}
  201.  
  202. iframe#tumblr_controls:hover{
  203. -webkit-transition: opacity 0.7s linear;
  204. opacity: 1;
  205. -webkit-transition: all 0.4s ease-out;
  206. -moz-transition: all 0.4s ease-out;
  207. transition: all 0.4s ease-out;}
  208.  
  209.  
  210.  
  211. /* GENERAL LOOK AND BACKGROUND */
  212.  
  213.  
  214. body {
  215. background:#000;
  216. background-image:url('http://i.imgur.com/l5NoM44.jpg');
  217. background-attachment: fixed;
  218. background-repeat: no-repeat;
  219. background-position: left top;
  220. color:#8f8f8f;
  221. font-family: calibri;
  222. text-align:justify;
  223. font-size: 10px;
  224. letter-spacing:1px;
  225. line-height:135%;
  226. }
  227.  
  228.  
  229.  
  230. /* THE VERSES TABS */
  231.  
  232.  
  233. ul#tabs {
  234. list-style-type: none;
  235. padding: 0;
  236. text-align: center;
  237. font-size:8px;
  238. letter-spacing:1px;
  239. text-shadow:1px 1px 0px #4c4c4c,
  240. 1px -1px 0px #4c4c4c,
  241. -1px -1px 0px #4c4c4c,
  242. -1px 1px 0px #4c4c4c,
  243. 0px 1px 0px #4c4c4c,
  244. 0px -1px 0px #4c4c4c,
  245. 1px 0px 0px #4c4c4c,
  246. -1px 0px 0px #4c4c4c;
  247.  
  248. }
  249.  
  250.  
  251.  
  252. ul#tabs li {
  253. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  254. background-repeat:repeat;
  255. background-attachment:fixed;
  256. border-left: double 3px #000;
  257. border-top: double 3px #000;
  258. border-right: double 3px #000;
  259. border-bottom: double 3px #000;
  260. color:#e6e6e6;
  261. text-shadow:1px 1px 0px #000,
  262. 1px -1px 0px #000,
  263. -1px -1px 0px #000,
  264. -1px 1px 0px #000,
  265. 0px 1px 0px #000,
  266. 0px -1px 0px #000,
  267. 1px 0px 0px #000,
  268. -1px 0px 0px #000;
  269. display: inline-block;
  270. padding: 4px 10px;
  271. margin-bottom: 4px;
  272. cursor: pointer;
  273. }
  274.  
  275.  
  276.  
  277. ul#tabs li:hover {
  278. background-color: transparent;
  279. color: #eaeaea;
  280. }
  281.  
  282. ul#tabs li.active {
  283. background-image: url('');
  284. background:#151515;
  285. background-repeat:repeat;
  286. background-attachment:fixed;
  287. border-left: double 3px #000;
  288. border-top: double 3px #000;
  289. border-right: double 3px #000;
  290. border-bottom: double 3px #000;
  291. color:#e6e6e6;
  292. text-shadow:1px 1px 0px #000,
  293. 1px -1px 0px #000,
  294. -1px -1px 0px #000,
  295. -1px 1px 0px #000,
  296. 0px 1px 0px #000,
  297. 0px -1px 0px #000,
  298. 1px 0px 0px #000,
  299. -1px 0px 0px #000;
  300. display: inline-block;
  301. padding: 4px 10px;
  302. margin-bottom: 4px;
  303. cursor: pointer;
  304. }
  305.  
  306.  
  307.  
  308. ul#tab {
  309. list-style-type: none;
  310. margin: 0;
  311. padding: 0;
  312. }
  313.  
  314. ul#tab li {
  315. display: none;
  316. }
  317.  
  318. ul#tab li.active {
  319. display: block;
  320. }
  321.  
  322.  
  323.  
  324.  
  325. /* LINKS */
  326.  
  327.  
  328. a:link, a:active, a:visited {
  329. text-decoration: none;
  330. color: #93a7aa;
  331. -moz-transition-duration:.6s;
  332. -webkit-transition-duration:.6s;
  333. -o-transition-duration:.6s;
  334. -webkit-filter: blur(0px);}
  335.  
  336. a:hover {
  337. color: #8f8f8f;
  338. -moz-transition-duration:.6s;
  339. -webkit-transition-duration:.6s;
  340. -o-transition-duration:.6s;
  341. -webkit-filter: blur(1px);}
  342.  
  343.  
  344.  
  345. #links a {
  346. padding:5px;
  347. margin-right:0px;
  348. text-shadow: 1px 0px 1px #7a7a7a;
  349. }
  350.  
  351.  
  352. #links a:hover {
  353. padding:5px;
  354. margin-right:0px;
  355. text-shadow: 2px 0px 10px #7a7a7a;
  356. -moz-transition-duration:0.6s;
  357. -webkit-transition-duration:0.6s;
  358. -o-transition-duration:0.6s;
  359. }
  360.  
  361.  
  362.  
  363.  
  364. /* OTHER TEXT STUFF */
  365.  
  366.  
  367.  
  368. h1 {
  369. background-color: transparent;
  370. font-family: 'Josefin Sans', sans-serif;
  371. font-size: 16px;
  372. line-height: 20px;
  373. letter-spacing: 2px;
  374. text-align: center;
  375. text-transform:uppercase;
  376. color: #91a3ac;
  377. }
  378.  
  379.  
  380. h2 {
  381. background-color: transparent;
  382. font-family: 'Josefin Sans', sans-serif;
  383. font-size: 15px;
  384. line-height: 16px;
  385. letter-spacing: 2px;
  386. text-align: left;
  387. text-transform:uppercase;
  388. color: #91a3ac;
  389. }
  390.  
  391.  
  392.  
  393. h3 {
  394. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  395. background-repeat:repeat;
  396. background-attachment:fixed;
  397. border-left: double 3px #000;
  398. border-top: double 3px #000;
  399. border-right: double 3px #000;
  400. border-bottom: double 3px #000;
  401. padding:2px;
  402. color:#e6e6e6;
  403. text-shadow:1px 1px 0px #000,
  404. 1px -1px 0px #000,
  405. -1px -1px 0px #000,
  406. -1px 1px 0px #000,
  407. 0px 1px 0px #000,
  408. 0px -1px 0px #000,
  409. 1px 0px 0px #000,
  410. -1px 0px 0px #000;
  411. font-size:12px;
  412. font-family:calibri;
  413. text-transform:uppercase;
  414. letter-spacing:1px;
  415. text-align:center;}
  416.  
  417.  
  418.  
  419.  
  420. h4 {
  421. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  422. background-repeat:repeat;
  423. background-attachment:fixed;
  424. border-left: double 3px #000;
  425. border-top: double 3px #000;
  426. border-right: double 3px #000;
  427. border-bottom: double 3px #000;
  428. padding:2px;
  429. color:#e6e6e6;
  430. text-shadow:1px 1px 0px #000,
  431. 1px -1px 0px #000,
  432. -1px -1px 0px #000,
  433. -1px 1px 0px #000,
  434. 0px 1px 0px #000,
  435. 0px -1px 0px #000,
  436. 1px 0px 0px #000,
  437. -1px 0px 0px #000;
  438. font-size:9px;
  439. font-family:calibri;
  440. text-transform:uppercase;
  441. letter-spacing:1px;
  442. text-align:center;}
  443.  
  444.  
  445.  
  446. hr {
  447. color:#818181;
  448. display: block;
  449. margin-top: 0.5em;
  450. margin-bottom: 0.5em;
  451. margin-left: auto;
  452. margin-right: auto;
  453. border-style: inset;
  454. border-width: 1px;
  455. }
  456.  
  457.  
  458.  
  459.  
  460. quotetext {
  461. background-color: transparent;
  462. font-family: times;
  463. font-size: 16px;
  464. line-height: 20px;
  465. letter-spacing: 2px;
  466. text-align: center;
  467. text-transform:uppercase;
  468. color: #91a3ac;
  469. }
  470.  
  471.  
  472.  
  473. blockquote {
  474. word-wrap: break-word;
  475. padding:2px 7px;
  476. margin:3px 0 3px 10px;
  477. border-left:1px solid {color:border};
  478. background-color:transparent;}
  479.  
  480.  
  481. blockquote img{
  482. max-width:100%;
  483. height:auto;
  484. }
  485.  
  486. blockquote blockquote img{
  487. max-width:100%;
  488. height:auto;
  489. }
  490.  
  491.  
  492.  
  493.  
  494. b, bold {
  495. font-size:10px;
  496. text-transform:uppercase;
  497. letter-spacing:1px;
  498. font-family: 'Josefin Sans', sans-serif;
  499. color: #9cb4c0;
  500. text-shadow:1px 1px 0 #000;
  501. }
  502.  
  503.  
  504.  
  505. i, italic {
  506. font-size:13px;
  507. color: #c2cbcc;
  508. font-family: 'Bad Script', cursive;
  509. text-shadow: 0px 0px 2px #5a5a5a;
  510. letter-spacing:1px;
  511. text-transform:lowercase;
  512. }
  513.  
  514.  
  515.  
  516. p {
  517. margin-top:5px;
  518. margin-bottom:5px;}
  519.  
  520.  
  521. ol {
  522. list-style:normal;}
  523.  
  524.  
  525. ul {
  526. list-style:square;}
  527.  
  528.  
  529. small {
  530. font-size:10px}
  531.  
  532.  
  533. sup,sub {
  534. font-size:11px}
  535.  
  536.  
  537. pre {
  538. font-size: 10px;
  539. letter-spacing:3px;
  540. background-color:#000;
  541. font-family: "Times New Roman", Times, serif;
  542. font-style: none;
  543. text-align:center;
  544. white-space: pre-wrap; /* css-3 */
  545. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  546. white-space: -pre-wrap; /* Opera 4-6 */
  547. white-space: -o-pre-wrap; /* Opera 7 */
  548. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  549.  
  550.  
  551.  
  552. big {
  553. font-size:14px;
  554. text-transform:uppercase;
  555. letter-spacing:2px;
  556. font-family: "Times New Roman", Times, serif;
  557. color: #91a3ac;
  558. text-shadow: 0px 0px 2px #383838;
  559. }
  560.  
  561.  
  562.  
  563. /* IMAGES, PHOTOSETS AND WHATNOT */
  564.  
  565.  
  566.  
  567. {block:IfGreyscale}
  568.  
  569. img {
  570. -webkit-filter:grayscale(100%);
  571. -webkit-transition: all 0.9s ease-in-out;
  572. -moz-transition: all 0.9s ease-in-out;
  573. -o-transition: all 0.9s ease-in-out;
  574. -ms-transition: all 0.9s ease-in-out;
  575. transition: all 0.9s ease-in-out;}
  576.  
  577. img:hover {
  578. -webkit-filter:none;}
  579.  
  580. .html_photoset {
  581. -webkit-filter: grayscale(100%);
  582. -webkit-transition: all 0.9s ease-in-out;
  583. -moz-transition: all 0.9s ease-in-out;
  584. -o-transition: all 0.9s ease-in-out;
  585. -ms-transition: all 0.9s ease-in-out;
  586. transition: all 0.9s ease-in-out;}
  587.  
  588. .html_photoset:hover {
  589. -webkit-filter: none;}
  590.  
  591. {/block:IfGreyscale}
  592.  
  593.  
  594.  
  595. /* CONTAINER AND POSTS */
  596.  
  597.  
  598.  
  599. #container {
  600. background-color:transparent;
  601. width:255px;
  602. height:350px;
  603. padding: 20px;
  604. top:305px;
  605. margin-left: 355px;
  606. position:relative;
  607. overflow-y:scroll;
  608. overflow-x:hidden;
  609. -webkit-mask-image: -webkit-gradient(
  610. linear, center 75%, center bottom,
  611. from(rgba(0,0,0,20)),
  612. to(rgba(20,0,0,0)));
  613. border:1px solid transparent;}
  614.  
  615. #container img {
  616. height:auto;
  617. max-width:100%;
  618. }
  619.  
  620. #content {
  621. margin-left:62px;
  622. width:310px;
  623. margin-top: -110px;
  624. }
  625.  
  626. #posts {
  627. width:255px;
  628. padding:10px;
  629. margin-top: 90px;
  630. margin-left:-72px;
  631. padding-bottom:0px;
  632. overflow-y:scroll;
  633. overflow-x:hidden;
  634. }
  635.  
  636.  
  637. #description {
  638. margin-left: 0px;
  639. margin-top: -50px;
  640. width:180px;
  641. color:transparent;}
  642.  
  643.  
  644.  
  645.  
  646. /* CUSTOM SIDEBAR SETTINGS */
  647.  
  648.  
  649.  
  650. #actualnews {
  651. font-family: calibri;
  652. font-size:10px;
  653. background:transparent;
  654. color: #8f8f8f;
  655. width:165px;
  656. height:420px;
  657. padding-top:3px;
  658. border:0px solid #131313;
  659. left: 230px;
  660. top: 295px;
  661. text-align:center;
  662. position:fixed;
  663. -webkit-filter: blur(0px);
  664. -webkit-transition: 0.8s ease-in;
  665. -moz-transition: 1s ease-in;
  666. transition: 1s ease-in;
  667. opacity:0.5;
  668. -webkit-transition: all 0.6s ease-in-out;
  669. -moz-transition: all 0.6s ease-in-out;
  670. -o-transition: all 0.6s ease-in-out;
  671. -ms-transition: all 0.6s ease-in-out;
  672. transition: all 0.6s ease-in-out;
  673. }
  674.  
  675.  
  676.  
  677. #actualnews:hover {
  678. -webkit-filter:none;
  679. -webkit-transition: all 0.6s ease-in-out;
  680. opacity:1;
  681. -webkit-transition: all 0.6s ease-in-out;
  682. -moz-transition: all 0.6s ease-in-out;
  683. -o-transition: all 0.6s ease-in-out;
  684. -ms-transition: all 0.6s ease-in-out;
  685. transition: all 0.6s ease-in-out;
  686. }
  687.  
  688.  
  689.  
  690.  
  691. #thekey {
  692. position:fixed;
  693. color:#7c7470;
  694. text-shadow: 0px 0px 2px #fff;
  695. margin-top:175px;
  696. margin-left:55px;
  697. width:710px;
  698. padding:9px;
  699. letter-spacing:2px;
  700. word-spacing:5px; /*this defines the separation of each word of the links*/
  701. font-family: helvetica;
  702. font-size:12px;
  703. text-align:center;
  704. background:transparent;
  705. text-transform:uppercase;
  706. -webkit-transform: rotate(-90deg);
  707. -moz-transform: rotate(-90deg);
  708. -o-transform: rotate(-90deg);
  709. }
  710.  
  711.  
  712.  
  713.  
  714. /* JUMBLED LINKS */
  715.  
  716.  
  717.  
  718. .alinks {
  719. position:fixed;
  720. text-shadow: 0px 0px 0px #000;
  721. left:250px;
  722. top:200px;
  723. transform: rotate(0deg);
  724. text-align: right;
  725. line-height:20px;
  726. font-family: 'Josefin Sans', sans-serif;
  727. font-size: 17px;}
  728.  
  729.  
  730. .alinks a {
  731. padding:10px;
  732. color:#7f7f7f;
  733. margin-right:0px;
  734. -webkit-filter: blur(0px);
  735. -webkit-transition: 0.8s ease-in;
  736. -moz-transition: 1s ease-in;
  737. transition: 1s ease-in;
  738. }
  739.  
  740. .alinks a:hover {
  741. -webkit-filter: blur(1px);
  742. -webkit-transition: all 0.6s ease-in-out;
  743. -moz-transition: all 0.6s ease-in-out;
  744. -o-transition: all 0.6s ease-in-out;
  745. -ms-transition: all 0.6s ease-in-out;
  746. transition: all 0.6s ease-in-out;
  747. color: #7f7f7f;
  748. text-shadow: 7px 7px 3px #000000;
  749. }
  750.  
  751.  
  752.  
  753. .blinks {
  754. position:fixed;
  755. text-shadow: 0px 0px 11px #7C6868;
  756. left:610px;
  757. top:380px;
  758. transform: rotate(90deg);
  759. text-align: center;
  760. font-family: 'Josefin Sans', sans-serif;
  761. line-height:20px;
  762. font-size: 19px;}
  763.  
  764.  
  765. .blinks a {
  766. padding:10px;
  767. color:#7f7f7f;
  768. margin-right:0px;
  769. -webkit-filter: blur(0px);
  770. -webkit-transition: 0.8s ease-in;
  771. -moz-transition: 1s ease-in;
  772. transition: 1s ease-in;
  773. }
  774.  
  775. .blinks a:hover {
  776. -webkit-transition: all 0.6s ease-in-out;
  777. -moz-transition: all 0.6s ease-in-out;
  778. -o-transition: all 0.6s ease-in-out;
  779. -ms-transition: all 0.6s ease-in-out;
  780. transition: all 0.6s ease-in-out;
  781. color: #7f7f7f;
  782. text-shadow: 7px 7px 3px #000000;
  783. }
  784.  
  785.  
  786.  
  787.  
  788. .clinks {
  789. position:fixed;
  790. font-size:35px;
  791. text-decoration:none;
  792. transform: rotate(-30deg);
  793. -ms-transform: rotate(-30deg);
  794. -webkit-transform: rotate(-30deg);
  795. -o-transform: rotate(-30deg);
  796. -moz-transform: rotate(-30deg);
  797. margin-left:210px;
  798. margin-top:270px;
  799. }
  800.  
  801. .clinks a {
  802. text-shadow:0px 0px 7px #7f7f7f;
  803. text-decoration:none;
  804. color:#7f7f7f;
  805. -webkit-transition: all 0.5s ease-out;
  806. -moz-transition: all 0.5s ease-out;
  807. transition: all 0.5s ease-out;
  808. }
  809.  
  810. .clinks:hover {
  811. -webkit-filter:blur(1px);
  812. -webkit-transition: all 0.5s ease-out;
  813. -moz-transition: all 0.5s ease-out;
  814. transition: all 0.5s ease-out;
  815. transform: rotate(110deg);
  816. -ms-transform: rotate(110deg);
  817. -webkit-transform: rotate(110deg);
  818. -o-transform: rotate(110deg);
  819. -moz-transform: rotate(110deg);
  820. }
  821.  
  822.  
  823.  
  824. .dlinks {
  825. position:fixed;
  826. font-size:17px;
  827. text-decoration:none;
  828. transform: rotate(30deg);
  829. -ms-transform: rotate(30deg);
  830. -webkit-transform: rotate(30deg);
  831. -o-transform: rotate(30deg);
  832. -moz-transform: rotate(30deg);
  833. margin-left:140px;
  834. margin-top:340px;
  835. }
  836.  
  837. .dlinks a {
  838. text-shadow:0px 0px 7px #7f7f7f;
  839. text-decoration:none;
  840. color:#7f7f7f;
  841. -webkit-transition: all 0.5s ease-out;
  842. -moz-transition: all 0.5s ease-out;
  843. transition: all 0.5s ease-out;
  844. }
  845.  
  846. .dlinks:hover {
  847. -webkit-filter:blur(1px);
  848. -webkit-transition: all 0.5s ease-out;
  849. -moz-transition: all 0.5s ease-out;
  850. transition: all 0.5s ease-out;
  851. transform: rotate(-60deg);
  852. -ms-transform: rotate(-60deg);
  853. -webkit-transform: rotate(-60deg);
  854. -o-transform: rotate(-60deg);
  855. -moz-transform: rotate(-60deg);
  856. }
  857.  
  858.  
  859.  
  860. .elinks {
  861. position:fixed;
  862. font-size:22px;
  863. text-decoration:none;
  864. transform: rotate(-90deg);
  865. -ms-transform: rotate(-90deg);
  866. -webkit-transform: rotate(-90deg);
  867. -o-transform: rotate(-90deg);
  868. -moz-transform: rotate(-90deg);
  869. margin-left:150px;
  870. margin-top:290px;
  871. }
  872.  
  873. .elinks a {
  874. text-shadow:0px 0px 7px #7f7f7f;
  875. text-decoration:none;
  876. color:#7f7f7f;
  877. -webkit-transition: all 0.5s ease-out;
  878. -moz-transition: all 0.5s ease-out;
  879. transition: all 0.5s ease-out;
  880. }
  881.  
  882. .elinks:hover {
  883. -webkit-filter:blur(1px);
  884. -webkit-transition: all 0.5s ease-out;
  885. -moz-transition: all 0.5s ease-out;
  886. transition: all 0.5s ease-out;
  887. transform: rotate(70deg);
  888. -ms-transform: rotate(70deg);
  889. -webkit-transform: rotate(70deg);
  890. -o-transform: rotate(70deg);
  891. -moz-transform: rotate(70deg);
  892. }
  893.  
  894.  
  895.  
  896.  
  897.  
  898. .flinks {
  899. position:fixed;
  900. font-size:17px;
  901. text-decoration:none;
  902. transform: rotate(10deg);
  903. -ms-transform: rotate(10deg);
  904. -webkit-transform: rotate(10deg);
  905. -o-transform: rotate(10deg);
  906. -moz-transform: rotate(10deg);
  907. margin-left:270px;
  908. margin-top:270px;
  909. }
  910.  
  911. .flinks a {
  912. text-shadow:0px 0px 7px #7f7f7f;
  913. text-decoration:none;
  914. color:#7f7f7f;
  915. -webkit-transition: all 0.5s ease-out;
  916. -moz-transition: all 0.5s ease-out;
  917. transition: all 0.5s ease-out;
  918. }
  919.  
  920. .flinks:hover {
  921. -webkit-filter:blur(1px);
  922. -webkit-transition: all 0.5s ease-out;
  923. -moz-transition: all 0.5s ease-out;
  924. transition: all 0.5s ease-out;
  925. transform: rotate(-60deg);
  926. -ms-transform: rotate(-60deg);
  927. -webkit-transform: rotate(-60deg);
  928. -o-transform: rotate(-60deg);
  929. -moz-transform: rotate(-60deg);
  930. }
  931.  
  932.  
  933.  
  934. .credit {
  935. position:fixed;
  936. text-shadow: 0px 0px 11px #7C6868;
  937. right:15px;
  938. bottom:15px;
  939. transform: rotate(0deg);
  940. font-family: 'Josefin Sans', sans-serif;
  941. font-size: 17px; }
  942.  
  943.  
  944. .credit a {
  945. padding:10px;
  946. color:#6e6e6e;
  947. margin-right:0px;
  948. -webkit-filter: blur(1px);
  949. -webkit-transition: 0.8s ease-in;
  950. -moz-transition: 1s ease-in;
  951. transition: 1s ease-in;
  952. }
  953.  
  954. .credit a:hover {
  955. -webkit-transition: all 0.6s ease-in-out;
  956. -moz-transition: all 0.6s ease-in-out;
  957. -o-transition: all 0.6s ease-in-out;
  958. -ms-transition: all 0.6s ease-in-out;
  959. transition: all 0.6s ease-in-out;
  960. color: #000000;
  961. text-shadow: 7px 7px 3px #000000;
  962. }
  963.  
  964.  
  965.  
  966.  
  967. /* PAGINATION */
  968.  
  969.  
  970.  
  971.  
  972. #pagination {
  973. position:fixed;
  974. font-family: 'Josefin Sans', sans-serif;
  975. width:300px;
  976. font-size:35px;
  977. top:170px;
  978. left:430px;
  979. letter-spacing:3px;
  980. text-align:center;
  981. z-index:999999999999;
  982. }
  983.  
  984. #pagination a {
  985. text-transform:uppercase;
  986. color:#b3b3b3;
  987. -webkit-filter: blur(0px);
  988. -webkit-transition: 0.8s ease-in;
  989. -moz-transition: 1s ease-in;
  990. transition: 1s ease-in;
  991. z-index:999999999999;
  992. }
  993.  
  994. #pagination a:hover {
  995. color:#fff;
  996. -webkit-filter: blur(1px);
  997. -webkit-transition: 0.2s ease-in;
  998. -moz-transition: 1s ease-in;
  999. transition: 1s ease-in;
  1000. }
  1001.  
  1002.  
  1003.  
  1004.  
  1005. /* MISC */
  1006.  
  1007.  
  1008.  
  1009. .audio {
  1010. width:300px;
  1011. padding-bottom:10px;
  1012. background-color:{color:#0b0b0b};}
  1013.  
  1014. .albumart {
  1015. float:left;
  1016. padding:0px 10px 10px 0px;}
  1017.  
  1018. .albumart img {
  1019. width:65px;
  1020. height:65px;}
  1021.  
  1022. .playercontainer {
  1023. text-align:left;
  1024. padding:10px;
  1025. background-color:#0b0b0b;
  1026. width:300px;}
  1027.  
  1028. .audioinfo {
  1029. padding:10px;
  1030. color:#a1a0a0;}
  1031.  
  1032.  
  1033.  
  1034.  
  1035. /* QUESTIONS & ANSWERS DETAILS */
  1036.  
  1037.  
  1038. #asker {
  1039. font-family: 'Raleway', sans-serif;
  1040. text-align:center;
  1041. padding-top: 10px;
  1042. margin-left:0px;
  1043. text-transform:uppercase;
  1044. color: #91a3ac;
  1045. font-size:20px;
  1046. padding:5px;
  1047. letter-spacing:0px
  1048. text-shadow:0 0 2px #aeaeae;
  1049. }
  1050.  
  1051.  
  1052. #asker a{
  1053. font-family: 'Raleway', sans-serif;
  1054. text-transform:uppercase;
  1055. font-size:20px;
  1056. letter-spacing: 0px;
  1057. text-shadow: none;
  1058. color: #91a3ac;
  1059. text-shadow:0 0 2px #1a1a1a;
  1060. -webkit-filter: blur(0.5px);
  1061. }
  1062.  
  1063.  
  1064. #asker a:hover {
  1065. color: #656565;
  1066. letter-spacing: 2px;
  1067. text-shadow:0 0 2px #000;
  1068. -webkit-filter: blur(1px);
  1069. -webkit-transition:all .5s ease-in-out;
  1070. -moz-transition:all .5s ease-in-out;
  1071. transition:all .5s ease-in-out;
  1072. }
  1073.  
  1074.  
  1075.  
  1076. #ask {
  1077. border-left: double 3px #000;
  1078. border-top: double 3px #000;
  1079. border-right: double 3px #000;
  1080. border-bottom: double 3px #000;
  1081. padding:2px;
  1082. color:#e6e6e6;
  1083. text-shadow:1px 1px 0px #000,
  1084. 1px -1px 0px #000,
  1085. -1px -1px 0px #000,
  1086. -1px 1px 0px #000,
  1087. 0px 1px 0px #000,
  1088. 0px -1px 0px #000,
  1089. 1px 0px 0px #000,
  1090. -1px 0px 0px #000;
  1091. font-size:7px;
  1092. text-align:center;
  1093. padding-top: 5px;
  1094. margin-left:0px;
  1095. text-transform:auto;
  1096. letter-spacing:3px
  1097. margin-top:-10px;
  1098. padding:5px;
  1099. background: #000;
  1100. background: url("https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif");
  1101. background-repeat:repeat;
  1102. padding:2px;
  1103. color:#cacaca;
  1104. text-transform: uppercase;
  1105. border-bottom-left-radius: 20px;
  1106. border-top-right-radius: 20px;
  1107. padding:10px;
  1108. letter-spacing:2px;
  1109. border-bottom:solid 1px #1e1e1e;
  1110. border-top:solid 1px #1e1e1e;
  1111. }
  1112.  
  1113.  
  1114. .ans {
  1115. text-align:center;
  1116. padding:10px;
  1117. }
  1118.  
  1119.  
  1120.  
  1121. /* POST INFO DETAILS */
  1122.  
  1123.  
  1124. #info {
  1125. width:255px;
  1126. padding-top:4px;
  1127. padding-bottom:1px;
  1128. font-size:12px;
  1129. color:#adadab;
  1130. text-transform:uppercase;
  1131. letter-spacing:1px;
  1132. font-style:normal;
  1133. text-align:center;
  1134. padding:5px;
  1135. border-top:1px solid #1c1c1c;
  1136. -moz-transition-duration:0.2s;
  1137. -webkit-transition-duration:0.2s;
  1138. -o-transition-duration:0.2s;}
  1139.  
  1140.  
  1141. #info a {
  1142. font-family:calibri;
  1143. font-size:8px;
  1144. color:#9cb4c0;
  1145. text-shadow: 0px 0px 3px #7c1f1f;
  1146. padding:5px;
  1147. font-style:normal;}
  1148.  
  1149.  
  1150. #info a:hover {
  1151. color:#eee;
  1152. -webkit-filter: blur(0px);
  1153. -moz-transition-duration:0.2s;
  1154. -webkit-transition-duration:0.2s;
  1155. -o-transition-duration:0.2s;}
  1156.  
  1157.  
  1158. #tags {
  1159. color:#9cb4c0;
  1160. margin-top:5px;
  1161. padding-left:15px;
  1162. text-align:right;
  1163. line-height:9px;
  1164. text-transform:uppercase;
  1165. font-size:9px;
  1166. padding-right:10px;}
  1167.  
  1168. #tags a {
  1169. font-family:calibri;
  1170. color:#9cb4c0;}
  1171.  
  1172. #tags a:hover {
  1173. color:#eee;}
  1174.  
  1175.  
  1176.  
  1177. /* MISC 02. */
  1178.  
  1179.  
  1180.  
  1181. .note {
  1182. text-transform:uppercase;
  1183. font-style:normal;
  1184. letter-spacing:0px;
  1185. font-size: 10px;
  1186. text-align:left;
  1187. line-height:90%;
  1188. margin-left:-40px;}
  1189.  
  1190. .note li {
  1191. list-style-type:none;
  1192. border-bottom:0px solid {color:border};
  1193. padding:10px 25px 10px 25px;
  1194. text-align:left;
  1195. margin:0px;
  1196. -moz-transition-duration:0.5s;
  1197. -webkit-transition-duration:0.5s;
  1198. -o-transition-duration:0.5s;}
  1199.  
  1200. .note img.avatar {
  1201. margin-right: 10px;
  1202. width: 16px;
  1203. height: 16px;}
  1204.  
  1205.  
  1206.  
  1207.  
  1208. /* BASIC POP-UP DETAILS */
  1209.  
  1210.  
  1211.  
  1212. .popup_block{
  1213. display:none;
  1214. background:#000;
  1215. padding:20px;
  1216. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1217. float:left;
  1218. height: 350px;
  1219. top:415px; left:590px;
  1220. position:fixed;
  1221. z-index: 99999;
  1222. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1223. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1224. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1225. }
  1226.  
  1227.  
  1228. *html #fade {position: absolute;}
  1229. *html .popup_block {position: absolute;}
  1230. #fade {
  1231. display:none;
  1232. position:fixed;
  1233. left:0px;
  1234. top:0px;
  1235. width:100%;
  1236. height:100%;
  1237. z-index:9999;
  1238. background:#000; /* change to #fff for solid white */
  1239. opacity:0; /* change to opacity:1; */
  1240. }
  1241.  
  1242.  
  1243.  
  1244. .popupnavlinks {
  1245. padding-top:5px;
  1246. text-align:center; }
  1247.  
  1248.  
  1249. .popupnavlinks a {
  1250. display:inline-block;
  1251. width:90px; height:4px;
  1252. margin:2px; padding:3px 6px 10px;
  1253. text-align:center;
  1254. background-image: url('');
  1255. background:#0d0d0d;
  1256. background-repeat:repeat;
  1257. background-attachment:fixed;
  1258. border-left: double 3px #000;
  1259. border-top: double 3px #000;
  1260. border-right: double 3px #000;
  1261. border-bottom: double 3px #000;
  1262. color:#e6e6e6;
  1263. font-size:9px;
  1264. font-family:calibri;
  1265. text-shadow:1px 1px 0px #000,
  1266. 1px -1px 0px #000,
  1267. -1px -1px 0px #000,
  1268. -1px 1px 0px #000,
  1269. 0px 1px 0px #000,
  1270. 0px -1px 0px #000,
  1271. 1px 0px 0px #000,
  1272. -1px 0px 0px #000;
  1273. display: inline-block;
  1274. cursor: pointer;
  1275. }
  1276.  
  1277.  
  1278.  
  1279. .popupnavlinks a:hover {
  1280. display:inline-block;
  1281. letter-spacing:2px; }
  1282.  
  1283.  
  1284.  
  1285. .popupclose {
  1286. float:right; top:0px; right:0px;
  1287. margin-top:-10px; margin-right:-10px;
  1288. font-family:'Scada', sans serif;
  1289. font-size:10px;
  1290. font-weight:bold }
  1291.  
  1292. .popupclose a {
  1293. color:#aaa }
  1294.  
  1295.  
  1296.  
  1297. /* TOOLTIP DETAILS */
  1298.  
  1299.  
  1300.  
  1301. #s-m-t-tooltip{
  1302. max-width:400px;
  1303. margin:15px;
  1304. padding:2px 8px;
  1305. background: #0b0b0b;
  1306. background-image:url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  1307. background-repeat:repeat;
  1308. background-attachment:fixed;
  1309. border-left: double 3px #000;
  1310. border-top: double 3px #000;
  1311. border-right: double 3px #000;
  1312. border-bottom: double 3px #000;
  1313. color:#e6e6e6;
  1314. text-shadow:1px 1px 0px #000,
  1315. 1px -1px 0px #000,
  1316. -1px -1px 0px #000,
  1317. -1px 1px 0px #000,
  1318. 0px 1px 0px #000,
  1319. 0px -1px 0px #000,
  1320. 1px 0px 0px #000,
  1321. -1px 0px 0px #000;
  1322. z-index:99999999999999999999;
  1323. font-size:9px;
  1324. letter-spacing:2px;
  1325. font-style:bold;
  1326. letter-spacing:2px;
  1327. font-family: calibri;
  1328. text-transform:uppercase;
  1329. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1330.  
  1331.  
  1332.  
  1333. </style>
  1334.  
  1335. </head>
  1336.  
  1337. <body>
  1338.  
  1339.  
  1340.  
  1341. <!--
  1342. ♛ The part below is basically the 'skeleton' of the theme, if that makes sense? I wouldn't recommend editing these parts ( EXCEPT THE CUSTOM LINKS AND POP UPS !!! ) unless you know what you're doing. If you spot a glitch in this part of the code, please let me know.
  1343. -->
  1344.  
  1345.  
  1346. <div id="content">
  1347.  
  1348. <div id="sidebar">
  1349.  
  1350. <img src="{image:Sidebar}" />
  1351.  
  1352. <div id="description">{description}</div>
  1353.  
  1354. </div>
  1355.  
  1356. <div id="pagination">
  1357. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1358. </div>
  1359.  
  1360.  
  1361. <!--
  1362. ♛ CUSTOM LINKS
  1363. -->
  1364.  
  1365.  
  1366.  
  1367. <div id="links">
  1368.  
  1369.  
  1370. <div class="alinks">
  1371. <a href="/" title="Well don’t let it get to you. I always feel like screaming when you walk into a room. In fact so do most people. [Index.]">
  1372. I'M BREAKING <br> EVERY <em><strong>RULE</strong></em> <br> LETTING YOU <br> IN <strong>HERE</strong>
  1373. </a>
  1374. </div>
  1375.  
  1376.  
  1377. <div class="blinks">
  1378. <a href="#?w=255" rel="box1" class="poplight" title="Well that’s why we need him. He’s better. [Messages.]">
  1379. IF YOU CAN TELL ME <strong>HOW</strong> <br> DOES IT I'LL <em>STOP</em> HIM
  1380. </a>
  1381. </div>
  1382.  
  1383.  
  1384. <div class="clinks">
  1385. <a href="#?w=255" rel="box2" class="poplight" title="laws."> 🕬 </a>
  1386. </div>
  1387.  
  1388.  
  1389. <div class="dlinks">
  1390. <a href="#?w=255" rel="box3" class="poplight" title="verses."> 🗓 </a>
  1391. </div>
  1392.  
  1393.  
  1394. <div class="elinks">
  1395. <a href="#?w=255" rel="box4" class="poplight" title="about."> 🗀 </a>
  1396. </div>
  1397.  
  1398.  
  1399. <div class="flinks">
  1400. <a href="#?w=255" rel="box5" class="poplight" title="the map."> 🖫 </a>
  1401. </div>
  1402.  
  1403.  
  1404. <div class="credit">
  1405. <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1406. </div>
  1407.  
  1408.  
  1409. </div>
  1410.  
  1411.  
  1412. <!--
  1413. ♛ CUSTOM LINKS ENDS
  1414. -->
  1415.  
  1416.  
  1417.  
  1418. <div id="container">
  1419.  
  1420. <div id="content"><div id="posts">
  1421. {block:Posts}
  1422.  
  1423.  
  1424. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1425. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1426. {block:Text}{Body}{/block:Text}
  1427.  
  1428. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1429.  
  1430. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1431.  
  1432. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1433. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1434.  
  1435. {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}
  1436.  
  1437. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1438.  
  1439.  
  1440. {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:10px; marging-left:0px;">{Answer}</span>{/block:Answer}
  1441.  
  1442.  
  1443. {block:Audio}<div class="audio">
  1444.  
  1445. {block:AlbumArt}
  1446. {/block:AlbumArt}
  1447.  
  1448.  
  1449. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1450. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1451. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1452. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1453.  
  1454.  
  1455. <!--
  1456. ♛ INFO AND SYMBOLS
  1457. -->
  1458.  
  1459. <div id="info">
  1460. {block:Date}
  1461. <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}
  1462.  
  1463. {block:RebloggedFrom}
  1464. <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>
  1465. {/block:RebloggedFrom}
  1466.  
  1467. {block:ContentSource}
  1468. <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>
  1469. {/block:ContentSource}
  1470.  
  1471. {block:NoteCount}
  1472. <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>
  1473. {/block:NoteCount}
  1474.  
  1475. <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>
  1476. {/block:RebloggedFrom}
  1477.  
  1478.  
  1479. <br>
  1480.  
  1481.  
  1482. <!--
  1483. ♛ INFO AND SYMBOLS ENDS
  1484. -->
  1485.  
  1486.  
  1487. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1488.  
  1489. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1490. {/block:Posts}
  1491. </div>
  1492. </div>
  1493. </div>
  1494.  
  1495.  
  1496.  
  1497. </body>
  1498.  
  1499.  
  1500.  
  1501. <!--
  1502. ♛ POP UP PAGES !!!
  1503. -->
  1504.  
  1505.  
  1506.  
  1507. <div id="box1" class="popup_block">
  1508.  
  1509. <h3>
  1510. You have reached the inbox of DI Lestrade. All case notes must be left in person! THAT MEANS YOU, DIMMOCK!
  1511. </h3>
  1512.  
  1513. <center>
  1514. <br>
  1515.  
  1516. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/xnotourdivisionx.tumblr.com" width="100%"></iframe></p>
  1517.  
  1518. </div>
  1519.  
  1520. </center>
  1521.  
  1522.  
  1523.  
  1524. <div id="box2" class="popup_block">
  1525.  
  1526. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1527.  
  1528.  
  1529. <h3>Rules</h3>
  1530.  
  1531. <strong>+Godmodding+</strong> I’m not that strict when it comes to godmodding. I accept slight ones (ie description of my muse’s clothes, facial expressions, tone of voice, etc) but please do not write and dictate my muse’s actions.
  1532.  
  1533. <br><br>
  1534.  
  1535. <strong>+Verses+</strong> The default verse for this blog is after The Final Problem, but in case you want to do a different timeline or an AU plot, it’s totally fine with me. Hit me an ask and I will gladly plot with you. Also this blog is multi-verse, so no, my muse is and won’t be cheating on anyone.
  1536.  
  1537. <br><br>
  1538.  
  1539. <strong>+Shipping+</strong> I’m more comfortable with M/M honestly but I occasionally accept M/F ships as well. Although I have only one ship for my muse, I very much approve of chemistry. If our muses get along and hit it off well then I will ship with you. Note: Forcing me and my muse on a ship is not welcome here.
  1540.  
  1541. <br><br>
  1542.  
  1543. <strong>+NSFW+</strong> Mun and muse are over 18 years old so this blog will contain adult themes such as smut and violence. All will be tagged accordingly, either with NSFW or TW:. Note: I will not write smut and other tw themed rps with anyone under 18 years old.
  1544.  
  1545. <br><br>
  1546.  
  1547. <strong>+Posting/Format+</strong> I write one-liners, text rps and para’s and sometimes I get carried away with para threads so I write too many words but there is no need to match the length and format of my posts. But of course it would be nice to get at least three sentences worth of replies in paragraph rps.
  1548.  
  1549. <br><br>
  1550.  
  1551. <strong>+Memes+</strong> I love reblogging memes and I love sending them over. I very much try to practice reblog karma, but if it is not reciprocated that is totally fine.
  1552.  
  1553. <br><br>
  1554.  
  1555. <strong>+OCs+</strong> I am very selective with OCs, meaning I need enough information and background on the character’s profile before I let my muse interact with them. Note: I do not follow hidden daughter/son RP blogs.
  1556.  
  1557. <br><br>
  1558.  
  1559. <strong>+Availability+</strong> Mun is really slow when it comes to replies, but whenever I am around I try to get to as many replies as possible and interact with as many people as I can. I do have work however, so I will be out during the weekdays from 6AM to 8PM EST. I will have the queue running while I am out though and would peek in every now and then.
  1560.  
  1561. <br><br>
  1562.  
  1563. That’s really all for now. But aside from those rules, the more important thing is to have fun! Even though I am still new to the fandom I would like to make friends here too, so I hope we all get along well!
  1564.  
  1565. <br><br>
  1566.  
  1567. <em>***P.S. Please cut your posts. I cut posts on my replies almost religiously. It would be nice to see the dash clean and clutter-free.Thank you very much!!</em>
  1568.  
  1569.  
  1570. </div>
  1571. </div>
  1572.  
  1573.  
  1574.  
  1575.  
  1576. <div id="box3" class="popup_block">
  1577.  
  1578. <h3>verses</h3>
  1579.  
  1580. <ul id="tabs">
  1581. <li class="active">MAIN.</li>
  1582. &nbsp;
  1583. <li>AU.</li>
  1584. &nbsp;
  1585. <li>GROUP.</li>
  1586. </ul>
  1587.  
  1588. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1589.  
  1590.  
  1591.  
  1592. <ul id="tab">
  1593. <li class="active">
  1594.  
  1595.  
  1596. <img src="https://66.media.tumblr.com/699b381a89b724bc66cf9769467ec74c/tumblr_oc493jqna11ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1597. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1598.  
  1599. <br><br>
  1600.  
  1601. 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.
  1602.  
  1603. <br><br><br>
  1604.  
  1605. <img src="https://66.media.tumblr.com/699b381a89b724bc66cf9769467ec74c/tumblr_oc493jqna11ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1606. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1607.  
  1608. <br><br>
  1609.  
  1610. Pellentesque a nisl venenatis, ultricies odio et, malesuada est. Mauris eros dolor, rhoncus vestibulum lorem nec, vestibulum ornare magna. Donec posuere ante mattis lectus bibendum, nec fermentum ante ullamcorper. Fusce blandit velit ac metus convallis ultricies. Quisque turpis nulla, scelerisque et orci ac, pellentesque ullamcorper odio. Fusce at auctor elit. Sed eu odio sodales est dapibus dictum in et ex. Nulla a elementum eros.
  1611.  
  1612.  
  1613.  
  1614. </li>
  1615. <li>
  1616.  
  1617.  
  1618.  
  1619. <img src="https://67.media.tumblr.com/e96479e79dfc7c4d439cd8bf87e11a4a/tumblr_oc48lgd1hg1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1620. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1621.  
  1622. <br><br>
  1623.  
  1624. 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.
  1625.  
  1626.  
  1627. <br><br><br>
  1628.  
  1629. <img src="https://67.media.tumblr.com/e96479e79dfc7c4d439cd8bf87e11a4a/tumblr_oc48lgd1hg1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1630. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1631.  
  1632. <br><br>
  1633.  
  1634. 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.
  1635.  
  1636.  
  1637.  
  1638. </li>
  1639. <li>
  1640.  
  1641.  
  1642. <img src="https://66.media.tumblr.com/6b6b80e2545ce4977586403217aacdb5/tumblr_oc495wFwrl1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1643. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1644.  
  1645. <br><br>
  1646.  
  1647. 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.
  1648.  
  1649.  
  1650. <br><br><br>
  1651.  
  1652. <img src="https://66.media.tumblr.com/6b6b80e2545ce4977586403217aacdb5/tumblr_oc495wFwrl1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1653. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1654.  
  1655. <br><br>
  1656.  
  1657. 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.
  1658.  
  1659.  
  1660. </li>
  1661. </ul>
  1662.  
  1663.  
  1664. </div>
  1665. </div>
  1666.  
  1667.  
  1668.  
  1669. <div id="box4" class="popup_block">
  1670.  
  1671. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1672.  
  1673. <h3>ABOUT MUN & MUSE</h3>
  1674.  
  1675. Muse:
  1676. <br><br>
  1677.  
  1678. Name: Gregory Nicholas Lestrade<br>
  1679. Birthday: June 30th, 1963<br>
  1680. Age: 53 years old<br>
  1681. Gender: Male<br>
  1682. Orientation: Bisexual<br>
  1683. Occupation: Detective Inspector<br>
  1684. Likes: Football, dogs, pubs, beer, coffee, tea, Arsenal, motorcycles, listening to Sherlock Holmes play the violin, holidays, donuts<br>
  1685. Dislikes: Criminals, paperwork, Waters Gang, Inspector Athleney Jones, the ex-wife, paperwork<br>
  1686. FC: Rupert Graves
  1687. <br><br>
  1688.  
  1689. Mun:
  1690. <br><br>
  1691.  
  1692. Name: Dianne<br>
  1693. Age: 20+<br>
  1694. Gender: Female (she/her)<br>
  1695. Roleplaying experience: 4+ years<br>
  1696. Likes: Anime, writing, doodling, food, sleeping, everything about Greg Lestrade, shipping Sherstrade, making more RP friends<br>
  1697. Dislikes: Anon hate, uncut posts on threads<br>
  1698. FC: Tachibana Makoto
  1699.  
  1700. </div>
  1701. </div>
  1702.  
  1703.  
  1704.  
  1705. <div id="box5" class="popup_block">
  1706.  
  1707. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1708.  
  1709. <center>
  1710.  
  1711. <h3>NAVIGATION</h3>
  1712.  
  1713.  
  1714. <div class="popupnavlinks">
  1715.  
  1716. <a href="/tagged/whatever">LINK</a>
  1717. <a href="/tagged/whatever">LINK</a>
  1718. <br>
  1719. <a href="/tagged/whatever">LINK</a>
  1720. <a href="/tagged/whatever">LINK</a>
  1721. <br>
  1722. <a href="/tagged/whatever">LINK</a>
  1723. <a href="/tagged/whatever">LINK</a>
  1724. <br>
  1725. <a href="/tagged/whatever">LINK</a>
  1726. <a href="/tagged/whatever">LINK</a>
  1727. <br>
  1728. <a href="/tagged/whatever">LINK</a>
  1729. <a href="/tagged/whatever">LINK</a>
  1730. <br>
  1731. <a href="/tagged/whatever">LINK</a>
  1732. <a href="/tagged/whatever">LINK</a>
  1733. <br>
  1734. <a href="/tagged/whatever">LINK</a>
  1735. <a href="/tagged/whatever">LINK</a>
  1736.  
  1737.  
  1738. <br><br><br>
  1739.  
  1740.  
  1741. </div>
  1742. </div>
  1743. </div>
  1744.  
  1745.  
  1746. <!--
  1747. ♛ CUSTOM SIDEBAR TEXT
  1748. -->
  1749.  
  1750.  
  1751.  
  1752. <div id="bite">
  1753. <div id="thekey"></div>
  1754. <div class="death">
  1755. <div id="actualnews">
  1756.  
  1757. <center>
  1758.  
  1759. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1760.  
  1761. <h4>
  1762. What a couple of light weights. You couldn’t even make it ’til closing time.
  1763. </h4>
  1764.  
  1765. Independent RP Blog for Detective Inspector Gregory Lestrade from BBC's Sherlock
  1766.  
  1767. <h4>
  1768. 'Can you whisper?'
  1769. </h4>
  1770.  
  1771. Mun & Muse are 20+. Triggers & NSFW will be tagged.
  1772.  
  1773. <h4>
  1774. Not really!
  1775. </h4>
  1776.  
  1777. Please read the rules before interacting.
  1778.  
  1779. <br><br>
  1780.  
  1781. Theme background by <a href="http://hunterofapurpose.tumblr.com">hunterofapurpose</a>.
  1782.  
  1783. </center>
  1784.  
  1785.  
  1786. </div>
  1787. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement