Advertisement
GaugaStrikes

JUN CODE

Jul 7th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.08 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. <head>
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6.  
  7. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  8.  
  9. <script>
  10.  
  11. (function($){
  12.  
  13. $(document).ready(function(){
  14.  
  15. $("a[title]").style_my_tooltips({
  16.  
  17. tip_follows_cursor:true,
  18.  
  19. tip_delay_time:90,
  20.  
  21. tip_fade_speed:600,
  22.  
  23. attribute:"title"
  24.  
  25. });
  26.  
  27. });
  28.  
  29. })(jQuery);
  30.  
  31. </script>
  32. <!--basic tooltip from tutorial-baby! Enjoy-->
  33. <style>
  34. .tooltip{
  35. display: inline;
  36. position: relative;
  37. }
  38. #s-m-t-tooltip {
  39. max-width:300px; /*how big the tooltip can be at most*/
  40. border-radius: 0px; /*change your border radius*/
  41. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  42. margin:20px 7px -2px 20px; /*distance from word*/
  43. background-color:#a2a2a2; /*background color*/
  44. border:1px dotted #73934a; /*border info*/
  45. font-family:'Lato', sans-serif; /*tooltip font*/
  46. font-size:10px; /*tooltip font size*/
  47. letter-spacing:2px; /*tooltip letter spacing*/
  48. text-transform:uppercase; /*makes the tooltip title uppercase*/
  49. color:#000; /*tooltip font color*/
  50. z-index:999999999999999999999999999999999999;
  51. }
  52.  
  53. </style>
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56. <script>
  57. $(document).ready(function() {
  58. //
  59. $('a.poplight[href^=#]').click(function() {
  60. var popID = $(this).attr('rel'); //Get Popup Name
  61. var popURL = $(this).attr('href'); //Get Popup href to define size
  62. var query= popURL.split('?');
  63. var dim= query[1].split('&');
  64. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  65. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  66. var popMargTop = ($('#' + popID).height() + 80) / 2;
  67. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  68. //Apply Margin to Popup
  69. $('#' + popID).css({
  70. 'margin-top' : -popMargTop,
  71. 'margin-left' : -popMargLeft
  72. });
  73. $('body').append('<div id="fade"></div>');
  74. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  75. return false;
  76. });
  77. $('a.close, #fade').live('click', function() {
  78. $('#fade , .popup_block').fadeOut(function() {
  79. $('#fade, a.close').remove(); //fade them both out
  80. });
  81. return false;
  82. });
  83. });
  84. </script>
  85. <script type="text/javascript"
  86. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  87. <script>
  88. $(document).ready(function() {
  89. //
  90. $('a.poplight[href^=#]').click(function() {
  91. var popID = $(this).attr('rel'); //Get Popup Name
  92. var popURL = $(this).attr('href'); //Get Popup href to define size
  93. var query= popURL.split('?');
  94. var dim= query[1].split('&');
  95. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  96. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  97. var popMargTop = ($('#' + popID).height() + 80) / 2;
  98. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  99. //Apply Margin to Popup
  100. $('#' + popID).css({
  101. 'margin-top' : -popMargTop,
  102. 'margin-left' : -popMargLeft
  103. });
  104. $('body').append('<div id="fade"></div>');
  105. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  106. return false;
  107. });
  108. $('a.close, #fade').live('click', function() {
  109. $('#fade , .popup_block').fadeOut(function() {
  110. $('#fade, a.close').remove(); //fade them both out
  111. });
  112. return false;
  113. });
  114. });
  115. </script>
  116. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  117. <link href='https://fonts.googleapis.com/css?family=Arapey:400,400italic' rel='stylesheet' type='text/css'>
  118. <link href='https://fonts.googleapis.com/css?family=Raleway&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  119. <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  120.  
  121. <script>
  122.  
  123. (function($){
  124.  
  125. $(document).ready(function(){
  126.  
  127. $("a[title]").style_my_tooltips({
  128.  
  129. tip_follows_cursor:true,
  130.  
  131. tip_delay_time:90,
  132.  
  133. tip_fade_speed:600,
  134.  
  135. attribute:"title"
  136.  
  137. });
  138.  
  139. });
  140.  
  141. })(jQuery);
  142.  
  143. </script>
  144. <style>
  145. /*----------------------------------------
  146. Update Tab #1 (CSS Left) by Incedo
  147. http://incedothemes.tumblr.com
  148. Please do not remove the credit.
  149. Instructions @ http://incedothenes.tumblr.com/tab
  150. Updated 8/7/14
  151. ------------------------------------------*/
  152.  
  153. #updatetab {
  154. font-family: helvetica; /*this is the font*/
  155. text-shadow:2px 2px 2px rgba(181,181,181,181);
  156. color: #bfbba4;} /*this is the font color*/
  157. #tabtitle, #dropdown, #dropdown p {
  158. background-color:transparent; /*this is the background color*/
  159. border-color: #a49c76;} /*this is the border color*/
  160.  
  161.  
  162. #updatetab {
  163. width:100px;
  164. position:fixed;
  165. margin-top:235px;
  166. margin-left:680px;}
  167.  
  168. #tabtitle {
  169. font-family: 'VT323', ;
  170. color:#f1ebc8;
  171. text-align:center;
  172. padding:1px 1px;
  173. letter-spacing:2px;
  174. font-size:11px;
  175. text-transform:normal;
  176. border-width:0px 0px 1px 0px;
  177. border-style:dotted;
  178. border-radius: 2px;
  179. -moz-border-radius: 2px;
  180. -webkit-border-radius: 2px;
  181. -webkit-transition: all 0.5s ease-in-out;
  182. -moz-transition: all 0.5s ease-in-out;
  183. -o-transition: all 0.5s ease-in-out;
  184. -ms-transition: all 0.5s ease-in-out;
  185. transition: all 0.5s ease-in-out;
  186. }
  187.  
  188. #tabtitle:hover {
  189. transition: all 0.5s ease-in-out;
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -moz-transition: all 0.5s ease-in-out;
  192. -o-transition: all 0.5s ease-in-out;
  193. -ms-transition: all 0.5s ease-in-out;
  194. letter-spacing:5px;
  195. }
  196.  
  197. #dropdown {
  198. padding:2px 5px 0px 5px;
  199. border-bottom: 0px dotted;
  200. border-bottom-right-radius: 15px;
  201. -moz-border-bottom-right-radius: 5px;
  202. -webkit-border-bottom-right-radius: 5px;
  203. border-bottom-left-radius: 15px;
  204. -moz-border-bottom-left-radius: 5px;
  205. -webkit-border-bottom-left-radius: 5px;
  206. opacity:0;
  207. -webkit-transition: all 0.5s ease-in-out;
  208. -moz-transition: all 0.5s ease-in-out;
  209. -o-transition: all 0.5s ease-in-out;
  210. -ms-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out;}
  212.  
  213. #updatetab:hover #dropdown {
  214. opacity:1;
  215. -webkit-transition: all 0.5s ease-in-out;
  216. -moz-transition: all 0.5s ease-in-out;
  217. -o-transition: all 0.5s ease-in-out;
  218. -ms-transition: all 0.5s ease-in-out;
  219. transition: all 0.5s ease-in-out;}
  220.  
  221. #dropdown p {
  222. padding-top:3px;
  223. padding-bottom:3px;
  224. border-width:0px 0px 0px 0px;
  225. border-style:dotted;
  226. font-size:10px;}
  227.  
  228. #dropdown p:last-of-type {
  229. border-bottom:0px solid transparent;}
  230.  
  231. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  232. margin: 0px 0px 0px 0px;}
  233.  
  234. #c {
  235. position:fixed;
  236. bottom:4px;
  237. right:4px;
  238. font-size:13px;
  239. font-family:helvetica;}
  240. .popup_block{
  241. display:none;
  242. background:#fff;
  243. padding:20px;
  244. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  245. float:left;
  246. position:fixed;
  247. top:50%;left:50%;
  248. z-index: 99999;
  249. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  250. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  251. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  252. }
  253.  
  254. *html #fade {position: absolute;}
  255. *html .popup_block {position: absolute;}
  256. #fade {
  257. display:none;
  258. position:fixed;
  259. left:0px;
  260. top:0px;
  261. width:100%;
  262. height:100%;
  263. z-index:9999;
  264. background:#fff; /* change to #fff for solid white */
  265. opacity:0.5; /* change to opacity:1; */
  266. }
  267. </style>
  268.  
  269. <title>SPEED.</title>
  270. <link rel="shortcut icon" href="http://66.media.tumblr.com/3f94606f6d875f2ab4e850f37d4b8e70/tumblr_inline_mz647yi4LG1r9ajsd.png">
  271. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  272.  
  273.  
  274. <!---- this is theme 32 by Hollywhood
  275. please don't remove the credit
  276. thank you
  277. --->
  278.  
  279. <meta name="color:Background" content="#ffffff"/>
  280. <meta name="color:Text" content="#9B9B9B"/>
  281. <meta name="color:Link" content="#C48793"/>
  282. <meta name="color:border" content="#F2F2F2"/>
  283. <meta name="color:scrollbar" content="#D6D5D5">
  284. <meta name="color:bg" content="#FFFFFF">
  285. <meta name="color:Link Hover" content="#F8E2AF"/>
  286. <meta name="text:homelink title" content="">
  287.  
  288. <meta name="text:link1" content="" />
  289. <meta name="text:link1 url" content="/">
  290. <meta name="text:link2" content="" />
  291. <meta name="text:link2 url" content="/">
  292. <meta name="text:link3" content="" />
  293. <meta name="text:link3 url" content="/">
  294. <meta name="text:link4" content="" />
  295. <meta name="text:link4 url" content="/">
  296. <meta name="text:link5" content="" />
  297. <meta name="text:link5 url" content="/">
  298. <meta name="color:tabcolor" content="#000">
  299. <meta name="color:tabcolor2" content="#333233">
  300. <meta name="color:tabcolor3" content="#666566">
  301. <meta name="color:tabcolor4" content="#8C8C8C">
  302. <meta name="color:tabcolor5" content="#ABABAB">
  303. <meta name="color:tabcolor6" content="#CFCFCF">
  304.  
  305. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  306.  
  307. <style>
  308. div#qTip {
  309. padding: 3px;
  310. display: none;
  311. text-align: center;
  312. position: absolute;
  313. font-style:normal;
  314. margin-top:3px;
  315. margin-left:15px;
  316. font-size:8px;
  317. line-height:9px;
  318. font-family:cambria;
  319. z-index: 1000;
  320. background-color:#fff;
  321. border: 1px dotted #73934a;
  322. color: #000;
  323. text-transform:normal;
  324. letter-spacing: 1px;
  325. }
  326. </style>
  327.  
  328. <style type="text/css">
  329. ::selection {color: #fff; background:#829e9e;}
  330. ::-moz-selection {color: #fff; background:#829e9e;}
  331. ::-webkit-selection {color: #fff; background:#829e9e;}
  332.  
  333. .popup_block{
  334. display:none;
  335. background-image:url('https://31.media.tumblr.com/f8b8e947f22130bd80db066ef8a37799/tumblr_inline_n7qi5gic9X1rnjuep.png');
  336. background-repeat:repeat;
  337. background-position:fixed;
  338. width:510px;
  339. height:265px;
  340. padding:20px;
  341. overflow-x:scroll;
  342. scroll:left;
  343. overflow-x:hidden;
  344. border:0px dotted #fda2a2; /* if you want a solid white pop-up, delete this */
  345. float:left;
  346. position:fixed;
  347. top:50%;left:50%;
  348. z-index: 99999;
  349. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  350. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  351. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  352. }
  353. #infos {
  354. text-align:left;
  355. font-size:25px;
  356. font-family:times;
  357. padding:11px;
  358. color:#ff0000;
  359. }
  360.  
  361. #infos a {
  362. margin:5px;
  363. margin-left:150px;
  364. line-height:20px;
  365. background:#f9b99e;
  366. width:80px;
  367. height:20px;
  368. display:inline-block;
  369. overflow:hidden;
  370. text-align:center;
  371. padding:6px;
  372. -o-transition: all 0.4s ease-out;
  373. -webkit-transition: all 0.4s ease-out;
  374. transition: all 0.4s ease-out;
  375. border-top-left-radius:0px;
  376. border-top-right-radius:100px;
  377. border-bottom-left-radius:100px;
  378. border-bottom-right-radius:100px;
  379.  
  380. }
  381.  
  382. #infos a:hover {
  383. color:#fff;
  384. background:#ff0000;
  385. border-radius:0px;
  386. }
  387.  
  388. #wrap {
  389. float:fixed;
  390. width:0px;
  391. position:fixed;
  392. background:#fff;
  393. opacity:.5;
  394. line-height:10px;
  395. margin-top:20px;
  396.  
  397. }
  398.  
  399.  
  400. *html #fade {position: absolute;}
  401. *html .popup_block {position: absolute;}
  402. #fade {
  403. display:none;
  404. position:fixed;
  405. left:0px;
  406. top:0px;
  407. width:100%;
  408. height:100%;
  409. z-index:9999;
  410. background:#000; /* change to #fff for solid white */
  411. opacity:0.5; /* change to opacity:1; */
  412. }
  413.  
  414.  
  415. ::-webkit-scrollbar-thumb{
  416. background-color: #ae927e;
  417. border: 0px solid {color:background};
  418. height:90px;
  419. }
  420.  
  421. ::-webkit-scrollbar {
  422. height:auto;
  423. width:0px;
  424. background-color: transparent;
  425. border: 0px solid {color:background};
  426. }
  427.  
  428. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  429.  
  430. iframe#tumblr_controls {
  431. white-space:nowrap;
  432. -webkit-filter: invert(100%);
  433. -moz-filter: invert(100%);
  434. -o-filter: invert(100%);
  435. -ms-filter: invert(100%);
  436. filter: invert(100%);
  437. opacity:.2;transition: .8s ease-in-out;
  438. -webkit-transition: .8s ease-in-out;
  439. -moz-transition: .8s ease-in-out;
  440. -o-transition: .8s ease-in-out;
  441. }
  442.  
  443. h1 {
  444. font-weight:normal;
  445. font-size:13px;
  446. text-align:center;
  447. font-style:normal;
  448. line-height:100%;
  449. letter-spacing:1px;
  450. text-transform:normal;
  451. color:{color:text};
  452. }
  453.  
  454. h2 {
  455. font-size:10px;
  456. text-align:center;
  457. line-height:100%;
  458. letter-spacing:-0.5px;
  459. color:{color:text};
  460. font-weight:bold;
  461. text-transform:normal;
  462. padding:5px;
  463. padding-bottom:2px;
  464. }
  465.  
  466.  
  467. blockquote {
  468. border-left:1px solid {color:links};
  469. padding-left:5px;
  470. margin:5px;
  471. }
  472.  
  473.  
  474. body {
  475. background:{color:background};
  476. margin:0px;
  477. color:{color:text};
  478. font-family:times;
  479. font-size:15px;
  480. line-height:120%;
  481. background-image:url("http://i64.tinypic.com/311p4iv.png"),url("https://67.media.tumblr.com/ca634c7a72be011359a1cf98d28fa160/tumblr_inline_o9goj9dRL91upbsmk_540.png") ;
  482. background-position:justify;
  483. background-repeat:no-repeat,repeat;
  484. background-attachment:fixed;
  485. background-position:45px 70px;center fixed;
  486. overflow: hidden;
  487. }
  488.  
  489. a {
  490. text-decoration:none;
  491. outline:none;
  492. -moz-outline-style:none;
  493. color:#ecd9ad;
  494. -moz-transition-duration:0.5s;
  495. -webkit-transition-duration:0.5s;
  496. -o-transition-duration:0.5s;
  497. }
  498.  
  499. a:hover {
  500. text-decoration:none;
  501. outline:none;
  502. -moz-outline-style:none;
  503. color:#faf9eb;
  504. }
  505. b, strong {
  506. font-family: 'Raleway', sans-serif;
  507. color: #babc7b;
  508. font-size:14px;
  509. text-shadow:1px 1px 1px #959595;(5,5,5,5);
  510.  
  511. }
  512. i, italics {
  513. font-family: 'Arapey', serif;
  514. color: #bcac7b;
  515. font-size:14px;
  516. text-shadow:1px 1px 1px #959595;(5,5,5,5);
  517.  
  518. }
  519.  
  520. img {
  521. border:none;
  522. }
  523.  
  524. blockquote blockquote {
  525. padding: 5px 10px 5px 10px;
  526. border:1px solid;
  527. background-color:rgba(216,216,216,0.5);
  528. }
  529.  
  530. #post {
  531. width:590px;
  532. padding-bottom:10px;
  533. margin-top:100px;
  534. }
  535.  
  536.  
  537. #entries {
  538. position:absolute;
  539. height:345px;
  540. overflow-y:scroll;
  541. overflow-x:hidden;
  542. width:400px;
  543. text-align:justify;
  544. padding:5px;
  545. background:transparent;
  546. z-index:999;
  547. top:134px;
  548. left:52px;
  549. }
  550.  
  551. #alinks{
  552. position:fixed;
  553. font-family:times;
  554. width:10px;
  555. margin-top:135px;
  556. margin-left:255px;
  557. font-size:50px;
  558. text-shadow:4px 4px 3px rgba(155,171,171,.6);
  559. text-align:left;
  560. line-height:170%;
  561. }
  562. #alinks a{
  563. line-height:170%;
  564. padding:5px 10px 5px 10px;
  565. margin-top:1px;
  566. margin-left:2px;
  567. letter-spacing:1px;
  568. border-radius:50%;
  569. color:#ebdfa9;
  570. background-color:#f1ebc8;
  571. -moz-transition-duration:.7s;
  572. -webkit-transition-duration:.7s;
  573. -o-transition-duration:.7s;
  574. }
  575.  
  576. #alinks a:hover {
  577. color: #f1ebc8;
  578. background-color:#ebdfa9;
  579. -moz-transition-duration:.4s;
  580. -webkit-transition-duration:.4s;
  581. -o-transition-duration:.4s;
  582. }
  583.  
  584. #blinks{
  585. position:fixed;
  586. font-family:times;
  587. width:10px;
  588. margin-top:135px;
  589. margin-left:345px;
  590. font-size:50px;
  591. text-shadow:4px 4px 3px rgba(155,171,171,.6);
  592. text-align:left;
  593. line-height:170%;
  594. }
  595. #blinks a{
  596. line-height:170%;
  597. padding:5px 10px 5px 10px;
  598. margin-top:1px;
  599. margin-left:2px;
  600. letter-spacing:1px;
  601. border-radius:50%;
  602. color:#ebdfa9;
  603. background-color:#f1ebc8;
  604. -moz-transition-duration:.7s;
  605. -webkit-transition-duration:.7s;
  606. -o-transition-duration:.7s;
  607. }
  608.  
  609. #blinks a:hover {
  610. color: #f1ebc8;
  611. background-color:#ebdfa9;
  612. -moz-transition-duration:.4s;
  613. -webkit-transition-duration:.4s;
  614. -o-transition-duration:.4s;
  615.  
  616. }
  617. #clinks{
  618. position:fixed;
  619. font-family:times;
  620. width:10px;
  621. margin-top:135px;
  622. margin-left:435px;
  623. font-size:50px;
  624. text-shadow:4px 4px 3px rgba(155,171,171,.6);
  625. text-align:left;
  626. line-height:170%;
  627. }
  628. #clinks a{
  629. line-height:170%;
  630. padding:5px 10px 5px 10px;
  631. margin-top:1px;
  632. margin-left:2px;
  633. letter-spacing:1px;
  634. border-radius:50%;
  635. color:#ebdfa9;
  636. background-color:#f1ebc8;
  637. -moz-transition-duration:.7s;
  638. -webkit-transition-duration:.7s;
  639. -o-transition-duration:.7s;
  640. }
  641.  
  642. #clinks a:hover {
  643. color: #f1ebc8;
  644. background-color:#ebdfa9;
  645. -moz-transition-duration:.4s;
  646. -webkit-transition-duration:.4s;
  647. -o-transition-duration:.4s;
  648.  
  649. }
  650.  
  651. #dlinks{
  652. position:fixed;
  653. font-family:times;
  654. width:100px;
  655. margin-top:135px;
  656. margin-left:525px;
  657. font-size:50px;
  658. text-shadow:4px 4px 3px rgba(155,171,171,.6);
  659. text-align:left;
  660. line-height:170%;
  661. }
  662. #dlinks a{
  663. line-height:170%;
  664. padding:5px 10px 5px 10px;
  665. margin-top:1px;
  666. margin-left:2px;
  667. letter-spacing:1px;
  668. color:#ebdfa9;
  669. border-radius:50%;
  670. background-color:#f1ebc8;
  671. -moz-transition-duration:.7s;
  672. -webkit-transition-duration:.7s;
  673. -o-transition-duration:.7s;
  674. }
  675.  
  676. #dlinks a:hover {
  677. color:#f1ebc8;
  678. background-color:#ebdfa9;
  679. -moz-transition-duration:.4s;
  680. -webkit-transition-duration:.4s;
  681. -o-transition-duration:.4s;
  682. }
  683. #flinks{
  684. position:fixed;
  685. font-family:times;
  686. width:10px;
  687. margin-top:120px;
  688. margin-left:490px;
  689. font-size:25px;
  690. text-transform:normal;
  691. text-align:left;
  692. line-height:170%;
  693. }
  694. #flinks a{
  695. line-height:170%;
  696. padding:5px 10px 5px 10px;
  697. margin-top:1px;
  698. margin-left:2px;
  699. letter-spacing:1px;
  700. color:#f1ebc8;
  701. border-radius:50%;
  702. -moz-transition-duration:.7s;
  703. -webkit-transition-duration:.7s;
  704. -o-transition-duration:.7s;
  705. }
  706.  
  707. #flinks a:hover {
  708. color: #ebdfa9;
  709. background-color:#f1ebc8;
  710. -moz-transition-duration:.4s;
  711. -webkit-transition-duration:.4s;
  712. -o-transition-duration:.4s;
  713.  
  714. }
  715.  
  716. #pagination {
  717. font-size:50px;
  718. width:200px;
  719. text-transform:normal;
  720. margin-top:150px;
  721. margin-left:50px;
  722. letter-spacing:3px;
  723. font-style:normal;
  724. text-align:normal;
  725. }
  726.  
  727. #pagination a {
  728. color:#C48793;
  729. }
  730.  
  731.  
  732.  
  733. #info {
  734. font-family:courier;
  735. width:374px;
  736. margin-top:0px;
  737. padding:0px;
  738. font-size:10px;
  739. color:{color:text};
  740. text-transform:normal;
  741. font-style:normal;
  742. text-align:left;
  743. -moz-transition-duration:0.5s;
  744. -webkit-transition-duration:0.5s;
  745. -o-transition-duration:0.5s;
  746. border:1px solid #fff;
  747. background-color:transparent;
  748. }
  749.  
  750. #info a {
  751. color:{color:link};
  752. text-align:left;
  753. font-style:normal;
  754. }
  755.  
  756. #info a:hover {
  757. color:{color:link hover};
  758. }
  759.  
  760. .tags {
  761. font-family:cambria;
  762. font-style:normal;
  763. width:374px;
  764. text-transform:normal;
  765. font-style:bold;
  766. color:#000000;
  767. line-height:120%;
  768. font-size:9px;
  769. opacity:0;
  770. text-align:left;
  771. padding-top:3px;
  772. -moz-transition-duration:.5s;
  773. -webkit-transition-duration:.5s;
  774. -o-transition-duration:.5s;
  775.  
  776. }
  777.  
  778. .tags a:hover {
  779. color:#000000;
  780. }
  781.  
  782. #post:hover .tags {
  783. opacity:1;
  784. -moz-transition-duration:.5s;
  785. -webkit-transition-duration:.5s;
  786. -o-transition-duration:.5s;
  787.  
  788. }
  789. .cover {
  790. position: relative;z-index: 1; width: 90px; float:left;}
  791.  
  792. .button {
  793. width:20px;
  794. height:30px;
  795. overflow: hidden;
  796. position: relative;
  797. z-index: 99;
  798. margin: 15px 24px 13px 16px;
  799. }
  800.  
  801. .musicbox {
  802. background-color: #fff;
  803. position: absolute;
  804. z-index: 99;
  805. margin-top: 15px;
  806. margin-left: 15px;
  807. opacity: 0.3;
  808. -webkit-transition: opacity 0.2s linear;
  809. -webkit-transition: all 0.2s linear;
  810. -moz-transition: all 0.2s linear;
  811. -o-transition: all 0.2s linear;
  812. }
  813. .musicbox:hover {opacity:0.9;}
  814. .musicinfo {
  815. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
  816.  
  817. #ask {
  818. float:left;
  819. margin-left:10px;}
  820.  
  821.  
  822. #credit {
  823. font-size:9px;
  824. font-family:cambria;
  825. font-style:italic;
  826. letter-spacing:1px;
  827. -moz-transition-duration:0.5s;
  828. -webkit-transition-duration:0.5s;
  829. -o-transition-duration:0.5s;
  830. }
  831.  
  832. #credit a {
  833. background-color:#fff;
  834. padding:5px;
  835. border:1px solid #e9e9e9;
  836. position:fixed;
  837. right:15px;
  838. bottom:10px
  839. }
  840.  
  841. #credit a:hover {
  842. color:#fff;
  843. background-color:#e50000;
  844. }
  845. {CustomCSS}</style></head>
  846.  
  847. <body>
  848.  
  849. </div>
  850. <script type="text/javascript">
  851. <!--
  852. function clickIE() {if (document.all) {(message);return false;}}
  853. function clickNS(e) {if
  854. (document.layers||(document.getElementById&&!document.all)) {
  855. if (e.which==2||e.which==3) {(message);return false;}}}
  856. if (document.layers)
  857. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  858. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  859. document.oncontextmenu=new Function("return false")
  860. // -->
  861. </script>
  862. <!----------------------------------------
  863. Update Tab #1 (HTML) by Incedo
  864. http://incedothemes.tumblr.com
  865. Please do not remove the credit.
  866. Instructions @ http://incedothenes.tumblr.com/tab
  867. Updated 9/21/13
  868. ------------------------------------------>
  869.  
  870. <div id="updatetab">
  871.  
  872. <div id="tabtitle">
  873. <!---this is where you put title of your updates tab--->
  874. INVENTORY.
  875. </div>
  876.  
  877. <div id="dropdown">
  878. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  879. <center>
  880. <small>PRIVATE, SELECTIVE JUN.</small>
  881. <p><small><a href="http://incedothemes.info/post/61911873382/tab1" title="tab credit">♔</a> <a href="http://www.pixiv.net/member_illust.php?mode=medium&illust_id=11762725" title="art credit">♛</a>
  882. </center>
  883. </div>
  884.  
  885. </div>
  886.  
  887. <div id="alinks">
  888. <a href="/" title="nameme.">☆</a> </div>
  889.  
  890. <div id="blinks">
  891. <a title="nameme." href="#?w=300" rel="box1" class="poplight">★</a></div>
  892.  
  893. <div id="clinks">
  894. <a href="/" title="nameme.">☆</a> </div>
  895.  
  896. <div id="dlinks">
  897. <a href="#?w=300" title="nameme." rel="box2" class="poplight">★</a></div>
  898.  
  899. <div id="flinks">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇦</a>{/block:PreviousPage}{/block:Pagination}
  900. {/block:Pagination}
  901. {block:Pagination}{block:NextPage}<a href="{NextPage}">⇨</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</div>
  902.  
  903. </div></div>
  904.  
  905.  
  906. <div id="entries">{block:Posts}<div id="post">
  907.  
  908. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  909.  
  910. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  911.  
  912. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  913.  
  914. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  915.  
  916. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{/block:Link}{hw}
  917.  
  918. {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}
  919.  
  920. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  921. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:normal; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  922.  
  923. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  924.  
  925. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>{Question}</big></em><br><br>{Answer}{/block:Answer}
  926.  
  927. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#transparent;padding:3px;color:#000;font-style:italic;">{TimeAgo}</a> {block:NoteCount} with <font color=#6d6050><big>♢</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  928. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  929. {block:HasTags}
  930. <div class="tags">
  931. {block:Tags} - <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  932. {/block:HasTags}
  933. <div class="postnote">
  934. {block:PostNotes}{PostNotes}{/block:PostNotes}
  935. </div>
  936. </div>
  937. {/block:Posts}
  938.  
  939. </div></div></div></div></div></div></div></div></div></div>
  940. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></a>
  941.  
  942. </body>
  943. <div id="box1" class="popup_block">
  944. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  945. </div>
  946. <div id="box2" class="popup_block">
  947. <div align="center">so put some shit here i guess</div>
  948. </div>
  949.  
  950. </div></div></div></div></div></div></div></div></div></div>
  951. </div></div></div></div></div></div></div></div></div></div>
  952. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement