Advertisement
micsco987

madeleventh

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