Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.41 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta oname="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#e3e1e5"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
  38.  
  39. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='https://fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
  42.  
  43. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  44.  
  45. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  46.  
  47. <link href="http://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet" type="text/css">
  48.  
  49. <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  50.  
  51. <link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
  52.  
  53. <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css">
  54.  
  55. <link href="http://fonts.googleapis.com/css?family=Lobster+Two" rel="stylesheet" type="text/css">
  56.  
  57. <link href='https://fonts.googleapis.com/css?family=IM+Fell+English' rel='stylesheet' type='text/css'>
  58.  
  59. <script type="text/javascript"
  60. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61.  
  62. <!-- SCM Music Player http://scmplayer.net -->
  63. <script type="text/javascript" src="http://scmplayer.net/script.js"
  64. data-config="{'skin':'http://static.tumblr.com/qft2cvq/w5Zn26xbc/skin-2.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'1)','url':'https://www.youtube.com/watch?v=94dY-QxjDiE'},{'title':'2)','url':'https://www.youtube.com/watch?v=ONFXU8V183k'},{'title':'3)','url':'https://www.youtube.com/watch?v=qusUejNdEl8'},{'title':'4)','url':'https://www.youtube.com/watch?v=ByxgkdidPKQ'}]}" ></script>
  65. <!-- SCM Music Player script end -->
  66.  
  67. <script type="text/javascript">
  68. // <![CDATA[
  69. var colour="#c4c0c4"; // what colour are the blobs
  70. var speed=45; // speed of animation, lower is faster
  71. var blobs=7; // how many blobs are in the jar
  72. var charc=String.fromCharCode(9679); // a blob - can be changed to charc='hello' or charc='*' for a different effect
  73.  
  74. /***************************\
  75. * Blobs in a Jar Effect *
  76. * (c)2012 mf2fm web-design *
  77. * http://www.mf2fm.com/rv *
  78. * DON'T EDIT BELOW THIS BOX *
  79. \***************************/
  80.  
  81. window.onload=fill_the_jar;
  82. var div;
  83. var xpos=new Array();
  84. var ypos=new Array();
  85. var zpos=new Array();
  86. var dx=new Array();
  87. var dy=new Array();
  88. var dz=new Array();
  89. var blob=new Array();
  90. var swide=800;
  91. var shigh=600;
  92. function fill_the_jar() {
  93. var i, dvs;
  94. div=document.createElement('div');
  95. dvs=div.style;
  96. dvs.position='fixed';
  97. dvs.left='0px';
  98. dvs.top='0px';
  99. dvs.width='1px';
  100. dvs.height='1px';
  101. document.body.appendChild(div);
  102. set_width();
  103. for (i=0; i<blobs; i++) {
  104. add_blob(i);
  105. jamjar(i);
  106. }
  107. }
  108.  
  109. function add_blob(ref) {
  110. var dv, sy;
  111. dv=document.createElement('div');
  112. dv.appendChild(document.createTextNode(charc));
  113. sy=dv.style;
  114. sy.position='absolute';
  115. sy.textAlign="center";
  116. if (navigator.appName=="Microsoft Internet Explorer") {
  117. sy.fontSize="10px";
  118. sy.width="100px";
  119. sy.height="100px";
  120. sy.paddingTop="40px";
  121. sy.color=colour;
  122. }
  123. else sy.color='rgba(0,0,0,0)';
  124. ypos[ref]=Math.floor(shigh*Math.random());
  125. dy[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
  126. xpos[ref]=Math.floor(swide*Math.random());
  127. dx[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
  128. zpos[ref]=Math.random()*20;
  129. dz[ref]=(0.5+Math.random())*(Math.random()>.5?.5:-.5);
  130. blob[ref]=dv;
  131. div.appendChild(blob[ref]);
  132. set_blob(ref);
  133. }
  134. function rejig(ref, xy) {
  135. if (xy=='y') {
  136. dx[ref]=(0.5+Math.random())*sign(dx[ref]);
  137. dy[ref]=(0.5+Math.random())*-sign(dy[ref]);
  138. }
  139. else {
  140. dx[ref]=(0.5+Math.random())*-sign(dx[ref]);
  141. dy[ref]=(0.5+Math.random())*sign(dy[ref]);
  142. }
  143. }
  144. function sign(a) {
  145. if (a<0) return (-2);
  146. else if (a>0) return (2);
  147. else return (0);
  148. }
  149. function set_blob(ref) {
  150. var sy;
  151. sy=blob[ref].style;
  152. sy.top=ypos[ref]+'px';
  153. sy.left=xpos[ref]+'px';
  154. if (navigator.appName=="Microsoft Internet Explorer") {
  155. sy.filter="glow(color="+colour+",strength="+zpos[ref]+")";
  156. sy.fontSize=30-zpos[ref]+"px";
  157. }
  158. else {
  159. sy.textShadow=colour+' 0px 0px '+zpos[ref]+'px';
  160. sy.fontSize=40+zpos[ref]+'px';
  161. }
  162. }
  163. function jamjar(ref) {
  164. if (ypos[ref]+dy[ref]<-50 || ypos[ref]+dy[ref]>shigh) rejig(ref, 'y');
  165. ypos[ref]+=dy[ref];
  166. if (xpos[ref]+dx[ref]<-50 || xpos[ref]+dx[ref]>swide) rejig(ref, 'x');
  167. xpos[ref]+=dx[ref];
  168. if (zpos[ref]+dz[ref]<0 || zpos[ref]+dz[ref]>20) dz[ref]=-dz[ref];
  169. zpos[ref]+=dz[ref];
  170. set_blob(ref);
  171. setTimeout("jamjar("+ref+")", speed);
  172. }
  173.  
  174. window.onresize=set_width;
  175. function set_width() {
  176. var sw_min=999999;
  177. var sh_min=999999;
  178. if (document.documentElement && document.documentElement.clientWidth) {
  179. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  180. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  181. }
  182. if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  183. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  184. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  185. }
  186. if (document.body.clientWidth) {
  187. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  188. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  189. }
  190. if (sw_min==999999 || sh_min==999999) {
  191. sw_min=800;
  192. sh_min=600;
  193. }
  194. swide=sw_min;
  195. shigh=sh_min;
  196. }
  197. // ]]>
  198. </script>
  199.  
  200.  
  201. <script>
  202. $(document).ready(function() {
  203. //
  204. $('a.poplight[href^=#]').click(function() {
  205. var popID = $(this).attr('rel'); //Get Popup Name
  206. var popURL = $(this).attr('href'); //Get Popup href to define size
  207. var query= popURL.split('?');
  208. var dim= query[1].split('&');
  209. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  210. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i.imgur.com/T2P2qUI.png" class="btn_close" title="Close" alt="Close" /></a>');
  211. var popMargTop = ($('#' + popID).height() + 80) / 2;
  212. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  213. //Apply Margin to Popup
  214. $('#' + popID).css({
  215. 'margin-top' : -popMargTop,
  216. 'margin-left' : -popMargLeft
  217. });
  218. $('body').append('<div id="fade"></div>');
  219. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  220. return false;
  221. });
  222. $('a.close, #fade').live('click', function() {
  223. $('#fade , .popup_block').fadeOut(function() {
  224. $('#fade, a.close').remove(); //fade them both out
  225. });
  226. return false;
  227. });
  228. });
  229. </script>
  230.  
  231. <!-- start of script tooltip -->
  232. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  233.  
  234. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  235.  
  236. <script>
  237.  
  238. (function($){
  239.  
  240. $(document).ready(function(){
  241.  
  242. $("a[title]").style_my_tooltips({
  243.  
  244. tip_follows_cursor:true,
  245.  
  246. tip_delay_time:90,
  247.  
  248. tip_fade_speed:600,
  249.  
  250. attribute:"title"
  251.  
  252. });
  253.  
  254. });
  255.  
  256. })(jQuery);
  257.  
  258. </script>
  259.  
  260. <!-- end of script tooltip -->
  261.  
  262. <style>
  263. div#qTip {
  264. padding: 3px;
  265. display: none;
  266. position: absolute;
  267. font-size:7px;
  268. margin-left:10px;
  269. margin-top:-2px;
  270. line-height:9px;
  271. font-family:arial;
  272. z-index: 1000;
  273. border: 1px solid #cacaca;
  274. background-color:#fff;
  275. color: #9b9b9b;
  276. text-transform:uppercase;
  277. letter-spacing: 2px;
  278. }
  279. </style>
  280.  
  281. <style type="text/css">
  282.  
  283. *, body, a, a:hover {cursor: url(https://31.media.tumblr.com/4cb7453c592757ce163fcb7d98dded7c/tumblr_inline_na2ew67Wf41sj01oy.png), auto;}
  284.  
  285. ::-webkit-scrollbar-thumb{
  286. background-color: transparent{color:scrollbar};
  287. border: 2px solid transparent{color:background};
  288. height:auto;
  289. }
  290.  
  291. ::-webkit-scrollbar {
  292. height:auto;
  293. width:8px;
  294. background-color: transparent{color:scrollbar};
  295. border:5px solid transparent{color:background};
  296. }
  297.  
  298.  
  299. iframe#tumblr_controls {
  300. white-space:nowrap;
  301. -webkit-filter: invert(100%);
  302. -moz-filter: invert(100%);
  303. -o-filter: invert(100%);
  304. -ms-filter: invert(100%);
  305. filter: invert(100%);
  306. opacity:.2;transition: .8s ease-in-out;
  307. -webkit-transition: .8s ease-in-out;
  308. -moz-transition: .8s ease-in-out;
  309. -o-transition: .8s ease-in-out;
  310. }
  311.  
  312. h1 {
  313. font-family: 'Fjalla One'
  314. font-size: 15px;
  315. line-height: 15px;
  316. letter-spacing:3px;
  317. text-transform:uppercase;
  318. font-weight:normal;
  319. text-align:center;
  320. color:#d3d3d3;
  321. text-shadow: -1px 0 #5d000b, 0 1px #5d000b, 1px 0 #5d000b, 0 -1px #5d000b;
  322.  
  323.  
  324. }
  325.  
  326. h2 {
  327. font-size:15px;
  328. text-align:center;
  329. line-height:100%;
  330. letter-spacing:0.5px;
  331. color:#e3e1e5;
  332. text-transform: uppercase;
  333. font-weight:italic;
  334. font-family:'satisfy';
  335. padding:5px;
  336. padding-bottom:2px;
  337. text-shadow: -1px 0 #963333, 0 1px #963333, 1px 0 #963333, 0 -1px #963333;
  338.  
  339. }
  340.  
  341.  
  342. blockquote {
  343. border-radius:6px;
  344. border-left:3px solid #482327;
  345. margin:5px 30px 0 10px;
  346. padding-left:10px;
  347. }
  348.  
  349.  
  350. body {
  351. text-align:justify;
  352. background-color:#c4c0c4;
  353. margin:0px;
  354. color:#737272;
  355. font-family:'times';
  356. font-size:11px;
  357. line-height:120%;
  358. background-image:url('https://68.media.tumblr.com/d691657f130a8e77854e02d5833f69f6/tumblr_o7hxc9c4eO1uj9expo2_1280.png');
  359. background-repeat:no-repeat;
  360. background-attachment:absolute;
  361. overflow:hidden;
  362. text-shadow: 0px 0px 1px #b8b8b8;
  363. }
  364.  
  365. <div id="sidebarimage">
  366.  
  367.  
  368.  
  369. a {
  370. text-decoration:underline;
  371. outline:none;
  372. -moz-outline-style:none;
  373. color:#bbb7b8;
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. text-shadow:none;
  378. }
  379.  
  380. a:hover {
  381. text-decoration:underline;
  382. outline:none;
  383. -moz-outline-style:none;
  384. color:#474747;
  385. }
  386.  
  387. img {
  388. border:none;
  389. }
  390.  
  391. blockquote {
  392. padding-left:5px;
  393. border-left:2px solid;
  394. border-color: #cbc3c8;
  395. }
  396.  
  397. blockquote blockquote {
  398. padding-left:5px;
  399. border-left:2px solid;
  400. border-color: #cbc3c8;
  401. }
  402.  
  403. #post {
  404. width:398px;
  405. padding-bottom:30px;
  406. margin-top:30px;
  407. }
  408.  
  409. #entries {
  410. padding:10px;
  411. left:622px;
  412. top:-5px;
  413. position:fixed;
  414. width:395px;
  415. height:480px;
  416. padding: 20px;
  417. overflow-x:scroll;
  418. scroll:left;
  419. overflow-x:hidden;
  420. -webkit-mask-image: -webkit-gradient(linear, left 45%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  421. opacity:.4;
  422. -moz-transition:all ease-in-out 0.5s;
  423. -webkit-transition:all ease-in-out 0.5s;
  424. -o-transition:all ease-in-out 0.5s;
  425. transition:all ease-in-out 0.5s;
  426. }
  427. #entries:hover{ opacity:.9;
  428. -moz-transition:all ease-in-out 0.5s;
  429. -webkit-transition:all ease-in-out 0.5s;
  430. -o-transition:all ease-in-out 0.5s;
  431. transition:all ease-in-out 0.5s; }
  432.  
  433. #sidebar {
  434. color:{color:text};
  435. position:fixed;
  436. width:100px;
  437. height:auto;
  438. margin-top:-40px;
  439. margin-left:250px;
  440. text-align:left;
  441. z-index:999;
  442. }
  443.  
  444. .sidebarimage img {
  445. margin-top:156px;
  446. margin-left:365px;
  447. position:fixed;
  448. z-index:999;
  449. width:81px;
  450. height:380px;
  451.  
  452. }
  453.  
  454. #links {
  455. margin-top:565px;
  456. margin-left:615px;
  457. font-size:15px;
  458. width:100%;
  459. position:fixed;
  460. }
  461.  
  462. #links a {
  463. text-decoration:none;
  464. color:#c4c0c4;
  465. font-family:'georgia', sans-serif;
  466. font-size:35px;
  467. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  468.  
  469. }
  470. #links a:hover {
  471. color:#bcb8b7;
  472. text-decoration:none;
  473. text-shadow: -1px 0 #a43a3a, 0 1px #a43a3a, 1px 0 #a43a3a, 0 -1px #a43a3a;
  474. }
  475.  
  476.  
  477. #description {
  478. position:fixed;
  479. font-family:trebuchet ms;
  480. margin-top:470px;
  481. margin-left:-59px;
  482. font-size:9px;
  483. color: transparent;
  484. line-height:130%;
  485. text-shadow:none;
  486. }
  487.  
  488. #description a {
  489. color:{color:link};
  490. }
  491.  
  492. #description a:hover {
  493. color:{color:link hover};
  494. }
  495.  
  496. .sidebartitle {
  497. width:210px;
  498. text-align:center;
  499. position:fixed;
  500. font-family:arial;
  501. line-height:120%;
  502. margin-left:-13px;
  503. font-size:13px;
  504. margin-top:10px;
  505. color:{color:title};
  506. }
  507.  
  508. #pagination {
  509. position:fixed;
  510. font-size:12px;
  511. margin-top:81px;
  512. margin-left:465px;
  513. letter-spacing:1px;
  514. text-align:center;
  515. text-transform:uppercase;
  516. z-index:99999;
  517. }
  518.  
  519. #pagination a {
  520. color:transparent;
  521. text-shadow: 0px 0px 2px gray;
  522. text-decoration:none;
  523. }
  524.  
  525. #pagination a:hover {
  526. color:#000;
  527. text-shadow:0px 0px 2px #000
  528. text-decoration:none;
  529. }
  530.  
  531.  
  532. #info {
  533. font-family:cambria;
  534. color:{color:text};
  535. border-top:2px solid {color:text};
  536. border-right:2px solid {color:text};
  537. border-radius:20px;
  538. background-color:transparent;
  539. background-image:url('');
  540. width:375px;
  541. height:20px;
  542. margin-top:6px;
  543. margin-left:22px;
  544. padding-top:5px;
  545. font-size:14px;
  546. letter-spacing:1px;
  547. font-style:normal;
  548. text-align:center;
  549. -webkit-transition: all .7s linear;
  550. }
  551.  
  552. #info a {
  553. text-decoration:none;
  554. color:#000;
  555. font-style:normal;
  556. text-shadow:0px 0px 2px {color:text};
  557. }
  558.  
  559. #info a:hover {
  560. color:#a2696d;
  561. text-shadow: 0px 0px 3px rgba #913232;
  562. }
  563.  
  564. #tags {
  565. width:375px;
  566. margin-top:0px;
  567. margin-left:22px;
  568. font-family:arial;
  569. font-size:10px;
  570. line-height:10px;
  571. padding:5px;
  572. text-transform:uppercase;
  573. font-style:normal;
  574. text-align:center;
  575. text-shadow:none;
  576. -moz-transition-duration:0.2s;
  577. -webkit-transition-duration:0.2s;
  578. -o-transition-duration:0.2s;
  579. }
  580.  
  581. #tags a{
  582. text-decoration:none;
  583. color:{color:text};
  584. -moz-transition-duration:0.2s;
  585. -webkit-transition-duration:0.2s;
  586. -o-transition-duration:0.2s;
  587. }
  588.  
  589. #tags a:hover{
  590. color:#a43a3a;
  591. opacity:1;
  592. font-weight:none;
  593. padding:0px;
  594.  
  595.  
  596. }
  597.  
  598. .audio{
  599. background-color:#e5e5e5;
  600. height:65px;
  601. overflow:hidden;
  602. }
  603.  
  604. #ask {
  605. float:center;
  606. color:{color:text};
  607. }
  608.  
  609. #credit {
  610. font-size:11px;
  611. font-family:'ubuntu condensed';
  612. font-weight:bold;
  613. text-transform:uppercase;
  614. letter-spacing:1px;
  615. -moz-transition-duration:0.5s;
  616. -webkit-transition-duration:0.5s;
  617. -o-transition-duration:0.5s;
  618. }
  619.  
  620. #credit a {
  621. color:#a2696d;
  622. text-shadow:0px 0px 2px #a2696d
  623. background-color:transparent;
  624. padding:5px;
  625. border:2px solid double #a8a8a8;
  626. position:fixed;
  627. right:10px;
  628. bottom:4px
  629. }
  630.  
  631. #credit a:hover {
  632. color:#000;
  633. }
  634.  
  635.  
  636.  
  637. b, l strong {
  638. font-family:'lobster two';
  639. font-size:14px;
  640. color:#c4c0c4;
  641. font-weight:bold;
  642. letter-spacing:0.5px;
  643. text-shadow: -1px 0 #7c2626, 0 1px #7c2626, 1px 0 #7c2626, 0 -1px #7c2626;
  644. }
  645.  
  646.  
  647.  
  648. i, em {
  649. color:#913232;
  650. font-family: 'satisfy', serif;
  651. font-size:15px;
  652. text-shadow: 0px 0px 2px #c5c4c1;
  653.  
  654. }
  655.  
  656. small {
  657. font-size:11px;
  658. }
  659.  
  660.  
  661. pre {
  662. background-image:url('https://41.media.tumblr.com/85b743aaec84c3c9b4ccf3e2eda73266/tumblr_o5hsvaDGZq1voge1qo1_400.png');
  663. color:#e4e4e4;
  664. font-family: 'arial', serif;
  665. padding:1px;
  666. font-size:10px;
  667. font-weight:bold;
  668. text-align:center;
  669. text-shadow: 0px 0px 1px #a2696d;
  670. }
  671.  
  672.  
  673. /*thanks for using this update tab! no need to credit but if you do bless your soul! */
  674.  
  675. #fade { /*--Transparent background layer--*/
  676. display: none; /*--hidden by default--*/
  677. background: #c4c0c4;
  678. position: fixed; left: 0; top: 0;
  679. width: 100%; height: 100%;
  680. opacity: .20;
  681. z-index: 9999;
  682. }
  683. .popup_block{
  684. display: none; /*--hidden by default--*/
  685. background: #d9d9d9;
  686. border:3px double #b1a4a2;
  687. padding: 20px;
  688. float: left;
  689. font-size: 1.2em;
  690. position: fixed;
  691. top: 50%; left: 50%;
  692. z-index: 99999;
  693.  
  694.  
  695. }
  696. img.btn_close {
  697. float: right;
  698. margin: -5px -5px 0 0;
  699. }
  700. /*--Making IE6 Understand Fixed Positioning--*/
  701. *html #fade {
  702. position: absolute;
  703. }
  704. /****************************************************************************/
  705.  
  706. #headquote {
  707. font-family: 'Satisfy', cursive;
  708. font-size:25px;
  709. color:#9b9591;
  710. font-weight:italic;
  711. text-align:center;
  712.  
  713. }
  714.  
  715. #headquote:first-letter {
  716. font-family: 'Lobster Two', cursive;
  717. color: #a2696d;
  718. font-size: 28px;
  719. font-weight:italic;
  720. text-transform: uppercase;
  721. }
  722.  
  723. .source {
  724. text-transform:uppercase;
  725. letter-spacing:.5px;
  726. font-family:calibri;
  727. text-align:right;
  728. margin:10px;
  729. font-size:8px;}
  730.  
  731. /****************************************************************************/
  732. *html .popup_block {
  733. position: absolute;
  734. }
  735.  
  736.  
  737. #s-m-t-tooltip {
  738. max-width:180px;
  739. color:#1f1a1a;
  740. border-top:2px solid {color:text};
  741. border-right:2px solid {color:text};
  742. background-color:#d7d7d7;
  743. border-radius:20px;
  744. text-shadow:none;
  745. box-shadow:2px 2px 4px rgba(0,0,0,.65);
  746. font-size:9px;
  747. font-family:'arial';
  748. font-weight:bold;
  749. text-align:center;
  750. padding:7px;
  751. padding-top:1px;
  752. padding-bottom:1px;
  753. padding-right:5px;
  754. margin:10px 0px 0px 10px;
  755. -webkit-transition: .1s ease-in-out;
  756. -moz-transition: .1s ease-in-out;
  757. -o-transition: .1s ease-in-out;
  758. z-index:999999999999999999999999999999999999;
  759. }
  760.  
  761.  
  762. /****************************************************************************/
  763.  
  764. #headquote {
  765. font-family: 'Satisfy', cursive;
  766. font-size:25px;
  767. color:#9b9591;
  768. font-weight:italic;
  769. text-align:center;
  770.  
  771. }
  772.  
  773. #headquote:first-letter {
  774. font-family: 'Lobster Two', cursive;
  775. color: #504457;
  776. font-size: 28px;
  777. font-weight:italic;
  778. text-transform: uppercase;
  779. }
  780.  
  781. .source {
  782. text-transform:uppercase;
  783. letter-spacing:.5px;
  784. font-family:calibri;
  785. text-align:right;
  786. margin:10px;
  787. font-size:8px;}
  788.  
  789. /****************************************************************************/
  790.  
  791. .question {
  792. margin-bottom:10px;
  793. padding:10px;
  794. border:3px double {color:text};
  795. border-radius:7px;
  796. text-align:center;
  797. background: transparent;
  798. font-size:10px;
  799. color: {color:text};
  800. }
  801.  
  802.  
  803. {CustomCSS}</style></head><body>
  804.  
  805. </div>
  806.  
  807. <div id="03" class="popup_block">
  808. <p><center><h1><big>QUESTIONS?</big></h1></center>
  809. <p><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/gracebeforeviolence.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  810.  
  811. </div>
  812.  
  813.  
  814. <div id="sidebar">
  815.  
  816. <div id="sidebarimage">
  817. <div class="sidebarimage">
  818. <img src="https://67.media.tumblr.com/cdeedb88a51c1e42524ef00ac20aac67/tumblr_o7hxc9c4eO1uj9expo1_r1_250.png"></div>
  819.  
  820. <div class="sidebartitle">{text:sidebartitle}</div>
  821.  
  822. <div id="links">
  823. <a href="{text:link 1 url}">卯</a>
  824.  
  825. <a href="#?w=500" rel="03" class="poplight">ノ花</a>
  826.  
  827. <a href="/Guide">八</a>
  828.  
  829. <a href="/Navigation">千流</a>
  830.  
  831. </div>
  832.  
  833. <div id="description">{description}
  834.  
  835. <div id="pagination">
  836. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  837. </div></div></div>
  838.  
  839. <div id="entries">{block:Posts}<div id="post">
  840.  
  841. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  842.  
  843. {block:Quote}<div id="headquote">"{Quote}"</div>{block:Source}<br><br><div id="body">— {Source}</div>{/block:Source}{/block:Quote}
  844.  
  845. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  846.  
  847. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  848.  
  849. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  850.  
  851. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  852.  
  853. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  854. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  855.  
  856. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  857.  
  858. {block:Answer}<div id="ask"><left><span style="text-transform:lowercase;font-size:25px;font-style: italic; font-family:'satisfy'; text-transform: lowercase";>{ASKER} </span><i> sent:</i></left></div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  859.  
  860. {block:Date}<div id="info"><a title="{TimeAgo}" href="{Permalink}" style="padding:3px;">✖</a>
  861. {block:NoteCount} <a title="{NoteCountWithLabel}">✖</a> {/block:NoteCount}
  862. {block:RebloggedFrom} <a title="reblogged from" href="{ReblogParentURL}">✖</a>{/block:RebloggedFrom}
  863. {block:ContentSource} <a title="source" href="{SourceURL}">✖</a> {/block:ContentSource}{/block:Date}<br></div>
  864. {block:HasTags}
  865. <div id="tags">
  866. {block:Tags}❛ <a href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  867. {/block:HasTags}
  868. <div class="postnote">
  869. {block:PostNotes}{PostNotes}{/block:PostNotes}
  870. </div><br><br>
  871. </div>
  872. {/block:Posts}
  873.  
  874.  
  875. </div>
  876. </div>
  877.  
  878. </div>
  879. <div id="credit"><a href="http://hollywhood.tumblr.com">CRED.</div>
  880.  
  881. </body>
  882.  
  883. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement