Advertisement
micsco987

angcliic thm

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