Advertisement
Guest User

aoba tehem

a guest
Apr 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 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>
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.porsche.com/Images/close-button.gif" class="btn_close" title="Close" alt="Close" /></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42.  
  43. <meta name="text:Link1" content="/" />
  44. <meta name="text:Link1 Title" content="Sample 1" />
  45. <meta name="text:Link2" content="/" />
  46. <meta name="text:Link2 Title" content="Sample 2" />
  47. <meta name="text:Link3" content="/" />
  48. <meta name="text:Link3 Title" content="Sample 3" />
  49. <meta name="text:Link4" content="/" />
  50. <meta name="text:Link4 Title" content="Sample 4" />
  51. <meta name="text:Link5" content="/" />
  52. <meta name="text:Link5 Title" content="Sample 5" />
  53. <meta name="text:Link6" content="/" />
  54. <meta name="text:Link6 Title" content="Sample 6" />
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("a[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:0,
  66. tip_fade_speed:0,
  67. attribute:"title"
  68. });
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78.  
  79.  
  80. ::-webkit-scrollbar {background-color:#3c7798c; height:5px; width:9px; }
  81. ::-webkit-scrollbar-thumb:vertical {background-color:#a8afe0; height:50px;border:1px solid #000000;}
  82.  
  83.  
  84.  
  85. iframe#tumblr_controls {
  86. white-space:nowrap;
  87. -webkit-filter: invert(100%);
  88. -moz-filter: invert(100%);
  89. -o-filter: invert(100%);
  90. -ms-filter: invert(100%);
  91. filter: invert(100%);
  92. opacity:.2;transition: .8s ease-in-out;
  93. -webkit-transition: .8s ease-in-out;
  94. -moz-transition: .8s ease-in-out;
  95. -o-transition: .8s ease-in-out;
  96. }
  97.  
  98. h1 {font-family: cambria;
  99. font-size:18px;
  100. font-weight:lighter;
  101. text-transform: lowercase;
  102. letter-spacing:2px;
  103. text-align: center;
  104. font-style: italic;
  105. color: {color:Post Title};}
  106.  
  107. #s-m-t-tooltip {
  108. margin:-10px 0 0 10px;
  109. display:none;
  110. text-align:left;
  111. position:absolute;
  112. letter-spacing:1px;
  113. text-transform:uppercase;
  114. font-family:calibri;
  115. font-size:8px;
  116. z-index:999;
  117. padding:4px 4px;
  118. line-height:12px;
  119. color:#ffffff;
  120. background:#9ca9ca;
  121. border:1px solid #000000;
  122. }
  123.  
  124.  
  125.  
  126. # {margin: auto;
  127. width: 400px;position:fixed;}
  128.  
  129. ::selection {
  130. background: #9ca9ca;
  131. color: #fff;
  132. }
  133.  
  134. ::-moz-selection {
  135. background: #9ca9ca;
  136. color: #fff;
  137. }
  138.  
  139. ::-webkit-selection {
  140. background: #9ca9ca;
  141. color: #fff;
  142. }
  143.  
  144.  
  145.  
  146. body {
  147. background:#fff8f9;
  148. background-image:url(http://i.imgur.com/JH4yaiH.png);
  149. background-attachment:absolute;
  150. background-repeat:no-repeat;
  151. margin:0px;
  152. font-size:11px;
  153. color:#951b80;
  154. font-family:arial;
  155.  
  156. line-height:120%;
  157. }
  158.  
  159. sup,small,sub {
  160. font-size:10px;
  161. color: #655a3c;
  162. }
  163.  
  164. b, strong {
  165. color: #f16882;
  166. font-family:trebuchet ms;
  167.  
  168. }
  169.  
  170. i, em {
  171. text-transform:italic;
  172. color: #6f908b;
  173. font-family:trebuchet ms;
  174. font-size:10px;
  175.  
  176. }
  177.  
  178.  
  179.  
  180. a {
  181. font-family: calibri;
  182. text-transform: uppercase;
  183. text-decoration:none;
  184. outline:none;
  185. -moz-outline-style:none;
  186. color:#e74f59; /*color tags y links*/
  187. -moz-transition-duration:0.5s;
  188. -webkit-transition-duration:0.5s;
  189. -o-transition-duration:0.5s;
  190. }
  191.  
  192. a:hover {
  193. text-decoration:none;
  194. outline:none;
  195. -moz-outline-style:none;
  196. color:#a8afe0;
  197. }
  198.  
  199.  
  200. img {
  201. border:none;
  202. }
  203.  
  204.  
  205. blockquote {
  206.  
  207. margin:10px;
  208. padding-left:10px;
  209. border-left:3px double #26bce0;}
  210.  
  211. #post {
  212. width:400px; /*tamaño post*/
  213. padding-bottom:30px;
  214. margin-top:20px;
  215. }
  216.  
  217. #entries {
  218. position:relative;
  219. height:210px; /*altura de los post*/
  220. overflow-x:hidden;
  221. overflow-y:scroll;
  222. width: 430px; /*espacio entre los posts y el coso para bajar*/
  223. text-align:justify;
  224. position:fixed;
  225. top:360px; /*margen*/
  226. left:265px; /*margen*/
  227. padding: 5px; /*ni idea de qué es esto(?)*/
  228. }
  229.  
  230.  
  231.  
  232.  
  233. #links {
  234. position:fixed;
  235. top:290px;
  236. left:180px;
  237. z-index:-999;
  238. font-family: calibri;
  239. width:200px;
  240. margin-top:0px;
  241. margin-left:0px;
  242. font-size:15px;
  243. text-align:right;
  244. line-height:190%;
  245. }
  246.  
  247. #links a{
  248. line-height:190%;
  249. padding:1px;
  250. margin-top:2px;
  251. margin-left:-1px;
  252. color:#84678e; /* color link con símbolo*/
  253. -moz-transition-duration:.7s;
  254. -webkit-transition-duration:.7s;
  255. -o-transition-duration:.7s;
  256. }
  257.  
  258. #links a:hover {
  259. color: #e4d3a5; /*color link con símbolo hover*/
  260. -moz-transition-duration:.4s;
  261. -webkit-transition-duration:.4s;
  262. -o-transition-duration:.4s;
  263.  
  264. }
  265.  
  266.  
  267. #description {
  268. position:fixed;top:40px;left:200px;z-index:-999";
  269. width:300px;
  270. margin-bottom:0px;
  271. margin-top:90px;
  272. margin-left:0px;
  273. text-align:center;
  274. font-family: calibri;
  275. font-size: 10px;
  276. color: #ac3338; /*color descripción*/
  277. line-height:100%;
  278. border: 0px dotted;
  279. }
  280.  
  281. #description a {
  282. color:#ac3338;
  283. }
  284.  
  285. #description a:hover {
  286. color:#ac3338;
  287. }
  288.  
  289. #pagination {
  290.  
  291. position:fixed;top:30px;left:120px;z-index:-999";
  292. font-family:calibri;
  293. width:100px;
  294. font-size:20px;
  295. text-transform:uppercase;
  296. margin-top:600px;
  297. margin-left:495px;
  298. padding-left:5px;
  299. letter-spacing:1px;
  300. font-style:normal;
  301. text-align:right;
  302. }
  303.  
  304.  
  305. #pagination a {
  306. color:#000000;
  307. }
  308.  
  309.  
  310. #info {
  311. font-family:calibri;
  312. width:400px;
  313. margin-top:3px;
  314. padding:1px;
  315. padding-top:5px;
  316. font-size:9px;
  317. color:#00000;
  318. text-transform:uppercase;
  319. font-style:normal;
  320. text-align:left;
  321. border-top:1px solid #242b45;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. #info a {
  328. color:#6f908b;
  329. text-align:right;
  330. font-style:normal;
  331. }
  332.  
  333. #info a:hover {
  334. color:{color:link hover};
  335. }
  336.  
  337. .tags {
  338. font-family:consolas;
  339. font-style:normal;
  340. width:400px;
  341. text-transform:lowercase;
  342. font-style:italic;
  343. color:#6f908b;
  344. line-height:120%;
  345. font-size:8px;
  346. text-align:left;
  347. padding-top:0px;
  348. -moz-transition-duration:0.2s;
  349. -webkit-transition-duration:0.2s;
  350. -o-transition-duration:0.2s;
  351. }
  352.  
  353. .tags a:hover {
  354. color:#655a3c;
  355. }
  356.  
  357. #post .tags {
  358. opacity:0;
  359. -moz-transition-duration:.7s;
  360. -webkit-transition-duration:.7s;
  361. -o-transition-duration:.7s;
  362. }
  363. #post:hover .tags {
  364. opacity:1;
  365. -moz-transition-duration:.7s;
  366. -webkit-transition-duration:.7s;
  367. -o-transition-duration:.7s;
  368. }
  369.  
  370.  
  371. .audio{
  372. background-color:#eaf6fb; /*fondo sobre info de música*/
  373. height:65px;
  374. overflow:hidden;
  375. }
  376.  
  377. #space {margin-bottom:20px;}
  378.  
  379. .quote {
  380. font:20px cambria;
  381. margin-left:25px;
  382. width: 360px;
  383. letter-spacing:-1px;
  384. font-weight:bold;
  385. font-style:italic;}
  386.  
  387. .source {
  388. text-align: right;
  389. font-size: 7px;
  390. font-family:tinytots;
  391. text-transform: uppercase;
  392. letter-spacing: 2px;}
  393.  
  394. .psrc {
  395. font-family: consolas;
  396. font-size: 8px;
  397. letter-spacing: 1px;
  398. text-transform: uppercase;
  399. text-align: center;
  400. margin-top: -10px;
  401. margin-bottom: 10px;
  402. color: #6087a2;
  403. }
  404.  
  405. #ask {padding: 5px;background-color:#eaf6fb;}
  406.  
  407. #ask img {
  408. max-width: 30px;
  409. padding:2px;
  410. border:4px double #c4c4c4;}
  411.  
  412. #ask a {
  413. font:23px cambria;
  414. font-style:italic;
  415. letter-spacing:-2px;
  416. font-weight:bold;
  417. text-transform:lowercase;
  418. text-decoration: none;}
  419.  
  420. #ask b {
  421. font:23px cambria;
  422. font-style:italic;
  423. letter-spacing:-2px;
  424. font-weight:bold;
  425. text-transform:lowercase;
  426. text-decoration: none;}
  427.  
  428. #ask i {
  429. font:23px cambria;
  430. font-style:italic;
  431. letter-spacing:-2px;
  432. font-weight:bold;
  433. text-transform:lowercase;
  434. text-decoration: none;}
  435.  
  436.  
  437. {CustomCSS}</style>
  438.  
  439.  
  440. <script type="text/javascript">
  441. <!--
  442.  
  443. // Disable Right Click Script
  444.  
  445. function IE(e)
  446. {
  447. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  448. {
  449. return false;
  450. }
  451. }
  452. function NS(e)
  453. {
  454. if (document.layers || (document.getElementById && !document.all))
  455. {
  456. if (e.which == "2" || e.which == "3")
  457. {
  458. return false;
  459. }
  460. }
  461. }
  462. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  463.  
  464. //-->
  465. </script>
  466.  
  467.  
  468.  
  469. </head>
  470.  
  471.  
  472.  
  473. <body>
  474.  
  475. <div style="position:fixed;width:autox;top:28px; right:19px;padding-left:13px;font-family:arial;font-size:10px;
  476. text-align:left;padding:px;
  477. ">
  478.  
  479. <script language="JavaScript">
  480. var ref = (''+document.referrer+'');
  481. var w_h = window.screen.width + " x " + window.screen.height;
  482. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4801276&e1=Star&e2=Stars&r=' + ref + '&wh=' + w_h + '"><\/script>');
  483. </script>
  484.  
  485. /
  486.  
  487. <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2871854&name=Galaxies"></script>
  488.  
  489. </div>
  490.  
  491. <div id="sidebar">
  492.  
  493. <div id="sidebarimage">
  494. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  495.  
  496.  
  497. <div id="description">
  498. {Description}</div>
  499. <p></p>
  500. <div id="links">
  501. <a href="/" title="Solar System">✖</a>
  502. <a href="ask" title="Asteroids">✖</a>
  503. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">✖</a>{/block:ifLink1}
  504. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">✖</a>{/block:ifLink2}
  505. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">✖</a>{/block:ifLink3}
  506. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">✖</a>{/block:ifLink4}
  507. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">✖</a>{/block:ifLink5}
  508. {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">✖</a>{/block:ifLink6}
  509.  
  510. </div>
  511.  
  512.  
  513.  
  514. <div style="float:right;"><p></p><br><br><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big>«</big></big></big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><big><big><big>»</big></big></big></a>{/block:NextPage}{/block:Pagination} </div></div></div>
  515.  
  516.  
  517. <div id="entries">{block:Posts}<div id="post">
  518.  
  519. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  520.  
  521. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  522.  
  523. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  524.  
  525. {block:Quote}
  526. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  527. <div style="margin-top:-29px;" class="quote">{Quote}
  528. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  529. </div>
  530. {/block:Quote}
  531.  
  532.  
  533. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  534.  
  535. {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}
  536.  
  537. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  538. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  539. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  540. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times<br><br>
  541. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  542.  
  543.  
  544. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546.  
  547.  
  548. {block:Answer}
  549. <div id="ask"><table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-24}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>:</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px;"><font color="#648aa0">&nbsp;&nbsp; {Question}</font></div></div></td>
  550. </tr></table></div>
  551. {Answer}
  552. {/block:Answer}
  553.  
  554.  
  555. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  556. {block:ContentSource} ( source <a href="{SourceURL}">{SourceLink} )</a>{/block:ContentSource}{/block:Date} {block:NoteCount} with <font color=#ff1414>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}</div>
  557. {block:HasTags}
  558. <div class="tags">
  559. {block:Tags} <a href="{TagURL}"> -{Tag}</a>{/block:Tags}</div>
  560. {/block:HasTags}
  561. <div class="postnote">
  562. {block:PostNotes}{PostNotes}{/block:PostNotes}
  563. </div>
  564. </div>
  565. {/block:Posts}
  566.  
  567. </div>
  568.  
  569.  
  570. </body>
  571.  
  572. </body>
  573.  
  574. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement