Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.71 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. <!--
  59. VERSE TABS SCRIPT
  60. -->
  61.  
  62.  
  63. <!--
  64. VERSE TABS SCRIPT
  65. -->
  66.  
  67.  
  68. <script>
  69.  
  70. $(document).ready(function(){
  71. $("ul#tabs li").click(function(e){
  72. if (!$(this).hasClass("active")) {
  73. var tabNum = $(this).index();
  74. var nthChild = tabNum+1;
  75. $("ul#tabs li.active").removeClass("active");
  76. $(this).addClass("active");
  77. $("ul#tab li.active").removeClass("active");
  78. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  79. }
  80. });
  81. });
  82. </script>
  83.  
  84.  
  85. <!--
  86. TOOLTIP STYLING SCRIPT
  87. -->
  88.  
  89.  
  90. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  91. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  92. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  93. <script>
  94. (function($){
  95. $(document).ready(function(){
  96. $("[title]").style_my_tooltips({
  97. tip_follows_cursor:true,
  98. tip_delay_time:200,
  99. tip_fade_speed:500
  100. });
  101. });
  102. })(jQuery);
  103. </script>
  104.  
  105.  
  106.  
  107.  
  108. <title>{Title}</title>
  109. <link rel="shortcut icon" href="{Favicon}">
  110. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  111. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  112.  
  113.  
  114.  
  115. <!--
  116. CUSTOM FONTS
  117. -->
  118.  
  119.  
  120. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  121.  
  122. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  123.  
  124.  
  125. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  126.  
  127.  
  128.  
  129. <style type="text/css">
  130.  
  131.  
  132.  
  133. /* THE CUSTOM SIDEBAR THING */
  134.  
  135.  
  136.  
  137. #bite
  138. #bite a{
  139. display:block
  140. }
  141. #bite .death {
  142. margin-top:0px;filter: alpha(opacity = 1.0);
  143. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  144. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  145. }
  146.  
  147. #bite:hover .death {
  148. margin-top:0px;
  149. -webkit-transition: all 0.8s ease-out;
  150. -moz-transition: all 0.8s ease-out;
  151. transition: all 0.8s ease-out;
  152. filter: alpha(opacity = 100);
  153. filter: alpha(opacity = 100);
  154. opacity:100;
  155. }
  156.  
  157.  
  158.  
  159. /* SELECTION FONT AND BACKGROUND */
  160.  
  161.  
  162. ::selection {
  163. background: #c2c2c2;
  164. color:#fff; }
  165.  
  166.  
  167. ::-moz-selection {
  168. background: #c2c2c2;
  169. color:#222020; }
  170.  
  171.  
  172.  
  173. /* SCROLLBAR DETAILS */
  174.  
  175.  
  176.  
  177. ::-webkit-scrollbar {
  178. height: 0px;
  179. width: 2px;
  180. background:transparent;
  181. border-left:0px solid transparent;
  182. border-right:0px solid transparent;}
  183.  
  184.  
  185. ::-webkit-scrollbar-thumb {
  186. background:transparent;}
  187.  
  188.  
  189.  
  190.  
  191. /* THE CURSOR */
  192.  
  193.  
  194. {block:iftinycursor}
  195. body, a, a:hover{
  196. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  197. {/block:iftinycursor}
  198.  
  199. iframe#tumblr_controls {
  200. right:3px !important;
  201. position: fixed !important;
  202. -webkit-transition: opacity 0.7s
  203. linear;opacity: 0.2;
  204. -webkit-transition: all 0.8s ease-out;
  205. -moz-transition: all 0.8s ease-out;
  206. transition: all 0.8s ease-out;}
  207.  
  208. iframe#tumblr_controls:hover{
  209. -webkit-transition: opacity 0.7s linear;
  210. opacity: 1;
  211. -webkit-transition: all 0.4s ease-out;
  212. -moz-transition: all 0.4s ease-out;
  213. transition: all 0.4s ease-out;}
  214.  
  215.  
  216.  
  217. /* GENERAL LOOK AND BACKGROUND */
  218.  
  219.  
  220. body {
  221. background:#7f8184;
  222. background-image:url('https://s28.postimg.org/4fndlqn5p/base02bg_copy_copy.png');
  223. background-attachment: fixed;
  224. background-repeat: no-repeat;
  225. background-position: left top;
  226. color:#8f8f8f;
  227. font-family: calibri;
  228. text-align:justify;
  229. font-size: 10px;
  230. letter-spacing:1px;
  231. line-height:135%;
  232. }
  233.  
  234.  
  235. /* THE VERSES TABS */
  236.  
  237.  
  238. ul#tabs {
  239. list-style-type: none;
  240. padding: 0;
  241. text-align: center;
  242. font-size:8px;
  243. letter-spacing:1px;
  244. text-shadow:1px 1px 0px #4c4c4c,
  245. 1px -1px 0px #4c4c4c,
  246. -1px -1px 0px #4c4c4c,
  247. -1px 1px 0px #4c4c4c,
  248. 0px 1px 0px #4c4c4c,
  249. 0px -1px 0px #4c4c4c,
  250. 1px 0px 0px #4c4c4c,
  251. -1px 0px 0px #4c4c4c;
  252.  
  253. }
  254.  
  255.  
  256.  
  257. ul#tabs li {
  258. background-image: url('http://i.giphy.com/26xBzXRtpHRFi4OYg.gif');
  259. background-repeat:repeat;
  260. background-attachment:fixed;
  261. border-left: double 3px #000;
  262. border-top: double 3px #000;
  263. border-right: double 3px #000;
  264. border-bottom: double 3px #000;
  265. color:#e6e6e6;
  266. text-shadow:1px 1px 0px #000,
  267. 1px -1px 0px #000,
  268. -1px -1px 0px #000,
  269. -1px 1px 0px #000,
  270. 0px 1px 0px #000,
  271. 0px -1px 0px #000,
  272. 1px 0px 0px #000,
  273. -1px 0px 0px #000;
  274. display: inline-block;
  275. padding: 4px 10px;
  276. margin-bottom: 4px;
  277. cursor: pointer;
  278. }
  279.  
  280.  
  281.  
  282. ul#tabs li:hover {
  283. background-color: transparent;
  284. color: #eaeaea;
  285. }
  286.  
  287. ul#tabs li.active {
  288. background-image: url('');
  289. background:#151515;
  290. background-repeat:repeat;
  291. background-attachment:fixed;
  292. border-left: double 3px #000;
  293. border-top: double 3px #000;
  294. border-right: double 3px #000;
  295. border-bottom: double 3px #000;
  296. color:#e6e6e6;
  297. text-shadow:1px 1px 0px #000,
  298. 1px -1px 0px #000,
  299. -1px -1px 0px #000,
  300. -1px 1px 0px #000,
  301. 0px 1px 0px #000,
  302. 0px -1px 0px #000,
  303. 1px 0px 0px #000,
  304. -1px 0px 0px #000;
  305. display: inline-block;
  306. padding: 4px 10px;
  307. margin-bottom: 4px;
  308. cursor: pointer;
  309. }
  310.  
  311.  
  312.  
  313. ul#tab {
  314. list-style-type: none;
  315. margin: 0;
  316. padding: 0;
  317. }
  318.  
  319. ul#tab li {
  320. display: none;
  321. }
  322.  
  323. ul#tab li.active {
  324. display: block;
  325. }
  326.  
  327.  
  328.  
  329. /* LINKS */
  330.  
  331.  
  332. a:link, a:active, a:visited {
  333. text-decoration: none;
  334. color: #b1b2c6;
  335. -moz-transition-duration:.6s;
  336. -webkit-transition-duration:.6s;
  337. -o-transition-duration:.6s;
  338. -webkit-filter: blur(0px);}
  339.  
  340. a:hover {
  341. color: #8f8f8f;
  342. -moz-transition-duration:.6s;
  343. -webkit-transition-duration:.6s;
  344. -o-transition-duration:.6s;
  345. -webkit-filter: blur(1px);}
  346.  
  347.  
  348.  
  349. #links a {
  350. padding:5px;
  351. margin-right:0px;
  352. text-shadow: 1px 0px 1px #7a7a7a;
  353. }
  354.  
  355.  
  356. #links a:hover {
  357. padding:5px;
  358. margin-right:0px;
  359. text-shadow: 2px 0px 10px #7a7a7a;
  360. -moz-transition-duration:0.6s;
  361. -webkit-transition-duration:0.6s;
  362. -o-transition-duration:0.6s;
  363. }
  364.  
  365.  
  366.  
  367.  
  368. /* OTHER TEXT STUFF */
  369.  
  370.  
  371.  
  372. h1 {
  373. background-color: transparent;
  374. font-family: 'Josefin Sans', sans-serif;
  375. font-size: 16px;
  376. line-height: 20px;
  377. letter-spacing: 2px;
  378. text-align: center;
  379. text-transform:uppercase;
  380. color: #4f4942;
  381. }
  382.  
  383.  
  384. h2 {
  385. background-color: transparent;
  386. font-family: 'Josefin Sans', sans-serif;
  387. font-size: 15px;
  388. line-height: 16px;
  389. letter-spacing: 2px;
  390. text-align: left;
  391. text-transform:uppercase;
  392. color: #ac9f91;
  393. }
  394.  
  395.  
  396.  
  397. h3 {
  398. background-image: url('http://i.giphy.com/26xBzXRtpHRFi4OYg.gif');
  399. background-repeat:repeat;
  400. background-attachment:fixed;
  401. border-left: double 3px #000;
  402. border-top: double 3px #000;
  403. border-right: double 3px #000;
  404. border-bottom: double 3px #000;
  405. padding:2px;
  406. color:#e6e6e6;
  407. text-shadow:1px 1px 0px #000,
  408. 1px -1px 0px #000,
  409. -1px -1px 0px #000,
  410. -1px 1px 0px #000,
  411. 0px 1px 0px #000,
  412. 0px -1px 0px #000,
  413. 1px 0px 0px #000,
  414. -1px 0px 0px #000;
  415. font-size:12px;
  416. font-family:calibri;
  417. text-transform:uppercase;
  418. letter-spacing:1px;
  419. text-align:center;}
  420.  
  421.  
  422.  
  423.  
  424. h4 {
  425. background-image: url('http://i.giphy.com/26xBzXRtpHRFi4OYg.gif');
  426. background-repeat:repeat;
  427. background-attachment:fixed;
  428. border-left: double 3px #000;
  429. border-top: double 3px #000;
  430. border-right: double 3px #000;
  431. border-bottom: double 3px #000;
  432. padding:2px;
  433. color:#e6e6e6;
  434. text-shadow:1px 1px 0px #000,
  435. 1px -1px 0px #000,
  436. -1px -1px 0px #000,
  437. -1px 1px 0px #000,
  438. 0px 1px 0px #000,
  439. 0px -1px 0px #000,
  440. 1px 0px 0px #000,
  441. -1px 0px 0px #000;
  442. font-size:9px;
  443. font-family:calibri;
  444. text-transform:uppercase;
  445. letter-spacing:1px;
  446. text-align:center;}
  447.  
  448.  
  449.  
  450. hr {
  451. color:#818181;
  452. display: block;
  453. margin-top: 0.5em;
  454. margin-bottom: 0.5em;
  455. margin-left: auto;
  456. margin-right: auto;
  457. border-style: inset;
  458. border-width: 1px;
  459. }
  460.  
  461.  
  462.  
  463.  
  464. quotetext {
  465. background-color: transparent;
  466. font-family: Josefin Sans;
  467. font-size: 16px;
  468. line-height: 20px;
  469. letter-spacing: 2px;
  470. text-align: center;
  471. text-transform:uppercase;
  472. color: #aca591;
  473. }
  474.  
  475.  
  476.  
  477. blockquote {
  478. word-wrap: break-word;
  479. padding:2px 7px;
  480. margin:3px 0 3px 10px;
  481. border-left:1px solid {color:border};
  482. background-color:transparent;}
  483.  
  484.  
  485. blockquote img{
  486. max-width:100%;
  487. height:auto;
  488. }
  489.  
  490. blockquote blockquote img{
  491. max-width:100%;
  492. height:auto;
  493. }
  494.  
  495.  
  496.  
  497.  
  498. b, bold {
  499. font-size:10px;
  500. text-transform:uppercase;
  501. letter-spacing:1px;
  502. font-family: 'Josefin Sans', sans-serif;
  503. color: #ababc6;
  504. text-shadow:1px 1px 0 #000;
  505. }
  506.  
  507.  
  508.  
  509. i, italic {
  510. font-size:13px;
  511. color: #cecee7;
  512. font-family: 'Bad Script', cursive;
  513. text-shadow: 0px 0px 2px #5a5a5a;
  514. letter-spacing:1px;
  515. text-transform:lowercase;
  516. }
  517.  
  518.  
  519.  
  520. p {
  521. margin-top:5px;
  522. margin-bottom:5px;}
  523.  
  524.  
  525. ol {
  526. list-style:normal;}
  527.  
  528.  
  529. ul {
  530. list-style:square;}
  531.  
  532.  
  533. small {
  534. font-size:10px}
  535.  
  536.  
  537. sup,sub {
  538. font-size:11px}
  539.  
  540.  
  541. pre {
  542. font-size: 10px;
  543. letter-spacing:3px;
  544. background-color:#000;
  545. font-family: "Times New Roman", Times, serif;
  546. font-style: none;
  547. text-align:center;
  548. white-space: pre-wrap; /* css-3 */
  549. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  550. white-space: -pre-wrap; /* Opera 4-6 */
  551. white-space: -o-pre-wrap; /* Opera 7 */
  552. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  553.  
  554.  
  555.  
  556. big {
  557. font-size:14px;
  558. text-transform:uppercase;
  559. letter-spacing:2px;
  560. font-family: "Times New Roman", Times, serif;
  561. color: #91a3ac;
  562. text-shadow: 0px 0px 2px #383838;
  563. }
  564.  
  565.  
  566.  
  567.  
  568. /* IMAGES, PHOTOSETS AND WHATNOT */
  569.  
  570.  
  571.  
  572. {block:IfGreyscale}
  573.  
  574. img {
  575. -webkit-filter:grayscale(100%);
  576. -webkit-transition: all 0.9s ease-in-out;
  577. -moz-transition: all 0.9s ease-in-out;
  578. -o-transition: all 0.9s ease-in-out;
  579. -ms-transition: all 0.9s ease-in-out;
  580. transition: all 0.9s ease-in-out;}
  581.  
  582. img:hover {
  583. -webkit-filter:none;}
  584.  
  585. .html_photoset {
  586. -webkit-filter: grayscale(100%);
  587. -webkit-transition: all 0.9s ease-in-out;
  588. -moz-transition: all 0.9s ease-in-out;
  589. -o-transition: all 0.9s ease-in-out;
  590. -ms-transition: all 0.9s ease-in-out;
  591. transition: all 0.9s ease-in-out;}
  592.  
  593. .html_photoset:hover {
  594. -webkit-filter: none;}
  595.  
  596. {/block:IfGreyscale}
  597.  
  598.  
  599.  
  600. /* CONTAINER AND POSTS */
  601.  
  602.  
  603.  
  604. #container {
  605. background-color:transparent;
  606. width:255px;
  607. height:320px;
  608. padding: 20px;
  609. top:270px;
  610. margin-left: 355px;
  611. position:relative;
  612. overflow-y:scroll;
  613. overflow-x:hidden;
  614. -webkit-mask-image: -webkit-gradient(
  615. linear, center 75%, center bottom,
  616. from(rgba(0,0,0,20)),
  617. to(rgba(20,0,0,0)));
  618. border:1px solid transparent;}
  619.  
  620. #container img {
  621. height:auto;
  622. max-width:100%;
  623. }
  624.  
  625. #content {
  626. margin-left:57px;
  627. width:310px;
  628. margin-top: -120px;
  629. }
  630.  
  631. #posts {
  632. width:255px;
  633. padding:10px;
  634. margin-top: 90px;
  635. margin-left:-72px;
  636. padding-bottom:0px;
  637. overflow-y:scroll;
  638. overflow-x:hidden;
  639. }
  640.  
  641.  
  642. #description {
  643. margin-left: 0px;
  644. margin-top: -50px;
  645. width:180px;
  646. color:transparent;}
  647.  
  648.  
  649.  
  650.  
  651. /* CUSTOM SIDEBAR SETTINGS */
  652.  
  653.  
  654.  
  655. #actualnews {
  656. font-family: calibri;
  657. font-size:10px;
  658. background:transparent;
  659. color: #8f8f8f;
  660. width:165px;
  661. height:420px;
  662. padding-top:3px;
  663. border:0px solid #131313;
  664. left: 230px;
  665. top: 295px;
  666. text-align:center;
  667. position:fixed;
  668. -webkit-filter: blur(0px);
  669. -webkit-transition: 0.8s ease-in;
  670. -moz-transition: 1s ease-in;
  671. transition: 1s ease-in;
  672. opacity:0.5;
  673. -webkit-transition: all 0.6s ease-in-out;
  674. -moz-transition: all 0.6s ease-in-out;
  675. -o-transition: all 0.6s ease-in-out;
  676. -ms-transition: all 0.6s ease-in-out;
  677. transition: all 0.6s ease-in-out;
  678. }
  679.  
  680.  
  681.  
  682. #actualnews:hover {
  683. -webkit-filter:none;
  684. -webkit-transition: all 0.6s ease-in-out;
  685. opacity:1;
  686. -webkit-transition: all 0.6s ease-in-out;
  687. -moz-transition: all 0.6s ease-in-out;
  688. -o-transition: all 0.6s ease-in-out;
  689. -ms-transition: all 0.6s ease-in-out;
  690. transition: all 0.6s ease-in-out;
  691. }
  692.  
  693.  
  694.  
  695.  
  696. #thekey {
  697. position:fixed;
  698. color:#7c7470;
  699. text-shadow: 0px 0px 2px #fff;
  700. margin-top:175px;
  701. margin-left:55px;
  702. width:710px;
  703. padding:9px;
  704. letter-spacing:2px;
  705. word-spacing:5px; /*this defines the separation of each word of the links*/
  706. font-family: helvetica;
  707. font-size:12px;
  708. text-align:center;
  709. background:transparent;
  710. text-transform:uppercase;
  711. -webkit-transform: rotate(-90deg);
  712. -moz-transform: rotate(-90deg);
  713. -o-transform: rotate(-90deg);
  714. }
  715.  
  716.  
  717.  
  718. /* JUMBLED LINKS */
  719.  
  720.  
  721.  
  722. .alinks {
  723. position:fixed;
  724. text-shadow: 0px 0px 0px #000;
  725. left:280px;
  726. top:200px;
  727. transform: rotate(0deg);
  728. text-align: right;
  729. line-height:20px;
  730. font-family: 'Josefin Sans', sans-serif;
  731. font-size: 17px;}
  732.  
  733.  
  734. .alinks a {
  735. padding:10px;
  736. color:#A19D9D;
  737. margin-right:0px;
  738. -webkit-filter: blur(0px);
  739. -webkit-transition: 0.8s ease-in;
  740. -moz-transition: 1s ease-in;
  741. transition: 1s ease-in;
  742. }
  743.  
  744. .alinks a:hover {
  745. -webkit-filter: blur(1px);
  746. -webkit-transition: all 0.6s ease-in-out;
  747. -moz-transition: all 0.6s ease-in-out;
  748. -o-transition: all 0.6s ease-in-out;
  749. -ms-transition: all 0.6s ease-in-out;
  750. transition: all 0.6s ease-in-out;
  751. color: #7f7f7f;
  752. text-shadow: 7px 7px 3px #000000;
  753. }
  754.  
  755.  
  756.  
  757. .blinks {
  758. position:fixed;
  759. text-shadow: 0px 0px 11px #7f7f7f;
  760. left:590px;
  761. top:380px;
  762. transform: rotate(90deg);
  763. text-align: center;
  764. font-family: 'Josefin Sans', sans-serif;
  765. line-height:20px;
  766. font-size: 19px;}
  767.  
  768.  
  769. .blinks a {
  770. padding:10px;
  771. color:#A19D9D;
  772. margin-right:0px;
  773. -webkit-filter: blur(0px);
  774. -webkit-transition: 0.8s ease-in;
  775. -moz-transition: 1s ease-in;
  776. transition: 1s ease-in;
  777. }
  778.  
  779. .blinks a:hover {
  780. -webkit-transition: all 0.6s ease-in-out;
  781. -moz-transition: all 0.6s ease-in-out;
  782. -o-transition: all 0.6s ease-in-out;
  783. -ms-transition: all 0.6s ease-in-out;
  784. transition: all 0.6s ease-in-out;
  785. color: #7f7f7f;
  786. text-shadow: 7px 7px 3px #000000;
  787. }
  788.  
  789.  
  790.  
  791.  
  792. .clinks {
  793. position:fixed;
  794. font-size:35px;
  795. text-decoration:none;
  796. transform: rotate(-30deg);
  797. -ms-transform: rotate(-30deg);
  798. -webkit-transform: rotate(-30deg);
  799. -o-transform: rotate(-30deg);
  800. -moz-transform: rotate(-30deg);
  801. margin-left:210px;
  802. margin-top:220px;
  803. }
  804.  
  805. .clinks a {
  806. text-shadow:0px 0px 7px #7f7f7f;
  807. text-decoration:none;
  808. color:#7f7f7f;
  809. -webkit-transition: all 0.5s ease-out;
  810. -moz-transition: all 0.5s ease-out;
  811. transition: all 0.5s ease-out;
  812. }
  813.  
  814. .clinks:hover {
  815. -webkit-filter:blur(1px);
  816. -webkit-transition: all 0.5s ease-out;
  817. -moz-transition: all 0.5s ease-out;
  818. transition: all 0.5s ease-out;
  819. transform: rotate(110deg);
  820. -ms-transform: rotate(110deg);
  821. -webkit-transform: rotate(110deg);
  822. -o-transform: rotate(110deg);
  823. -moz-transform: rotate(110deg);
  824. }
  825.  
  826.  
  827.  
  828. .dlinks {
  829. position:fixed;
  830. font-size:17px;
  831. text-decoration:none;
  832. transform: rotate(30deg);
  833. -ms-transform: rotate(30deg);
  834. -webkit-transform: rotate(30deg);
  835. -o-transform: rotate(30deg);
  836. -moz-transform: rotate(30deg);
  837. margin-left:190px;
  838. margin-top:270px;
  839. }
  840.  
  841. .dlinks a {
  842. text-shadow:0px 0px 7px #7f7f7f;
  843. text-decoration:none;
  844. color:#7f7f7f;
  845. -webkit-transition: all 0.5s ease-out;
  846. -moz-transition: all 0.5s ease-out;
  847. transition: all 0.5s ease-out;
  848. }
  849.  
  850. .dlinks:hover {
  851. -webkit-filter:blur(1px);
  852. -webkit-transition: all 0.5s ease-out;
  853. -moz-transition: all 0.5s ease-out;
  854. transition: all 0.5s ease-out;
  855. transform: rotate(-60deg);
  856. -ms-transform: rotate(-60deg);
  857. -webkit-transform: rotate(-60deg);
  858. -o-transform: rotate(-60deg);
  859. -moz-transform: rotate(-60deg);
  860. }
  861.  
  862.  
  863.  
  864. .elinks {
  865. position:fixed;
  866. font-size:22px;
  867. text-decoration:none;
  868. transform: rotate(-90deg);
  869. -ms-transform: rotate(-90deg);
  870. -webkit-transform: rotate(-90deg);
  871. -o-transform: rotate(-90deg);
  872. -moz-transform: rotate(-90deg);
  873. margin-left:170px;
  874. margin-top:310px;
  875. }
  876.  
  877. .elinks a {
  878. text-shadow:0px 0px 7px #7f7f7f;
  879. text-decoration:none;
  880. color:#7f7f7f;
  881. -webkit-transition: all 0.5s ease-out;
  882. -moz-transition: all 0.5s ease-out;
  883. transition: all 0.5s ease-out;
  884. }
  885.  
  886. .elinks:hover {
  887. -webkit-filter:blur(1px);
  888. -webkit-transition: all 0.5s ease-out;
  889. -moz-transition: all 0.5s ease-out;
  890. transition: all 0.5s ease-out;
  891. transform: rotate(70deg);
  892. -ms-transform: rotate(70deg);
  893. -webkit-transform: rotate(70deg);
  894. -o-transform: rotate(70deg);
  895. -moz-transform: rotate(70deg);
  896. }
  897.  
  898.  
  899.  
  900.  
  901.  
  902. .flinks {
  903. position:fixed;
  904. font-size:17px;
  905. text-decoration:none;
  906. transform: rotate(10deg);
  907. -ms-transform: rotate(10deg);
  908. -webkit-transform: rotate(10deg);
  909. -o-transform: rotate(10deg);
  910. -moz-transform: rotate(10deg);
  911. margin-left:280px;
  912. margin-top:220px;
  913. }
  914.  
  915. .flinks a {
  916. text-shadow:0px 0px 7px #7f7f7f;
  917. text-decoration:none;
  918. color:#7f7f7f;
  919. -webkit-transition: all 0.5s ease-out;
  920. -moz-transition: all 0.5s ease-out;
  921. transition: all 0.5s ease-out;
  922. }
  923.  
  924. .flinks:hover {
  925. -webkit-filter:blur(1px);
  926. -webkit-transition: all 0.5s ease-out;
  927. -moz-transition: all 0.5s ease-out;
  928. transition: all 0.5s ease-out;
  929. transform: rotate(-60deg);
  930. -ms-transform: rotate(-60deg);
  931. -webkit-transform: rotate(-60deg);
  932. -o-transform: rotate(-60deg);
  933. -moz-transform: rotate(-60deg);
  934. }
  935.  
  936.  
  937.  
  938. .credit {
  939. position:fixed;
  940. text-shadow: 0px 0px 11px #7C6868;
  941. right:15px;
  942. bottom:15px;
  943. transform: rotate(0deg);
  944. font-family: 'Josefin Sans', sans-serif;
  945. font-size: 17px; }
  946.  
  947.  
  948. .credit a {
  949. padding:10px;
  950. color:#6e6e6e;
  951. margin-right:0px;
  952. -webkit-filter: blur(1px);
  953. -webkit-transition: 0.8s ease-in;
  954. -moz-transition: 1s ease-in;
  955. transition: 1s ease-in;
  956. }
  957.  
  958. .credit a:hover {
  959. -webkit-transition: all 0.6s ease-in-out;
  960. -moz-transition: all 0.6s ease-in-out;
  961. -o-transition: all 0.6s ease-in-out;
  962. -ms-transition: all 0.6s ease-in-out;
  963. transition: all 0.6s ease-in-out;
  964. color: #000000;
  965. text-shadow: 7px 7px 3px #000000;
  966. }
  967.  
  968.  
  969.  
  970.  
  971. /* PAGINATION */
  972.  
  973.  
  974.  
  975.  
  976. #pagination {
  977. position:fixed;
  978. font-family: 'Josefin Sans', sans-serif;
  979. width:300px;
  980. font-size:35px;
  981. top:170px;
  982. left:430px;
  983. letter-spacing:3px;
  984. text-align:center;
  985. z-index:999999999999;
  986. }
  987.  
  988. #pagination a {
  989. text-transform:uppercase;
  990. color:#b3b3b3;
  991. -webkit-filter: blur(0px);
  992. -webkit-transition: 0.8s ease-in;
  993. -moz-transition: 1s ease-in;
  994. transition: 1s ease-in;
  995. z-index:999999999999;
  996. }
  997.  
  998. #pagination a:hover {
  999. color:#fff;
  1000. -webkit-filter: blur(1px);
  1001. -webkit-transition: 0.2s ease-in;
  1002. -moz-transition: 1s ease-in;
  1003. transition: 1s ease-in;
  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: #91a3ac;
  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: #91a3ac;
  1061. text-shadow:0 0 2px #1a1a1a;
  1062. -webkit-filter: blur(0.5px);
  1063. }
  1064.  
  1065.  
  1066. #asker a:hover {
  1067. color: #656565;
  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:#e6e6e6;
  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("http://i.giphy.com/26xBzXRtpHRFi4OYg.gif");
  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. width:255px;
  1128. padding-top:4px;
  1129. padding-bottom:1px;
  1130. font-size:12px;
  1131. color:#adadab;
  1132. text-transform:uppercase;
  1133. letter-spacing:1px;
  1134. font-style:normal;
  1135. text-align:center;
  1136. padding:5px;
  1137. border-top:1px solid #1c1c1c;
  1138. -moz-transition-duration:0.2s;
  1139. -webkit-transition-duration:0.2s;
  1140. -o-transition-duration:0.2s;}
  1141.  
  1142.  
  1143. #info a {
  1144. font-family:calibri;
  1145. font-size:8px;
  1146. color:#7a7774;
  1147. text-shadow: 0px 0px 3px #7c1f1f;
  1148. padding:5px;
  1149. font-style:normal;}
  1150.  
  1151.  
  1152. #info a:hover {
  1153. color:#eee;
  1154. -webkit-filter: blur(0px);
  1155. -moz-transition-duration:0.2s;
  1156. -webkit-transition-duration:0.2s;
  1157. -o-transition-duration:0.2s;}
  1158.  
  1159.  
  1160. #tags {
  1161. color:#7a7774;
  1162. margin-top:5px;
  1163. padding-left:15px;
  1164. text-align:right;
  1165. line-height:9px;
  1166. text-transform:uppercase;
  1167. font-size:9px;
  1168. padding-right:10px;}
  1169.  
  1170. #tags a {
  1171. font-family:calibri;
  1172. color:#968875;}
  1173.  
  1174. #tags a:hover {
  1175. color:#eee;}
  1176.  
  1177.  
  1178.  
  1179. /* MISC 02. */
  1180.  
  1181.  
  1182.  
  1183. .note {
  1184. text-transform:uppercase;
  1185. font-style:normal;
  1186. letter-spacing:0px;
  1187. font-size: 10px;
  1188. text-align:left;
  1189. line-height:90%;
  1190. margin-left:-40px;}
  1191.  
  1192. .note li {
  1193. list-style-type:none;
  1194. border-bottom:0px solid {color:border};
  1195. padding:10px 25px 10px 25px;
  1196. text-align:left;
  1197. margin:0px;
  1198. -moz-transition-duration:0.5s;
  1199. -webkit-transition-duration:0.5s;
  1200. -o-transition-duration:0.5s;}
  1201.  
  1202. .note img.avatar {
  1203. margin-right: 10px;
  1204. width: 16px;
  1205. height: 16px;}
  1206.  
  1207.  
  1208.  
  1209.  
  1210. /* BASIC POP-UP DETAILS */
  1211.  
  1212.  
  1213.  
  1214. .popup_block{
  1215. display:none;
  1216. background:#000;
  1217. padding:20px;
  1218. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1219. float:left;
  1220. height: 350px;
  1221. top:415px; left:590px;
  1222. position:fixed;
  1223. z-index: 99999;
  1224. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1225. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1226. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1227. }
  1228.  
  1229.  
  1230. *html #fade {position: absolute;}
  1231. *html .popup_block {position: absolute;}
  1232. #fade {
  1233. display:none;
  1234. position:fixed;
  1235. left:0px;
  1236. top:0px;
  1237. width:100%;
  1238. height:100%;
  1239. z-index:9999;
  1240. background:#000; /* change to #fff for solid white */
  1241. opacity:1; /* change to opacity:1; */
  1242. }
  1243.  
  1244.  
  1245.  
  1246. .popupnavlinks {
  1247. padding-top:5px;
  1248. text-align:center; }
  1249.  
  1250.  
  1251. .popupnavlinks a {
  1252. display:inline-block;
  1253. width:90px; height:4px;
  1254. margin:2px; padding:3px 6px 10px;
  1255. text-align:center;
  1256. background-image: url('');
  1257. background:#0d0d0d;
  1258. background-repeat:repeat;
  1259. background-attachment:fixed;
  1260. border-left: double 3px #000;
  1261. border-top: double 3px #000;
  1262. border-right: double 3px #000;
  1263. border-bottom: double 3px #000;
  1264. color:#e6e6e6;
  1265. font-size:9px;
  1266. font-family:calibri;
  1267. text-shadow:1px 1px 0px #000,
  1268. 1px -1px 0px #000,
  1269. -1px -1px 0px #000,
  1270. -1px 1px 0px #000,
  1271. 0px 1px 0px #000,
  1272. 0px -1px 0px #000,
  1273. 1px 0px 0px #000,
  1274. -1px 0px 0px #000;
  1275. display: inline-block;
  1276. cursor: pointer;
  1277. }
  1278.  
  1279.  
  1280.  
  1281. .popupnavlinks a:hover {
  1282. display:inline-block;
  1283. letter-spacing:2px; }
  1284.  
  1285.  
  1286.  
  1287. .popupclose {
  1288. float:right; top:0px; right:0px;
  1289. margin-top:-10px; margin-right:-10px;
  1290. font-family:'Scada', sans serif;
  1291. font-size:10px;
  1292. font-weight:bold }
  1293.  
  1294. .popupclose a {
  1295. color:#aaa }
  1296.  
  1297.  
  1298.  
  1299. /* TOOLTIP DETAILS */
  1300.  
  1301.  
  1302.  
  1303. #s-m-t-tooltip{
  1304. max-width:400px;
  1305. margin:15px;
  1306. padding:2px 8px;
  1307. background: #0b0b0b;
  1308. background-image:url('http://i.giphy.com/26xBzXRtpHRFi4OYg.gif');
  1309. background-repeat:repeat;
  1310. background-attachment:fixed;
  1311. border-left: double 3px #000;
  1312. border-top: double 3px #000;
  1313. border-right: double 3px #000;
  1314. border-bottom: double 3px #000;
  1315. color:#e6e6e6;
  1316. text-shadow:1px 1px 0px #000,
  1317. 1px -1px 0px #000,
  1318. -1px -1px 0px #000,
  1319. -1px 1px 0px #000,
  1320. 0px 1px 0px #000,
  1321. 0px -1px 0px #000,
  1322. 1px 0px 0px #000,
  1323. -1px 0px 0px #000;
  1324. z-index:99999999999999999999;
  1325. font-size:9px;
  1326. letter-spacing:2px;
  1327. font-style:bold;
  1328. letter-spacing:2px;
  1329. font-family: calibri;
  1330. text-transform:uppercase;
  1331. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1332.  
  1333.  
  1334.  
  1335. </style>
  1336.  
  1337. </head>
  1338.  
  1339. <body>
  1340.  
  1341.  
  1342.  
  1343. <!--
  1344. ♛ 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.
  1345. -->
  1346.  
  1347.  
  1348. <div id="content">
  1349.  
  1350. <div id="sidebar">
  1351.  
  1352. <img src="{image:Sidebar}" />
  1353.  
  1354. <div id="description">{description}</div>
  1355.  
  1356. </div>
  1357.  
  1358. <div id="pagination">
  1359. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1360. </div>
  1361.  
  1362.  
  1363. <!--
  1364. ♛ CUSTOM LINKS
  1365. -->
  1366.  
  1367.  
  1368.  
  1369. <div id="links">
  1370.  
  1371.  
  1372. <div class="alinks">
  1373. <a href="/" title="captcassianandors">
  1374. MAKE <br> <em>TEN MEN </em><BR> FEEL LIKE <br>A<strong><em> <u>HUNDRED</u></em><br> </strong>
  1375. </a>
  1376. </div>
  1377.  
  1378.  
  1379. <div class="blinks">
  1380. <a href="#?w=255" rel="box1" class="poplight" title="messages"><br><br><br>
  1381. REBELLIONS ARE BUILT ON<strong> HOPE</strong>
  1382. </a>
  1383. </div>
  1384.  
  1385.  
  1386. <div class="clinks">
  1387. <a href="/guidelines" rel="box2" class="poplight" title="guidelines."> ☾ </a>
  1388. </div>
  1389.  
  1390.  
  1391. <div class="dlinks">
  1392. <a href="#?w=255" rel="box3" class="poplight" title="verses."> ✦ </a>
  1393. </div>
  1394.  
  1395.  
  1396. <div class="elinks">
  1397. <a href="/about" rel="box4" class="poplight" title="about."> ✶ </a>
  1398. </div>
  1399.  
  1400.  
  1401. <div class="flinks">
  1402. <a href="/navigation" rel="box5" class="poplight" title="navigation"> ✦ </a>
  1403. </div>
  1404.  
  1405.  
  1406. <div class="credit">
  1407. <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1408. </div>
  1409.  
  1410.  
  1411. </div>
  1412.  
  1413.  
  1414. <!--
  1415. ♛ CUSTOM LINKS ENDS
  1416. -->
  1417.  
  1418.  
  1419.  
  1420. <div id="container">
  1421.  
  1422. <div id="content"><div id="posts">
  1423. {block:Posts}
  1424.  
  1425.  
  1426. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1427. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1428. {block:Text}{Body}{/block:Text}
  1429.  
  1430. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1431.  
  1432. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1433.  
  1434. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1435. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1436.  
  1437. {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}
  1438.  
  1439. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1440.  
  1441.  
  1442. {block:Answer}<div id="asker" style="margin-left:-5px;width:250px; color:#afa593; 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}
  1443.  
  1444.  
  1445. {block:Audio}<div class="audio">
  1446.  
  1447. {block:AlbumArt}
  1448. {/block:AlbumArt}
  1449.  
  1450.  
  1451. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1452. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1453. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1454. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1455.  
  1456.  
  1457. <!--
  1458. ♛ INFO AND SYMBOLS
  1459. -->
  1460.  
  1461. <div id="info">
  1462. {block:Date}
  1463. <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}
  1464.  
  1465. {block:RebloggedFrom}
  1466. <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>
  1467. {/block:RebloggedFrom}
  1468.  
  1469. {block:ContentSource}
  1470. <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>
  1471. {/block:ContentSource}
  1472.  
  1473. {block:NoteCount}
  1474. <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>
  1475. {/block:NoteCount}
  1476.  
  1477. <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>
  1478. {/block:RebloggedFrom}
  1479.  
  1480.  
  1481. <br>
  1482.  
  1483.  
  1484. <!--
  1485. ♛ INFO AND SYMBOLS ENDS
  1486. -->
  1487.  
  1488.  
  1489. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1490.  
  1491. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1492. {/block:Posts}
  1493. </div>
  1494. </div>
  1495. </div>
  1496.  
  1497.  
  1498.  
  1499. </body>
  1500.  
  1501.  
  1502.  
  1503. <!--
  1504. ♛ POP UP PAGES !!!
  1505. -->
  1506.  
  1507.  
  1508.  
  1509. <div id="box1" class="popup_block">
  1510.  
  1511. <h3>
  1512. dark wings, dark words
  1513. </h3>
  1514.  
  1515. <center>
  1516.  
  1517. ( When you edit the ask box below, please make sure to add your <b>USERNAME</b> to the indicated section. <u>Not</u> your whole url. )
  1518. <br>
  1519.  
  1520. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/captcassiansandors.tumblr.com" width="100%"></iframe></p>
  1521.  
  1522. </div>
  1523.  
  1524. </center>
  1525.  
  1526.  
  1527.  
  1528. <div id="box2" class="popup_block">
  1529.  
  1530. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1531.  
  1532.  
  1533. <h3>Neque porro quisquam</h3>
  1534.  
  1535. BLAH BLAH BLAH
  1536.  
  1537. <br><br>
  1538.  
  1539. <b>GUIDELINES</b>
  1540.  
  1541. <br><br>
  1542.  
  1543. BLAH BLAH BLAH
  1544.  
  1545. <h3>est qui dolorem ipsum</h3>
  1546.  
  1547. BLAH BLAH BLAH
  1548.  
  1549. <h3>quia dolor sit amet</h3>
  1550.  
  1551. BLAH BLAH BLAH
  1552.  
  1553. <h3>consectetur, adipisci velit</h3>
  1554.  
  1555. BLAH BLAH BLAH
  1556.  
  1557.  
  1558. </div>
  1559. </div>
  1560.  
  1561.  
  1562.  
  1563.  
  1564. <div id="box3" class="popup_block">
  1565.  
  1566. <h3>verses</h3>
  1567.  
  1568. <ul id="tabs">
  1569. <li class="active">MAIN.</li>
  1570. &nbsp;
  1571. <li>AU.</li>
  1572. &nbsp;
  1573. <li>GROUP.</li>
  1574. </ul>
  1575.  
  1576. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1577.  
  1578.  
  1579.  
  1580. <ul id="tab">
  1581. <li class="active">
  1582.  
  1583.  
  1584. <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;">
  1585. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1586.  
  1587. <br><br>
  1588.  
  1589. BLAH BLAH BLAH
  1590.  
  1591. <br><br><br>
  1592.  
  1593. <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;">
  1594. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1595.  
  1596. <br><br>
  1597.  
  1598. BLAH BLAH BLAH
  1599.  
  1600.  
  1601.  
  1602. </li>
  1603. <li>
  1604.  
  1605.  
  1606.  
  1607. <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;">
  1608. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1609.  
  1610. <br><br>
  1611.  
  1612. BLAH BLAH BLAH
  1613.  
  1614.  
  1615. <br><br><br>
  1616.  
  1617. <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;">
  1618. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1619.  
  1620. <br><br>
  1621.  
  1622. BLAH BLAH BLAH
  1623.  
  1624.  
  1625.  
  1626. </li>
  1627. <li>
  1628.  
  1629.  
  1630. <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;">
  1631. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1632.  
  1633. <br><br>
  1634.  
  1635. BLAH BLAH BLAH
  1636.  
  1637.  
  1638. <br><br><br>
  1639.  
  1640. <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;">
  1641. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1642.  
  1643. <br><br>
  1644.  
  1645. BLAH BLAH BLAH
  1646.  
  1647.  
  1648. </li>
  1649. </ul>
  1650.  
  1651.  
  1652. </div>
  1653. </div>
  1654.  
  1655.  
  1656.  
  1657. <div id="box4" class="popup_block">
  1658.  
  1659. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1660.  
  1661. <center>
  1662.  
  1663. <span style="line-height:5px">
  1664.  
  1665. BLAH BLAH BLAH
  1666.  
  1667. <br><br>
  1668.  
  1669. </center>
  1670.  
  1671. <h3>ABOUT SECTION</h3>
  1672.  
  1673. <b>i. intro</b>
  1674.  
  1675.  
  1676.  
  1677. <br><br>
  1678.  
  1679. BLAH BLAH BLAH
  1680.  
  1681. <h3>OR ANYTHING ELSE YOU WANT, REALLY</h3>
  1682.  
  1683. BLAH BLAH BLAH
  1684. <br><br>
  1685.  
  1686. BLAH BLAH BLAH
  1687.  
  1688. </div>
  1689. </div>
  1690.  
  1691.  
  1692.  
  1693. <div id="box5" class="popup_block">
  1694.  
  1695. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1696.  
  1697. <center>
  1698.  
  1699. <h3>NAVIGATION</h3>
  1700.  
  1701.  
  1702. <div class="popupnavlinks">
  1703.  
  1704. <a href="/tagged/whatever">LINK</a>
  1705. <a href="/tagged/whatever">LINK</a>
  1706. <br>
  1707. <a href="/tagged/whatever">LINK</a>
  1708. <a href="/tagged/whatever">LINK</a>
  1709. <br>
  1710. <a href="/tagged/whatever">LINK</a>
  1711. <a href="/tagged/whatever">LINK</a>
  1712. <br>
  1713. <a href="/tagged/whatever">LINK</a>
  1714. <a href="/tagged/whatever">LINK</a>
  1715. <br>
  1716. <a href="/tagged/whatever">LINK</a>
  1717. <a href="/tagged/whatever">LINK</a>
  1718. <br>
  1719. <a href="/tagged/whatever">LINK</a>
  1720. <a href="/tagged/whatever">LINK</a>
  1721. <br>
  1722. <a href="/tagged/whatever">LINK</a>
  1723. <a href="/tagged/whatever">LINK</a>
  1724.  
  1725.  
  1726. <br><br><br>
  1727.  
  1728.  
  1729. </div>
  1730. </div>
  1731. </div>
  1732.  
  1733.  
  1734. <!--
  1735. ♛ CUSTOM SIDEBAR TEXT
  1736. -->
  1737.  
  1738.  
  1739.  
  1740. <div id="bite">
  1741. <div id="thekey"></div>
  1742. <div class="death">
  1743. <div id="actualnews">
  1744.  
  1745. <center>
  1746.  
  1747. <div style="width:auto;height:260px;overflow:scroll;padding:5px;">
  1748.  
  1749. <h4>
  1750. rogue one, punch it
  1751. </h4>
  1752.  
  1753. independent roleplay blog<br> for <b>CAPTAIN CASSIAN ANDOR</b> <br>of <i>rogue one</i>. <br><br><a href="http://captcassiansandors.tumblr.com/post/155526526615/permanent-starter-call-mutuals-only-like">permanent starter call</a>. <br>
  1754.  
  1755. _______________
  1756.  
  1757. <br><br>❝ I'VE BEEN RECRUITING FOR THE REBELLION FOR A <i>LONG</i> TIME ❞
  1758. <h4>
  1759. light it up
  1760. </h4>
  1761.  
  1762. written by <i>remy</i>. <br><i>private, selective</i>.<br> fandom & oc-friendly. <br> <i>est. dec/jan. 2017</i>
  1763.  
  1764. <h4>
  1765. all the way
  1766. </h4>
  1767.  
  1768. hola <i>!</i> i'm diving back into the indie community after a year-long break. come yell at me about rogue one; i'll love you <i>instantly !</i
  1769.  
  1770. <br>
  1771.  
  1772.  
  1773.  
  1774. </center>
  1775.  
  1776.  
  1777. </div>
  1778. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement