Advertisement
Guest User

MY OLD THEME DO NOT LOSE

a guest
Jul 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--
  5.  
  6. WINTER'S LADY THEMES
  7. ♛ this code was made by AGIRLINGREY@TUMBLR.
  8. ♛ do not remove credit or claim as your own.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16.  
  17.  
  18. <!--
  19. POP UP SCRIPT
  20. -->
  21.  
  22.  
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <script>
  26. $(document).ready(function() {
  27. //
  28. $('a.poplight[href^=#]').click(function() {
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30. var popURL = $(this).attr('href'); //Get Popup href to define size
  31. var query= popURL.split('?');
  32. var dim= query[1].split('&');
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  35. var popMargTop = ($('#' + popID).height() + 80) / 2;
  36. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  37. //Apply Margin to Popup
  38. $('#' + popID).css({
  39. 'margin-top' : -popMargTop,
  40. 'margin-left' : -popMargLeft
  41. });
  42. $('body').append('<div id="fade"></div>');
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  44. return false;
  45. });
  46. $('a.close, #fade').live('click', function() {
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55.  
  56.  
  57. <!--
  58. VERSE TABS SCRIPT
  59. -->
  60.  
  61.  
  62. <script>
  63.  
  64. $(document).ready(function(){
  65. $("ul#tabs li").click(function(e){
  66. if (!$(this).hasClass("active")) {
  67. var tabNum = $(this).index();
  68. var nthChild = tabNum+1;
  69. $("ul#tabs li.active").removeClass("active");
  70. $(this).addClass("active");
  71. $("ul#tab li.active").removeClass("active");
  72. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  73. }
  74. });
  75. });
  76. </script>
  77.  
  78.  
  79.  
  80. <!--
  81. TOOLTIP STYLING SCRIPT
  82. -->
  83.  
  84.  
  85. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  88. <script>
  89. (function($){
  90. $(document).ready(function(){
  91. $("[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:200,
  94. tip_fade_speed:500
  95. });
  96. });
  97. })(jQuery);
  98. </script>
  99.  
  100.  
  101.  
  102.  
  103. <title>{Title}</title>
  104. <link rel="shortcut icon" href="{Favicon}">
  105. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  106. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  107.  
  108.  
  109.  
  110. <!--
  111. CUSTOM FONTS
  112. -->
  113.  
  114.  
  115. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  116.  
  117. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  118.  
  119.  
  120. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  121.  
  122.  
  123.  
  124. <style type="text/css">
  125.  
  126.  
  127.  
  128. /* THE CUSTOM SIDEBAR THING */
  129.  
  130.  
  131.  
  132. #bite
  133. #bite a{
  134. display:block
  135. }
  136. #bite .death {
  137. margin-top:0px;filter: alpha(opacity = 1.0);
  138. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  139. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  140. }
  141.  
  142. #bite:hover .death {
  143. margin-top:0px;
  144. -webkit-transition: all 0.8s ease-out;
  145. -moz-transition: all 0.8s ease-out;
  146. transition: all 0.8s ease-out;
  147. filter: alpha(opacity = 100);
  148. filter: alpha(opacity = 100);
  149. opacity:100;
  150. }
  151.  
  152.  
  153.  
  154. /* SELECTION FONT AND BACKGROUND */
  155.  
  156.  
  157. ::selection {
  158. background: #c2c2c2;
  159. color:#fff; }
  160.  
  161.  
  162. ::-moz-selection {
  163. background: #c2c2c2;
  164. color:#fff; }
  165.  
  166.  
  167.  
  168. /* SCROLLBAR DETAILS */
  169.  
  170.  
  171.  
  172. ::-webkit-scrollbar {
  173. height: 0px;
  174. width: 2px;
  175. background:transparent;
  176. border-left:0px solid transparent;
  177. border-right:0px solid transparent;}
  178.  
  179.  
  180. ::-webkit-scrollbar-thumb {
  181. background:transparent;}
  182.  
  183.  
  184.  
  185.  
  186. /* THE CURSOR */
  187.  
  188.  
  189. {block:iftinycursor}
  190. body, a, a:hover{
  191. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  192. {/block:iftinycursor}
  193.  
  194. iframe#tumblr_controls {
  195. right:3px !important;
  196. position: fixed !important;
  197. -webkit-transition: opacity 0.7s
  198. linear;opacity: 0.2;
  199. -webkit-transition: all 0.8s ease-out;
  200. -moz-transition: all 0.8s ease-out;
  201. transition: all 0.8s ease-out;}
  202.  
  203. iframe#tumblr_controls:hover{
  204. -webkit-transition: opacity 0.7s linear;
  205. opacity: 1;
  206. -webkit-transition: all 0.4s ease-out;
  207. -moz-transition: all 0.4s ease-out;
  208. transition: all 0.4s ease-out;}
  209.  
  210.  
  211.  
  212. /* GENERAL LOOK AND BACKGROUND */
  213.  
  214.  
  215. body {
  216. background:#1b1b1b;
  217. background-image:url('http://static.tumblr.com/unxlsqy/Xryot5me5/anotger.png');
  218. background-attachment: fixed;
  219. background-repeat: no-repeat;
  220. background-position: left top;
  221. color:#b7b7b7;
  222. font-family: calibri;
  223. text-align:justify;
  224. font-size: 10px;
  225. letter-spacing:1px;
  226. line-height:135%;
  227. }
  228.  
  229.  
  230.  
  231. /* THE VERSES TABS */
  232.  
  233.  
  234. ul#tabs {
  235. list-style-type: none;
  236. padding: 0;
  237. text-align: center;
  238. font-size:8px;
  239. letter-spacing:1px;
  240. text-shadow:1px 1px 0px #4c4c4c,
  241. 1px -1px 0px #4c4c4c,
  242. -1px -1px 0px #4c4c4c,
  243. -1px 1px 0px #4c4c4c,
  244. 0px 1px 0px #4c4c4c,
  245. 0px -1px 0px #4c4c4c,
  246. 1px 0px 0px #4c4c4c,
  247. -1px 0px 0px #4c4c4c;
  248.  
  249. }
  250.  
  251.  
  252.  
  253. ul#tabs li {
  254. background-image: url('http://i.imgur.com/fbQtsbi.png');
  255. background-repeat:repeat;
  256. background-attachment:fixed;
  257. border-left: double 3px #000;
  258. border-top: double 3px #000;
  259. border-right: double 3px #000;
  260. border-bottom: double 3px #000;
  261. color:#e6e6e6;
  262. text-shadow:1px 1px 0px #000,
  263. 1px -1px 0px #000,
  264. -1px -1px 0px #000,
  265. -1px 1px 0px #000,
  266. 0px 1px 0px #000,
  267. 0px -1px 0px #000,
  268. 1px 0px 0px #000,
  269. -1px 0px 0px #000;
  270. display: inline-block;
  271. padding: 4px 10px;
  272. margin-bottom: 4px;
  273. cursor: pointer;
  274. }
  275.  
  276.  
  277.  
  278. ul#tabs li:hover {
  279. background-color: transparent;
  280. color: #eaeaea;
  281. }
  282.  
  283. ul#tabs li.active {
  284. background-image: url('');
  285. background:#151515;
  286. background-repeat:repeat;
  287. background-attachment:fixed;
  288. border-left: double 3px #000;
  289. border-top: double 3px #000;
  290. border-right: double 3px #000;
  291. border-bottom: double 3px #000;
  292. color:#e6e6e6;
  293. text-shadow:1px 1px 0px #000,
  294. 1px -1px 0px #000,
  295. -1px -1px 0px #000,
  296. -1px 1px 0px #000,
  297. 0px 1px 0px #000,
  298. 0px -1px 0px #000,
  299. 1px 0px 0px #000,
  300. -1px 0px 0px #000;
  301. display: inline-block;
  302. padding: 4px 10px;
  303. margin-bottom: 4px;
  304. cursor: pointer;
  305. }
  306.  
  307.  
  308.  
  309. ul#tab {
  310. list-style-type: none;
  311. margin: 0;
  312. padding: 0;
  313. }
  314.  
  315. ul#tab li {
  316. display: none;
  317. }
  318.  
  319. ul#tab li.active {
  320. display: block;
  321. }
  322.  
  323.  
  324.  
  325.  
  326. /* LINKS */
  327.  
  328.  
  329. a:link, a:active, a:visited {
  330. text-decoration: none;
  331. color: #93a7aa;
  332. -moz-transition-duration:.6s;
  333. -webkit-transition-duration:.6s;
  334. -o-transition-duration:.6s;
  335. -webkit-filter: blur(0px);}
  336.  
  337. a:hover {
  338. color: #8f8f8f;
  339. -moz-transition-duration:.6s;
  340. -webkit-transition-duration:.6s;
  341. -o-transition-duration:.6s;
  342. -webkit-filter: blur(1px);}
  343.  
  344.  
  345.  
  346. #links a {
  347. padding:5px;
  348. margin-right:0px;
  349. text-shadow: 1px 0px 1px #7a7a7a;
  350. }
  351.  
  352.  
  353. #links a:hover {
  354. padding:5px;
  355. margin-right:0px;
  356. text-shadow: 2px 0px 10px #7a7a7a;
  357. -moz-transition-duration:0.6s;
  358. -webkit-transition-duration:0.6s;
  359. -o-transition-duration:0.6s;
  360. }
  361.  
  362.  
  363.  
  364.  
  365. /* OTHER TEXT STUFF */
  366.  
  367.  
  368.  
  369. h1 {
  370. background-color: transparent;
  371. font-family: 'Josefin Sans', sans-serif;
  372. font-size: 16px;
  373. line-height: 20px;
  374. letter-spacing: 2px;
  375. text-align: center;
  376. text-transform:uppercase;
  377. color: #882f20;
  378. }
  379.  
  380.  
  381. h2 {
  382. background-color: transparent;
  383. font-family: 'Josefin Sans', sans-serif;
  384. font-size: 15px;
  385. line-height: 16px;
  386. letter-spacing: 2px;
  387. text-align: left;
  388. text-transform:uppercase;
  389. color: #882f20;
  390. }
  391.  
  392.  
  393.  
  394. h3 {
  395. background-image: url('http://static.tumblr.com/unxlsqy/vGxopnzva/wwesd.png');
  396. background-repeat:repeat;
  397. background-attachment:fixed;
  398. border-left: double 3px #000;
  399. border-top: double 3px #000;
  400. border-right: double 3px #000;
  401. border-bottom: double 3px #000;
  402. padding:2px;
  403. color:#e6e6e6;
  404. text-shadow:1px 1px 0px #000,
  405. 1px -1px 0px #000,
  406. -1px -1px 0px #000,
  407. -1px 1px 0px #000,
  408. 0px 1px 0px #000,
  409. 0px -1px 0px #000,
  410. 1px 0px 0px #000,
  411. -1px 0px 0px #000;
  412. font-size:12px;
  413. font-family:calibri;
  414. text-transform:uppercase;
  415. letter-spacing:1px;
  416. text-align:center;}
  417.  
  418.  
  419.  
  420.  
  421. h4 {
  422. background-image: url('http://static.tumblr.com/unxlsqy/vGxopnzva/wwesd.png');
  423. background-repeat:repeat;
  424. background-attachment:fixed;
  425. border-left: double 3px #000;
  426. border-top: double 3px #000;
  427. border-right: double 3px #000;
  428. border-bottom: double 3px #000;
  429. padding:2px;
  430. color:#e6e6e6;
  431. text-shadow:1px 1px 0px #000,
  432. 1px -1px 0px #000,
  433. -1px -1px 0px #000,
  434. -1px 1px 0px #000,
  435. 0px 1px 0px #000,
  436. 0px -1px 0px #000,
  437. 1px 0px 0px #000,
  438. -1px 0px 0px #000;
  439. font-size:9px;
  440. font-family:calibri;
  441. text-transform:uppercase;
  442. letter-spacing:1px;
  443. text-align:center;}
  444.  
  445.  
  446.  
  447. hr {
  448. color:#818181;
  449. display: block;
  450. margin-top: 0.5em;
  451. margin-bottom: 0.5em;
  452. margin-left: auto;
  453. margin-right: auto;
  454. border-style: inset;
  455. border-width: 1px;
  456. }
  457.  
  458.  
  459.  
  460.  
  461. quotetext {
  462. background-color: transparent;
  463. font-family: times;
  464. font-size: 16px;
  465. line-height: 20px;
  466. letter-spacing: 2px;
  467. text-align: center;
  468. text-transform:uppercase;
  469. color: #882f20;
  470. }
  471.  
  472.  
  473.  
  474. blockquote {
  475. word-wrap: break-word;
  476. padding:2px 7px;
  477. margin:3px 0 3px 10px;
  478. border-left:1px solid {color:border};
  479. background-color:transparent;}
  480.  
  481.  
  482. blockquote img{
  483. max-width:100%;
  484. height:auto;
  485. }
  486.  
  487. blockquote blockquote img{
  488. max-width:100%;
  489. height:auto;
  490. }
  491.  
  492.  
  493.  
  494.  
  495. b, bold {
  496. font-size:10px;
  497. text-transform:uppercase;
  498. letter-spacing:1px;
  499. font-family: 'Josefin Sans', sans-serif;
  500. color: #9cb4c0;
  501. text-shadow:1px 1px 0 #000;
  502. }
  503.  
  504.  
  505.  
  506. i, italic {
  507. font-size:13px;
  508. color: #c2cbcc;
  509. font-family: 'Bad Script', cursive;
  510. text-shadow: 0px 0px 2px #5a5a5a;
  511. letter-spacing:1px;
  512. text-transform:lowercase;
  513. }
  514.  
  515.  
  516.  
  517. p {
  518. margin-top:5px;
  519. margin-bottom:5px;}
  520.  
  521.  
  522. ol {
  523. list-style:normal;}
  524.  
  525.  
  526. ul {
  527. list-style:square;}
  528.  
  529.  
  530. small {
  531. font-size:10px}
  532.  
  533.  
  534. sup,sub {
  535. font-size:11px}
  536.  
  537.  
  538. pre {
  539. font-size: 10px;
  540. letter-spacing:3px;
  541. background-color:#000;
  542. font-family: "Times New Roman", Times, serif;
  543. font-style: none;
  544. text-align:center;
  545. white-space: pre-wrap; /* css-3 */
  546. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  547. white-space: -pre-wrap; /* Opera 4-6 */
  548. white-space: -o-pre-wrap; /* Opera 7 */
  549. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  550.  
  551.  
  552.  
  553. big {
  554. font-size:14px;
  555. text-transform:uppercase;
  556. letter-spacing:2px;
  557. font-family: "Times New Roman", Times, serif;
  558. color: #882f20;
  559. text-shadow: 0px 0px 2px #383838;
  560. }
  561.  
  562.  
  563.  
  564. /* IMAGES, PHOTOSETS AND WHATNOT */
  565.  
  566.  
  567.  
  568. {block:IfGreyscale}
  569.  
  570. img {
  571. -webkit-filter:grayscale(100%);
  572. -webkit-transition: all 0.9s ease-in-out;
  573. -moz-transition: all 0.9s ease-in-out;
  574. -o-transition: all 0.9s ease-in-out;
  575. -ms-transition: all 0.9s ease-in-out;
  576. transition: all 0.9s ease-in-out;}
  577.  
  578. img:hover {
  579. -webkit-filter:none;}
  580.  
  581. .html_photoset {
  582. -webkit-filter: grayscale(100%);
  583. -webkit-transition: all 0.9s ease-in-out;
  584. -moz-transition: all 0.9s ease-in-out;
  585. -o-transition: all 0.9s ease-in-out;
  586. -ms-transition: all 0.9s ease-in-out;
  587. transition: all 0.9s ease-in-out;}
  588.  
  589. .html_photoset:hover {
  590. -webkit-filter: none;}
  591.  
  592. {/block:IfGreyscale}
  593.  
  594.  
  595.  
  596. /* CONTAINER AND POSTS */
  597.  
  598.  
  599.  
  600. #container {
  601. background-color:transparent;
  602. width:255px;
  603. height:330px;
  604. padding: 20px;
  605. top:320px;
  606. margin-left: 455px;
  607. position:relative;
  608. overflow-y:scroll;
  609. overflow-x:hidden;
  610. -webkit-mask-image: -webkit-gradient(
  611. linear, center 75%, center bottom,
  612. from(rgba(0,0,0,20)),
  613. to(rgba(20,0,0,0)));
  614. border:1px solid transparent;}
  615.  
  616. #container img {
  617. height:auto;
  618. max-width:100%;
  619. }
  620.  
  621. #content {
  622. margin-left:62px;
  623. width:310px;
  624. margin-top: -110px;
  625. }
  626.  
  627. #posts {
  628. width:255px;
  629. padding:10px;
  630. margin-top: 90px;
  631. margin-left:-72px;
  632. padding-bottom:0px;
  633. overflow-y:scroll;
  634. overflow-x:hidden;
  635. }
  636.  
  637.  
  638. #description {
  639. margin-left: 0px;
  640. margin-top: -50px;
  641. width:180px;
  642. color:transparent;}
  643.  
  644.  
  645.  
  646.  
  647. /* CUSTOM SIDEBAR SETTINGS */
  648.  
  649.  
  650.  
  651. #actualnews {
  652. font-family: calibri;
  653. font-size:10px;
  654. background:transparent;
  655. color: #8f8f8f;
  656. width:165px;
  657. height:410px;
  658. padding-top:3px;
  659. border:0px solid #131313;
  660. left: 860px;
  661. top: 232px;
  662. text-align:center;
  663. position:fixed;
  664. -webkit-filter: blur(0px);
  665. -webkit-transition: 0.8s ease-in;
  666. -moz-transition: 1s ease-in;
  667. transition: 1s ease-in;
  668. opacity:0.5;
  669. -webkit-transition: all 0.6s ease-in-out;
  670. -moz-transition: all 0.6s ease-in-out;
  671. -o-transition: all 0.6s ease-in-out;
  672. -ms-transition: all 0.6s ease-in-out;
  673. transition: all 0.6s ease-in-out;
  674. }
  675.  
  676.  
  677.  
  678. #actualnews:hover {
  679. -webkit-filter:none;
  680. -webkit-transition: all 0.6s ease-in-out;
  681. opacity:1;
  682. -webkit-transition: all 0.6s ease-in-out;
  683. -moz-transition: all 0.6s ease-in-out;
  684. -o-transition: all 0.6s ease-in-out;
  685. -ms-transition: all 0.6s ease-in-out;
  686. transition: all 0.6s ease-in-out;
  687. }
  688.  
  689.  
  690.  
  691.  
  692. #thekey {
  693. position:fixed;
  694. color:#7c7470;
  695. text-shadow: 0px 0px 2px #fff;
  696. margin-top:175px;
  697. margin-left:55px;
  698. width:710px;
  699. padding:9px;
  700. letter-spacing:2px;
  701. word-spacing:5px; /*this defines the separation of each word of the links*/
  702. font-family: helvetica;
  703. font-size:12px;
  704. text-align:center;
  705. background:transparent;
  706. text-transform:uppercase;
  707. -webkit-transform: rotate(-90deg);
  708. -moz-transform: rotate(-90deg);
  709. -o-transform: rotate(-90deg);
  710. }
  711.  
  712.  
  713.  
  714.  
  715. /* JUMBLED LINKS */
  716.  
  717.  
  718.  
  719. .alinks {
  720. position:fixed;
  721. text-shadow: 0px 0px 0px #000;
  722. left:1060px;
  723. top:440px;
  724. transform: rotate(0deg);
  725. text-align: right;
  726. line-height:20px;
  727. font-family: 'Josefin Sans', sans-serif;
  728. font-size: 17px;}
  729.  
  730.  
  731. .alinks a {
  732. padding:10px;
  733. color:#4b221b;
  734. margin-right:0px;
  735. -webkit-filter: blur(0px);
  736. -webkit-transition: 0.8s ease-in;
  737. -moz-transition: 1s ease-in;
  738. transition: 1s ease-in;
  739. }
  740.  
  741. .alinks a:hover {
  742. -webkit-filter: blur(1px);
  743. -webkit-transition: all 0.6s ease-in-out;
  744. -moz-transition: all 0.6s ease-in-out;
  745. -o-transition: all 0.6s ease-in-out;
  746. -ms-transition: all 0.6s ease-in-out;
  747. transition: all 0.6s ease-in-out;
  748. color: #4b221b;
  749. text-shadow: 0px 0px 0px #000000;
  750. }
  751.  
  752.  
  753.  
  754. .blinks {
  755. position:fixed;
  756. text-shadow: 0px 0px 11px #7C6868;
  757. left:830px;
  758. top:630px;
  759. transform: rotate(0deg);
  760. text-align: center;
  761. font-family: 'Josefin Sans', sans-serif;
  762. line-height:20px;
  763. font-size: 19px;}
  764.  
  765.  
  766. .blinks a {
  767. padding:10px;
  768. color:#000000;
  769. margin-right:0px;
  770. -webkit-filter: blur(0px);
  771. -webkit-transition: 0.8s ease-in;
  772. -moz-transition: 1s ease-in;
  773. transition: 1s ease-in;
  774. }
  775.  
  776. .blinks a:hover {
  777. -webkit-transition: all 0.6s ease-in-out;
  778. -moz-transition: all 0.6s ease-in-out;
  779. -o-transition: all 0.6s ease-in-out;
  780. -ms-transition: all 0.6s ease-in-out;
  781. transition: all 0.6s ease-in-out;
  782. color: #7f7f7f;
  783. text-shadow: 7px 7px 3px #000000;
  784. }
  785.  
  786.  
  787.  
  788.  
  789. .clinks {
  790. position:fixed;
  791. font-size:45px;
  792. text-decoration:none;
  793. transform: rotate(-30deg);
  794. -ms-transform: rotate(-30deg);
  795. -webkit-transform: rotate(-30deg);
  796. -o-transform: rotate(-30deg);
  797. -moz-transform: rotate(-30deg);
  798. margin-left:1010px;
  799. margin-top:270px;
  800. }
  801.  
  802. .clinks a {
  803. text-shadow:0px 0px 7px #7f7f7f;
  804. text-decoration:none;
  805. color:#882f20;
  806. -webkit-transition: all 0.5s ease-out;
  807. -moz-transition: all 0.5s ease-out;
  808. transition: all 0.5s ease-out;
  809. }
  810.  
  811. .clinks:hover {
  812. -webkit-filter:blur(1px);
  813. -webkit-transition: all 0.5s ease-out;
  814. -moz-transition: all 0.5s ease-out;
  815. transition: all 0.5s ease-out;
  816. transform: rotate(110deg);
  817. -ms-transform: rotate(110deg);
  818. -webkit-transform: rotate(110deg);
  819. -o-transform: rotate(110deg);
  820. -moz-transform: rotate(110deg);
  821. }
  822.  
  823.  
  824.  
  825. .dlinks {
  826. position:fixed;
  827. font-size:45px;
  828. text-decoration:none;
  829. transform: rotate(30deg);
  830. -ms-transform: rotate(30deg);
  831. -webkit-transform: rotate(30deg);
  832. -o-transform: rotate(30deg);
  833. -moz-transform: rotate(30deg);
  834. margin-left:1010px;
  835. margin-top:340px;
  836. }
  837.  
  838. .dlinks a {
  839. text-shadow:0px 0px 7px #7f7f7f;
  840. text-decoration:none;
  841. color:#882f20;
  842. -webkit-transition: all 0.5s ease-out;
  843. -moz-transition: all 0.5s ease-out;
  844. transition: all 0.5s ease-out;
  845. }
  846.  
  847. .dlinks:hover {
  848. -webkit-filter:blur(1px);
  849. -webkit-transition: all 0.5s ease-out;
  850. -moz-transition: all 0.5s ease-out;
  851. transition: all 0.5s ease-out;
  852. transform: rotate(-60deg);
  853. -ms-transform: rotate(-60deg);
  854. -webkit-transform: rotate(-60deg);
  855. -o-transform: rotate(-60deg);
  856. -moz-transform: rotate(-60deg);
  857. }
  858.  
  859.  
  860.  
  861. .elinks {
  862. position:fixed;
  863. font-size:45px;
  864. text-decoration:none;
  865. transform: rotate(-90deg);
  866. -ms-transform: rotate(-90deg);
  867. -webkit-transform: rotate(-90deg);
  868. -o-transform: rotate(-90deg);
  869. -moz-transform: rotate(-90deg);
  870. margin-left:1010px;
  871. margin-top:400px;
  872. }
  873.  
  874. .elinks a {
  875. text-shadow:0px 0px 7px #7f7f7f;
  876. text-decoration:none;
  877. color:#882f20;
  878. -webkit-transition: all 0.5s ease-out;
  879. -moz-transition: all 0.5s ease-out;
  880. transition: all 0.5s ease-out;
  881. }
  882.  
  883. .elinks:hover {
  884. -webkit-filter:blur(1px);
  885. -webkit-transition: all 0.5s ease-out;
  886. -moz-transition: all 0.5s ease-out;
  887. transition: all 0.5s ease-out;
  888. transform: rotate(70deg);
  889. -ms-transform: rotate(70deg);
  890. -webkit-transform: rotate(70deg);
  891. -o-transform: rotate(70deg);
  892. -moz-transform: rotate(70deg);
  893. }
  894.  
  895.  
  896.  
  897.  
  898.  
  899. .flinks {
  900. position:fixed;
  901. font-size:45px;
  902. text-decoration:none;
  903. transform: rotate(10deg);
  904. -ms-transform: rotate(10deg);
  905. -webkit-transform: rotate(10deg);
  906. -o-transform: rotate(10deg);
  907. -moz-transform: rotate(10deg);
  908. margin-left:1010px;
  909. margin-top:470px;
  910. }
  911.  
  912. .flinks a {
  913. text-shadow:0px 0px 7px #7f7f7f;
  914. text-decoration:none;
  915. color:#882f20;
  916. -webkit-transition: all 0.5s ease-out;
  917. -moz-transition: all 0.5s ease-out;
  918. transition: all 0.5s ease-out;
  919. }
  920.  
  921. .flinks:hover {
  922. -webkit-filter:blur(1px);
  923. -webkit-transition: all 0.5s ease-out;
  924. -moz-transition: all 0.5s ease-out;
  925. transition: all 0.5s ease-out;
  926. transform: rotate(-60deg);
  927. -ms-transform: rotate(-60deg);
  928. -webkit-transform: rotate(-60deg);
  929. -o-transform: rotate(-60deg);
  930. -moz-transform: rotate(-60deg);
  931. }
  932.  
  933.  
  934.  
  935. .credit {
  936. position:fixed;
  937. text-shadow: 0px 0px 11px #7C6868;
  938. right:15px;
  939. bottom:15px;
  940. transform: rotate(0deg);
  941. font-family: 'Josefin Sans', sans-serif;
  942. font-size: 17px; }
  943.  
  944.  
  945. .credit a {
  946. padding:10px;
  947. color:#6e6e6e;
  948. margin-right:0px;
  949. -webkit-filter: blur(1px);
  950. -webkit-transition: 0.8s ease-in;
  951. -moz-transition: 1s ease-in;
  952. transition: 1s ease-in;
  953. }
  954.  
  955. .credit a:hover {
  956. -webkit-transition: all 0.6s ease-in-out;
  957. -moz-transition: all 0.6s ease-in-out;
  958. -o-transition: all 0.6s ease-in-out;
  959. -ms-transition: all 0.6s ease-in-out;
  960. transition: all 0.6s ease-in-out;
  961. color: #000000;
  962. text-shadow: 7px 7px 3px #000000;
  963. }
  964.  
  965.  
  966.  
  967.  
  968. /* PAGINATION */
  969.  
  970.  
  971.  
  972.  
  973. #pagination {
  974. position:fixed;
  975. font-family: 'Josefin Sans', sans-serif;
  976. width:300px;
  977. font-size:55px;
  978. top:170px;
  979. left:530px;
  980. letter-spacing:3px;
  981. text-align:center;
  982. z-index:999999999999;
  983. }
  984.  
  985. #pagination a {
  986. text-transform:uppercase;
  987. color:#b3b3b3;
  988. -webkit-filter: blur(0px);
  989. -webkit-transition: 0.8s ease-in;
  990. -moz-transition: 1s ease-in;
  991. transition: 1s ease-in;
  992. z-index:999999999999;
  993. }
  994.  
  995. #pagination a:hover {
  996. color:#fff;
  997. -webkit-filter: blur(1px);
  998. -webkit-transition: 0.2s ease-in;
  999. -moz-transition: 1s ease-in;
  1000. transition: 1s ease-in;
  1001. }
  1002.  
  1003.  
  1004.  
  1005.  
  1006. /* MISC */
  1007.  
  1008.  
  1009.  
  1010. .audio {
  1011. width:300px;
  1012. padding-bottom:10px;
  1013. background-color:{color:#0b0b0b};}
  1014.  
  1015. .albumart {
  1016. float:left;
  1017. padding:0px 10px 10px 0px;}
  1018.  
  1019. .albumart img {
  1020. width:65px;
  1021. height:65px;}
  1022.  
  1023. .playercontainer {
  1024. text-align:left;
  1025. padding:10px;
  1026. background-color:#0b0b0b;
  1027. width:300px;}
  1028.  
  1029. .audioinfo {
  1030. padding:10px;
  1031. color:#a1a0a0;}
  1032.  
  1033.  
  1034.  
  1035.  
  1036. /* QUESTIONS & ANSWERS DETAILS */
  1037.  
  1038.  
  1039. #asker {
  1040. font-family: 'Raleway', sans-serif;
  1041. text-align:center;
  1042. padding-top: 10px;
  1043. margin-left:0px;
  1044. text-transform:uppercase;
  1045. color: #882f20;
  1046. font-size:20px;
  1047. padding:5px;
  1048. letter-spacing:0px
  1049. text-shadow:0 0 2px #aeaeae;
  1050. }
  1051.  
  1052.  
  1053. #asker a{
  1054. font-family: 'Raleway', sans-serif;
  1055. text-transform:uppercase;
  1056. font-size:20px;
  1057. letter-spacing: 0px;
  1058. text-shadow: none;
  1059. color: #882f20;
  1060. text-shadow:0 0 2px #1a1a1a;
  1061. -webkit-filter: blur(0.5px);
  1062. }
  1063.  
  1064.  
  1065. #asker a:hover {
  1066. color: #656565;
  1067. letter-spacing: 2px;
  1068. text-shadow:0 0 2px #000;
  1069. -webkit-filter: blur(1px);
  1070. -webkit-transition:all .5s ease-in-out;
  1071. -moz-transition:all .5s ease-in-out;
  1072. transition:all .5s ease-in-out;
  1073. }
  1074.  
  1075.  
  1076.  
  1077. #ask {
  1078. border-left: double 3px #000;
  1079. border-top: double 3px #000;
  1080. border-right: double 3px #000;
  1081. border-bottom: double 3px #000;
  1082. padding:2px;
  1083. color:#e6e6e6;
  1084. text-shadow:1px 1px 0px #000,
  1085. 1px -1px 0px #000,
  1086. -1px -1px 0px #000,
  1087. -1px 1px 0px #000,
  1088. 0px 1px 0px #000,
  1089. 0px -1px 0px #000,
  1090. 1px 0px 0px #000,
  1091. -1px 0px 0px #000;
  1092. font-size:7px;
  1093. text-align:center;
  1094. padding-top: 5px;
  1095. margin-left:0px;
  1096. text-transform:auto;
  1097. letter-spacing:3px
  1098. margin-top:-10px;
  1099. padding:5px;
  1100. background: #000;
  1101. background: url("https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif");
  1102. background-repeat:repeat;
  1103. padding:2px;
  1104. color:#cacaca;
  1105. text-transform: uppercase;
  1106. border-bottom-left-radius: 20px;
  1107. border-top-right-radius: 20px;
  1108. padding:10px;
  1109. letter-spacing:2px;
  1110. border-bottom:solid 1px #1e1e1e;
  1111. border-top:solid 1px #1e1e1e;
  1112. }
  1113.  
  1114.  
  1115. .ans {
  1116. text-align:center;
  1117. padding:10px;
  1118. }
  1119.  
  1120.  
  1121.  
  1122. /* POST INFO DETAILS */
  1123.  
  1124.  
  1125. #info {
  1126. width:255px;
  1127. padding-top:4px;
  1128. padding-bottom:1px;
  1129. font-size:12px;
  1130. color:#adadab;
  1131. text-transform:uppercase;
  1132. letter-spacing:1px;
  1133. font-style:normal;
  1134. text-align:center;
  1135. padding:5px;
  1136. border-top:1px solid #1c1c1c;
  1137. -moz-transition-duration:0.2s;
  1138. -webkit-transition-duration:0.2s;
  1139. -o-transition-duration:0.2s;}
  1140.  
  1141.  
  1142. #info a {
  1143. font-family:calibri;
  1144. font-size:8px;
  1145. color:#9cb4c0;
  1146. text-shadow: 0px 0px 3px #7c1f1f;
  1147. padding:5px;
  1148. font-style:normal;}
  1149.  
  1150.  
  1151. #info a:hover {
  1152. color:#eee;
  1153. -webkit-filter: blur(0px);
  1154. -moz-transition-duration:0.2s;
  1155. -webkit-transition-duration:0.2s;
  1156. -o-transition-duration:0.2s;}
  1157.  
  1158.  
  1159. #tags {
  1160. color:#9cb4c0;
  1161. margin-top:5px;
  1162. padding-left:15px;
  1163. text-align:right;
  1164. line-height:9px;
  1165. text-transform:uppercase;
  1166. font-size:9px;
  1167. padding-right:10px;}
  1168.  
  1169. #tags a {
  1170. font-family:calibri;
  1171. color:#9cb4c0;}
  1172.  
  1173. #tags a:hover {
  1174. color:#eee;}
  1175.  
  1176.  
  1177.  
  1178. /* MISC 02. */
  1179.  
  1180.  
  1181.  
  1182. .note {
  1183. text-transform:uppercase;
  1184. font-style:normal;
  1185. letter-spacing:0px;
  1186. font-size: 10px;
  1187. text-align:left;
  1188. line-height:90%;
  1189. margin-left:-40px;}
  1190.  
  1191. .note li {
  1192. list-style-type:none;
  1193. border-bottom:0px solid {color:border};
  1194. padding:10px 25px 10px 25px;
  1195. text-align:left;
  1196. margin:0px;
  1197. -moz-transition-duration:0.5s;
  1198. -webkit-transition-duration:0.5s;
  1199. -o-transition-duration:0.5s;}
  1200.  
  1201. .note img.avatar {
  1202. margin-right: 10px;
  1203. width: 16px;
  1204. height: 16px;}
  1205.  
  1206.  
  1207.  
  1208.  
  1209. /* BASIC POP-UP DETAILS */
  1210.  
  1211.  
  1212.  
  1213. .popup_block{
  1214. display:none;
  1215. background:#000;
  1216. padding:20px;
  1217. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1218. float:left;
  1219. height: 450px;
  1220. top:445px; left:340px;
  1221. position:fixed;
  1222. z-index: 99999;
  1223. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1224. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1225. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1226. }
  1227.  
  1228.  
  1229. *html #fade {position: absolute;}
  1230. *html .popup_block {position: absolute;}
  1231. #fade {
  1232. display:none;
  1233. position:fixed;
  1234. left:0px;
  1235. top:0px;
  1236. width:100%;
  1237. height:100%;
  1238. z-index:9999;
  1239. background:#000; /* change to #fff for solid white */
  1240. opacity:0; /* change to opacity:1; */
  1241. }
  1242.  
  1243.  
  1244.  
  1245. .popupnavlinks {
  1246. padding-top:5px;
  1247. text-align:center; }
  1248.  
  1249.  
  1250. .popupnavlinks a {
  1251. display:inline-block;
  1252. width:90px; height:4px;
  1253. margin:2px; padding:3px 6px 10px;
  1254. text-align:center;
  1255. background-image: url('');
  1256. background:#0d0d0d;
  1257. background-repeat:repeat;
  1258. background-attachment:fixed;
  1259. border-left: double 3px #000;
  1260. border-top: double 3px #000;
  1261. border-right: double 3px #000;
  1262. border-bottom: double 3px #000;
  1263. color:#e6e6e6;
  1264. font-size:9px;
  1265. font-family:calibri;
  1266. text-shadow:1px 1px 0px #000,
  1267. 1px -1px 0px #000,
  1268. -1px -1px 0px #000,
  1269. -1px 1px 0px #000,
  1270. 0px 1px 0px #000,
  1271. 0px -1px 0px #000,
  1272. 1px 0px 0px #000,
  1273. -1px 0px 0px #000;
  1274. display: inline-block;
  1275. cursor: pointer;
  1276. }
  1277.  
  1278.  
  1279.  
  1280. .popupnavlinks a:hover {
  1281. display:inline-block;
  1282. letter-spacing:2px; }
  1283.  
  1284.  
  1285.  
  1286. .popupclose {
  1287. float:right; top:0px; right:0px;
  1288. margin-top:-10px; margin-right:-10px;
  1289. font-family:'Scada', sans serif;
  1290. font-size:10px;
  1291. font-weight:bold }
  1292.  
  1293. .popupclose a {
  1294. color:#aaa }
  1295.  
  1296.  
  1297.  
  1298. /* TOOLTIP DETAILS */
  1299.  
  1300.  
  1301.  
  1302. #s-m-t-tooltip{
  1303. max-width:400px;
  1304. margin:15px;
  1305. padding:2px 8px;
  1306. background: #0b0b0b;
  1307. background-image:url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  1308. background-repeat:repeat;
  1309. background-attachment:fixed;
  1310. border-left: double 3px #000;
  1311. border-top: double 3px #000;
  1312. border-right: double 3px #000;
  1313. border-bottom: double 3px #000;
  1314. color:#e6e6e6;
  1315. text-shadow:1px 1px 0px #000,
  1316. 1px -1px 0px #000,
  1317. -1px -1px 0px #000,
  1318. -1px 1px 0px #000,
  1319. 0px 1px 0px #000,
  1320. 0px -1px 0px #000,
  1321. 1px 0px 0px #000,
  1322. -1px 0px 0px #000;
  1323. z-index:99999999999999999999;
  1324. font-size:9px;
  1325. letter-spacing:2px;
  1326. font-style:bold;
  1327. letter-spacing:2px;
  1328. font-family: calibri;
  1329. text-transform:uppercase;
  1330. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1331.  
  1332.  
  1333.  
  1334. </style>
  1335.  
  1336. </head>
  1337.  
  1338. <body>
  1339.  
  1340.  
  1341.  
  1342. <!--
  1343. ♛ 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.
  1344. -->
  1345.  
  1346.  
  1347. <div id="content">
  1348.  
  1349. <div id="sidebar">
  1350.  
  1351. <img src="{image:Sidebar}" />
  1352.  
  1353. <div id="description">{description}</div>
  1354.  
  1355. </div>
  1356.  
  1357. <div id="pagination">
  1358. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1359. </div>
  1360.  
  1361.  
  1362. <!--
  1363. ♛ CUSTOM LINKS
  1364. -->
  1365.  
  1366.  
  1367.  
  1368. <div id="links">
  1369.  
  1370.  
  1371. <div class="alinks">
  1372. <a href="/" title="It isn't against the Law to be an idiot.">
  1373. The law <br> IS <em><strong>HARD</strong></em> <br> but it <br> <strong>IS</strong> the law
  1374. </a>
  1375. </div>
  1376.  
  1377.  
  1378. <div class="blinks">
  1379. <a href="#?w=255" rel="box1" class="poplight" title="messages.">
  1380. To love is to destroy and that <br> <strong>to be loved is to be the one destroyed.</strong>
  1381. </a>
  1382. </div>
  1383.  
  1384.  
  1385. <div class="clinks">
  1386. <a href="#?w=255" rel="box2" class="poplight" title="laws."> ♕ </a>
  1387. </div>
  1388.  
  1389.  
  1390. <div class="dlinks">
  1391. <a href="#?w=255" rel="box3" class="poplight" title="verses."> ♕ </a>
  1392. </div>
  1393.  
  1394.  
  1395. <div class="elinks">
  1396. <a href="https://stormland.tumblr.com/muses4" title="Muses."> ♕ </a>
  1397. </div>
  1398.  
  1399.  
  1400. <div class="flinks">
  1401. <a href="#?w=255" rel="box5" class="poplight" title="the map."> ♕ </a>
  1402. </div>
  1403.  
  1404.  
  1405. <div class="credit">
  1406. <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1407. </div>
  1408.  
  1409.  
  1410. </div>
  1411.  
  1412.  
  1413. <!--
  1414. ♛ CUSTOM LINKS ENDS
  1415. -->
  1416.  
  1417.  
  1418.  
  1419. <div id="container">
  1420.  
  1421. <div id="content"><div id="posts">
  1422. {block:Posts}
  1423.  
  1424.  
  1425. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1426. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1427. {block:Text}{Body}{/block:Text}
  1428.  
  1429. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1430.  
  1431. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1432.  
  1433. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1434. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1435.  
  1436. {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}
  1437.  
  1438. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1439.  
  1440.  
  1441. {block:Answer}<div id="asker" style="margin-left:-5px;width:250px; color:#882f20; 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}
  1442.  
  1443.  
  1444. {block:Audio}<div class="audio">
  1445.  
  1446. {block:AlbumArt}
  1447. {/block:AlbumArt}
  1448.  
  1449.  
  1450. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1451. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1452. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1453. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1454.  
  1455.  
  1456. <!--
  1457. ♛ INFO AND SYMBOLS
  1458. -->
  1459.  
  1460. <div id="info">
  1461. {block:Date}
  1462. <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}
  1463.  
  1464. {block:RebloggedFrom}
  1465. <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>
  1466. {/block:RebloggedFrom}
  1467.  
  1468. {block:ContentSource}
  1469. <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>
  1470. {/block:ContentSource}
  1471.  
  1472. {block:NoteCount}
  1473. <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>
  1474. {/block:NoteCount}
  1475.  
  1476. <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>
  1477. {/block:RebloggedFrom}
  1478.  
  1479.  
  1480. <br>
  1481.  
  1482.  
  1483. <!--
  1484. ♛ INFO AND SYMBOLS ENDS
  1485. -->
  1486.  
  1487.  
  1488. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1489.  
  1490. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1491. {/block:Posts}
  1492. </div>
  1493. </div>
  1494. </div>
  1495.  
  1496.  
  1497.  
  1498. </body>
  1499.  
  1500. <!-- SCM Music Player http://scmplayer.co -->
  1501. <script type="text/javascript" src="http://scmplayer.co/script.js"
  1502. data-config="{'skin':'http://static.tumblr.com/qft2cvq/3fwn26x18/skin-5.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'TRNDSTTR','url':'https://www.youtube.com/watch?v=r7Ve8ExE8YY'},{'title':'Shelter','url':'https://www.youtube.com/watch?v=HQnC1UHBvWA'},{'title':'Idfc','url':'https://www.youtube.com/watch?v=gxE4ngu78Ro'},{'title':'Divinity','url':'https://www.youtube.com/watch?v=si81bIoZRJQ'}]}" ></script>
  1503. <!-- SCM Music Player script end -->
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509. <!--
  1510. ♛ POP UP PAGES !!!
  1511. -->
  1512.  
  1513.  
  1514.  
  1515. <div id="box1" class="popup_block">
  1516.  
  1517. <h3>
  1518. Ask things
  1519. </h3>
  1520.  
  1521. <center>
  1522.  
  1523.  
  1524. <br>
  1525.  
  1526. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/stormland.tumblr.com" width="100%"></iframe></p>
  1527.  
  1528. </div>
  1529.  
  1530. </center>
  1531.  
  1532.  
  1533.  
  1534. <div id="box2" class="popup_block">
  1535.  
  1536. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1537.  
  1538.  
  1539. <h3>About the writer</h3>
  1540.  
  1541. <h2>Written by Lauren (22) . EST timezone. Selective. Multiverse & Multiship.</h2>
  1542.  
  1543. <h3> General </h3>
  1544.  
  1545. <br><br>
  1546.  
  1547. This is a multimuse blog, don't let the Jace background fool you ( though he is the main muse here )
  1548.  
  1549. <br><br>
  1550.  
  1551. I am book & show based. I don't descriminate between the two, but I am happy to write either or based on your preferences :)
  1552.  
  1553. <br><br>
  1554.  
  1555. I only interact with mutuals. Don’t take this personally, I might just find it hard for my muse to interact with certain other muses. Just because I don’t follow you, doesn’t necessarily mean I don’t want to interact with you. Send me a message if we aren’t mutuals and you’d like to write and I’ll check your blog out.
  1556.  
  1557. <br><br>
  1558.  
  1559. Please specify what muse you'd like when sending a meme or else I'll just pick at random or who ever is best suited to the situation.
  1560.  
  1561. <br><br>
  1562.  
  1563.  
  1564. I don't interact with OC's who don't have a about or some kind of information page on their character. I want to at least know the basics about your muse because I usually take details about your character ( age, name, basic personality traits, background information ) into consideration when writing with you.
  1565.  
  1566. <br><br>
  1567.  
  1568. If you ever want to become exclusive let me know! Perferable we'll have written often together and have some kind of ooc interaction.
  1569.  
  1570. <br><br>
  1571.  
  1572. On the topic of that, i find that i'm far more willing to write with people who are interested in carring on conversations & plotting out of character. I know not everyone wants to become my 'friend' but it's just far easier to establish things together with at least the knowledge that messaging you for a plot wont annoy or bother you.
  1573.  
  1574. <h3>Common Rules and things</h3>
  1575.  
  1576. Shipping either relies on chemistry or preestablished relationships between our characters, but I'm very open to lots of ships.
  1577.  
  1578. <br><br>
  1579.  
  1580. I don't ship Alec and Clary. That's about it for specifics. Pretty much anything else is possible with chemistry
  1581.  
  1582. <br><br>
  1583.  
  1584. You're always welcome to turn my asks into threads, but please turn it into a new post instead of reblogging the ask. It just looks nicer that way. I wont reply to it if it's still got the ask part attatched, it just takes up space.
  1585.  
  1586. <br><br>
  1587.  
  1588. prefer icons + small text to keep a neat dashboard, but am not limited to that. I won’t judge you based on your formatting.
  1589.  
  1590. <br><br>
  1591.  
  1592. Viewer discretion is advised. This blog may have any NSFW subjects.( Smut, Violence, Gore, ECT. ) Mun and Muses are over 18. I do not have any triggers and i have no idea what to tag possibly triggering things, so if you need to me tag things that i post that make you uncomfortable, then don't hesitate to let me know. </p>
  1593.  
  1594. <br><br>
  1595.  
  1596. <h3>THIS BLOG WILL NOT BE SPOILER FREE. BUT I WILL TAG STUFF FOR A WHILE & I'm still tagging Lord of Shadows things
  1597.  
  1598. <br><br>
  1599.  
  1600.  
  1601. I’m very slow when it comes to replying to IM’s & ask memes. If you ever send me something and I don’t respond to it, I swear I’m not ignoring you or dislike you, I’m just a slow potato.
  1602.  
  1603. <br><br>
  1604.  
  1605. <h3>THE WORD MINT IS BANNED ON THIS BLOG. DO NOT SEND IT LMAO </h3>
  1606.  
  1607. <br><br>
  1608.  
  1609. I'm going to avoid following people who post a lot of politics/opinions about current events on their blog. I don't care if you're Republican/Democrat/Liberal/Right wing/Left Wing/anything you're completly entitled to post whatever you like on your blog but sorry I just prefer not seeing that stuff specifically on Tumblr. If possible could you PLEASE tag it with something easy to block?
  1610.  
  1611.  
  1612.  
  1613. </div>
  1614. </div>
  1615.  
  1616.  
  1617.  
  1618.  
  1619. <div id="box3" class="popup_block">
  1620.  
  1621. <h3>verses</h3>
  1622.  
  1623. <ul id="tabs">
  1624. <li class="active">CLARY</li>
  1625. &nbsp;
  1626. <li>JACE</li>
  1627. &nbsp;
  1628. <li>MAGNUS</li>
  1629. &nbsp;
  1630. <li>SIMON</li>
  1631. &nbsp;
  1632. <li>LYANNA</li>
  1633. &nbsp;
  1634. <li>CASSANDRA</li>
  1635. &nbsp;
  1636. <li>DRUSILLA</li>
  1637. &nbsp;
  1638. <li>JEM</li>
  1639. &nbsp;
  1640. <li>ALDERTREE</li>
  1641. &nbsp;
  1642. <li>JULIAN</li>
  1643. </ul>
  1644.  
  1645. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1646.  
  1647.  
  1648.  
  1649. <ul id="tab">
  1650. <li class="active">
  1651.  
  1652.  
  1653. <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;">
  1654. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1655.  
  1656. <br><br>
  1657.  
  1658. 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.
  1659.  
  1660. <br><br><br>
  1661.  
  1662. <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;">
  1663. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1664.  
  1665. <br><br>
  1666.  
  1667. 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.
  1668.  
  1669.  
  1670.  
  1671. </li>
  1672. <li>
  1673.  
  1674.  
  1675.  
  1676. <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;">
  1677. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1678.  
  1679. <br><br>
  1680.  
  1681. 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.
  1682.  
  1683.  
  1684. <br><br><br>
  1685.  
  1686. <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;">
  1687. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1688.  
  1689. <br><br>
  1690.  
  1691. 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.
  1692.  
  1693.  
  1694.  
  1695. </li>
  1696. <li>
  1697.  
  1698.  
  1699. <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;">
  1700. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1701.  
  1702. <br><br>
  1703.  
  1704. 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.
  1705.  
  1706.  
  1707. <br><br><br>
  1708.  
  1709. <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;">
  1710. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1711.  
  1712. <br><br>
  1713.  
  1714. 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.
  1715.  
  1716.  
  1717. </li>
  1718. </ul>
  1719.  
  1720. <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;">
  1721. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1722.  
  1723. <br><br>
  1724.  
  1725. 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.
  1726.  
  1727. <br><br><br>
  1728.  
  1729. <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;">
  1730. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1731.  
  1732. <br><br>
  1733.  
  1734. 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.
  1735.  
  1736.  
  1737. </div>
  1738. </div>
  1739.  
  1740.  
  1741.  
  1742. <div id="box4" class="popup_block">
  1743.  
  1744. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1745.  
  1746. <center>
  1747.  
  1748. <span style="line-height:5px">
  1749.  
  1750. "Too often have I heard of duty," she cried. "But am I not of the House of Eorl, a <b>SHIELDMAIDEN</b> and not a dry-nurse. I have waited on faltering feet long enough. Since they falter no longer, it seems, may I not now spend my life <i>as I will?</i>"
  1751.  
  1752. <br><br>
  1753.  
  1754. </center>
  1755.  
  1756. <h3>ABOUT SECTION</h3>
  1757.  
  1758. 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.
  1759.  
  1760. <br><br>
  1761.  
  1762. 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.
  1763.  
  1764. <h3>OR ANYTHING ELSE YOU WANT, REALLY</h3>
  1765.  
  1766. 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.
  1767.  
  1768. <br><br>
  1769.  
  1770. 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.
  1771.  
  1772. </div>
  1773. </div>
  1774.  
  1775.  
  1776.  
  1777. <div id="box5" class="popup_block">
  1778.  
  1779. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1780.  
  1781. <center>
  1782.  
  1783. <h3>NAVIGATION</h3>
  1784.  
  1785.  
  1786. <div class="popupnavlinks">
  1787.  
  1788. <a href="/tagged/whatever">LINK</a>
  1789. <a href="/tagged/whatever">LINK</a>
  1790. <br>
  1791. <a href="/tagged/whatever">LINK</a>
  1792. <a href="/tagged/whatever">LINK</a>
  1793. <br>
  1794. <a href="/tagged/whatever">LINK</a>
  1795. <a href="/tagged/whatever">LINK</a>
  1796. <br>
  1797. <a href="/tagged/whatever">LINK</a>
  1798. <a href="/tagged/whatever">LINK</a>
  1799. <br>
  1800. <a href="/tagged/whatever">LINK</a>
  1801. <a href="/tagged/whatever">LINK</a>
  1802. <br>
  1803. <a href="/tagged/whatever">LINK</a>
  1804. <a href="/tagged/whatever">LINK</a>
  1805. <br>
  1806. <a href="/tagged/whatever">LINK</a>
  1807. <a href="/tagged/whatever">LINK</a>
  1808.  
  1809.  
  1810. <br><br><br>
  1811.  
  1812.  
  1813. </div>
  1814. </div>
  1815. </div>
  1816.  
  1817.  
  1818. <!--
  1819. ♛ CUSTOM SIDEBAR TEXT
  1820. -->
  1821.  
  1822.  
  1823.  
  1824. <div id="bite">
  1825. <div id="thekey"></div>
  1826. <div class="death">
  1827. <div id="actualnews">
  1828.  
  1829. <center>
  1830.  
  1831. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1832.  
  1833. <a href="http://s1064.photobucket.com/user/bethanykills/media/06Vsjsd_2.gif.html" target="_blank"><img src="http://i1064.photobucket.com/albums/u366/bethanykills/06Vsjsd_2.gif" border="0" alt=" photo 06Vsjsd_2.gif"/></a>
  1834.  
  1835. <h4>
  1836. INDEPENDENT && SELECTIVE MULTIMUSE RP ACCOUNT.
  1837. </h4>
  1838.  
  1839. Written By Lauren
  1840.  
  1841.  
  1842.  
  1843. OC, CROSSOVER && AU FRIENDLY. MULTI-EVERYTHING.
  1844.  
  1845. <h4>
  1846. PLEASE READ MY RULES BEFORE INTERACTING.
  1847. </h4>
  1848.  
  1849. <h3>
  1850. currently RE-reading: The Mortal Instruments
  1851. </h3>
  1852.  
  1853. <br>
  1854.  
  1855.  
  1856. <!-- Start of StatCounter Code for Tumblr -->
  1857. <script type="text/javascript">
  1858. var sc_project=11282556;
  1859. var sc_invisible=1;
  1860. var sc_security="84c7b6f9";
  1861. var scJsHost = (("https:" == document.location.protocol) ?
  1862. "https://secure." : "http://www.");
  1863. document.write("<sc"+"ript type='text/javascript' src='" +
  1864. scJsHost+
  1865. "statcounter.com/counter/counter.js'></"+"script>");
  1866. </script>
  1867. <noscript><div class="statcounter"><a title="web statistics"
  1868. href="http://statcounter.com/" target="_blank"><img
  1869. class="statcounter"
  1870. src="//c.statcounter.com/11282556/0/84c7b6f9/1/" alt="web
  1871. statistics"></a></div></noscript>
  1872. <!-- End of StatCounter Code for Tumblr -->
  1873.  
  1874.  
  1875. </center>
  1876.  
  1877.  
  1878. </div>
  1879. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement