Advertisement
aminacorey

dany.

Sep 6th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.53 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. <!--
  112. CUSTOM FONTS
  113. -->
  114.  
  115.  
  116. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  117.  
  118. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  119.  
  120.  
  121. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  122.  
  123.  
  124.  
  125. <style type="text/css">
  126.  
  127.  
  128.  
  129. /* THE CUSTOM SIDEBAR THING */
  130.  
  131.  
  132.  
  133. #bite
  134. #bite a{
  135. display:block
  136. }
  137. #bite .death {
  138. margin-top:0px;filter: alpha(opacity = 1.0);
  139. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  140. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  141. }
  142.  
  143. #bite:hover .death {
  144. margin-top:0px;
  145. -webkit-transition: all 0.8s ease-out;
  146. -moz-transition: all 0.8s ease-out;
  147. transition: all 0.8s ease-out;
  148. filter: alpha(opacity = 100);
  149. filter: alpha(opacity = 100);
  150. opacity:100;
  151. }
  152.  
  153.  
  154.  
  155. /* SELECTION FONT AND BACKGROUND */
  156.  
  157.  
  158. ::selection {
  159. background: #c2c2c2;
  160. color:#fff; }
  161.  
  162.  
  163. ::-moz-selection {
  164. background: #c2c2c2;
  165. color:#fff; }
  166.  
  167.  
  168.  
  169. /* SCROLLBAR DETAILS */
  170.  
  171.  
  172.  
  173. ::-webkit-scrollbar {
  174. height: 0px;
  175. width: 2px;
  176. background:transparent;
  177. border-left:0px solid transparent;
  178. border-right:0px solid transparent;}
  179.  
  180.  
  181. ::-webkit-scrollbar-thumb {
  182. background:transparent;}
  183.  
  184.  
  185.  
  186.  
  187. /* THE CURSOR */
  188.  
  189.  
  190. {block:iftinycursor}
  191. body, a, a:hover{
  192. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  193. {/block:iftinycursor}
  194.  
  195. iframe#tumblr_controls {
  196. right:3px !important;
  197. position: fixed !important;
  198. -webkit-transition: opacity 0.7s
  199. linear;opacity: 0.2;
  200. -webkit-transition: all 0.8s ease-out;
  201. -moz-transition: all 0.8s ease-out;
  202. transition: all 0.8s ease-out;}
  203.  
  204. iframe#tumblr_controls:hover{
  205. -webkit-transition: opacity 0.7s linear;
  206. opacity: 1;
  207. -webkit-transition: all 0.4s ease-out;
  208. -moz-transition: all 0.4s ease-out;
  209. transition: all 0.4s ease-out;}
  210.  
  211.  
  212.  
  213. /* GENERAL LOOK AND BACKGROUND */
  214.  
  215.  
  216. body {
  217. background:#000;
  218. background-image:url('http://i.imgur.com/5A9bX6N.gif');
  219. background-attachment: fixed;
  220. background-repeat: no-repeat;
  221. background-position: left top;
  222. color:#777;
  223. font-family: arial;
  224. text-align:justify;
  225. font-size: 10px;
  226. letter-spacing:1px;
  227. line-height:135%;
  228. }
  229.  
  230.  
  231.  
  232. /* THE VERSES TABS */
  233.  
  234.  
  235. ul#tabs {
  236. list-style-type: none;
  237. padding: 0;
  238. text-align: center;
  239. font-size:8px;
  240. letter-spacing:1px;
  241. text-shadow:1px 1px 0px #4c4c4c,
  242. 1px -1px 0px #4c4c4c,
  243. -1px -1px 0px #4c4c4c,
  244. -1px 1px 0px #4c4c4c,
  245. 0px 1px 0px #4c4c4c,
  246. 0px -1px 0px #4c4c4c,
  247. 1px 0px 0px #4c4c4c,
  248. -1px 0px 0px #4c4c4c;
  249.  
  250. }
  251.  
  252.  
  253.  
  254. ul#tabs li {
  255. background-image: url('https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png');
  256. background-repeat:repeat;
  257. background-attachment:fixed;
  258. border-left: double 3px #000;
  259. border-top: double 3px #000;
  260. border-right: double 3px #000;
  261. border-bottom: double 3px #000;
  262. color:#e6e6e6;
  263. text-shadow:1px 1px 0px #000,
  264. 1px -1px 0px #000,
  265. -1px -1px 0px #000,
  266. -1px 1px 0px #000,
  267. 0px 1px 0px #000,
  268. 0px -1px 0px #000,
  269. 1px 0px 0px #000,
  270. -1px 0px 0px #000;
  271. display: inline-block;
  272. padding: 4px 10px;
  273. margin-bottom: 4px;
  274. cursor: pointer;
  275. }
  276.  
  277.  
  278.  
  279. ul#tabs li:hover {
  280. background-color: transparent;
  281. color: #eaeaea;
  282. }
  283.  
  284. ul#tabs li.active {
  285. background-image: url('https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png');
  286. background:#151515;
  287. background-repeat:repeat;
  288. background-attachment:fixed;
  289. border-left: double 3px #000;
  290. border-top: double 3px #000;
  291. border-right: double 3px #000;
  292. border-bottom: double 3px #000;
  293. color:#e6e6e6;
  294. text-shadow:1px 1px 0px #000,
  295. 1px -1px 0px #000,
  296. -1px -1px 0px #000,
  297. -1px 1px 0px #000,
  298. 0px 1px 0px #000,
  299. 0px -1px 0px #000,
  300. 1px 0px 0px #000,
  301. -1px 0px 0px #000;
  302. display: inline-block;
  303. padding: 4px 10px;
  304. margin-bottom: 4px;
  305. cursor: pointer;
  306. }
  307.  
  308.  
  309.  
  310. ul#tab {
  311. list-style-type: none;
  312. margin: 0;
  313. padding: 0;
  314. }
  315.  
  316. ul#tab li {
  317. display: none;
  318. }
  319.  
  320. ul#tab li.active {
  321. display: block;
  322. }
  323.  
  324.  
  325.  
  326.  
  327. /* LINKS */
  328.  
  329.  
  330. a:link, a:active, a:visited {
  331. text-decoration: none;
  332. color: #672a25;
  333. -moz-transition-duration:.6s;
  334. -webkit-transition-duration:.6s;
  335. -o-transition-duration:.6s;
  336. -webkit-filter: blur(0px);}
  337.  
  338. a:hover {
  339. color: #672a25;
  340. -moz-transition-duration:.6s;
  341. -webkit-transition-duration:.6s;
  342. -o-transition-duration:.6s;
  343. -webkit-filter: blur(1px);}
  344.  
  345.  
  346.  
  347. #links a {
  348. padding:5px;
  349. margin-right:0px;
  350. text-shadow: 1px 0px 1px #672a25;
  351. }
  352.  
  353.  
  354. #links a:hover {
  355. padding:5px;
  356. margin-right:0px;
  357. text-shadow: 2px 0px 10px #672a25;
  358. -moz-transition-duration:0.6s;
  359. -webkit-transition-duration:0.6s;
  360. -o-transition-duration:0.6s;
  361. }
  362.  
  363.  
  364.  
  365.  
  366. /* OTHER TEXT STUFF */
  367.  
  368.  
  369.  
  370. h1 {
  371. background-color: transparent;
  372. font-family: 'Josefin Sans', sans-serif;
  373. font-size: 16px;
  374. line-height: 20px;
  375. letter-spacing: 2px;
  376. text-align: center;
  377. text-transform:uppercase;
  378. color: #91a3ac;
  379. }
  380.  
  381.  
  382. h2 {
  383. background-color: transparent;
  384. font-family: 'Josefin Sans', sans-serif;
  385. font-size: 15px;
  386. line-height: 16px;
  387. letter-spacing: 2px;
  388. text-align: left;
  389. text-transform:uppercase;
  390. color: #91a3ac;
  391. }
  392.  
  393.  
  394.  
  395. h3 {
  396. background-image: url('https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png');
  397. background-repeat:repeat;
  398. background-attachment:fixed;
  399. border-left: double 3px #000;
  400. border-top: double 3px #000;
  401. border-right: double 3px #000;
  402. border-bottom: double 3px #000;
  403. padding:2px;
  404. color:#e6e6e6;
  405. text-shadow:1px 1px 0px #000,
  406. 1px -1px 0px #000,
  407. -1px -1px 0px #000,
  408. -1px 1px 0px #000,
  409. 0px 1px 0px #000,
  410. 0px -1px 0px #000,
  411. 1px 0px 0px #000,
  412. -1px 0px 0px #000;
  413. font-size:12px;
  414. font-family:calibri;
  415. text-transform:uppercase;
  416. letter-spacing:1px;
  417. text-align:center;}
  418.  
  419.  
  420.  
  421.  
  422. h4 {
  423. background-image: url('https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png');
  424. background-repeat:repeat;
  425. background-attachment:fixed;
  426. border-left: double 3px #000;
  427. border-top: double 3px #000;
  428. border-right: double 3px #000;
  429. border-bottom: double 3px #000;
  430. padding:2px;
  431. color:#e6e6e6;
  432. text-shadow:1px 1px 0px #000,
  433. 1px -1px 0px #000,
  434. -1px -1px 0px #000,
  435. -1px 1px 0px #000,
  436. 0px 1px 0px #000,
  437. 0px -1px 0px #000,
  438. 1px 0px 0px #000,
  439. -1px 0px 0px #000;
  440. font-size:9px;
  441. font-family:calibri;
  442. text-transform:uppercase;
  443. letter-spacing:1px;
  444. text-align:center;}
  445.  
  446.  
  447.  
  448. hr {
  449. color:#818181;
  450. display: block;
  451. margin-top: 0.5em;
  452. margin-bottom: 0.5em;
  453. margin-left: auto;
  454. margin-right: auto;
  455. border-style: inset;
  456. border-width: 1px;
  457. }
  458.  
  459.  
  460.  
  461.  
  462. quotetext {
  463. background-color: transparent;
  464. font-family: times;
  465. font-size: 16px;
  466. line-height: 20px;
  467. letter-spacing: 2px;
  468. text-align: center;
  469. text-transform:uppercase;
  470. color: #91a3ac;
  471. }
  472.  
  473.  
  474.  
  475. blockquote {
  476. word-wrap: break-word;
  477. padding:2px 7px;
  478. margin:3px 0 3px 10px;
  479. border-left:1px solid {color:border};
  480. background-color:transparent;}
  481.  
  482.  
  483. blockquote img{
  484. max-width:100%;
  485. height:auto;
  486. }
  487.  
  488. blockquote blockquote img{
  489. max-width:100%;
  490. height:auto;
  491. }
  492.  
  493.  
  494.  
  495.  
  496. b, bold {
  497. font-size:10px;
  498. text-transform:uppercase;
  499. letter-spacing:1px;
  500. font-family: 'Josefin Sans', sans-serif;
  501. color: #672a25;
  502. text-shadow:1px 1px 0 #672a25;
  503. }
  504.  
  505.  
  506.  
  507. i, italic {
  508. font-size:13px;
  509. color: #c49982;
  510. font-family: 'Bad Script', cursive;
  511. text-shadow: 0px 0px 2px #c49982;
  512. letter-spacing:1px;
  513. text-transform:lowercase;
  514. }
  515.  
  516.  
  517.  
  518. p {
  519. margin-top:5px;
  520. margin-bottom:5px;}
  521.  
  522.  
  523. ol {
  524. list-style:normal;}
  525.  
  526.  
  527. ul {
  528. list-style:square;}
  529.  
  530.  
  531. small {
  532. font-size:10px}
  533.  
  534.  
  535. sup,sub {
  536. font-size:11px}
  537.  
  538.  
  539. pre {
  540. font-size: 10px;
  541. letter-spacing:3px;
  542. background-color:#000;
  543. font-family: "Times New Roman", Times, serif;
  544. font-style: none;
  545. text-align:center;
  546. white-space: pre-wrap; /* css-3 */
  547. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  548. white-space: -pre-wrap; /* Opera 4-6 */
  549. white-space: -o-pre-wrap; /* Opera 7 */
  550. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  551.  
  552.  
  553.  
  554. big {
  555. font-size:14px;
  556. text-transform:uppercase;
  557. letter-spacing:2px;
  558. font-family: "Times New Roman", Times, serif;
  559. color: #672a25;
  560. text-shadow: 0px 0px 2px #672a25;
  561. }
  562.  
  563.  
  564.  
  565. /* IMAGES, PHOTOSETS AND WHATNOT */
  566.  
  567.  
  568.  
  569. {block:IfGreyscale}
  570.  
  571. img {
  572. -webkit-filter:grayscale(100%);
  573. -webkit-transition: all 0.9s ease-in-out;
  574. -moz-transition: all 0.9s ease-in-out;
  575. -o-transition: all 0.9s ease-in-out;
  576. -ms-transition: all 0.9s ease-in-out;
  577. transition: all 0.9s ease-in-out;}
  578.  
  579. img:hover {
  580. -webkit-filter:none;}
  581.  
  582. .html_photoset {
  583. -webkit-filter: grayscale(100%);
  584. -webkit-transition: all 0.9s ease-in-out;
  585. -moz-transition: all 0.9s ease-in-out;
  586. -o-transition: all 0.9s ease-in-out;
  587. -ms-transition: all 0.9s ease-in-out;
  588. transition: all 0.9s ease-in-out;}
  589.  
  590. .html_photoset:hover {
  591. -webkit-filter: none;}
  592.  
  593. {/block:IfGreyscale}
  594.  
  595.  
  596.  
  597. /* CONTAINER AND POSTS */
  598.  
  599.  
  600.  
  601. #container {
  602. background-color:transparent;
  603. width:255px;
  604. height:335px;
  605. padding: 20px;
  606. top:377px;
  607. margin-left: 170px;
  608. position:relative;
  609. overflow-y:scroll;
  610. overflow-x:hidden;
  611. -webkit-mask-image: -webkit-gradient(
  612. linear, center 75%, center bottom,
  613. from(rgba(0,0,0,20)),
  614. to(rgba(20,0,0,0)));
  615. border:1px solid transparent;}
  616.  
  617. #container img {
  618. height:auto;
  619. max-width:100%;
  620. }
  621.  
  622. #content {
  623. margin-left:62px;
  624. width:310px;
  625. margin-top: -110px;
  626. }
  627.  
  628. #posts {
  629. width:255px;
  630. padding:10px;
  631. margin-top: 90px;
  632. margin-left:-72px;
  633. padding-bottom:0px;
  634. overflow-y:scroll;
  635. overflow-x:hidden;
  636. }
  637.  
  638.  
  639. #description {
  640. margin-left: 0px;
  641. margin-top: -50px;
  642. width:180px;
  643. color:transparent;}
  644.  
  645.  
  646.  
  647.  
  648. /* CUSTOM SIDEBAR SETTINGS */
  649.  
  650.  
  651.  
  652. #actualnews {
  653. font-family: arial;
  654. font-size:8px;
  655. background:transparent;
  656. color: #777;
  657. width:125px;
  658. height:416px;
  659. padding-top:3px;
  660. border:0px solid #131313;
  661. left: 98px;
  662. top: 342px;
  663. text-align:center;
  664. position:fixed;
  665. -webkit-filter: blur(0px);
  666. -webkit-transition: 0.8s ease-in;
  667. -moz-transition: 1s ease-in;
  668. transition: 1s ease-in;
  669. opacity:1;
  670. -webkit-transition: all 0.6s ease-in-out;
  671. -moz-transition: all 0.6s ease-in-out;
  672. -o-transition: all 0.6s ease-in-out;
  673. -ms-transition: all 0.6s ease-in-out;
  674. transition: all 0.6s ease-in-out;
  675. }
  676.  
  677.  
  678.  
  679. #actualnews:hover {
  680. -webkit-filter:none;
  681. -webkit-transition: all 0.6s ease-in-out;
  682. opacity:1;
  683. -webkit-transition: all 0.6s ease-in-out;
  684. -moz-transition: all 0.6s ease-in-out;
  685. -o-transition: all 0.6s ease-in-out;
  686. -ms-transition: all 0.6s ease-in-out;
  687. transition: all 0.6s ease-in-out;
  688. }
  689.  
  690.  
  691.  
  692.  
  693. #thekey {
  694. position:fixed;
  695. color:#fff;
  696. text-shadow: 0px 0px 2px #fff;
  697. margin-top:175px;
  698. margin-left:-150px;
  699. width:710px;
  700. padding:9px;
  701. letter-spacing:2px;
  702. word-spacing:5px; /*this defines the separation of each word of the links*/
  703. font-family: helvetica;
  704. font-size:12px;
  705. text-align:center;
  706. background:transparent;
  707. text-transform:uppercase;
  708. -webkit-transform: rotate(-90deg);
  709. -moz-transform: rotate(-90deg);
  710. -o-transform: rotate(-90deg);
  711. }
  712.  
  713.  
  714.  
  715.  
  716. /* JUMBLED LINKS */
  717.  
  718.  
  719.  
  720. .alinks {
  721. position:fixed;
  722. text-shadow: 0px 0px 0px #fff;
  723. left:80px;
  724. top:240px;
  725. transform: rotate(0deg);
  726. text-align: right;
  727. line-height:20px;
  728. font-family: arial;
  729. font-size: 15px;}
  730.  
  731.  
  732. .alinks a {
  733. padding:10px;
  734. color:#fff;
  735. margin-right:0px;
  736. -webkit-filter: blur(0px);
  737. -webkit-transition: 0.8s ease-in;
  738. -moz-transition: 1s ease-in;
  739. transition: 1s ease-in;
  740. }
  741.  
  742. .alinks a:hover {
  743. -webkit-filter: blur(1px);
  744. -webkit-transition: all 0.6s ease-in-out;
  745. -moz-transition: all 0.6s ease-in-out;
  746. -o-transition: all 0.6s ease-in-out;
  747. -ms-transition: all 0.6s ease-in-out;
  748. transition: all 0.6s ease-in-out;
  749. color: #7f7f7f;
  750. text-shadow: 7px 7px 3px #000000;
  751. }
  752.  
  753.  
  754.  
  755. .blinks {
  756. position:fixed;
  757. text-shadow: 0px 0px 11px #777;
  758. left:420px;
  759. top:380px;
  760. transform: rotate(90deg);
  761. text-align: center;
  762. font-family: arial;
  763. line-height:20px;
  764. font-size: 16px;}
  765.  
  766.  
  767. .blinks a {
  768. padding:10px;
  769. color:#fff;
  770. margin-right:0px;
  771. -webkit-filter: blur(0px);
  772. -webkit-transition: 0.8s ease-in;
  773. -moz-transition: 1s ease-in;
  774. transition: 1s ease-in;
  775. }
  776.  
  777. .blinks a:hover {
  778. -webkit-transition: all 0.6s ease-in-out;
  779. -moz-transition: all 0.6s ease-in-out;
  780. -o-transition: all 0.6s ease-in-out;
  781. -ms-transition: all 0.6s ease-in-out;
  782. transition: all 0.6s ease-in-out;
  783. color: #fff;
  784. text-shadow: 7px 7px 3px #000000;
  785. }
  786.  
  787.  
  788.  
  789.  
  790. .clinks {
  791. position:fixed;
  792. font-size:35px;
  793. text-decoration:none;
  794. transform: rotate(-30deg);
  795. -ms-transform: rotate(-30deg);
  796. -webkit-transform: rotate(-30deg);
  797. -o-transform: rotate(-30deg);
  798. -moz-transform: rotate(-30deg);
  799. margin-left:240px;
  800. margin-top:340px;
  801. }
  802.  
  803. .clinks a {
  804. text-shadow:0px 0px 7px #fff;
  805. text-decoration:none;
  806. color:#fff;
  807. -webkit-transition: all 0.5s ease-out;
  808. -moz-transition: all 0.5s ease-out;
  809. transition: all 0.5s ease-out;
  810. }
  811.  
  812. .clinks:hover {
  813. -webkit-filter:blur(1px);
  814. -webkit-transition: all 0.5s ease-out;
  815. -moz-transition: all 0.5s ease-out;
  816. transition: all 0.5s ease-out;
  817. transform: rotate(110deg);
  818. -ms-transform: rotate(110deg);
  819. -webkit-transform: rotate(110deg);
  820. -o-transform: rotate(110deg);
  821. -moz-transform: rotate(110deg);
  822. }
  823.  
  824.  
  825.  
  826. .dlinks {
  827. position:fixed;
  828. font-size:17px;
  829. text-decoration:none;
  830. transform: rotate(30deg);
  831. -ms-transform: rotate(30deg);
  832. -webkit-transform: rotate(30deg);
  833. -o-transform: rotate(30deg);
  834. -moz-transform: rotate(30deg);
  835. margin-left:195px;
  836. margin-top:310px;
  837. }
  838.  
  839. .dlinks a {
  840. text-shadow:0px 0px 7px #fff;
  841. text-decoration:none;
  842. color:#fff;
  843. -webkit-transition: all 0.5s ease-out;
  844. -moz-transition: all 0.5s ease-out;
  845. transition: all 0.5s ease-out;
  846. }
  847.  
  848. .dlinks:hover {
  849. -webkit-filter:blur(1px);
  850. -webkit-transition: all 0.5s ease-out;
  851. -moz-transition: all 0.5s ease-out;
  852. transition: all 0.5s ease-out;
  853. transform: rotate(-60deg);
  854. -ms-transform: rotate(-60deg);
  855. -webkit-transform: rotate(-60deg);
  856. -o-transform: rotate(-60deg);
  857. -moz-transform: rotate(-60deg);
  858. }
  859.  
  860.  
  861.  
  862. .elinks {
  863. position:fixed;
  864. font-size:22px;
  865. text-decoration:none;
  866. transform: rotate(-90deg);
  867. -ms-transform: rotate(-90deg);
  868. -webkit-transform: rotate(-90deg);
  869. -o-transform: rotate(-90deg);
  870. -moz-transform: rotate(-90deg);
  871. margin-left:150px;
  872. margin-top:340px;
  873. }
  874.  
  875. .elinks a {
  876. text-shadow:0px 0px 7px #fff;
  877. text-decoration:none;
  878. color:#fff;
  879. -webkit-transition: all 0.5s ease-out;
  880. -moz-transition: all 0.5s ease-out;
  881. transition: all 0.5s ease-out;
  882. }
  883.  
  884. .elinks:hover {
  885. -webkit-filter:blur(1px);
  886. -webkit-transition: all 0.5s ease-out;
  887. -moz-transition: all 0.5s ease-out;
  888. transition: all 0.5s ease-out;
  889. transform: rotate(70deg);
  890. -ms-transform: rotate(70deg);
  891. -webkit-transform: rotate(70deg);
  892. -o-transform: rotate(70deg);
  893. -moz-transform: rotate(70deg);
  894. }
  895.  
  896.  
  897.  
  898.  
  899.  
  900. .flinks {
  901. position:fixed;
  902. font-size:17px;
  903. text-decoration:none;
  904. transform: rotate(10deg);
  905. -ms-transform: rotate(10deg);
  906. -webkit-transform: rotate(10deg);
  907. -o-transform: rotate(10deg);
  908. -moz-transform: rotate(10deg);
  909. margin-left:280px;
  910. margin-top:305px;
  911. }
  912.  
  913. .flinks a {
  914. text-shadow:0px 0px 7px #fff;
  915. text-decoration:none;
  916. color:#fff;
  917. -webkit-transition: all 0.5s ease-out;
  918. -moz-transition: all 0.5s ease-out;
  919. transition: all 0.5s ease-out;
  920. }
  921.  
  922. .flinks:hover {
  923. -webkit-filter:blur(1px);
  924. -webkit-transition: all 0.5s ease-out;
  925. -moz-transition: all 0.5s ease-out;
  926. transition: all 0.5s ease-out;
  927. transform: rotate(-60deg);
  928. -ms-transform: rotate(-60deg);
  929. -webkit-transform: rotate(-60deg);
  930. -o-transform: rotate(-60deg);
  931. -moz-transform: rotate(-60deg);
  932. }
  933.  
  934.  
  935.  
  936. .credit {
  937. position:fixed;
  938. text-shadow: 0px 0px 11px #fff;
  939. right:15px;
  940. bottom:15px;
  941. transform: rotate(0deg);
  942. font-family: 'Josefin Sans', sans-serif;
  943. font-size: 17px; }
  944.  
  945.  
  946. .credit a {
  947. padding:10px;
  948. color:#fff;
  949. margin-right:0px;
  950. -webkit-filter: blur(1px);
  951. -webkit-transition: 0.8s ease-in;
  952. -moz-transition: 1s ease-in;
  953. transition: 1s ease-in;
  954. }
  955.  
  956. .credit a:hover {
  957. -webkit-transition: all 0.6s ease-in-out;
  958. -moz-transition: all 0.6s ease-in-out;
  959. -o-transition: all 0.6s ease-in-out;
  960. -ms-transition: all 0.6s ease-in-out;
  961. transition: all 0.6s ease-in-out;
  962. color: #000000;
  963. text-shadow: 7px 7px 3px #000000;
  964. }
  965.  
  966.  
  967.  
  968.  
  969. /* PAGINATION */
  970.  
  971.  
  972.  
  973.  
  974. #pagination {
  975. position:fixed;
  976. font-family: arial;
  977. width:300px;
  978. font-size:35px;
  979. top:170px;
  980. left:430px;
  981. letter-spacing:3px;
  982. text-align:center;
  983. z-index:999999999999;
  984. }
  985.  
  986. #pagination a {
  987. text-transform:uppercase;
  988. color:#777;
  989. -webkit-filter: blur(0px);
  990. -webkit-transition: 0.8s ease-in;
  991. -moz-transition: 1s ease-in;
  992. transition: 1s ease-in;
  993. z-index:999999999999;
  994. }
  995.  
  996. #pagination a:hover {
  997. color:#fff;
  998. -webkit-filter: blur(1px);
  999. -webkit-transition: 0.2s ease-in;
  1000. -moz-transition: 1s ease-in;
  1001. transition: 1s ease-in;
  1002. }
  1003.  
  1004.  
  1005.  
  1006.  
  1007. /* MISC */
  1008.  
  1009.  
  1010.  
  1011. .audio {
  1012. width:300px;
  1013. padding-bottom:10px;
  1014. background-color:{color:#0b0b0b};}
  1015.  
  1016. .albumart {
  1017. float:left;
  1018. padding:0px 10px 10px 0px;}
  1019.  
  1020. .albumart img {
  1021. width:65px;
  1022. height:65px;}
  1023.  
  1024. .playercontainer {
  1025. text-align:left;
  1026. padding:10px;
  1027. background-color:#0b0b0b;
  1028. width:300px;}
  1029.  
  1030. .audioinfo {
  1031. padding:10px;
  1032. color:#a1a0a0;}
  1033.  
  1034.  
  1035.  
  1036.  
  1037. /* QUESTIONS & ANSWERS DETAILS */
  1038.  
  1039.  
  1040. #asker {
  1041. font-family: 'Raleway', sans-serif;
  1042. text-align:center;
  1043. padding-top: 10px;
  1044. margin-left:0px;
  1045. text-transform:uppercase;
  1046. color: #777;
  1047. font-size:20px;
  1048. padding:5px;
  1049. letter-spacing:0px
  1050. text-shadow:0 0 2px #aeaeae;
  1051. }
  1052.  
  1053.  
  1054. #asker a{
  1055. font-family: 'Raleway', sans-serif;
  1056. text-transform:uppercase;
  1057. font-size:20px;
  1058. letter-spacing: 0px;
  1059. text-shadow: none;
  1060. color: #777;
  1061. text-shadow:0 0 2px #1a1a1a;
  1062. -webkit-filter: blur(0.5px);
  1063. }
  1064.  
  1065.  
  1066. #asker a:hover {
  1067. color: #777;
  1068. letter-spacing: 2px;
  1069. text-shadow:0 0 2px #000;
  1070. -webkit-filter: blur(1px);
  1071. -webkit-transition:all .5s ease-in-out;
  1072. -moz-transition:all .5s ease-in-out;
  1073. transition:all .5s ease-in-out;
  1074. }
  1075.  
  1076.  
  1077.  
  1078. #ask {
  1079. border-left: double 3px #000;
  1080. border-top: double 3px #000;
  1081. border-right: double 3px #000;
  1082. border-bottom: double 3px #000;
  1083. padding:2px;
  1084. color:#777;
  1085. text-shadow:1px 1px 0px #000,
  1086. 1px -1px 0px #000,
  1087. -1px -1px 0px #000,
  1088. -1px 1px 0px #000,
  1089. 0px 1px 0px #000,
  1090. 0px -1px 0px #000,
  1091. 1px 0px 0px #000,
  1092. -1px 0px 0px #000;
  1093. font-size:7px;
  1094. text-align:center;
  1095. padding-top: 5px;
  1096. margin-left:0px;
  1097. text-transform:auto;
  1098. letter-spacing:3px
  1099. margin-top:-10px;
  1100. padding:5px;
  1101. background: #000;
  1102. background: url("https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png");
  1103. background-repeat:repeat;
  1104. padding:2px;
  1105. color:#cacaca;
  1106. text-transform: uppercase;
  1107. border-bottom-left-radius: 20px;
  1108. border-top-right-radius: 20px;
  1109. padding:10px;
  1110. letter-spacing:2px;
  1111. border-bottom:solid 1px #1e1e1e;
  1112. border-top:solid 1px #1e1e1e;
  1113. }
  1114.  
  1115.  
  1116. .ans {
  1117. text-align:center;
  1118. padding:10px;
  1119. }
  1120.  
  1121.  
  1122.  
  1123. /* POST INFO DETAILS */
  1124.  
  1125.  
  1126. #info {
  1127. background-image: url('https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png');
  1128. background-repeat:repeat;
  1129. background-attachment:fixed;
  1130. border-left: double 3px #000;
  1131. border-top: double 3px #000;
  1132. border-right: double 3px #000;
  1133. border-bottom: double 3px #000;
  1134. padding:2px;
  1135. color:#777;
  1136. text-shadow:1px 1px 0px #000,
  1137. 1px -1px 0px #000,
  1138. -1px -1px 0px #000,
  1139. -1px 1px 0px #000,
  1140. 0px 1px 0px #000,
  1141. 0px -1px 0px #000,
  1142. 1px 0px 0px #000,
  1143. -1px 0px 0px #000;
  1144. width:255px;
  1145. height:25px;
  1146. text-align:center;
  1147. letter-spacing:10px;
  1148. margin-top:8px;
  1149. margin-bottom:50px;
  1150. text-transform:uppercase;
  1151. font-size:15px;
  1152. font-style:none;
  1153. }
  1154.  
  1155.  
  1156.  
  1157.  
  1158. #info a {
  1159. color:#dcdcdc;}
  1160.  
  1161. #info a:hover {
  1162. color:#000;}
  1163.  
  1164.  
  1165.  
  1166. #tags {
  1167. width:255px;
  1168. padding:10px;
  1169. font-size:7px;
  1170. text-align:center;
  1171. font-family:arial;
  1172. text-transform:uppercase;
  1173. background:transparent;
  1174. border-bottom:1px solid #474747;
  1175. }
  1176.  
  1177.  
  1178. #tags a {
  1179. color:#777;
  1180. margin-bottom:20px;
  1181. letter-spacing:1px;
  1182. text-shadow:0px 0px 1px #999; }
  1183.  
  1184.  
  1185. #tags a:hover {
  1186. color:#555;
  1187. text-shadow:0px 0px 1px #777;
  1188. -webkit-filter:none;
  1189. -webkit-transition: all 0.6s ease-in-out;
  1190. opacity:1;
  1191. -webkit-transition: all 0.6s ease-in-out;
  1192. -moz-transition: all 0.6s ease-in-out;
  1193. -o-transition: all 0.6s ease-in-out;
  1194. -ms-transition: all 0.6s ease-in-out;
  1195. transition: all 0.6s ease-in-out;
  1196. }
  1197.  
  1198.  
  1199.  
  1200. /* MISC 02. */
  1201.  
  1202.  
  1203.  
  1204. .note {
  1205. text-transform:uppercase;
  1206. font-style:normal;
  1207. letter-spacing:0px;
  1208. font-size: 10px;
  1209. text-align:left;
  1210. line-height:90%;
  1211. margin-left:-40px;}
  1212.  
  1213. .note li {
  1214. list-style-type:none;
  1215. border-bottom:0px solid {color:border};
  1216. padding:10px 25px 10px 25px;
  1217. text-align:left;
  1218. margin:0px;
  1219. -moz-transition-duration:0.5s;
  1220. -webkit-transition-duration:0.5s;
  1221. -o-transition-duration:0.5s;}
  1222.  
  1223. .note img.avatar {
  1224. margin-right: 10px;
  1225. width: 16px;
  1226. height: 16px;}
  1227.  
  1228.  
  1229.  
  1230.  
  1231. /* BASIC POP-UP DETAILS */
  1232.  
  1233.  
  1234.  
  1235. .popup_block{
  1236. display:none;
  1237. background:#c6c7c8;
  1238. padding:20px;
  1239. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1240. float:left;
  1241. height: 350px;
  1242. top:457px; left:413px;
  1243. position:fixed;
  1244. z-index: 99999;
  1245. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1246. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1247. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1248. }
  1249.  
  1250.  
  1251. *html #fade {position: absolute;}
  1252. *html .popup_block {position: absolute;}
  1253. #fade {
  1254. display:none;
  1255. position:fixed;
  1256. left:0px;
  1257. top:0px;
  1258. width:100%;
  1259. height:100%;
  1260. z-index:9999;
  1261. background:#000; /* change to #fff for solid white */
  1262. opacity:0; /* change to opacity:1; */
  1263. }
  1264.  
  1265.  
  1266.  
  1267. .popupnavlinks {
  1268. padding-top:5px;
  1269. text-align:center; }
  1270.  
  1271.  
  1272. .popupnavlinks a {
  1273. display:inline-block;
  1274. width:90px; height:4px;
  1275. margin:2px; padding:3px 6px 10px;
  1276. text-align:center;
  1277. background-image: url('');
  1278. background:#c6c7c8;
  1279. background-repeat:repeat;
  1280. background-attachment:fixed;
  1281. border-left: double 3px #000;
  1282. border-top: double 3px #000;
  1283. border-right: double 3px #000;
  1284. border-bottom: double 3px #000;
  1285. color:#777;
  1286. font-size:9px;
  1287. font-family:arial;
  1288. text-shadow:1px 1px 0px #c6c7c8,
  1289. 1px -1px 0px #c6c7c8,
  1290. -1px -1px 0px #c6c7c8,
  1291. -1px 1px 0px #c6c7c8,
  1292. 0px 1px 0px #c6c7c8,
  1293. 0px -1px 0px #c6c7c8,
  1294. 1px 0px 0px #c6c7c8,
  1295. -1px 0px 0px #c6c7c8;
  1296. display: inline-block;
  1297. cursor: pointer;
  1298. }
  1299.  
  1300.  
  1301.  
  1302. .popupnavlinks a:hover {
  1303. display:inline-block;
  1304. letter-spacing:2px; }
  1305.  
  1306.  
  1307.  
  1308. .popupclose {
  1309. float:right; top:0px; right:0px;
  1310. margin-top:-10px; margin-right:-10px;
  1311. font-family:'Scada', sans serif;
  1312. font-size:10px;
  1313. font-weight:bold }
  1314.  
  1315. .popupclose a {
  1316. color:#aaa }
  1317.  
  1318.  
  1319.  
  1320. /* TOOLTIP DETAILS */
  1321.  
  1322.  
  1323.  
  1324. #s-m-t-tooltip{
  1325. max-width:400px;
  1326. margin:15px;
  1327. padding:2px 8px;
  1328. background: #0b0b0b;
  1329. background-image:url('https://65.media.tumblr.com/557168f98afc44bcd774a9153e8ce01f/tumblr_inline_ocyyq4sSEW1uud6tb_540.png');
  1330. background-repeat:repeat;
  1331. background-attachment:fixed;
  1332. border-left: double 3px #000;
  1333. border-top: double 3px #000;
  1334. border-right: double 3px #000;
  1335. border-bottom: double 3px #000;
  1336. color:#e6e6e6;
  1337. text-shadow:1px 1px 0px #000,
  1338. 1px -1px 0px #000,
  1339. -1px -1px 0px #000,
  1340. -1px 1px 0px #000,
  1341. 0px 1px 0px #000,
  1342. 0px -1px 0px #000,
  1343. 1px 0px 0px #000,
  1344. -1px 0px 0px #000;
  1345. z-index:99999999999999999999;
  1346. font-size:9px;
  1347. letter-spacing:2px;
  1348. font-style:bold;
  1349. letter-spacing:2px;
  1350. font-family: calibri;
  1351. text-transform:uppercase;
  1352. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1353.  
  1354.  
  1355.  
  1356. </style>
  1357.  
  1358. </head>
  1359.  
  1360. <body>
  1361.  
  1362.  
  1363.  
  1364. <!--
  1365. ♛ 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.
  1366. -->
  1367.  
  1368.  
  1369. <div id="content">
  1370.  
  1371. <div id="sidebar">
  1372.  
  1373. <img src="{image:Sidebar}" />
  1374.  
  1375. <div id="description">{description}</div>
  1376.  
  1377. </div>
  1378.  
  1379. <div id="pagination">
  1380. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1381. </div>
  1382.  
  1383.  
  1384. <!--
  1385. ♛ CUSTOM LINKS
  1386. -->
  1387.  
  1388.  
  1389.  
  1390. <div id="links">
  1391.  
  1392.  
  1393. <div class="alinks">
  1394. <a href="/" title="i am daenerys stormborn.">
  1395. AND I WILL<br>TAKE WHAT IS<br><strong>MINE</strong> WITH<br>FIRE AND BLOOD.</a>
  1396. </div>
  1397.  
  1398.  
  1399. <div class="blinks">
  1400. <a href="#?w=255" rel="box1" class="poplight" title="messages.">
  1401. FIRE CANNOT KILL A DRAGON.
  1402. </a>
  1403. </div>
  1404.  
  1405.  
  1406. <div class="clinks">
  1407. <a href="#?w=255" rel="box2" class="poplight" title="laws."> ✧ </a>
  1408. </div>
  1409.  
  1410.  
  1411. <div class="dlinks">
  1412. <a href="#?w=255" rel="box3" class="poplight" title="verses."> ✦ </a>
  1413. </div>
  1414.  
  1415.  
  1416. <div class="elinks">
  1417. <a href="#?w=255" rel="box4" class="poplight" title="about."> ✶ </a>
  1418. </div>
  1419.  
  1420.  
  1421. <div class="flinks">
  1422. <a href="#?w=255" rel="box5" class="poplight" title="the map."> ✦ </a>
  1423. </div>
  1424.  
  1425.  
  1426. <div class="credit">
  1427. <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">■</a>
  1428. </div>
  1429.  
  1430.  
  1431. </div>
  1432.  
  1433.  
  1434. <!--
  1435. ♛ CUSTOM LINKS ENDS
  1436. -->
  1437.  
  1438.  
  1439.  
  1440. <div id="container">
  1441.  
  1442. <div id="content"><div id="posts">
  1443. {block:Posts}
  1444.  
  1445.  
  1446. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1447. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1448. {block:Text}{Body}{/block:Text}
  1449.  
  1450. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1451.  
  1452. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1453.  
  1454. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1455. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1456.  
  1457. {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}
  1458.  
  1459. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1460.  
  1461.  
  1462. {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}
  1463.  
  1464.  
  1465. {block:Audio}<div class="audio">
  1466.  
  1467. {block:AlbumArt}
  1468. {/block:AlbumArt}
  1469.  
  1470.  
  1471. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1472. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1473. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1474. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1475.  
  1476.  
  1477. <!--
  1478. ♛ INFO AND SYMBOLS
  1479. -->
  1480.  
  1481.  
  1482. <div id="info">
  1483. <br>
  1484.  
  1485. &nbsp; &nbsp;
  1486.  
  1487.  
  1488. {block:Date}
  1489. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ✦ </a>
  1490. {/block:Date}
  1491.  
  1492.  
  1493. {block:RebloggedFrom}
  1494. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ✧ </a>
  1495. {/block:RebloggedFrom}
  1496.  
  1497.  
  1498. {block:ContentSource}
  1499. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" source. {SourceTitle} "> ✦ </a>
  1500. {/block:ContentSource}
  1501.  
  1502.  
  1503. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {NoteCount} notes "> ✶ </a>
  1504.  
  1505.  
  1506. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title="reblog"> ✧ </a>
  1507.  
  1508.  
  1509. <br>
  1510.  
  1511.  
  1512. <!--
  1513. ♛ INFO AND SYMBOLS ENDS
  1514. -->
  1515.  
  1516.  
  1517. {block:HasTags}<div id="tags">{block:Tags}&nbsp;<a href="{TagURL}" title="{Tag}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1518.  
  1519. <br><br><br><br>
  1520.  
  1521. {/block:Posts}
  1522. <div class="note">
  1523. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1524. </div>
  1525.  
  1526. {/block:Posts}</div></div>
  1527.  
  1528.  
  1529.  
  1530. </div> </div> </div> </div> </div> </div>
  1531.  
  1532.  
  1533.  
  1534. </body>
  1535.  
  1536.  
  1537.  
  1538. <!--
  1539. ♛ POP UP PAGES !!!
  1540. -->
  1541.  
  1542.  
  1543.  
  1544. <div id="box1" class="popup_block">
  1545.  
  1546. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1547.  
  1548. <h3>
  1549. songs of ice and fire.
  1550. </h3>
  1551.  
  1552. <center>
  1553.  
  1554. remember, memes are for mutuals only. other than that, feel free to ask me anything. the code of this theme was not made by me, but all graphics were so if you have any questions regarding that, ask away.
  1555. <br>
  1556.  
  1557. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/dragonthrone.tumblr.com" width="100%"></iframe></p>
  1558.  
  1559. </div></div>
  1560.  
  1561. </center>
  1562.  
  1563.  
  1564.  
  1565. <div id="box2" class="popup_block">
  1566.  
  1567. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1568.  
  1569.  
  1570. <h3>GUIDELINES.</h3>
  1571.  
  1572. hello, <strong><em>&</em></strong> thank you very much for reading this page. i don't have many rules, so this shouldn't take too long. i would just like to point out early on that i do not currently know everything about the book version of daenerys. but, i am currently reading the series <strong><em>&</em></strong> will update my verses / characterization the further i go on.
  1573.  
  1574. <br><br>
  1575.  
  1576. <h3>DISCLAIMER.</h3>
  1577.  
  1578. i am not associated with daenerys targaryen, emilia clarke, game of thrones, hbo, or george r. r. martin. i don’t claim to own any canon story lines or plots within the series. i only own the writing on this blog <strong><em>&</em></strong> the graphics, icons, etc. the coding for this theme is credited, but once again it is not my code, it is agirlingrey's.
  1579.  
  1580. <h3>BLOG INTERACTIONS.</h3>
  1581.  
  1582. i am a selective writer, <strong><em>&</em></strong> will likely keep my interactions to mutuals only. if you have an idea, don't be afraid to come into my inbox <strong><em>&</em></strong> yell at me about it. starter calls are always for mutuals only, whether it says so or not <strong><em>&</em></strong> that goes for memes as well. reasons i may unfollow or haven't followed at all would be: too much ooc, vagueblogging, drama, unsure of how our characters would fit, <strong><em>&</em></strong> the most common one is that i simply have no knowledge of your fandom / character.
  1583.  
  1584. <h3>STORYLINE.</h3>
  1585.  
  1586. my writing will eventually take influences from the book series, but as of now, my daenerys is solely set within the show. if your blog happens to be strictly book canon, this doesn't mean we can't interact<strong><em>!</em></strong> once i've finished with each book, i will add a verse for it.
  1587.  
  1588. <h3>CROSSOVERS.</h3>
  1589.  
  1590. as i may not have all crossover verses set up immediately, here is a list of all fandoms i have knowledge of: the originals, supernatural, scream, pretty little liars, the flash, daredevil, jessica jones, arrow, all marvel movies, once upon a time, scream queens, american horror story, agents of shield, finding carter, faking it, the 100, doctor who, quantico, criminal minds, teen wolf, how to get away with murder, the walking dead, bates motel, legends of tomorrow, star wars, <strong><em>&</em></strong> fear the walking dead.
  1591.  
  1592.  
  1593.  
  1594.  
  1595. </div>
  1596. </div>
  1597.  
  1598.  
  1599.  
  1600.  
  1601. <div id="box3" class="popup_block">
  1602.  
  1603. <h3>verses</h3>
  1604.  
  1605. <ul id="tabs">
  1606. <li class="active">MAIN.</li>
  1607. &nbsp;
  1608. <li>CANON.</li>
  1609. &nbsp;
  1610. <li>CROSSOVER.</li>
  1611. </ul>
  1612.  
  1613. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1614.  
  1615.  
  1616.  
  1617. <ul id="tab">
  1618. <li class="active">
  1619.  
  1620.  
  1621. <img src="https://66.media.tumblr.com/a4515db4cbc8dc6fe33931bdb32cbe34/tumblr_inline_ocywslaYH81uud6tb_540.png" align="left" style="height:62px;width:62px;padding-right:5px;padding-bottom:0px;">
  1622. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">post season 6 verse.</a></big>
  1623.  
  1624. <br><br>
  1625.  
  1626. arc 001: set after the canon season six storyline of <strong>game of thrones</strong>.
  1627. <br> oh goddess of fire, now you shall ride<strong><em>!</em></strong> poison water licks beneath your feet, their ruler has come. fire <strong><em>&</em></strong> blood will conquer, as you ride across their skies. allies forged, enemies found. but always, there's a question. who will win the game of thrones<strong><em>?</em></strong>
  1628.  
  1629. <br><br><br>
  1630.  
  1631. <img src="https://66.media.tumblr.com/7eaf78b85fc76c24035ccf13b425dd3f/tumblr_inline_ocywwd6Qtr1uud6tb_540.png" align="left" style="height:62px;width:62px;padding-right:5px;padding-bottom:0px;">
  1632. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">seasons 4-6 verse.</a></big>
  1633.  
  1634. <br><br>
  1635.  
  1636. arc 001: set during the canon seasons four-six storylines of <strong>game of thrones</strong>.
  1637. <br> you burn them down, burn cities, burn masters. slavery abolished, well now they follow you. an army, their loyalty won. now slaver's bay, it rests within your palm <strong><em>&</em></strong> you, within it's great pyramid. but rebellion pulses <strong><em>&</em></strong> dragons fight an inbred chaos. will a queen soon fall<strong><em>?</em></strong>
  1638.  
  1639.  
  1640.  
  1641. </li>
  1642. <li>
  1643.  
  1644.  
  1645.  
  1646. <img src="https://67.media.tumblr.com/24458f37126126cc8025c33645d653be/tumblr_inline_ocyw5po1JT1uud6tb_540.png" align="left" style="height:62px;width:62px;padding-right:5px;padding-bottom:0px;">
  1647. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">season one verse.</a></big>
  1648.  
  1649. <br><br>
  1650.  
  1651. arc 001: set within the canon season one storyline of <strong>game of thrones</strong>.
  1652. <br> sold, traded, what's a girl to her brother<strong><em>?</em></strong> too right, you are nothing. he wants to be king, a golden crown to adorn the dragon <strong><em>&</em></strong> you're no more than a payment. to the dothraki you go, khaleesi now titled. too soon the sight of him disgusts you. your brother. a husband, a protector, he gives your brother his heart's desire. but fire kills him, he is no dragon. <strong><em>&</em></strong> soon, death takes the rest. your sun <strong><em>&</em></strong> stars, your stallion. only fire remains, through fire their born, new children. you are the mother of dragons.
  1653.  
  1654.  
  1655. <br><br><br>
  1656.  
  1657. <img src="https://65.media.tumblr.com/dd6a233f1e8448774c5f05eb60ad9ebe/tumblr_inline_ocywc8gpW01uud6tb_540.png" align="left" style="height:62px;width:62px;padding-right:5px;padding-bottom:0px;">
  1658. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">season two verse.</a></big>
  1659.  
  1660. <br><br>
  1661.  
  1662. arc 001: set within the canon season two storyline of <strong>game of thrones</strong>.
  1663. <br> the red waste, oh how it threatens to consume you. a khaleesi <strong><em>&</em></strong> still, too weak. but qarth rises, their last hope, a charming smile will let them by. but secrets crowd the throat of a man lifted from nothing. empty vaults, empty promises, not to be the husband of a queen. dragons stolen, betrayal found, now they rot in the great city that they sought to rule.
  1664.  
  1665.  
  1666. <br><br><br>
  1667.  
  1668. <img src="https://67.media.tumblr.com/4a37bd29a8e4c96f4f51619573131086/tumblr_inline_ocywhkveFP1uud6tb_540.png" align="left" style="height:62px;width:62px;padding-right:5px;padding-bottom:0px;">
  1669. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">season 3 verse.</a></big>
  1670.  
  1671. <br><br>
  1672.  
  1673. arc 001: set within the canon season three storyline of <strong>game of thrones</strong>.
  1674. <br> how hard they try to ruin you. mother of dragons, heir to the throne. but they will crumble. all that rise to fight the storm will be swallowed by it, as was so displayed during her time in qarth. so astapor will follow, the bite of their valyrian tongue they think you foolish. they will burn. army acquired, <strong><em>&</em></strong> now a girl is given another name. breaker of chains. mhysa.
  1675.  
  1676.  
  1677.  
  1678. </li>
  1679. <li>
  1680.  
  1681.  
  1682. <img src="https://66.media.tumblr.com/ffbff454d555c7bef113effc4a29db8f/tumblr_inline_ocyx1jrrDx1uud6tb_540.png" align="left" style="height:62px;width:62px;padding-right:5px;padding-bottom:0px;">
  1683. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">crossover.</a></big>
  1684.  
  1685. <br><br>
  1686.  
  1687. crossover verses will be added as they are needed.
  1688.  
  1689.  
  1690. </li>
  1691. </ul>
  1692.  
  1693.  
  1694. </div>
  1695. </div>
  1696.  
  1697.  
  1698.  
  1699. <div id="box4" class="popup_block">
  1700.  
  1701. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1702.  
  1703. <center>
  1704.  
  1705. <span style="line-height:5px">
  1706.  
  1707. " when my dragons are grown, we will take back what was stolen from me <strong><em>&</em></strong> destroy those who have wronged me<strong><em>!</em></strong> we will lay waste to armies <strong><em>&</em></strong> burn cities to the ground<strong><em>!</em></strong> turn us away, <strong><em>&</em></strong> we will burn you first. "
  1708.  
  1709. <br><br>
  1710.  
  1711. </center>
  1712.  
  1713. <h3>DAENERYS TARGARYEN</h3>
  1714.  
  1715. daughter of dragons, become their mother now. a world of hate, opression, disgust, only you can burn it anew. they will bow, bow before the rightful heir. to live in a world of your making, or die in the world they turned to ruin.
  1716.  
  1717. <br><br>
  1718.  
  1719. so long, to be under the thumb of those larger than you, more powerful than you. now they will see true power, the power of fire <strong><em>&</em></strong> blood. how quickly a khaleesi takes to her title, born to be a queen. all men must die, but you are no man. now descend upon the streets of westeros, you are ready mhysa. take back what others stole <strong><em>&</em></strong> show them what it means to be a queen.
  1720.  
  1721. <h3>STATISTICS.</h3>
  1722.  
  1723. <blockquote><strong>BASICS:</strong></blockquote>
  1724.  
  1725. <strong>FULL NAME:</strong> daenerys i targaryen.<br>
  1726. <strong>NICKNAME(S):</strong> daenerys stormborn, dany, the unburnt, mhysa, the queen across the sea, the silver queen, the dragon queen, queen of the andals and the first men, lady regnant of the seven
  1727. kingdoms, protector of the realm, khaleesi of the great grass sea, breaker of chains, mother of dragons, queen of meereen.<br>
  1728. <strong>ARCHETYPE:</strong> protagonist.<br>
  1729. <strong>SPECIES:</strong> human.<br>
  1730. <strong>ORIGIN:</strong> dragonstone.<br>
  1731. <strong>GENDER:</strong> female.<br>
  1732. <strong>PREFERRED PRONOUNS:</strong> she/her.<br>
  1733. <strong>SEXUAL ORIENTATION:</strong> pansexual.<br>
  1734.  
  1735. <blockquote><strong>PHYSICAL TRAITS:</strong></blockquote>
  1736.  
  1737. <strong>EYE COLOR:</strong> purple.<br>
  1738. <strong>HAIR COLOR:</strong> silver.<br>
  1739. <strong>HEIGHT:</strong> 5'2.<br>
  1740. <strong>WEIGHT:</strong> 115 pounds.<br>
  1741. <strong>BODY TYPE:</strong> petite, slender.<p>
  1742.  
  1743. <blockquote><strong>STATS:</strong></blockquote>
  1744.  
  1745. <strong>COMPASSION:</strong> 8/10<br>
  1746. <strong>EMPATHY:</strong> 10/10<br>
  1747. <strong>CREATIVITY:</strong> 10/10<br>
  1748. <strong>MENTAL FLEXIBILITY:</strong> 10/10<br>
  1749. <strong>PASSION/MOTIVATION:</strong> 10/10<br>
  1750. <strong>EDUCATION:</strong> 8/10<br>
  1751. <strong>STAMINA:</strong> 6/10<br>
  1752. <strong>PHYSICAL STRENGTH:</strong> 5/10<br>
  1753. <strong>BATTLE SKILL:</strong> 8/10<br>
  1754. <strong>RESTRAINT:</strong> 8/10<br>
  1755. <strong>AGILITY:</strong> 7/10<br>
  1756. <strong>STRATEGY: </strong> 9/10<br>
  1757. <strong>TEAMWORK:</strong> 9/10
  1758. <p>
  1759.  
  1760. </div>
  1761. </div>
  1762.  
  1763.  
  1764.  
  1765. <div id="box5" class="popup_block">
  1766.  
  1767. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1768.  
  1769. <center>
  1770.  
  1771. <h3>NAVIGATION</h3>
  1772.  
  1773.  
  1774. <div class="popupnavlinks">
  1775.  
  1776. <a href="/tagged/">memes.</a>
  1777. <a href="/tagged/">headcanons.</a>
  1778. <br>
  1779. <a href="/tagged/whatever">musings.</a>
  1780. <a href="/tagged/whatever">ask replies.</a>
  1781. <br>
  1782. <a href="/tagged/whatever">desires.</a>
  1783. <a href="/tagged/whatever">aesthetic.</a>
  1784.  
  1785.  
  1786.  
  1787. <br><br><br>
  1788.  
  1789.  
  1790. </div>
  1791. </div>
  1792. </div>
  1793.  
  1794.  
  1795. <!--
  1796. ♛ CUSTOM SIDEBAR TEXT
  1797. -->
  1798.  
  1799.  
  1800.  
  1801. <div id="bite">
  1802. <div id="thekey"></div>
  1803. <div class="death">
  1804. <div id="actualnews">
  1805.  
  1806. <center>
  1807.  
  1808. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1809.  
  1810. <h4>
  1811. oh mhysa<strong><em>!</em></strong>
  1812. </h4>
  1813.  
  1814. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/s/5ni93bnbjeqo6l9/Daenerys%20Targaryen%20__%20Mother%20of%20Dragons%20%5B10.000%2B%20SUBS%5D.mp3&t0=mhysa.&f1=https://dl.dropboxusercontent.com/s/nne3kwcfwdfaqpo/Dany.mp3&t1=khaleesi.&total=2" quality="high" wmode="transparent" width="120" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /><p>ind. <strong><em>&</em></strong> private <strong>daenerys targaryen</strong> from hbo's game of thrones.<p><center><em>❛</em> <em>they're all</em> just spokes on a wheel. this ones on top, then that ones on top <strong><em>&</em></strong> on <strong><em>&</em></strong> on it spins. <u>crushing</u> those on the ground. <em>❜</em>
  1815.  
  1816. <h4>
  1817. chain breaker.
  1818. </h4>
  1819.  
  1820. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5367561";
  1821. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1822. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1823. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1824. </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3179445";
  1825. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1826. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1827. </script>
  1828. <br><strong>established:</strong><br> september 2016. written by amina. she / her.<p> <strong>finished:</strong><br> game of thrones seasons one - six. currently reading book one of the series.
  1829.  
  1830. <br>
  1831.  
  1832.  
  1833.  
  1834. </center>
  1835.  
  1836.  
  1837. </div>
  1838. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement