Advertisement
Guest User

jamsmade

a guest
Apr 27th, 2017
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.39 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!----------
  5.  
  6. PLEASE DO NOT REMOVE THE CREDIT
  7.  
  8. THIS THEME BELONGS TO
  9. *:・゚✧ 𝚌𝚘𝚞𝚛𝚊𝚐𝚎𝚘𝚞𝚜𝚟𝚎𝚜𝚜𝚎𝚕 ✧゚・:*
  10.  
  11. PLEASE DO NOT REMOVE THE CREDIT
  12. 𝐃𝐎 𝐍𝐎𝐓 𝐄𝐃𝐈𝐓 𝐀𝐍𝐃 𝐃𝐈𝐒𝐓𝐑𝐈𝐁𝐔𝐓𝐄
  13. 𝙳𝙾 𝙽𝙾𝚃 𝙲𝙻𝙰𝙸𝙼 𝙰𝚂 𝚈𝙾𝚄𝚁𝚂 𝙱𝙴 𝙽𝙸𝙲𝙴 𝙿𝙻𝙴𝙰𝚂𝙴
  14. --------->
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23. </head>
  24.  
  25. <!-- COLORS -->
  26. <meta name="color:background" content="#171717"/>
  27. <meta name="color:text" content="#b3b3b3"/>
  28. <meta name="color:links" content="#444444"/>
  29. <meta name="color:links hover" content="#818181"/>
  30. <meta name="color:links shadow" content="#363636"/>
  31. <meta name="color:bold" content="#b6a99b"/>
  32. <meta name="color:bold shadow" content="#000000"/>
  33. <meta name="color:big" content="#b3a39c"/>
  34. <meta name="color:big shadow" content="#fad6ab"/>
  35. <meta name="color:italic" content="#a83838"/>
  36. <meta name="color:italic shadow" content="#121212"/>
  37. <meta name="color:strike" content="#decba4"/>
  38. <meta name="color:underline" content="#ccbc9f"/>
  39. <meta name="color:code" content="#979384"/>
  40. <meta name="color:h1" content="#414141"/>
  41. <meta name="color:h1 shadow" content="#121212"/>
  42. <meta name="color:h2" content="#ffffff"/>
  43. <meta name="color:h2 shadow" content="#000000"/>
  44. <meta name="color:h3" content="#dcc397"/>
  45. <meta name="color:text pre" content="#393939"/>
  46. <meta name="color:border pre" content="#d7d5ce"/>
  47. <meta name="color:qb" content="#171717"/>
  48. <meta name="color:question text" content="#a2a2a2"/>
  49. <meta name="color:question shadow" content="#797979"/>
  50. <meta name="color:tags text" content="#444444"/>
  51. <meta name="color:tags hover" content="#8f8f8f"/>
  52. <meta name="color:tags shadow" content="#000000"/>
  53. <meta name="color:info text" content="#dadada"/>
  54. <meta name="color:info hover" content="#d4cdcd"/>
  55. <meta name="color:select background" content="#3c3c3c"/>
  56. <meta name="color:select text" content="#6b1212"/>
  57. <meta name="color:borders" content="#797979"/>
  58. <meta name="color:shadow2" content="#6b6b6b"/>
  59. <meta name="color:hover borders" content="#bbb4b4"/>
  60. <meta name="color:chatone" content="#444444"/>
  61. <meta name="color:chattwo" content="#1d1d1d"/>
  62.  
  63. <!-- COLORS -->
  64.  
  65. <!-- IMAGES -->
  66. <meta name="image:Background" content="http://i.imgur.com/npJSMZ9.png"/>
  67. <meta name="image:info" content="http://i.imgur.com/lmHrHE1.png"/>
  68. <!-- IMAGES -->
  69.  
  70. <!-------------------------------------------------------------------->
  71.  
  72. <!-- jquery -->
  73. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  74. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  75. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  76. <!-- TOOLTIPS -->
  77. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  78. <script src="http://static.tumblr.com/cu5jb6i/Sk8o6o28m/tooltip.js"></script>
  79. <!-- TABS -->
  80. <script>
  81. $(document).ready(function() {
  82. $('.tabs .tab-links a').on('click', function(e){var currentAttrValue =
  83. $(this).attr('href');// Show Tabs
  84. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  85. $(this).parent('li').addClass('active').siblings().removeClass('active');e.preventDefault();});});</script>
  86.  
  87. <!-------------------------------------------------------------------->
  88.  
  89.  
  90. <!-- THIS IS FOR THE PHOTOS DO NOT TOUCH PLEASE -->
  91.  
  92. <link href='http://static.tumblr.com/7bmjmb1/eHantn10w/photoset.css' rel='stylesheet' type='text/css'>
  93. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  94. <script>
  95. $(document).ready(function() {
  96. $('.photo-slideshow').pxuPhotoset({
  97. 'ligthbox': true, // uses the default Tumblr lightbox, change to false to use your own
  98. 'rounded' : 'corners', // corners, all or false
  99. 'highRes' : true, // will use high res images
  100. 'gutter' : '3px', // spacing between the images
  101. }, function() {
  102. $(this).animate({opacity:1});
  103. });});
  104. </script>
  105.  
  106. <script>
  107. $(document).ready(function(){
  108. $('.video iframe').each(function(){
  109. var scale = $(this).parents('.video').width() / 400;
  110. $(this).attr({
  111. width: Math.floor($(this).attr('width') * scale),
  112. height: Math.floor($(this).attr('height') * scale)})
  113. ;});});
  114. </script>
  115.  
  116.  
  117.  
  118. <!-- THIS IS FOR THE PHOTOS DO NOT TOUCH PLEASE -->
  119.  
  120.  
  121. <!-- POP UP SCRIPT -->
  122.  
  123. <script type="text/javascript" src=
  124. "https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  125. </script><script type="text/javascript">
  126. //<![CDATA[
  127. $(document).ready(function() {
  128. //
  129. $('a.poplight[href^=#]').click(function() {
  130. var popID = $(this).attr('rel'); //Get Popup Name
  131. var popURL = $(this).attr('href'); //Get Popup href to define size
  132. var query= popURL.split('?');
  133. var dim= query[1].split('&');
  134. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  135. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><\/a>');
  136. var popMargTop = ($('#' + popID).height() + 80) / 2;
  137. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  138. //Apply Margin to Popup
  139. $('#' + popID).css({
  140. 'margin-top' : -popMargTop,
  141. 'margin-left' : -popMargLeft
  142. });
  143. $('body').append('<div id="fade"><\/div>');
  144. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  145. return false;
  146. });
  147. $('a.close, #fade').live('click', function() {
  148. $('#fade , .popup_block').fadeOut(function() {
  149. $('#fade, a.close').remove(); //fade them both out
  150. });
  151. return false;
  152. });
  153. });
  154. //]]>
  155. </script>
  156.  
  157. <!-- POP UP SCRIPT -->
  158.  
  159. <!-- VERSES SCRIPT -->
  160. <script src="https://secure.static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  161.  
  162. <script>
  163.  
  164. $(document).ready(function(){
  165. $("ul#tabs li").click(function(e){
  166. if (!$(this).hasClass("active")) {
  167. var tabNum = $(this).index();
  168. var nthChild = tabNum+1;
  169. $("ul#tabs li.active").removeClass("active");
  170. $(this).addClass("active");
  171. $("ul#tab li.active").removeClass("active");
  172. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  173. }
  174. });
  175. });
  176.  
  177. </script>
  178. <!-- VERSES SCRIPT -->
  179.  
  180.  
  181. <!-- BLOBS IN A JAR -->
  182.  
  183. <script type="text/javascript">
  184. // <![CDATA[
  185. var colour="#d4c4db"; // what colour are the blobs
  186. var speed='70'; // speed of animation, lower is faster
  187. var blobs='8'; // how many blobs are in the jar
  188. var charc=String.fromCharCode(9679); // a blob - can be changed to charc='hello' or charc='*' for a different effect
  189.  
  190. /***************************\
  191. * Blobs in a Jar Effect *
  192. *(c)2012-13 mf2fm web-design*
  193. * http://www.mf2fm.com/rv *
  194. * DON'T EDIT BELOW THIS BOX *
  195. \***************************/
  196.  
  197. var div;
  198. var xpos=new Array();
  199. var ypos=new Array();
  200. var zpos=new Array();
  201. var dx=new Array();
  202. var dy=new Array();
  203. var dz=new Array();
  204. var blob=new Array();
  205. var swide=800;
  206. var shigh=600;
  207. var ie_version=(navigator.appVersion.indexOf("MSIE")!=-1)?parseFloat(navigator.appVersion.split("MSIE")[1]):false;
  208.  
  209. function addLoadEvent(funky) {
  210. var oldonload=window.onload;
  211. if (typeof(oldonload)!='function') window.onload=funky;
  212. else window.onload=function() {
  213. if (oldonload) oldonload();
  214. funky();
  215. }
  216. }
  217.  
  218. addLoadEvent(fill_the_jar);
  219.  
  220. function fill_the_jar() {
  221. var i, dvs;
  222. div=document.createElement('div');
  223. dvs=div.style;
  224. dvs.position='fixed';
  225. dvs.left='0px';
  226. dvs.top='0px';
  227. dvs.width='1px';
  228. dvs.height='1px';
  229. document.body.appendChild(div);
  230. set_width();
  231. for (i=0; i<blobs; i++) {
  232. add_blob(i);
  233. jamjar(i);
  234. }
  235. }
  236.  
  237. function add_blob(ref) {
  238. var dv, sy;
  239. dv=document.createElement('div');
  240. sy=dv.style;
  241. sy.position='absolute';
  242. sy.textAlign='center';
  243. if (ie_version && ie_version<10) {
  244. sy.fontSize="10px";
  245. sy.width="100px";
  246. sy.height="100px";
  247. sy.paddingTop="40px";
  248. sy.color=colour;
  249. dv.appendChild(document.createTextNode(charc));
  250. }
  251. else if (ie_version) {
  252. sy.fontSize="1px";
  253. sy.width="0px";
  254. sy.height="0px";
  255. }
  256. else {
  257. dv.appendChild(document.createTextNode(charc));
  258. sy.color='rgba(0,0,0,0)';
  259. }
  260. ypos[ref]=Math.floor(shigh*Math.random());
  261. dy[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
  262. xpos[ref]=Math.floor(swide*Math.random());
  263. dx[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
  264. zpos[ref]=Math.random()*20;
  265. dz[ref]=(0.5+Math.random())*(Math.random()>.5?.5:-.5);
  266. blob[ref]=dv;
  267. div.appendChild(blob[ref]);
  268. set_blob(ref);
  269. }
  270.  
  271. function rejig(ref, xy) {
  272. if (xy=='y') {
  273. dx[ref]=(0.5+Math.random())*sign(dx[ref]);
  274. dy[ref]=(0.5+Math.random())*-sign(dy[ref]);
  275. }
  276. else {
  277. dx[ref]=(0.5+Math.random())*-sign(dx[ref]);
  278. dy[ref]=(0.5+Math.random())*sign(dy[ref]);
  279. }
  280. }
  281.  
  282. function sign(a) {
  283. if (a<0) return (-2);
  284. else if (a>0) return (2);
  285. else return (0);
  286. }
  287.  
  288. function set_blob(ref) {
  289. var sy;
  290. sy=blob[ref].style;
  291. sy.top=ypos[ref]+'px';
  292. sy.left=xpos[ref]+'px';
  293. if (ie_version && ie_version<10) {
  294. sy.filter="glow(color="+colour+",strength="+zpos[ref]+")";
  295. sy.fontSize=30-zpos[ref]+"px";
  296. }
  297. else if (ie_version) {
  298. sy.boxShadow="0px 0px 40px "+zpos[ref]+"px "+colour;
  299. }
  300. else {
  301. sy.textShadow=colour+' 0px 0px '+zpos[ref]+'px';
  302. sy.fontSize=40+zpos[ref]+'px';
  303. }
  304. }
  305.  
  306. function jamjar(ref) {
  307. if (ypos[ref]+dy[ref]<-50 || ypos[ref]+dy[ref]>shigh) rejig(ref, 'y');
  308. ypos[ref]+=dy[ref];
  309. if (xpos[ref]+dx[ref]<-50 || xpos[ref]+dx[ref]>swide) rejig(ref, 'x');
  310. xpos[ref]+=dx[ref];
  311. if (zpos[ref]+dz[ref]<0 || zpos[ref]+dz[ref]>20) dz[ref]=-dz[ref];
  312. zpos[ref]+=dz[ref];
  313. set_blob(ref);
  314. setTimeout("jamjar("+ref+")", speed);
  315. }
  316.  
  317. window.onresize=set_width;
  318. function set_width() {
  319. var sw_min=999999;
  320. var sh_min=999999;
  321. if (document.documentElement && document.documentElement.clientWidth) {
  322. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  323. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  324. }
  325. if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  326. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  327. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  328. }
  329. if (document.body.clientWidth) {
  330. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  331. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  332. }
  333. if (sw_min==999999 || sh_min==999999) {
  334. sw_min=800;
  335. sh_min=600;
  336. }
  337. swide=sw_min;
  338. shigh=sh_min;
  339. }
  340. // ]]>
  341. </script>
  342.  
  343. <!-- BLOBS IN A JAR -->
  344.  
  345.  
  346. <style type="text/css">
  347.  
  348.  
  349. /* FONTS */
  350. @import 'https://fonts.googleapis.com/css?family=Special+Elite';
  351. @import 'https://fonts.googleapis.com/css?family=Oswald';
  352. @import 'https://fonts.googleapis.com/css?family=Crimson+Text|Josefin+Sans|Montserrat';
  353. @import url('https://fonts.googleapis.com/css?family=Abhaya+Libre');
  354. @import url('https://fonts.googleapis.com/css?family=Anton|IM+Fell+English');
  355. @import url('https://fonts.googleapis.com/css?family=Satisfy');
  356. @import url('https://fonts.googleapis.com/css?family=Roboto');
  357. @import url('https://fonts.googleapis.com/css?family=Homemade+Apple');
  358. @import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre');
  359.  
  360. /* FONTS */
  361.  
  362. @-webkit-keyframes CH {
  363. 0% {-webkit-transform: scale(.3);}
  364. 50% {-webkit-transform: scale(1.05);}
  365. 70% {-webkit-transform: scale(.9);}
  366. 100% {-webkit-transform: scale(1);}
  367. }
  368.  
  369.  
  370. /* POINTER */
  371.  
  372. *,body, a:hover {cursor: url(http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png), progress !important;}
  373.  
  374. /* POINTER */
  375.  
  376.  
  377.  
  378.  
  379. /* body thingy */
  380.  
  381. body {
  382. background-color:{color:background};
  383. background-image:url('{image:background}');
  384. background-attachment:fixed;
  385. background-repeat:no-repeat;
  386. background-position: left top ;
  387. font-family: 'Roboto', sans-serif;
  388. text-align:justify;
  389. font-size: 11px;
  390. color:{color:text};
  391. }
  392.  
  393. /* body thingy */
  394.  
  395.  
  396. /* links and hovers */
  397.  
  398.  
  399. a {
  400. text-decoration:none;
  401. font-size:12px;
  402. text-shadow:0px 0px 2px {color:shadow2};
  403. text-transform:uppercase;
  404. font-family: 'montserrat';
  405. color:{color:big};
  406. text-shadow:0px 0px 10px {color:shadow2}
  407. -webkit-transition: all 0.9s ease;
  408. -moz-transition: all 0.9s ease;
  409. -o-transition: all 0.9s ease;
  410. -moz-transition-duration:0.9s;
  411. -webkit-transition-duration:0.9s;
  412. -o-transition-duration:0.9s;
  413. }
  414.  
  415. a:hover {
  416. color:{color:bold};
  417. text-shadow:10px 0px 10px {color:bold shadow}
  418. -webkit-transition: all 0.9s ease;
  419. -moz-transition: all 0.9s ease;
  420. -o-transition: all 0.9s ease;
  421. -moz-transition-duration:0.9s;
  422. -webkit-transition-duration:0.9s;
  423. -o-transition-duration:0.9s;
  424. }
  425.  
  426. /* links and hovers */
  427.  
  428.  
  429. /* SCROLLBAR */
  430.  
  431. ::-webkit-scrollbar-thumb{
  432. background-color: transparent;
  433. border-radius:0px;
  434. height:auto;
  435. }
  436.  
  437. ::-webkit-scrollbar {
  438. height:auto;
  439. width:4px;
  440. border: 1px transparent;
  441. border-radius:0px;
  442. }
  443.  
  444. /* SCROLLBAR */
  445.  
  446.  
  447.  
  448. /* BOLD, ITALIC, SMALL AND OTHERS */
  449.  
  450. b, strong, bold {
  451. letter-spacing: 0px;
  452. color:{color:bold};
  453. text-transform: uppercase;
  454. font-weight: bold;
  455. text-shadow:1px 1px 0px {color:bold shadow};
  456. font-size: 13px;
  457. font-weight:600;
  458. font-family:calibri;
  459.  
  460. }
  461.  
  462. i, em, italic {
  463. color:{color:italic};
  464. text-shadow: 0px 0px 2px {color:italic shadow};
  465. letter-spacing:1px;
  466. font-weight:300;
  467. text-transform:normal;
  468. font-family: 'Homemade Apple', cursive;
  469. letter-spacing:1px;
  470. font-size:14px;
  471. line-height:100%;
  472. text-transform:lowercase;
  473.  
  474. }
  475.  
  476.  
  477. small, sub, sup {
  478. font-size:10px;
  479.  
  480. }
  481.  
  482. strike {
  483. font-size:11px;
  484. color:{color:strike};
  485. }
  486.  
  487. u {
  488. font-size:11px;
  489. color:{color:underline};
  490. }
  491.  
  492.  
  493. pre {
  494. padding-top:5px;
  495. text-align: center;
  496. font-family: 'Montserrat', sans-serif;
  497. text-transform:uppercase;
  498. letter-spacing:1px;
  499. font-size:9px;
  500.  
  501. }
  502.  
  503.  
  504. code {
  505. font-size: 15px;
  506. color:{color:code};
  507. font-family: 'Special Elite', cursive;
  508. }
  509.  
  510. big {
  511. color:{color:big};
  512. font-size: 16px;
  513. text-shadow: 0px 0px 2px {color:big shadow};
  514. font-family:georgia, sans-serif;
  515. }
  516.  
  517. h1 {
  518. font-family: 'Averia Serif Libre', cursive;
  519. text-transform:uppercase;
  520. text-align: center;
  521. font-size:15px;
  522. line-height:100%;
  523. color: {color:h1};
  524. text-shadow: 0px 0px 2px {color:h1 shadow};
  525. }
  526.  
  527. h2 {
  528. font-size:18px;
  529. color:{color:h2};
  530. font-weight:bold;
  531. font-family: 'Averia Serif Libre', cursive;
  532. text-shadow: 0px 0px 2px {color:h2 shadow}
  533.  
  534. }
  535.  
  536. h2 small,small h2 {
  537. font-size:11px;
  538. color:{color:big};
  539. font-weight:none;
  540. text-transform:lowercase;
  541. font-family: 'Averia Serif Libre', cursive;
  542. text-shadow: 0px 0px 2px {color:bold shadow}
  543.  
  544. }
  545.  
  546. h3 {
  547. font-size:18px;
  548. font-family: 'georgia', sans-serif;
  549. text-shadow: 0px 0px 3px {color:bold shadow};
  550. text-align:center;
  551. text-transform:lowercase;
  552. font-style:italic;
  553. line-height:100%;
  554. letter-spacing:0px;
  555. padding-bottom:-10px;
  556. color: {color:h3};
  557. }
  558.  
  559. h4 {
  560. padding:10px;
  561. padding-left:15px;
  562. padding-right:15px;
  563. word-wrap: break-word;
  564. color:{color:text pre};
  565. background-image:url('{image:info}');
  566. background-repeat:repeat;
  567. border-left: solid 3px {color:border pre};
  568. border-right: solid 3px {color:border pre};
  569. font-family: 'Montserrat', sans-serif;
  570. font-size:9px;
  571. font-family:calibri;
  572. text-transform:uppercase;
  573. letter-spacing:1px;
  574. text-align:center;
  575. }
  576.  
  577.  
  578. /* BOLD, ITALIC, SMALL AND OTHERS */
  579.  
  580.  
  581. /* BLOCKQUOTE */
  582.  
  583. blockquote {
  584. padding:2px 7px;
  585. margin:3px 0 3px 8px;
  586. border-left:1px solid {color:borders};
  587. }
  588.  
  589. blockquote img {
  590. max-width:100%;
  591. height:auto;
  592. }
  593.  
  594. /* BLOCKQUOTE */
  595.  
  596. /* CONTAINER AND POSTS */
  597.  
  598.  
  599. #container{
  600. background-color:#d4c4db; /* you can erase this or put transparent if you delete the 'opacity' and the 'container:hover' if you want a normal theme posts */
  601. height: 540px;
  602. width: 350px;
  603. top:0px;
  604. left: 500px;
  605. text-align:justify;
  606. font-family: 'Roboto', sans-serif;
  607. font-size:11px;
  608. text-transform: auto;
  609. position:fixed;
  610. overflow: auto;
  611. /* delete this if you wnat the post always visibles */
  612. opacity:0;
  613. -webkit-transition: all 0.9s ease-out;
  614. -moz-transition: all 0.9s ease-out;
  615. transition: all 0.9s ease-out;
  616. /* delete this if you wnat the post always visibles */
  617. -webkit-mask-image: -webkit-gradient(linear, center 85%, center top, from(rgba(0,0,0,20)), to(rgba(20,0,0,0)));
  618. -webkit-mask-image: -webkit-gradient(linear, center 85%, center bottom, from(rgba(0,0,0,20)), to(rgba(20,0,0,0))); /* this is for the grandient above the posts */
  619.  
  620. }
  621. /* delete this if you wnat the post always visibles */
  622. #container:hover{
  623. opacity:1;
  624. -webkit-transition: all 0.9s ease-out;
  625. -moz-transition: all 0.9s ease-out;
  626. transition: all 0.9s ease-out;
  627. }
  628. /* delete this if you wnat the post always visibles */
  629.  
  630. #posts{
  631. width:340px;
  632. overflow-x:hidden;
  633. overflow-y:auto;
  634. text-align:justify;
  635. margin-top:30px;
  636. margin-bottom:5px;
  637. margin-left:auto;
  638. font-size:11px;
  639. line-height:110%;
  640. letter-spacing:0px;
  641. color:{color:text};
  642. text-transform: auto;
  643. }
  644.  
  645. #posts img {
  646. height:auto;
  647. max-width:100%;
  648. }
  649.  
  650. #photo img {
  651. width:100%;
  652. -webkit-border-radius:5px;
  653. -moz-border-radius:5px;
  654. border-radius:5px;
  655. }
  656.  
  657. #container img {
  658. height:auto;
  659. max-width:100%;
  660. }
  661.  
  662. /* CONTAINER AND POSTS */
  663.  
  664.  
  665.  
  666. /* PHOTOSETS: DO NOT TOUCH THIS BECAUSE ITS FOR THEM TO RE-SIZE WHEN YOU CHANGE THE SIZE OF THE POSTS AND CONTAINER */
  667.  
  668. #vignette,#tumblr_lightbox_caption {visibility:hidden;}
  669. #tumblr_lightbox {background:{color:Background}!important;}
  670. #tumblr_lightbox_left_image,
  671. #tumblr_lightbox_right_image {opacity:0.5!important;}
  672. #tumblr_lightbox_center_image,
  673. #tumblr_lightbox_left_image,
  674. #tumblr_lightbox_right_image {
  675. box-shadow:none!important;
  676. border-radius:0px!important;
  677. }
  678.  
  679.  
  680. .caption {
  681. width:{select:Post size}px;
  682. text-align:justify;
  683. line-height:120%;
  684. }
  685.  
  686.  
  687. /* PHOTOSETS: DO NOT TOUCH THIS BECAUSE ITS FOR THEM TO RE-SIZE WHEN YOU CHANGE THE SIZE OF THE POSTS AND CONTAINER */
  688.  
  689.  
  690.  
  691. /* IMAGES GREYSCALE */
  692.  
  693. img {
  694. padding-left: 0px;
  695. max-width:500px;
  696. padding-bottom:10px;
  697. height: auto;
  698.  
  699. -webkit-transition: all 0.5s ease-in-out;
  700. -moz-transition: all 0.5s ease-in-out;
  701. -o-transition: all 0.5s ease-in-out;
  702. -ms-transition: all 0.5s ease-in-out;
  703. transition: all 0.5s ease-in-out;
  704. -webkit-filter: Grayscale(50%);
  705. -webkit-transition-duration: 0.8s;
  706. -moz-transition-duration:0.8s;
  707. transition-duration:0.8s; -o-transition-duration:0.8s;}
  708.  
  709. }
  710.  
  711. img:hover {
  712. opacity: 1.0;
  713. -webkit-transition: all 0.5s ease-in-out;
  714. -moz-transition: all 0.5s ease-in-out;
  715. -o-transition: all 0.5s ease-in-out;
  716. -ms-transition: all 0.5s ease-in-out;
  717. transition: all 0.5s ease-in-out;
  718. -webkit-filter: Grayscale(0%);
  719. -webkit-transition: all 0.5s ease-out;
  720. -moz-transition: all 0.5s ease-out;
  721. transition: all 0.5s ease-out;}
  722.  
  723. .html_photoset {
  724. height: auto;
  725. opacity: 0.4;
  726. -webkit-transition: all 0.5s ease-in-out;
  727. -moz-transition: all 0.5s ease-in-out;
  728. -o-transition: all 0.5s ease-in-out;
  729. -ms-transition: all 0.5s ease-in-out;
  730. transition: all 0.5s ease-in-out;
  731. -webkit-filter: Grayscale(50%);
  732. -webkit-transition-duration: 0.8s;
  733. -moz-transition-duration:0.8s;
  734. transition-duration:0.8s; -o-transition-duration:0.8s;}
  735.  
  736. .html_photoset:hover {
  737. height: auto;
  738. opacity: 1.0;
  739. -webkit-transition: all 0.5s ease-in-out;
  740. -moz-transition: all 0.5s ease-in-out;
  741. -o-transition: all 0.5s ease-in-out;
  742. -ms-transition: all 0.5s ease-in-out;
  743. transition: all 0.5s ease-in-out;
  744. -webkit-filter: Grayscale(0%);
  745. -webkit-transition: all 0.5s ease-out;
  746. -moz-transition: all 0.5s ease-out;
  747. transition: all 0.5s ease-out;}
  748.  
  749. /* IMAGES GREYSCALE */
  750.  
  751.  
  752.  
  753. /* THE LINKS */
  754.  
  755. .alinks {
  756. position: fixed;
  757. top:450px;
  758. left:200px;
  759. width: 50px;
  760. text-shadow: 0px 0px 2px {color:links shadow};
  761. margin-right: auto;
  762. opacity:0.5;
  763. -ms-transform: rotate(-20deg); /* IE 9 */
  764. -webkit-transform: rotate(-20deg); /* Safari */
  765. transform: rotate(-20deg);
  766.  
  767. }
  768.  
  769. .alinks a {
  770. padding-left: 5px;
  771. font-size: 50px;
  772. letter-spacing:0px;
  773. text-transform:uppercase;
  774. font-family: georgia, sans-serif;
  775. color: {color:links};
  776. text-shadow: 0px 0px 2px {color:links shadow};
  777. opacity:1;
  778. -moz-transition-duration:.9s;
  779. -webkit-transition-duration:.9s;
  780. -o-transition-duration:.9s;
  781. }
  782.  
  783. .alinks a:hover {
  784. padding-left: 5px;
  785. color: {color:links hover};
  786. text-shadow: 0px 0px 2px {color:links shadow};
  787. opacity:1;
  788. -webkit-transition:all .5s ease-in-out;
  789. -moz-transition:all .5s ease-in-out;
  790. transition:all .5s ease-in-out;
  791. }
  792.  
  793.  
  794. .blinks {
  795. position: fixed;
  796. top:380px;
  797. left:280px;
  798. width: 40px;
  799. text-shadow: 0px 0px 2px {color:links shadow};
  800. margin-right: auto;
  801. opacity:0.5;
  802. -ms-transform: rotate(30deg); /* IE 9 */
  803. -webkit-transform: rotate(30deg); /* Safari */
  804. transform: rotate(30deg);
  805.  
  806. }
  807.  
  808. .blinks a {
  809. padding-left: 5px;
  810. font-size: 50px;
  811. letter-spacing:0px;
  812. font-family: georgia, sans-serif;
  813. text-transform:uppercase;
  814. color: {color:links};
  815. text-shadow: 0px 0px 2px {color:links shadow};
  816. opacity:1;
  817. -moz-transition-duration:.9s;
  818. -webkit-transition-duration:.9s;
  819. -o-transition-duration:.9s;
  820. }
  821.  
  822. .blinks a:hover {
  823. padding-left: 5px;
  824. color: {color:links hover};
  825. text-shadow: 0px 0px 2px {color:links shadow};
  826. opacity:1;
  827. -webkit-transition:all .5s ease-in-out;
  828. -moz-transition:all .5s ease-in-out;
  829. transition:all .5s ease-in-out;
  830. }
  831.  
  832.  
  833. .clinks {
  834. position: fixed;
  835. top:480px;
  836. left:350px;
  837. width: 50px;
  838. text-shadow: 0px 0px 2px {color:links shadow};
  839. margin-right: auto;
  840. opacity:0.5;
  841. -ms-transform: rotate(30deg); /* IE 9 */
  842. -webkit-transform: rotate(30deg); /* Safari */
  843. transform: rotate(30deg);
  844.  
  845. }
  846.  
  847. .clinks a {
  848. padding-left: 5px;
  849. font-size: 60px;
  850. letter-spacing:0px;
  851. text-transform:uppercase;
  852. font-family: georgia, sans-serif;
  853. color: {color:links};
  854. text-shadow: 0px 0px 2px {color:links shadow};
  855. opacity:1;
  856. -moz-transition-duration:.9s;
  857. -webkit-transition-duration:.9s;
  858. -o-transition-duration:.9s;
  859. }
  860.  
  861. .clinks a:hover {
  862. padding-left: 5px;
  863. color: {color:links hover};
  864. text-shadow: 0px 0px 2px {color:links shadow};
  865. opacity:1;
  866. -webkit-transition:all .5s ease-in-out;
  867. -moz-transition:all .5s ease-in-out;
  868. transition:all .5s ease-in-out;
  869. }
  870.  
  871.  
  872. .dlinks {
  873. position: fixed;
  874. top:350px;
  875. left:420px;
  876. width: 50px;
  877. text-shadow: 0px 0px 2px {color:links shadow};
  878. margin-right: auto;
  879. opacity:0.5;
  880. -ms-transform: rotate(30deg); /* IE 9 */
  881. -webkit-transform: rotate(30deg); /* Safari */
  882. transform: rotate(30deg);
  883.  
  884. }
  885.  
  886. .dlinks a {
  887. padding-left: 5px;
  888. font-size: 60px;
  889. letter-spacing:0px;
  890. text-transform:uppercase;
  891. font-family: georgia, sans-serif;
  892. color: {color:links};
  893. text-shadow: 0px 0px 2px {color:links shadow};
  894. opacity:1;
  895. -moz-transition-duration:.9s;
  896. -webkit-transition-duration:.9s;
  897. -o-transition-duration:.9s;
  898. }
  899.  
  900. .dlinks a:hover {
  901. padding-left: 5px;
  902. color: {color:links hover};
  903. text-shadow: 0px 0px 2px {color:links shadow};
  904. opacity:1;
  905. -webkit-transition:all .5s ease-in-out;
  906. -moz-transition:all .5s ease-in-out;
  907. transition:all .5s ease-in-out;
  908. }
  909.  
  910.  
  911. .elinks {
  912. position: fixed;
  913. top:520px;
  914. left:290px;
  915. width: 50px;
  916. text-shadow: 0px 0px 2px {color:links shadow};
  917. margin-right: auto;
  918. opacity:0.5;
  919. -ms-transform: rotate(30deg); /* IE 9 */
  920. -webkit-transform: rotate(30deg); /* Safari */
  921. transform: rotate(30deg);
  922.  
  923. }
  924.  
  925. .elinks a {
  926. padding-left: 5px;
  927. font-size: 30px;
  928. letter-spacing:0px;
  929. text-transform:uppercase;
  930. font-family: georgia, sans-serif;
  931. color: {color:links};
  932. text-shadow: 0px 0px 2px {color:links shadow};
  933. opacity:1;
  934. -moz-transition-duration:.9s;
  935. -webkit-transition-duration:.9s;
  936. -o-transition-duration:.9s;
  937. }
  938.  
  939. .elinks a:hover {
  940. padding-left: 5px;
  941. color: {color:links hover};
  942. text-shadow: 0px 0px 2px {color:links shadow};
  943. opacity:1;
  944. -webkit-transition:all .5s ease-in-out;
  945. -moz-transition:all .5s ease-in-out;
  946. transition:all .5s ease-in-out;
  947. }
  948.  
  949. /* THE LINKS */
  950.  
  951.  
  952.  
  953. /* PAGINATION: PAGINATION2 IT'S FOR THE NEXT */
  954. #pagination {
  955. position:fixed;
  956. top:545px;
  957. left:500px;
  958. -ms-transform: rotate(0deg); /* IE 9 */
  959. -webkit-transform: rotate(0deg); /* Safari */
  960. transform: rotate(0deg);
  961. }
  962.  
  963. #pagination a {
  964. font-size:10px;
  965. color: {color:background};
  966. text-shadow:1px 1px 0px {color:links hover},
  967. 1px -1px 0px {color:links hover},
  968. -1px -1px 0px {color:links hover},
  969. -1px 1px 0px {color:links hover},
  970. 0px 1px 0px {color:links hover},
  971. 0px -1px 0px {color:links hover},
  972. 1px 0px 0px {color:links hover},
  973. -1px 0px 0px {color:links hover};
  974. }
  975.  
  976. #pagination a:hover {
  977. color:{color:bold shadow};
  978. -webkit-filter:blur(1px);
  979. }
  980.  
  981.  
  982. #pagination2 {
  983. position:fixed;
  984. top:545px;
  985. left:790px;
  986. -ms-transform: rotate(0deg); /* IE 9 */
  987. -webkit-transform: rotate(0deg); /* Safari */
  988. transform: rotate(0deg);
  989. }
  990.  
  991. #pagination2 a {
  992. font-size:10px;
  993. color: {color:background};
  994. text-shadow:1px 1px 0px {color:links hover},
  995. 1px -1px 0px {color:links hover},
  996. -1px -1px 0px {color:links hover},
  997. -1px 1px 0px {color:links hover},
  998. 0px 1px 0px {color:links hover},
  999. 0px -1px 0px {color:links hover},
  1000. 1px 0px 0px {color:links hover},
  1001. -1px 0px 0px {color:links hover};
  1002. }
  1003.  
  1004. #pagination2 a:hover {
  1005. color:{color:bold shadow};
  1006. -webkit-filter:blur(1px);
  1007. }
  1008.  
  1009. /* PAGINATION */
  1010.  
  1011.  
  1012.  
  1013.  
  1014. /* QUESTIONS AND AUDIO */
  1015.  
  1016. .question {
  1017. font-family: tahoma;
  1018. line-height:120%;
  1019. font-size:10px;
  1020. margin-top:5px;
  1021. margin-left:72px;
  1022. text-align:right;
  1023. padding:10px;
  1024. background-color:{color:qb};
  1025. color:{color:question text};
  1026. border-right: 3px solid {color:borders};
  1027. border-left: 3px solid {color:borders};
  1028. outline-offset: 3px;
  1029. background-repeat:repeat;
  1030. background-attachment:fixed;
  1031. }
  1032.  
  1033. .asker {
  1034. text-transform:uppercase;
  1035. font-family: 'montserrat';
  1036. padding-top:5px;
  1037. max-width:300px;
  1038. margin-top:-50px;
  1039. font-size:12px;
  1040. margin-left:75px;
  1041. }
  1042.  
  1043. .askeru {
  1044. margin-top:-5px;
  1045. right:10px;
  1046. text-transform:lowercase;
  1047. font-style:italic;
  1048. font-size:12px;
  1049.  
  1050. }
  1051.  
  1052. .answer {
  1053. margin-top:15px;
  1054. padding-top:20px;
  1055. text-align:justify;
  1056. }
  1057.  
  1058. .asking{
  1059. padding:3px 0px 0px 3px;
  1060. }
  1061.  
  1062.  
  1063. .audio {
  1064. height:60px;
  1065. padding:5px;
  1066. margin-bottom:5px;
  1067. }
  1068. .audio-album {
  1069. position:absolute;
  1070. width:60px;
  1071. }
  1072. .audio-player {
  1073. opacity:0.6;
  1074. filter:alpha(opacity=60);
  1075. border:10px solid {color:borders};
  1076. width:40px;
  1077. height:40px;
  1078. overflow:hidden;
  1079. position:absolute;
  1080. z-index:2;
  1081. margin-left:0px;
  1082. margin-top:0px;
  1083. }
  1084. .audio-info {
  1085. margin-top:-0px;
  1086. position:relative;
  1087. margin-left:70px;
  1088. padding:8px;
  1089. background-color:{color:background}
  1090. }
  1091.  
  1092.  
  1093.  
  1094. .note {
  1095. text-transform:uppercase;
  1096. font-style:normal;
  1097. letter-spacing:0px;
  1098. font-size: 9px;
  1099. text-align:left;
  1100. line-height:90%;
  1101. margin-left:-40px;
  1102. }
  1103.  
  1104. .note li {
  1105. list-style-type:none;
  1106. padding:10px 25px 10px 25px;
  1107. text-align:left;
  1108. margin:0px;
  1109. -moz-transition-duration:0.5s;
  1110. -webkit-transition-duration:0.5s;
  1111. -o-transition-duration:0.5s;
  1112. }
  1113.  
  1114. /* QUESTIONS AND AUDIO */
  1115.  
  1116.  
  1117.  
  1118.  
  1119. /* permalinks, info and tags */
  1120.  
  1121.  
  1122. /*PERMALINK & TAGS*/
  1123.  
  1124.  
  1125. #info {
  1126. width:auto;
  1127. height:auto;
  1128. margin-top:0px;
  1129.  
  1130. }
  1131.  
  1132. #info1 {
  1133. margin-left:55px;
  1134. margin-top:0px;
  1135. position:absolute;
  1136. font-size:10px;
  1137. text-decoration:none;
  1138. transform: rotate(-50deg);
  1139. -ms-transform: rotate(-50deg);
  1140. -webkit-transform: rotate(-50deg);
  1141. -o-transform: rotate(-50deg);
  1142. -moz-transform: rotate(-50deg);
  1143. }
  1144.  
  1145. #info2 {
  1146. margin-left:35px;
  1147. margin-top:-5px;
  1148. position:absolute;
  1149. font-size:10px;
  1150. text-decoration:none;
  1151. transform: rotate(-50deg);
  1152. -ms-transform: rotate(-50deg);
  1153. -webkit-transform: rotate(-50deg);
  1154. -o-transform: rotate(-50deg);
  1155. -moz-transform: rotate(-50deg);
  1156.  
  1157. }
  1158.  
  1159.  
  1160. #info3 {
  1161. margin-left:25px;
  1162. margin-top:10px;
  1163. position:absolute;
  1164. font-size:10px;
  1165. text-decoration:none;
  1166. transform: rotate(-50deg);
  1167. -ms-transform: rotate(-50deg);
  1168. -webkit-transform: rotate(-50deg);
  1169. -o-transform: rotate(-50deg);
  1170. -moz-transform: rotate(-50deg);
  1171.  
  1172. }
  1173.  
  1174. #info a{
  1175. color:{color:info text};
  1176. font-size:15px;
  1177. }
  1178.  
  1179. #info a:hover{
  1180. color:{color:info hover};
  1181. -webkit-transition:all .5s ease-in-out;
  1182. -moz-transition:all .5s ease-in-out;
  1183. transition:all .5s ease-in-out;
  1184. }
  1185.  
  1186.  
  1187. /*TAGS*/
  1188. .tags {
  1189. background:transparent;
  1190. padding-left:px;
  1191. padding-top:5px;
  1192. width:280px;
  1193. margin-left:55px;
  1194. padding-right:px;
  1195. padding-bottom:8px;
  1196. text-transform:uppercase;
  1197. text-align:center;
  1198. line-height:13px;
  1199. font-size:8px;
  1200. margin-top:20px;
  1201. }
  1202.  
  1203.  
  1204.  
  1205.  
  1206. .tags a {
  1207. font-size:9px;
  1208. text-decoration:none;
  1209. color:{color:tags text};
  1210. text-shadow: none;
  1211. -webkit-transition: all 0.5s ease-out;
  1212. -moz-transition: all 0.5s ease-out;
  1213. transition: all 0.5s ease-out;
  1214. font-style:normal;
  1215. }
  1216.  
  1217. .tags a:hover {
  1218. color:{color:tags hover};
  1219. text-shadow:1px 1px 0px {color:tags shadow};
  1220. -webkit-transition: all 0.5s ease-out;
  1221. -moz-transition: all 0.5s ease-out;
  1222. transition: all 0.5s ease-out;
  1223. }
  1224.  
  1225.  
  1226. /*TAGS*/
  1227.  
  1228.  
  1229. .note {
  1230. text-transform:none;
  1231. letter-spacing:0px;
  1232. font-size:9px;
  1233. text-align:left;
  1234. line-height:100%;
  1235. margin-left:5px;
  1236. }
  1237.  
  1238. .note li {
  1239. list-style-type:decimal;
  1240. padding:0px 5px 10px 25px;
  1241. text-align:left;
  1242. -webkit-transition: all 0.5s ease-in-out;
  1243. -moz-transition: all 0.5s ease-in-out;
  1244. -o-transition: all 0.5s ease-in-out;
  1245. }
  1246.  
  1247.  
  1248. /* permalinks, info and tags */
  1249.  
  1250.  
  1251. /* QUOTES AND SOURCE */
  1252.  
  1253. .quotemarkleft {
  1254. font-size: 130px;
  1255. font-family: 'Georgia';
  1256. font-weight: bold;
  1257. line-height: 100px;
  1258. position: relative;
  1259. margin: 0px 0 -90px 30px;
  1260. color:{color:text};
  1261. opacity: 0.9;
  1262. }
  1263.  
  1264.  
  1265. #quote {
  1266. background:transparent;
  1267. font-family: 'Crimson Text', serif;
  1268. color:{color:text};
  1269. font-size:15px;
  1270. text-align:center;
  1271. line-height:120%;
  1272. padding:5px;
  1273. padding-top:12px;
  1274. padding-bottom:8px;
  1275. }
  1276.  
  1277. .qsource{
  1278. padding-top:3px;
  1279. padding-bottom:1px;
  1280. font-family: 'Cedarville Cursive', cursive;
  1281. font-size:15px;
  1282. text-align:right;
  1283. }
  1284.  
  1285.  
  1286.  
  1287. .chat ol {
  1288. font-size:10px;
  1289. font-family:calibri;
  1290. line-height:100%;
  1291. padding:0px;
  1292. list-style:none;
  1293. }
  1294.  
  1295. .label {
  1296. font-size:10px;
  1297. font-family:calibri;
  1298. font-weight:bold;
  1299. color:{color:Text};
  1300. }
  1301.  
  1302. .line.odd {
  1303. padding:4px;
  1304. margin-bottom:2px;
  1305. }
  1306.  
  1307. .line.even {
  1308. padding:4px;
  1309. margin-bottom:2px;
  1310. }
  1311.  
  1312. /* QUOTES AND SOURCE */
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318. /* SELECTION TEXT AND BG */
  1319.  
  1320.  
  1321. ::selection {
  1322. background:{color:select background};
  1323. color:{color:select text};
  1324. }
  1325.  
  1326. /* SELECTION TEXT AND BG */
  1327.  
  1328.  
  1329.  
  1330. /* CHAT */
  1331.  
  1332. .chat ol {
  1333. padding:0;
  1334. font-family: 'Roboto', sans-serif;
  1335. font-size:7px;
  1336. text-transform:uppercase;
  1337. letter-spacing:1px;
  1338. line-height:180%;
  1339. list-style:none;
  1340. }
  1341.  
  1342. .line.odd {
  1343. background:{color:chatone};
  1344. padding:5px;
  1345. }
  1346.  
  1347. .line.even {
  1348. background:{color:chattwo};
  1349. padding:5px;
  1350. }
  1351.  
  1352. .label {
  1353. font-weight:none;
  1354. font-size:8px;
  1355. padding-right:1px;
  1356. letter-spacing:1px;
  1357. text-transform:uppercase;
  1358. color:{color:text};
  1359. }
  1360.  
  1361. /* CHAT */
  1362.  
  1363.  
  1364.  
  1365. /* CREDIT */
  1366.  
  1367. #credit {
  1368. font-size:10px;
  1369. position:fixed;
  1370. bottom:5px;
  1371. right:10px;
  1372. letter-spacing:0px;
  1373. z-index:99999;
  1374.  
  1375. }
  1376.  
  1377. #credit a{
  1378. display:block;
  1379. text-transform:uppercase;
  1380. color:{color:text};
  1381. text-shadow:0px 0px 1px {color:shadow2};
  1382. height:20px;
  1383. width:20px;
  1384. box-shadow:0 0 2 {color:shadow2};
  1385. text-align:center;
  1386. -webkit-transition: all 0.3s ease-in-out;
  1387. -moz-transition: all 0.3s ease-in-out;
  1388. -o-transition: all 0.3s ease-in-out;
  1389. -ms-transition: all 0.3s ease-in-out;
  1390. transition: all 0.3s ease-in-out;
  1391.  
  1392. }
  1393.  
  1394. #credit a:hover{
  1395. color:#fff;
  1396. text-transform:uppercase;
  1397. text-shadow:0px 0px 1px #fff;,
  1398. -webkit-transition: all 0.8s ease-in-out;
  1399. -moz-transition: all 0.8s ease-in-out;
  1400. -o-transition: all 0.8s ease-in-out;
  1401. -ms-transition: all 0.8s ease-in-out;
  1402. transition: all 0.8s ease-in-out;
  1403.  
  1404. }
  1405.  
  1406.  
  1407. /* CREDIT */
  1408.  
  1409.  
  1410.  
  1411.  
  1412. /* POP UP */
  1413.  
  1414. .popup_block{
  1415. display:none;
  1416. background:#d4c4db;
  1417. background-repeat: no-repeat;
  1418. padding:20px;
  1419. float:left;
  1420. font-family: 'Roboto', sans-serif;
  1421. height: 507px;
  1422. position:fixed;
  1423. top:291px; left:695px;
  1424. z-index: 99999;
  1425. overflow-y: scroll;
  1426. overflow-x: hidden;
  1427.  
  1428. }
  1429.  
  1430. *html #fade {position: absolute;}
  1431. *html .popup_block {position: absolute;}
  1432. #fade {
  1433. display:none;
  1434. position:fixed;
  1435. left:0px;
  1436. top:0px;
  1437. width:100%;
  1438. height:100%;
  1439. z-index:9999;
  1440. background:transparent; /* change to #fff for solid white */
  1441. opacity:0.7; /* change to opacity:1; */
  1442. }
  1443.  
  1444.  
  1445. ul#tabs {
  1446. list-style-type: none;
  1447. padding: 0;
  1448. text-align: center;
  1449. font-size:8px;
  1450. letter-spacing:1px;
  1451.  
  1452. }
  1453.  
  1454. ul#tabs li {
  1455. display: inline-block;
  1456. text-transform:uppercase;
  1457. background-color: transparent;
  1458. border: solid 0px #262626;
  1459. padding: 5px 20px;
  1460. margin-bottom: 4px;
  1461. color: #b1b1b1;
  1462. cursor: pointer;
  1463. }
  1464.  
  1465. ul#tabs li:hover {
  1466. background-color: #000000;
  1467. }
  1468.  
  1469. ul#tabs li.active {
  1470. background-color: #0f0f0f;
  1471. }
  1472.  
  1473. ul#tab {
  1474. list-style-type: none;
  1475. margin: 0;
  1476. padding: 0;
  1477. }
  1478.  
  1479. ul#tab li {
  1480. display: none;
  1481. }
  1482.  
  1483. ul#tab li.active {
  1484. display: block;
  1485. }
  1486.  
  1487.  
  1488. .navega{
  1489. text-align:center;
  1490. text-transform:uppercase;
  1491. font-family:tahoma;
  1492. font-size:9px;
  1493. }
  1494.  
  1495. .navega a {
  1496. width:100px;
  1497. margin-left:4px;
  1498. margin-right:4px;
  1499. margin-top:4px;
  1500. margin-bottom:4px;
  1501. display:inline-block;
  1502. background-color:{color:text};
  1503. color:{color:links};
  1504. background-repeat:repeat;
  1505. background-attachment:fixed;
  1506. padding-right:4px;
  1507. padding-left:4px;
  1508. line-height:20px;
  1509. margin-top:2px;
  1510. margin-bottom:2px;
  1511. letter-spacing:1px;
  1512. transition-duration: 0.6s;
  1513. border-left:1px solid {color:background};
  1514. border-right:1px solid {color:background};
  1515. border-top:1px solid {color:background};
  1516. border-bottom:1px solid {color:background};
  1517. -webkit-transition: .5s ease-in-out;
  1518. -moz-transition: .5s ease-in-out;
  1519. -o-transition: .5s ease-in-out;
  1520. }
  1521.  
  1522. .navega a:hover {
  1523. background:{color:background};
  1524. color:#545454;
  1525. -moz-transition-duration:.6s;
  1526. -webkit-transition-duration:.6s;
  1527. -o-transition-duration:.6s;
  1528. -webkit-filter: blur(1px);
  1529. }
  1530.  
  1531. .pic img {
  1532. float: left;
  1533. padding: 0px;
  1534. margin-right: 10px;
  1535. width: 75px;
  1536. height: 75px;
  1537. }
  1538. /* POP UP */
  1539.  
  1540.  
  1541.  
  1542.  
  1543. /* HOVER LINKS div#qTip */
  1544.  
  1545.  
  1546. #s-m-t-tooltip{
  1547. max-width:300px;
  1548. margin:7px;
  1549. padding:4px 4px 4px 4px;
  1550. border-radius:0px;
  1551. color:{color:text};
  1552. position:fixed;
  1553. background-image:url('{image:info}');
  1554. background-repeat:repeat;
  1555. background-attachment:fixed;
  1556. font-size:10px;
  1557. font-style:none;
  1558. font-weight:bold;
  1559. font-family:'calibri';
  1560. text-transform:uppercase;
  1561. border-left: 3px solid {color:hover borders};
  1562. box-shadow: 1px 0px 0px {color:bold shadow}, 1px 1px 1px {color:bold shadow};
  1563. letter-spacing:0px;
  1564. z-index:99999999999999999999999;
  1565. transition:0.7s ease-in-out;
  1566. -o-transition:0.7s ease-in-out;
  1567. -ms-transition:0.7s ease-in-out;
  1568. -moz-transition:0.7s ease-in-out;
  1569. -webkit-transition:0.7s ease-in-out;
  1570. }
  1571.  
  1572.  
  1573. /* HOVER LINKS */
  1574.  
  1575.  
  1576. /* SIDEBAR */
  1577.  
  1578. #sidebar {
  1579. font-family: 'Roboto', sans-serif;
  1580. font-size:9px;
  1581. color: {color:text};
  1582. width:200px;
  1583. height:512px;
  1584. top:34px;
  1585. left: 880px;
  1586. line-height:120%;
  1587. text-transform:uppercase;
  1588. text-align:center;
  1589. position:fixed;
  1590. overflow-y: scroll;
  1591. overflow-x: hidden;
  1592. opacity:0.5;
  1593. -webkit-transition: all 0.6s ease-in-out;
  1594. -moz-transition: all 0.6s ease-in-out;
  1595. -o-transition: all 0.6s ease-in-out;
  1596. -ms-transition: all 0.6s ease-in-out;
  1597. transition: all 0.6s ease-in-out;
  1598. -webkit-transition: all 0.5s ease-in-out;
  1599. -moz-transition: all 0.5s ease-in-out;
  1600. -o-transition: all 0.5s ease-in-out;
  1601. -ms-transition: all 0.5s ease-in-out;
  1602. transition: all 0.5s ease-in-out;
  1603. -webkit-filter: Grayscale(100%);
  1604. -webkit-transition-duration: 0.8s;
  1605. -moz-transition-duration:0.8s;
  1606. transition-duration:0.8s; -o-transition-duration:0.8s;
  1607.  
  1608. }
  1609.  
  1610.  
  1611. #sidebar:hover{
  1612. opacity:1;
  1613. -webkit-transition: all 0.6s ease-in-out;
  1614. -moz-transition: all 0.6s ease-in-out;
  1615. -o-transition: all 0.6s ease-in-out;
  1616. -ms-transition: all 0.6s ease-in-out;
  1617. transition: all 0.6s ease-in-out;
  1618. opacity: 1.0;
  1619. -webkit-transition: all 0.5s ease-in-out;
  1620. -moz-transition: all 0.5s ease-in-out;
  1621. -o-transition: all 0.5s ease-in-out;
  1622. -ms-transition: all 0.5s ease-in-out;
  1623. transition: all 0.5s ease-in-out;
  1624. -webkit-filter: Grayscale(0%);
  1625. -webkit-transition: all 0.5s ease-out;
  1626. -moz-transition: all 0.5s ease-out;
  1627. transition: all 0.5s ease-out;
  1628.  
  1629. }
  1630.  
  1631.  
  1632. /* SIDEBAR */
  1633.  
  1634.  
  1635. </style>
  1636. <body>
  1637.  
  1638. <!-- UPDATES -->
  1639.  
  1640. <div id="sidebar">
  1641.  
  1642. <br>PASTBEDTIME.
  1643.  
  1644.  
  1645. <h1>To err is HUMAN.</h1>
  1646.  
  1647. <br>Pursuing dreams can be <i>daunting</i>. &nbsp; It feels like you're standing on the edge of a cliff <b>staring</b> at your dream as it sits on a cloud, floating out in the open air, and all you need to do is take that leap to see if you'll fall or if you'll <i>fly</i>.
  1648. <h2>ind. carrie hope fletcher.</h2><h1>written by alex.</h1>
  1649. <p><img src= "https://68.media.tumblr.com/eed190583a273178e3d67165d5274b87/tumblr_inline_op37439eyP1ukoqrp_500.png" /><p>I don’t know what I’m doing. In life, in love, in work, in general. I just don’t know what I’m doing. I’m making it up as I go along. Doing it on the fly. Winging it. Haven’t a clue. I am not qualified, in any way, to be telling you how to live your life. I’m a singing, acting, stumbling, bumbling London girl who’s led rather a daft life. I don’t have a degree in anything. I didn’t even train to sing or act. I’ve learned what I’ve learned through living my life, knocking things over, breaking things, fixing them, and learning how not to do the same thing again—hopefully. I’ve made mistakes. Loads of ‘em. More mistakes than I have fingers and toes … TWICE OVER.
  1650.  
  1651. </div>
  1652. </div>
  1653. </div>
  1654.  
  1655.  
  1656. <div class="alinks">
  1657. <a href="/" title="refresh">✰</a>
  1658. </div>
  1659. <div class="blinks">
  1660. <a href="#?w=310" rel="box1" class="poplight" title="inquire">♬</span></a>
  1661. </div>
  1662. <div class="dlinks">
  1663. <a href="#?w=310" rel="box2" class="poplight" title="about">★</a>
  1664. </div>
  1665. <div class="elinks">
  1666. <a href="#?w=310" rel="box3" class="poplight" title="rules">♪</a>
  1667. </div>
  1668. <div class="clinks">
  1669. <a href="#?w=310" rel="box4" class="poplight" title="navigation">☆</a>
  1670. </div>
  1671. </div>
  1672. </div>
  1673.  
  1674. <!-- CREDIT -->
  1675.  
  1676. <div id="credit">
  1677.  
  1678. <a href="https://courageousvessel.tumblr.com/" title="Theme by Satán"> SW </a>
  1679. </div>
  1680. <!-- CREDIT -->
  1681.  
  1682. <div id="pagination">{block:Pagination}
  1683. {block:NextPage}<a href="{NextPage}">forward</a>
  1684. {/block:NextPage}
  1685. {/block:Pagination}</div>
  1686.  
  1687. <div id="pagination2">{block:Pagination}
  1688. {block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}
  1689. {/block:Pagination}</div>
  1690.  
  1691. <!-- POST AND CONTAINER -->
  1692. <div id="container">
  1693.  
  1694. {block:Posts}
  1695. <div id="posts">
  1696. {block:Text}<center><h1>{block:Title}{Title}{/block:Title}</h1></center>{Body}{/block:Text}
  1697. {block:Photo}
  1698.  
  1699. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  1700. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1701.  
  1702. {block:Photoset}
  1703. {Photoset}{block:Caption}{Caption}{/block:Caption}
  1704. {/block:Photoset}
  1705.  
  1706.  
  1707. {block:Video}
  1708. <div class="video">{Video-500}{block:Caption}{Caption}{/block:Caption}</div></div></div>
  1709. {/block:Video}
  1710.  
  1711. <!-- POST AND CONTAINER -->
  1712.  
  1713. <!-- QUOTES, CHATS AND AUDIO -->
  1714.  
  1715. {block:Quote}<div class="quotemarkleft"; style=opacity:0.5;>“</div><div ID="quote">{Quote}{block:Source}<br><br> <div style="text-align: right;">— {Source}</div></div>{/block:Source}{/block:Quote}
  1716.  
  1717. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1718.  
  1719. {block:Chat}
  1720. {block:Title}
  1721. <h2 style="margin-bottom:-4px;">{Title}</h2>
  1722. {/block:Title}
  1723. <div class="chat">
  1724. <ol>{block:Lines}
  1725. <li class="line {Alt}">
  1726. {block:Label}
  1727. <span class="label">
  1728. <b>{Label}</b></span>
  1729. {/block:Label}{Line}</li>
  1730. {/block:Lines}
  1731. </ol></blockquote></div>
  1732. {/block:Chat}
  1733.  
  1734.  
  1735. {block:Audio}
  1736. <div class="audio">{block:AlbumArt}
  1737. <img class="audio-album" src="{AlbumArtURL}">
  1738. {/block:AlbumArt}
  1739. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}
  1740. {/block:AudioPlayer}</div>
  1741. <div class="audio-info">
  1742. {block:TrackName}
  1743. <b>Title:</b> {TrackName}<BR>
  1744. {/block:TrackName}
  1745. {block:Artist}
  1746. <b>Artist:</b> {Artist}<BR>
  1747. {/block:Artist}
  1748. {block:Album}
  1749. <b>Album:</b> {Album}<BR>
  1750. {/block:Album}
  1751. <b>Played</b> <i>{PlayCount}</i> <b>times</b></div></div>
  1752. {block:Caption}<div class="caption">{Caption}</div>
  1753. {/block:Caption}
  1754. {/block:Audio}
  1755.  
  1756. <!-- QUOTES, CHATS AND AUDIO -->
  1757.  
  1758.  
  1759.  
  1760. <!-- QUESTIONS, INFO, TAGS AND POST NOTES -->
  1761.  
  1762. {block:Answer}
  1763. <div class="asking"><img src="{AskerPortraitURL-64}"></div>
  1764. <div class="asker">{Asker}</div>
  1765. <span style="color:#444;font-size:13px;margin-left:70px;letter-spacing:2px;">said something.</span>
  1766. <div class="question">{question}</div>
  1767. <p><p>{Answer}{/block:Answer}
  1768.  
  1769.  
  1770. {block:Date}
  1771. <div id="info">
  1772. <div id="info1">
  1773. <a href="{Permalink}" title="{SortMonth} {DayOfMonthWithZero} - {TimeAgo}">♬</a></div>
  1774. <div id="info2">
  1775. <a href="{Permalink}" title="{NoteCountWithLabel}">⚝</a></div>
  1776. {block:ContentSource}
  1777. <div id="info3">
  1778. <a href="{SourceURL}" title="{SourceTitle}">☆</a>
  1779. {/block:ContentSource}
  1780. </div>
  1781. </div>
  1782. {/block:Date}
  1783.  
  1784.  
  1785. {block:Hastags}
  1786. <div id="thetop"></div>
  1787. <div class="tags">
  1788. {block:tags} <a href="{TagURL}" title="{Tag}">&nbsp; #{Tag} </a> {/block:tags} </div>
  1789. {/block:Hastags}
  1790.  
  1791. <div class="postnote">
  1792. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1793.  
  1794. </div>
  1795. {/block:Posts}
  1796. </div>
  1797.  
  1798. {block:ContentSource}
  1799. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1800. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  1801. </a> -->
  1802. {/block:ContentSource}
  1803. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1804.  
  1805. <!-- QUESTIONS, INFO, TAGS AND POST NOTES -->
  1806.  
  1807. <div id="box1" class="popup_block">
  1808. <div id="contenido">
  1809. <iframe frameborder="0" height="350" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/pastbedtime.tumblr.com" width="100%"></iframe>
  1810. </div>
  1811. </div>
  1812.  
  1813. <div id="box2" class="popup_block">
  1814. <p><img src= "https://68.media.tumblr.com/83ccb11c4184b5ff4f66dd5fa7b40de5/tumblr_inline_op37s6MJCG1ukoqrp_540.png" /> &nbsp; <img src= "https://68.media.tumblr.com/0af153b78099c8110df62f5e367f2b23/tumblr_inline_op37t9AMVh1ukoqrp_540.png" /> &nbsp; <img src= "https://68.media.tumblr.com/32a202e8b13a7da0326fd0f11387e1d0/tumblr_inline_op37szWik21ukoqrp_540.png" /><p>
  1815. <i>BASIC INFORMATION</i>.</p><ul><li><b>Full Name</b>: Carrie Hope Fletcher</li><li><b>Nickname</b>(s): Carrie ; itswaypastmybedtime</li><li><b>Age</b>: 24</li><li><b>Date of Birth</b>: 22 October, 1992</li><li><b>Current Location</b>: London, England. (On the UK tour of Addams Family.)</li><li><b>Nationality</b>: English</li><li><b>Gender</b>: Female</li><li><b>Pronouns</b>: She/Her</li><li><b>Orientation</b>: Heterosexual / Heteroromantic</li><li><b>Occupation</b>: Youtuber / Actress / Singer</li><li><b>Living Arrangements</b>: Flat w/ Boyfriend</li></ul><p><i>PHYSICAL APPEARANCE</i>.</p><ul><li><b>Face Claim</b>: Aforementioned.</li><li><b>Tattoos</b>: Hope in morse code on her left foot, an arrow on her side, and a bird with the words&nbsp;‘an inexplicable sense of happiness” on its wings on her other side.</li><li><b>Piercings</b>: Just the ears.</li><li><b>Clothing Style</b>: LOADS of dresses.</li><li><b>Distinguishing Characteristics</b>: Hair in curls cut to the base of her neck and a gap in her teeth. Rather large lips and curvy frame.</li></ul></li></ul>
  1816. </div>
  1817.  
  1818. <div id="box3" class="popup_block">
  1819. <ul id="tabs">
  1820. <li class="active">RULES.</li>
  1821.  
  1822.  
  1823. <ul id="tab">
  1824. <li class="active">
  1825. <div class="pic"><img src="https://68.media.tumblr.com/ee8a70b17d01cd7388208dd9c9b509f1/tumblr_inline_op36wgWxeX1ukoqrp_500.png"><p><p>&nbsp;MUN INFO:&nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; alex / 20 yrs / saggitarius / CST / enjoys long walks to the fridge and gamers that yell too much.</p>
  1826. <p>FULL DISCLOSURE.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;as soon as carrie says that this blog isn&rsquo;t okay, or she isn&rsquo;t comfortable with people rping her, i will IMMEDIATELY delete this blog and its contents on sight, no exceptions. Until then, however, I reserve the right to write her. i&rsquo;ve gotten too much hate surrounding this, and quite frankly, i just want to do what i love. all hate will be blocked and deleted on sight. any inquiring anons will be sent a screenshot of this as a first warning and then will be blocked and deleted if persistent.</p>
  1827. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong><em>INTERACTION</em></strong>:</p>
  1828. <p>I WON&rsquo;T BE ON THIS BLOG MUCH.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; simple as: i&rsquo;m still getting muse for carrie. i love her, but i won&rsquo;t be on as much.</p>
  1829. <p>I AM AMERICAN.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; that&rsquo;s it. carrie is british, i am not. if i get something wrong just hmu.</p>
  1830. <p>NO SMUT ON THE DASH FROM ME.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;from you? that&rsquo;s chill. just don&rsquo;t expect any smut from me. carrie is a real person in a real relationship. it&rsquo;s important to realize that. i&rsquo;ll do crack ships, but other than that, nah.</p>
  1831. <p>PLEASE SEND ME MEMES.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;i really don&rsquo;t want to have to do this but it&rsquo;s become such a problem that i feel like i have to, so. i&rsquo;m not a meme resource. i&rsquo;m not here for you to reblog memes from. i get it, if our characters don&rsquo;t know each other, you&rsquo;re free to not send in this intensely intimate thing, but if it&rsquo;s a sentence meme? please consider sending one in.</p>
  1832. <p>PLEASE PUT REBLOGGED ASKS IN A SEPARATE THREAD.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; it looks really weird and clogs the dash. i will occasionally reblog asks, but not for thread purposes. you can do so too, but please don&rsquo;t continue the thread into an ask.</p>
  1833. <p>THIS MAILB(PSD)OX IS MINE.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the theme is the only thing i have not made. unless otherwise stated, it&rsquo;s me. don&rsquo;t steal, that&rsquo;s not cool. <a href="http://heartgiven.tumblr.com/post/159589654343/oh-hi-im-dropping-out-of-school-because-of">you can buy commissions tho!</a></p>
  1834. <p>I&rsquo;M SELECTIVE BUT I STILL LOVE YOU.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;it&rsquo;s not you, it&rsquo;s me. i&rsquo;m shitty. even if i&rsquo;m following or not, feel free to strike up a convo in my ask! i&rsquo;ll still rp with a non mutual, the chances of me replying faster are less likely.&nbsp;</p>
  1835. <p>DUPLICATES? HELL YEAH!<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;please let me love you.</p>
  1836. <p>I TYPE LIKE AN ELITIST PRICK.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; my formatting is small, formatted text and icons that I&rsquo;ve made myself. i&rsquo;d ask that you match me, and if you can&rsquo;t I would still love to RP with you! i do have a formatted preference, but if you can&rsquo;t do that for any reason it&rsquo;s gucci.</p>
  1837. <p>&nbsp; &nbsp; &nbsp; &nbsp; That seems to be it for now! If you&rsquo;ve read this though, first of all thank you! Second of all, if you do not have anxiety that prevents you from doing so, please <a href="http://pastbedtime.tumblr.com/post/159879691719/heartgiven-thanks">like this post</a> just so I&rsquo;m aware that you&rsquo;ve read them. For my friends with anxiety, if you&rsquo;re not comfortable at all, that&rsquo;s fine! Your safety and happiness is my priority!</p>
  1838.  
  1839.  
  1840.  
  1841. </li>
  1842. </ul>
  1843. </div>
  1844.  
  1845.  
  1846. <div id="box4" class="popup_block">
  1847. <p><i>general</i>
  1848. <div class="navega">
  1849. <a href="/tagged/❝-♫-┇-ᴠɪsᴀɢᴇ.-%28-FACE.-%29" title="faceclaim tag">visage.</a>
  1850. <a href="/tagged/❝-♫-┇-ϙ-﹠-ᴀ﹗-%28-MEME.-%29" title="meme tag">memes.</a>
  1851. </div>
  1852.  
  1853. <div class="navega">
  1854. <a href="/tagged/❝-♫-┇-sᴛʀᴏɴɢ-sᴏɴɢ-%3B-ғᴇᴍɪɴɪsᴛ-ᴛᴏ-ʙᴏᴏᴛ.-%28-GTA.-%29" title="gta au tag">gta.</a>
  1855. <a href="/tagged/❝-♫-┇-ᴇᴠᴇʀʏᴛʜɪɴɢ-ɪ·ᴍ-ɴᴏᴛ.-%28-ERRICA-NOX.-%29" title="dark carrie tag">errica.</a>
  1856. </div>
  1857.  
  1858. <div class="navega">
  1859. <a href="/tagged/❝-♫-┇-ʜᴏᴘᴇғᴜʟ-ʜᴇᴀʀᴛ-ғᴜʟʟ-ᴏғ-sᴏɴɢ.-%28-MAIN.-%29" title="main tag">main.</a>
  1860. <a href="/tagged/❝-♫-┇-ᴀᴍᴇʀɪᴄᴀɴ-ᴀs-ғᴜᴄᴋ.-(-ooc.-)" title="ooc tag">writer.</a>
  1861. </div>
  1862. </div>
  1863.  
  1864.  
  1865. </font></font>
  1866. </div>
  1867. </div></div>
  1868.  
  1869. <!-- UPDATES -->
  1870.  
  1871.  
  1872. </body>
  1873. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement