Advertisement
micsco987

alphaxgrimes thm

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