Advertisement
micsco987

alli oop uvu

Oct 6th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.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. <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 name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10.  
  11. <!---- this is theme 41 by Hollywhood
  12. please don't remove the credit
  13. thank you
  14. --->
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/7gk7xdc/t1Mnqtxfn/jquery-1.9.1.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/7gk7xdc/6vVnqtxgf/tabs.js"></script>
  18. <script type="text/javascript">
  19. $(document).ready(function(){
  20. $("ul#tabs li").click(function(e){
  21. if (!$(this).hasClass("active")) {
  22. var tabNum = $(this).index();
  23. var nthChild = tabNum+1;
  24. $("ul#tabs li.active").removeClass("active");
  25. $(this).addClass("active");
  26. $("ul#tab li.active").removeClass("active");
  27. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  28. }
  29. });
  30. });
  31. </script>
  32.  
  33.  
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("a[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:7,
  43. tip_fade_speed:7,
  44. attribute:"title"
  45. });
  46. });
  47. })(jQuery);
  48. </script>
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52. <script>
  53. $(document).ready(function() {
  54. //
  55. $('a.poplight[href^=#]').click(function() {
  56. var popID = $(this).attr('rel'); //Get Popup Name
  57. var popURL = $(this).attr('href'); //Get Popup href to define size
  58. var query= popURL.split('?');
  59. var dim= query[1].split('&');
  60. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  61. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  62. var popMargTop = ($('#' + popID).height() + 80) / 2;
  63. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  64. //Apply Margin to Popup
  65. $('#' + popID).css({
  66. 'margin-top' : -popMargTop,
  67. 'margin-left' : -popMargLeft
  68. });
  69. $('body').append('<div id="fade"></div>');
  70. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  71. return false;
  72. });
  73. $('a.close, #fade').live('click', function() {
  74. $('#fade , .popup_block').fadeOut(function() {
  75. $('#fade, a.close').remove(); //fade them both out
  76. });
  77. return false;
  78. });
  79. });
  80. </script>
  81.  
  82.  
  83.  
  84. <meta name="if:popup boxes" content="1"/>
  85. <meta name="if:pixel music" content="1"/>
  86.  
  87. <meta name="text:music player code" content="billy works best"/>
  88.  
  89.  
  90. <meta name="color:Background color" content="#a6a39f"/>
  91. <meta name="color:Text" content="#ffffff"/>
  92. <meta name="color:Link" content="#cccccc"/>
  93. <meta name="color:Scrollbar" content="#a6a39f">
  94. <meta name="color:Link Hover" content="#c3beb7"/>
  95. <meta name="color:question" content="#6e5f51"/>
  96. <meta name="color:main link" content="#ffffff"/>
  97.  
  98.  
  99. <meta name="text:link 1" content="home"/>
  100. <meta name="text:link 1 url" content="/"/>
  101. <meta name="text:link 2" content="ask"/>
  102. <meta name="text:link 2 url" content="/"/>
  103. <meta name="text:link 3" content="Link 3"/>
  104. <meta name="text:link 3 url" content="/"/>
  105. <meta name="text:link 4" content="Link 4"/>
  106. <meta name="text:link 4 url" content="/"/>
  107. <meta name="text:link 5" content="Link 5"/>
  108. <meta name="text:link 5 url" content="/"/>
  109. <meta name="text:link 6" content="navi"/>
  110. <meta name="text:link 6 url" content="/"/>
  111.  
  112.  
  113. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  114.  
  115. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  116.  
  117. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  118.  
  119. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  120.  
  121. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  122.  
  123. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  124.  
  125. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  126.  
  127. <link href='https://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  128.  
  129. <style>
  130. div#qTip {
  131. padding: 3px;
  132. display: none;
  133. text-align: center;
  134. position: absolute;
  135. font-size:7px;
  136. margin-left:10px;
  137. margin-top:-2px;
  138. line-height:9px;
  139. font-family:arial;
  140. z-index: 1000;
  141. border: 1px solid #cacaca;
  142. background-color:#fff;
  143. color: #9b9b9b;
  144. text-transform:uppercase;
  145. letter-spacing: 2px;
  146. }
  147. </style>
  148.  
  149. <style type="text/css">
  150.  
  151.  
  152.  
  153.  
  154.  
  155. ::-webkit-scrollbar {
  156. width: 3px;
  157. height: 0px; background: transparent;
  158. }
  159.  
  160. ::-webkit-scrollbar-thumb {
  161. background-color:{color:scrollbar} ;
  162. opacity:.5;
  163. border-radius:0px;
  164. }
  165.  
  166.  
  167. iframe#tumblr_controls {
  168. white-space:nowrap;
  169. -webkit-filter: invert(100%);
  170. -moz-filter: invert(100%);
  171. -o-filter: invert(100%);
  172. -ms-filter: invert(100%);
  173. filter: invert(100%);
  174. opacity:.2;transition: .8s ease-in-out;
  175. -webkit-transition: .8s ease-in-out;
  176. -moz-transition: .8s ease-in-out;
  177. -o-transition: .8s ease-in-out;
  178. }
  179.  
  180. ::selection {
  181. background: {color:text};
  182. color:{color:scrollbar};
  183. }
  184. ::-moz-selection {
  185. background: {color:text};
  186. color:{color:scrollbar};
  187. }
  188.  
  189. #s-m-t-tooltip {
  190. margin-left:5px;
  191. margin-top:-23px;
  192. letter-spacing:1px;
  193. font-family: 'open sans condensed';
  194. font-weight:normal;
  195. text-transform:lowercase;
  196. font-size:14px;
  197. letter-spacing:1px;
  198. background:{color:question};
  199. color:{color:text};
  200. padding: 6px;
  201. border-radius:9px;
  202. z-index:99999999999999999999999;
  203. -webkit-transition:all 1.5s;
  204. -moz-transition:all 1.5s;
  205. -ms-transition:all 1.5s;
  206. -o-transition:all 1.5s;
  207. transition:all 1.5s;
  208. /*-webkit-box-shadow: 3px 5px 18px -1px #000;
  209. -moz-box-shadow: 3px 5px 18px -1px #000;
  210. box-shadow: 3px 5px 18px -1px #000;*/
  211. }
  212.  
  213. h1, h2 {
  214. font-weight:normal;
  215. font-size:18px;
  216. text-align:center;
  217. font-style:normal;
  218. line-height:100%;
  219. letter-spacing:1px;
  220. text-transform:lowercase;
  221. color:{color:text};
  222. font-family: 'homemade apple', cursive;
  223. }
  224.  
  225. em, i {
  226. font-family:'homemade apple', cursive;
  227. font-style:normal;
  228. }
  229.  
  230.  
  231. blockquote {
  232. border-left:2px solid {color:text};
  233. padding-left:5px;
  234. margin:5px;
  235. }
  236.  
  237.  
  238. body {
  239. background:{color:background color};
  240. margin:0px;
  241. color:{color:text};
  242. font-family:calibri;
  243. font-size:12px;
  244. text-align:justify;
  245. line-height:100%;
  246. background-attachment:fixed;
  247. background-image: url('http://static.tumblr.com/7gk7xdc/DWFnvsi26/1.png');
  248. background-repeat:no-repeat;
  249. }
  250.  
  251. #ask_form{ height: 250px!important;}
  252.  
  253.  
  254. a {
  255. text-decoration:none;
  256. outline:none;
  257. -moz-outline-style:none;
  258. color:{color:link};
  259. -moz-transition-duration:0.5s;
  260. -webkit-transition-duration:0.5s;
  261. -o-transition-duration:0.5s;
  262. }
  263.  
  264. a:hover {
  265. text-decoration:none;
  266. outline:none;
  267. -moz-outline-style:none;
  268. color:{color:link hover};
  269. }
  270.  
  271. img {
  272. border:none;
  273. }
  274.  
  275. blockquote {
  276. padding-left:5px;
  277. border-left:2px solid;
  278. }
  279.  
  280. blockquote blockquote {
  281. padding-left:5px;
  282. border-left:2px solid;
  283. }
  284.  
  285. img {
  286. -webkit-filter: grayscale(90%);
  287. z-index: -9999999999999999999999999px;
  288. -webkit-transition: all 0.9s ease-in-out;
  289. -moz-transition: all 0.9s ease-in-out;
  290. -o-transition: all 0.9s ease-in-out;
  291. -ms-transition: all 0.9s ease-in-out;
  292. transition: all 0.9s ease-in-out;
  293. border:none;
  294. opacity:.6;
  295. }
  296.  
  297. img:hover{
  298. -webkit-filter: grayscale(0%);
  299. z-index: -9999999999999999999999999px;
  300. -webkit-transition: all 0.9s ease-in-out;
  301. -moz-transition: all 0.9s ease-in-out;
  302. -o-transition: all 0.9s ease-in-out;
  303. -ms-transition: all 0.9s ease-in-out;
  304. transition: all 0.9s ease-in-out;
  305. opacity:1;
  306. }
  307.  
  308. blockquote img {
  309. max-width:100%;
  310. height:auto;
  311.  
  312. }
  313.  
  314. blockquote blockquote img {
  315. max-width:100%;
  316. height:auto;
  317.  
  318. }
  319.  
  320. #post {
  321. width:340px;
  322. padding-bottom:10px;
  323. }
  324.  
  325. #entries {
  326. padding:10px;
  327. width:347px;
  328. margin-left:197px;
  329. margin-top:143px;
  330. margin-bottom:40px;
  331. position:fixed;
  332. overflow:scroll;
  333. overflow-x:hidden;
  334. height:410px;
  335. }
  336.  
  337. #entries img {
  338. height:auto;
  339. max-width:100%;
  340.  
  341. }
  342.  
  343.  
  344. #photoset {
  345. -webkit-filter: grayscale(90%);
  346. z-index: -9999999999999999999999999px;
  347. -webkit-transition: all 0.9s ease-in-out;
  348. -moz-transition: all 0.9s ease-in-out;
  349. -o-transition: all 0.9s ease-in-out;
  350. -ms-transition: all 0.9s ease-in-out;
  351. transition: all 0.9s ease-in-out;
  352. border:none;
  353. opacity:.6;
  354. }
  355.  
  356. #photoset:hover{
  357. -webkit-filter: grayscale(0%);
  358. z-index: -9999999999999999999999999px;
  359. -webkit-transition: all 0.9s ease-in-out;
  360. -moz-transition: all 0.9s ease-in-out;
  361. -o-transition: all 0.9s ease-in-out;
  362. -ms-transition: all 0.9s ease-in-out;
  363. transition: all 0.9s ease-in-out;
  364. opacity:1;
  365. }
  366.  
  367.  
  368. #sidebar {
  369. color:{color:text};
  370. position:fixed;
  371. width:100px;
  372. height:auto;
  373. margin-top:235px;
  374. margin-left:250px;
  375. text-align:left;
  376. }
  377.  
  378. #sidebarimage img {
  379. width:200px;
  380. margin-top:-10px;
  381. margin-bottom:0px;
  382. margin-left:-9px;
  383. }
  384.  
  385. #links {
  386. z-index:9999999999999;
  387. position:absolute;
  388. position:fixed;
  389. font-family: arial;
  390. margin-top:255px;
  391. margin-left:-70px;
  392. font-size:9px;
  393. width:17px;
  394. text-transform:uppercase;
  395. text-align:center;
  396. }
  397.  
  398.  
  399. #links a{
  400. letter-spacing:1px;
  401. font-weight:bold;
  402. line-height:190%;
  403. margin-top:0px;
  404. margin-left:0px;
  405. color:{color:main link};
  406. text-decoration:none;
  407. -moz-transition-duration:.5s;
  408. -webkit-transition-duration:.5s;
  409. -o-transition-duration:.5s;
  410. }
  411.  
  412. #links a:hover {
  413. -webkit-filter: blur(3px);
  414. -moz-filter: blur(3px);
  415. -o-filter: blur(3px);
  416. -ms-filter: blur(3px);
  417. filter: blur(3px);
  418. -moz-transition-duration:0.5s;
  419. -webkit-transition-duration:0.5s;
  420. -o-transition-duration:0.5s;
  421. }
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428. #description {
  429. position:fixed;
  430. width:200px;
  431. font-family:garamond;
  432. margin-top:150px;
  433. margin-left:90px;
  434. text-align:justify;
  435. font-size:9px;
  436. color: {color:text};
  437. letter-spacing:0px;
  438. line-height:130%;
  439. -moz-transition-duration:1s;
  440. -webkit-transition-duration:1s;
  441. -o-transition-duration:1s;
  442. }
  443.  
  444. #description a {
  445. color:{color:link};
  446. }
  447.  
  448. #description a:hover {
  449. color:{color:link hover};
  450. }
  451.  
  452. .sidebartitle {
  453. width:210px;
  454. text-align:center;
  455. position:fixed;
  456. font-family:arial;
  457. line-height:120%;
  458. margin-left:-13px;
  459. font-size:13px;
  460. margin-top:10px;
  461. color:{color:title};
  462. }
  463.  
  464. #pagination {
  465. font-family:cambria;
  466. width:210px;
  467. font-size:17px;
  468. margin-top:-125px;
  469. margin-left:320px;
  470. padding-left:5px;
  471. letter-spacing:1px;
  472. font-style:normal;
  473. text-align:center;
  474. }
  475.  
  476. #pagination a {
  477. color:{color:link};
  478. }
  479.  
  480. #info {
  481. background-image: url('http://static.tumblr.com/7gk7xdc/nYXnvsj17/untitled-1.png');
  482. font-family:calibri;
  483. width:auto;
  484. margin-top:5px;
  485. padding-top:1px;
  486. font-size:7px;
  487. padding:8px;
  488. color:{color:link};
  489. text-transform:uppercase;
  490. font-style:normal;
  491. text-align:center;
  492. border-radius:20px;
  493. border:1px solid {color:question};
  494. -moz-transition-duration:0.5s;
  495. -webkit-transition-duration:0.5s;
  496. -o-transition-duration:0.5s;
  497. /*-webkit-box-shadow: 3px 5px 18px -1px #000;
  498. -moz-box-shadow: 3px 5px 18px -1px #000;
  499. box-shadow: 3px 5px 18px -1px #000;*/
  500. }
  501.  
  502. #info a {
  503. text-shadow:none;
  504. color:{color:link};
  505. font-style:normal;
  506. padding-right:3px;
  507. font-weight:normal;
  508. padding:13px;
  509. }
  510.  
  511. #info a:hover {
  512. -webkit-filter: blur(2px);
  513. -moz-filter: blur(2px);
  514. -o-filter: blur(2px);
  515. -ms-filter: blur(2px);
  516. filter: blur(2px);
  517. }
  518.  
  519. .tags {
  520. margin-top:-7px;
  521. opacity:0;
  522. color:{color:link};
  523. font-family:calibri;
  524. font-style:normal;
  525. width:auto;
  526. text-transform:normal;
  527. font-style:normal;
  528. line-height:120%;
  529. padding-left:5px;
  530. font-size:10px;
  531. text-align:justify;
  532. padding-top:10px;
  533. padding-bottom:5px;
  534. -moz-transition-duration:0.4s;
  535. -webkit-transition-duration:0.4s;
  536. -o-transition-duration:0.4s;
  537. }
  538. .tags a{
  539. color:{color:link};
  540. -moz-transition-duration:0.4s;
  541. -webkit-transition-duration:0.4s;
  542. -o-transition-duration:0.4s;
  543. }
  544. .tags a:hover{
  545. color:{color:link hover};
  546. -moz-transition-duration:0.4s;
  547. -webkit-transition-duration:0.4s;
  548. -o-transition-duration:0.4s;
  549. }
  550.  
  551. #post:hover .tags{
  552. opacity:1;
  553. -moz-transition-duration:0.6s;
  554. -webkit-transition-duration:0.6s;
  555. -o-transition-duration:0.6s;
  556. }
  557.  
  558. .audio{
  559. background-color:#fff;
  560. height:65px;
  561. overflow:hidden;
  562. color:#888;
  563. }
  564.  
  565. #ask {
  566. padding-top:10px;
  567. font-size:15px;
  568. margin-top:0px;
  569. padding-right:15px;
  570. text-align:right;
  571. color:{color:link};
  572. font-family: 'homemade apple', cursive;
  573. }
  574.  
  575. #ask a{
  576. color:{color:link};
  577. }
  578.  
  579. #ask a:hover{
  580. letter-spacing:2px;
  581. -webkit-filter: blur(0px);
  582. -moz-filter: blur(0px);
  583. -o-filter: blur(0px);
  584. -ms-filter: blur(0px);
  585. filter: blur(0px);
  586. }
  587.  
  588. #question{
  589. background-color:{color:question};
  590. color:{color:text};
  591. padding:13px;
  592. margin-top:-3px;
  593. border-radius:20px;
  594. /*-webkit-box-shadow: 3px 5px 18px -1px #000;
  595. -moz-box-shadow: 3px 5px 18px -1px #000;
  596. box-shadow: 3px 5px 18px -1px #000;*/
  597. }
  598.  
  599. #question a{
  600. background-color:none;
  601. }
  602.  
  603. #credit {
  604. color:#fff;
  605. font-size:10px;
  606. font-family:cambria;
  607. letter-spacing:1px;
  608. -moz-transition-duration:0.5s;
  609. -webkit-transition-duration:0.5s;
  610. -o-transition-duration:0.5s;
  611. }
  612.  
  613. #credit a {
  614. color:#fff;
  615. background-color:{color:scrollbar};
  616. padding:5px;
  617. padding-top:9px;
  618. padding-bottom:9px;
  619. position:fixed;
  620. right:15px;
  621. bottom:10px
  622.  
  623. }
  624.  
  625. #credit a:hover {
  626. color:{color:scrollbar};
  627. background-color:{color:scrollbar};
  628. }
  629.  
  630. .popup_block{
  631. display:none;
  632. background:url('http://static.tumblr.com/7gk7xdc/0Uhnvsmz9/2.png');
  633. background-size:100% 100%;
  634. padding:20px;
  635. float:left;
  636. position:fixed;
  637. top:50%;left:50%;
  638. z-index: 99999;
  639. height:250px;
  640. overflow:hidden;
  641. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  642. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  643. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  644. }
  645.  
  646. *html #fade {position: absolute;}
  647. *html .popup_block {position: absolute;}
  648. #fade {
  649. display:none;
  650. position:fixed;
  651. left:0px;
  652. top:0px;
  653. width:100%;
  654. height:100%;
  655. z-index:9999;
  656. background:#000; /* change to #fff for solid white */
  657. opacity:.6; /* change to opacity:1; */
  658. }
  659.  
  660. #text {
  661. top:50%;
  662. left:50%;
  663. margin-top:-69px;
  664. margin-left:180px;
  665. width:200px;
  666. height:256px;
  667. padding-top:10px;
  668. padding-right:10px;
  669. overflow:scroll;
  670. text-align:justify;
  671. }
  672.  
  673. #tabbers {
  674. top:50%;
  675. left:50%;
  676. margin-left:-208px;
  677. margin-top:-43px;
  678. padding-bottom:10px;
  679. }
  680.  
  681. .popup_block h2 {
  682. text-shadow:none;
  683. text-align:left;
  684. top:50%;
  685. left:50%;
  686. margin-top:30px;
  687. margin-left:-55px;
  688. font-family:'homemade apple', cursive;
  689. font-size:17px;
  690. color:{color:link};
  691. z-index:99999999999999;
  692. -ms-transform: rotate(270deg); /* IE 9 */
  693. -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  694. transform: rotate(270deg);
  695. }
  696.  
  697. #box1 {
  698. background:none;
  699. -webkit-box-shadow: none; /* delete for solid white */
  700. -moz-box-shadow: none; /* delete for solid white */
  701. box-shadow: none; /* delete for solid white */
  702. max-height:600px;
  703. }
  704.  
  705. #box6 {
  706. background:{color:scrollbar};
  707. height:100px;
  708. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  709. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  710. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  711. }
  712.  
  713. #box3 img {
  714. padding-right:10px;
  715. }
  716.  
  717. #navitags {
  718. top:50%;
  719. left:50%;
  720. text-align:center;
  721. width:300px;
  722. margin-left:115px;
  723. margin-top:-70px;
  724. }
  725.  
  726. #navitags a{
  727. color:{color:link};
  728. text-shadow:none;
  729. font-weight:bold;
  730. margin-left:20px;
  731. text-align:center;
  732. display:inline-table;
  733. padding-bottom:20px;
  734. margin-top:20px;
  735. padding:7px;
  736. font-size:12px;
  737. width:80px;
  738. border-bottom:1px solid {color:link};
  739. -webkit-transition: all 0.4s ease-in-out;
  740. -moz-transition: all 0.4s ease-in-out;
  741. -o-transition: all 0.4s ease-in-out;
  742. -ms-transition: all 0.4s ease-in-out;
  743. transition: all 0.4s ease-in-out;
  744.  
  745. }
  746.  
  747. #navitags a:hover{
  748. letter-spacing:1.5px;
  749. -webkit-transition: all 0.4s ease-in-out;
  750. -moz-transition: all 0.4s ease-in-out;
  751. -o-transition: all 0.4s ease-in-out;
  752. -ms-transition: all 0.4s ease-in-out;
  753. transition: all 0.4s ease-in-out;
  754. }
  755.  
  756.  
  757. #bubble-music {
  758. position:fixed;
  759. left:620px;
  760. top:440px;
  761. width:30px;
  762. height:30px;
  763. border-radius:100%;
  764. -moz-border-radius:100%;
  765. overflow:hidden;
  766. -webkit-transition: all 0.5s ease-out;
  767. -moz-transition: all 0.5s ease-out;
  768. transition: all 0.5s ease-out
  769. z-index:99999999999999999999999;
  770.  
  771. }
  772.  
  773. #bubble-music img {
  774. -ms-transform: rotate(-17deg); /* IE 9 */
  775. -webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
  776. transform: rotate(-17deg);
  777. }
  778.  
  779. #bubble-music:hover {
  780. border-radius:9px;
  781. -moz-border-radius:9px;
  782. width:140px;
  783. height:30px;
  784. }
  785.  
  786. .music_embed {
  787. margin:-23px 0 0 70px;
  788. z-index:1;
  789. font-family:consolas;
  790. font-size:8px;
  791. z-index:99999999;
  792. -webkit-transition: all 0.5s ease-out;
  793. -moz-transition: all 0.5s ease-out;
  794. transition: all 0.5s ease-out
  795. }
  796.  
  797. #bubble-music:hover .music_embed {
  798. margin:-23px 0 0 34px;
  799. opacity:1;
  800. }
  801.  
  802.  
  803. ul#tabs {
  804. list-style-type: none;
  805. padding: 0;
  806. text-align: center;
  807. }
  808. ul#tabs li {
  809. display: inline-block;
  810. padding: 2px 10px;
  811. margin-bottom: 4px;
  812. color: {color:text};
  813. cursor: pointer;
  814. }
  815. ul#tabs li:hover {
  816. background-color:{color:link hover};
  817. }
  818. ul#tabs li.active {
  819. background-color: {color:link hover};
  820. }
  821. ul#tab {
  822. list-style-type: none;
  823. margin: 0;
  824. padding: 0;
  825. }
  826. ul#tab li {
  827. display: none;
  828. }
  829. ul#tab li.active {
  830. display: block;
  831. }
  832.  
  833.  
  834.  
  835.  
  836. /*----------------------------------------
  837. Update Tab #1 (CSS Left) by Incedo
  838. http://incedothemes.tumblr.com
  839. Please do not remove the credit.
  840. Instructions @ http://incedothenes.tumblr.com/tab
  841. Updated 8/7/14
  842. ------------------------------------------*/
  843.  
  844. #updatetab {
  845. font-family: helvetica; /*this is the font*/
  846. color: {color:text};} /*this is the font color*/
  847. #tabtitle, #dropdown, #dropdown p {
  848. /*background-color:#ffffff; /*this is the background color*/
  849. border-color: transparent; /*this is the border color*/
  850. }
  851.  
  852. #updatetab h2 {
  853. color:{color:text};
  854. }
  855.  
  856. #updatetab {
  857. width:100px;
  858. position:fixed;
  859. top:482px;
  860. left:595px;}
  861.  
  862. #tabtitle {
  863. margin-left:0px;
  864. margin-top:0px;
  865. -ms-transform: rotate(17deg); /* IE 9 */
  866. -webkit-transform: rotate(17deg); /* Chrome, Safari, Opera */
  867. transform: rotate(17deg);
  868. text-align:center;
  869. padding:1px 3px;
  870. letter-spacing:2px;
  871. font-size:9px;
  872. text-transform:uppercase;
  873. border-width:1px;
  874. border-style:solid;
  875. border-radius: 2px;
  876. -moz-border-radius: 2px;
  877. -webkit-border-radius: 2px;
  878.  
  879. }
  880.  
  881. #dropdown {
  882. background-color:transparent;
  883. font-size:11px;
  884. text-align:justified;
  885. width:120px;
  886. margin-top:-375px;
  887. margin-left:-518px;
  888. border-style:solid;
  889. border-width:0px 1px 1px 1px;
  890. padding:2px;
  891. padding-top:0px;
  892. border-bottom-right-radius: 2px;
  893. -moz-border-bottom-right-radius: 2px;
  894. -webkit-border-bottom-right-radius: 2px;
  895. border-bottom-left-radius: 2px;
  896. -moz-border-bottom-left-radius: 2px;
  897. -webkit-border-bottom-left-radius: 2px;
  898. opacity:0;
  899. -webkit-transition: all 0.5s ease-in-out;
  900. -moz-transition: all 0.5s ease-in-out;
  901. -o-transition: all 0.5s ease-in-out;
  902. -ms-transition: all 0.5s ease-in-out;
  903. transition: all 0.5s ease-in-out;
  904.  
  905. }
  906.  
  907. #updatetab:hover #dropdown {
  908. margin-left:-525px;
  909. opacity:1;
  910. -webkit-transition: all 0.5s ease-in-out;
  911. -moz-transition: all 0.5s ease-in-out;
  912. -o-transition: all 0.5s ease-in-out;
  913. -ms-transition: all 0.5s ease-in-out;
  914. transition: all 0.5s ease-in-out;}
  915.  
  916. #c {
  917. position:fixed;
  918. bottom:4px;
  919. right:4px;
  920. font-size:13px;
  921. font-family:helvetica;}
  922.  
  923.  
  924.  
  925. {CustomCSS}</style></head><body>
  926.  
  927.  
  928.  
  929.  
  930. <!----------------------------------------
  931. Update Tab #1 (HTML) by Incedo
  932. http://incedothemes.tumblr.com
  933. Please do not remove the credit.
  934. Instructions @ http://incedothenes.tumblr.com/tab
  935. Updated 9/21/13
  936. ------------------------------------------>
  937.  
  938. <div id="updatetab">
  939.  
  940. <div id="tabtitle">
  941. <!---this is where you put title of your updates tab--->
  942. hover
  943. </div>
  944.  
  945. <div id="dropdown">
  946. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  947.  
  948. <h2>content here</h2>
  949.  
  950. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper.<p>
  951.  
  952. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper.<p>
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960. </div>
  961.  
  962. </div>
  963.  
  964.  
  965.  
  966.  
  967.  
  968. {block:ifpixelmusic}
  969. <div id="bubble-music">
  970. <img style="margin:7px;" src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  971. <div class="music_embed">
  972. {text:music player code}
  973. </div>
  974. </div>
  975. {/block:ifpixelmusic}
  976.  
  977.  
  978.  
  979. <!---------POPUP BOXES------>
  980.  
  981. <!---ask box-->
  982. <div id="box1" class="popup_block">
  983. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  984. </div>
  985.  
  986. </div></div></div></div></div></div></div></div></div></div>
  987. <!--ask box end-->
  988.  
  989.  
  990.  
  991. <div id="box2" class="popup_block">
  992.  
  993. <h2>header</h2>
  994.  
  995. <div id="text">
  996.  
  997. text goes here. <p>
  998.  
  999. </div>
  1000.  
  1001. </div></div></div></div></div></div></div></div></div></div>
  1002.  
  1003.  
  1004.  
  1005. <div id="box3" class="popup_block">
  1006.  
  1007. <h2>header</h2>
  1008.  
  1009. <div id="text">
  1010.  
  1011. text goes here.
  1012.  
  1013. </div></div></div></div></div></div></div></div></div></div>
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. <div id="box4" class="popup_block">
  1020. <h2>navigation</h2>
  1021. <div id="navitags">
  1022.  
  1023. <a href="/tagged/tag">tag.</a>
  1024.  
  1025. <a href="/tagged/tag">tag.</a>
  1026.  
  1027. <a href="/tagged/tag">tag.</a>
  1028.  
  1029. <a href="/tagged/tag">tag.</a>
  1030.  
  1031. <a href="/tagged/tag">tag.</a>
  1032.  
  1033. <a href="/tagged/tag">tag.</a>
  1034.  
  1035. <a href="/tagged/tag">tag.</a>
  1036.  
  1037. <a href="/tagged/tag">tag.</a>
  1038.  
  1039. <a href="/tagged/tag">tag.</a>
  1040.  
  1041. <a href="/tagged/tag">tag.</a>
  1042.  
  1043. </div>
  1044.  
  1045. </div></div></div></div></div></div></div></div></div></div>
  1046.  
  1047.  
  1048.  
  1049.  
  1050. <!--------POPUP BOXES END---------->
  1051.  
  1052.  
  1053. <div id="box6" class="popup_block">
  1054.  
  1055. <h1>credits</h1>
  1056.  
  1057. theme by <a href="http://hollywhoodthemes.tumblr.com" target="_blank">hollywhood</a>.<br>
  1058. code customized by <a href="http://sonicwielding.tumblr.com" target="_blank">bean</a>.<br>
  1059. updates tab by <a href="http://incedo.tumblr.com" target="_blank">incedo</a>.<br>
  1060.  
  1061.  
  1062.  
  1063. </div></div></div></div></div></div></div></div></div></div>
  1064.  
  1065.  
  1066. <div id="sidebar">
  1067.  
  1068. <!--<div id="sidebarimage">
  1069. <a href="/"><img src="{image:sidebar}"></a></div>-->
  1070.  
  1071. <div class="sidebartitle">{text:sidebartitle}</div>
  1072.  
  1073. <div id="links">
  1074. <a href="{text:Link 1 url}" title="{text:Link 1}">∎</a>
  1075.  
  1076. {block:ifpopupboxes}
  1077. <a href="#?w=300" rel="box1" class="poplight"title="{text:Link 2}">∎</a>
  1078. <a href="#?w=375" rel="box2" class="poplight"title="{text:Link 3}">∎</a>
  1079. <a href="#?w=375" rel="box3" class="poplight"title="{text:Link 4}">∎</a>
  1080. <a href="#?w=375" rel="box4" class="poplight"title="{text:Link 5}">∎</a>
  1081.  
  1082. {/block:ifpopupboxes}
  1083.  
  1084. {block:ifnotpopupboxes}
  1085. <a href="{text:Link 2 URL}"title="{text:Link 2}">∎</a>
  1086. <a href="{text:Link 3 URL}"title="{text:Link 3}">∎</a>
  1087. <a href="{text:Link 4 URL}"title="{text:Link 4}">∎</a>
  1088. <a href="{text:Link 5 URL}"title="{text:Link 5}">∎</a>
  1089. {/block:ifnotpopupboxes}
  1090. </div>
  1091.  
  1092. <div id="description">
  1093.  
  1094. <div id="pagination">
  1095. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  1096. </div></div></div>
  1097.  
  1098. <div id="entries">{block:Posts}<div id="post">
  1099.  
  1100. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1101.  
  1102. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="500px">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1103.  
  1104. {block:Photoset}<div id="photoset"><center>{Photoset}</center></div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1105.  
  1106. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1107.  
  1108. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1109.  
  1110. {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}
  1111.  
  1112. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayer}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1113. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1114.  
  1115. {block:Video}<div id="photoset"><center>{Video-250}</center></div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1116.  
  1117. {block:Answer}<div id="ask">{Asker}</div> <div id="question">{Question}</div><br>{Answer}{/block:Answer}
  1118.  
  1119. {block:Date}<div id="info">
  1120. <a title="{ShortMonth} {DayOfMonth}, {TimeAgo}" href="{Permalink}">■</a>
  1121. {/block:Date}
  1122.  
  1123. {block:NoteCount}
  1124. <a title="{NoteCountWithLabel}" href="{Permalink}">■</a>
  1125. {/block:NoteCount}
  1126.  
  1127. {block:RebloggedFrom}
  1128. <a title="via {ReblogParentName}" href="{ReblogParentURL}">■</a>
  1129. {/block:RebloggedFrom}
  1130.  
  1131. {block:ContentSource}
  1132. <a title="src {SourceTitle}" href="{SourceURL}">■</a>{/block:ContentSource}
  1133. {/block:RebloggedFrom}
  1134.  
  1135. <a href="{ReblogURL}"target="_blank" title="reblog">■</a>
  1136. </div>
  1137.  
  1138.  
  1139.  
  1140.  
  1141. {block:HasTags}
  1142. <div class="tags">
  1143. <big><big>↳</big></big>{block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp; {/block:Tags}</div>
  1144. {/block:HasTags}
  1145. <div class="postnote">
  1146. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1147. </div>
  1148. </div>
  1149. {/block:Posts}
  1150.  
  1151. </div>
  1152. <div id="credit"><a href="#?w=150" rel="box6" class="poplight">HW</div>
  1153.  
  1154. </body>
  1155.  
  1156. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement