Advertisement
wavethemes

Sky Fall 007 Theme

Oct 25th, 2012
2,821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.21 KB | None | 0 0
  1. <head>
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <!------------------------------------------------------------------
  7. Skyfall 007 Theme by Bjarki
  8. _ _ ____ _______ _____ ____ ___ _ _____
  9. | |__| | / /\ \ |__ __|| ____| / /\ \ | O \ | | | ____|
  10. | __ | / /__\ \ | | | _| / /__\ \ | / | | | _|
  11. | | | | / / \ \ | | | |___ / / \ \ | O \ | |__ | |___
  12. |_| |_|/_/ \_\ |_| |_____|/_/ \_\|___/ |____||_____|
  13. please do not remove the theme credit! thank you
  14. ------------------------------------------------------------------->
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  25.  
  26.  
  27.  
  28. <meta name="if:tiny scrollbar" content="1"/>
  29. <meta name="color:Background" content="#acacac"/>
  30. <meta name="color:Text" content="#130C11"/>
  31. <meta name="color:Title" content="#130C11"/>
  32. <meta name="color:Hover" content="#130C11"/>
  33. <meta name="color:Scrollbar" content="#130C11"/>
  34. <meta name="color:Link" content="#130C11"/>
  35. <meta name="image:Background" content="1"/>
  36. <meta name="image:side" content="http://static.tumblr.com/lt3dexl/qYYmcglwl/tumblr_mbum7mtqvu1r7dcuho1_500.jpeg"/>
  37. <meta name="if:photo shadow" content="1"/>
  38. <meta name="text:Link One Title" content="link1" />
  39. <meta name="text:Link One" content="" />
  40. <meta name="text:Link Two Title" content="link2" />
  41. <meta name="text:Link Two" content="" />
  42. <meta name="text:Link Three Title" content="link3" />
  43. <meta name="text:Link Three" content="" />
  44. <meta name="text:Link Four Title" content="link4" />
  45. <meta name="text:Link Four" content="" />
  46.  
  47. <style type="text/css">
  48.  
  49. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  50.  
  51. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  52.  
  53. .wrapper{
  54. margin: 0px auto;
  55. width: 717px;
  56. }
  57.  
  58. #tumblr_controls{
  59. position:fixed !important;
  60. top: 3px;
  61. right: 3px;
  62. }
  63.  
  64. body {
  65. padding: 0px;
  66. margin: 0px;
  67. color:{color:text};
  68. background-color: {color:Background};
  69. background-image:url({image:background});
  70. background-attachment: fixed;
  71. background-size: 1200px;
  72. font-family: consolas;
  73. font-size: 10px;
  74. line-height:10px;
  75. }
  76.  
  77. http://25.media.tumblr.com/tumblr_m8b1sr9RQr1r13im2o1_500.jpg
  78.  
  79. p {
  80. margin:0px;
  81. margin-top:0px;
  82. }
  83.  
  84. a:link, a:active, a:visited{
  85. color: {color:Link};
  86. text-decoration: none;
  87. -webkit-transition: color 0.5s ease-out;
  88. -moz-transition: color 0.5s ease-out;
  89. }
  90.  
  91. a:hover{
  92. color:{color:Hover};
  93. -webkit-transition: color 0.3s ease-out;
  94. -moz-transition: color 0.3s ease-out;
  95. }
  96.  
  97. .entry {
  98. margin:3px;
  99. margin-bottom: -4px;
  100. padding: 10px;
  101. padding-bottom: 0px;
  102. float:left;
  103. font-family: consolas;
  104. border-radius: 3px;
  105. font-size: 12px;
  106. line-height:14px;
  107. {block:IndexPage}
  108. width:200px;
  109. {/block:IndexPage}
  110. {block:PermalinkPage}
  111. width:600px;
  112. {/block:PermalinkPage}
  113. }
  114.  
  115. .entry img {
  116. border-radius: 5px;
  117. {block:IndexPage}
  118. opacity: 0.8;
  119. -webkit-transition: all 0.3s linear;
  120. -webkit-transition: all 0.3s linear;
  121. -moz-transition: all 0.3s linear;
  122. transition: all 0.3s linear;
  123. {/block:IndexPage}
  124. }
  125.  
  126. .entry img:hover {
  127. opacity: 1;
  128. }
  129.  
  130. .blogtitle{
  131. text-align: center;
  132. font-family:Arizonia;
  133. color: #000;
  134. border-bottom: solid 3px;
  135. padding-left: 5px;
  136. font-size: 50px;
  137. line-height: 50px;
  138. letter-spacing:0px;
  139. }
  140.  
  141. .links a{
  142. font-size: 20px;
  143. text-align: right;
  144. line-height:20px;
  145. letter-spacing: 0px;
  146. margin: 3px;
  147. text-transform: uppercase;
  148. padding-left: 5; padding-right: 5;
  149. font-family: Tulpen One;
  150. color: #000;
  151. -webkit-transition: all 0.3s linear;
  152. -webkit-transition: all 0.3s linear;
  153. -moz-transition: all 0.3s linear;
  154. transition: all 0.3s linear;
  155. }
  156.  
  157. .links a:hover{
  158. border-top: solid 1px;
  159. }
  160.  
  161. #pagination{
  162. display:none;
  163. }
  164.  
  165. #posts {
  166. position: relative;
  167. margin-top:0px;
  168. padding-bottom:7px;
  169. padding-left:-1px;
  170. {block:IndexPage}
  171. width: 680px;
  172. margin-left: 0px;
  173. margin-top:3px;
  174. {/block:IndexPage}
  175. {block:PermalinkPage}
  176. width: 600px;
  177. margin-left: 25px;
  178. margin-top: 3px;
  179. {/block:PermalinkPage}
  180. }
  181.  
  182. #sidebar{
  183. position:relative;
  184. height: auto;
  185. width: 680px;
  186. text-align: left;
  187. margin-left: 0px;
  188. text-align: center;
  189. padding: 5px;
  190. margin-top: 5px;
  191. background:#fff;
  192. font-family: consolas;
  193. font-size: 13px;
  194. line-height:14px;
  195. color: {color:text};
  196. }
  197.  
  198. #sidebar:hover{
  199. opacity: 1;
  200. }
  201.  
  202. #side{
  203. z-index:999999;
  204. position:absolute;
  205. height: 50px;
  206. width: 50px;
  207. border: solid 1px;
  208. border-radius: 30px;
  209. text-align: left;
  210. margin-left: 340px;
  211. text-align: center;
  212. padding: 5px;
  213. margin-top: 30px;
  214. background:#000;
  215. font-family: consolas;
  216. font-size: 13px;
  217. line-height:14px;
  218. background-image:url({image:side});
  219. background-size: 100% 100%;
  220. color: {color:text};
  221. }
  222.  
  223. #postnotes{
  224. text-align: justify;}
  225.  
  226. #postnotes blockquote{
  227. border: 0px;}
  228.  
  229. #infscr-loading{
  230. bottom: -70px;
  231. position: absolute;
  232. left: 50%;
  233. margin-left:-8px;
  234. width:16px;
  235. height:11px;
  236. overflow:hidden;
  237. margin-bottom: 50px;
  238. }
  239.  
  240. .entry .permalink {
  241. padding-top:0px;
  242. }
  243.  
  244. .tweek {
  245. font-size:15px;
  246. line-height:100%;
  247. padding:2px;
  248. color:#fff;
  249. z-index:987897978978999999;
  250. }
  251.  
  252. .entry:hover .craig {
  253. opacity:0.85;
  254. z-index:999999;
  255. }
  256.  
  257. .vriska {
  258. opacity: 0;
  259. -webkit-transition-duration:0.7s;
  260. }
  261. .entry:hover .vriska {
  262. opacity:1;padding-top:0px;
  263. }
  264.  
  265. .clear {
  266. display: none;
  267. }
  268.  
  269. ol.notes {
  270. padding: 0px;
  271. margin: 25px 0px;
  272. list-style-type: none;
  273. border-bottom: solid 1px #ccc;
  274. }
  275.  
  276. ol.notes li.note {
  277. border-top: solid 1px #ccc;
  278. padding: 6px;
  279. }
  280.  
  281. #craig {
  282. color:#fff;
  283. font-size:12px;
  284. opacity: 0;
  285. margin-top:0px;
  286. padding-left:2px;padding-right:2px;
  287. margin-left:5px;
  288. width:auto;
  289. height:20px;
  290. background-color: #a1a1a1;
  291. padding-top:2px;
  292. float:left;display:block;
  293. text-align:center;
  294. font-family:consolas;
  295. letter-spacing:1px;
  296. border-radius:30px;
  297. -o-border-radius:4px;
  298. -moz-border-radius:4px;
  299. -webkit-border-radius:4px;
  300. -webkit-transition-duration:1s;
  301. -webkit-transition:1s;
  302. }
  303.  
  304.  
  305. #craig a {
  306. color:#fff;
  307. text-decoration:none;
  308. -webkit-transition-duration:1s;
  309. -webkit-transition:1s;
  310. }
  311.  
  312. #craig:hover {
  313.  
  314. -webkit-transition-duration:1s;
  315. -webkit-transition:1s;
  316. z-index:99933999;
  317. }
  318. .tweek:hover{
  319. -webkit-transition-duration:1s;
  320. -webkit-transition:1s;
  321. z-index:999999;
  322. }
  323.  
  324. .entry:hover #craig {
  325. opacity:0.8;
  326. z-index:999999;
  327. -webkit-transition-duration:1s;
  328. -webkit-transition:1s;
  329. }
  330.  
  331. #craig:hover .img {
  332. opacity:1;
  333. }
  334.  
  335. .clear {
  336. display: none;
  337. }
  338.  
  339. ol.notes {
  340. padding: 0px;
  341. margin: 25px 0px;
  342. list-style-type: none;
  343. border-bottom: solid 1px #ccc;
  344. }
  345.  
  346. ol.notes li.note {
  347. border-top: solid 1px #ccc;
  348. padding: 6px;
  349. }
  350.  
  351.  
  352. .mj {
  353. width: 21px;
  354. height: 15px;
  355. display: block;
  356. position: relative;
  357. opacity: 0;
  358. z-index: 1000000;
  359. -webkit-transition-duration:1s;
  360. -webkit-transition:1s;
  361. }
  362.  
  363. .mj a {
  364. width: 21px;
  365. height: 20px;
  366. margin-top:-22px;
  367. padding-left:0px;padding-right:0px;
  368. width:20px;
  369. margin-left:15px;
  370. background-color: #a1a1a1;
  371. padding-top:2px;
  372. float:left;
  373. border-radius:4px;
  374. background-image: url("http://static.tumblr.com/iddq6cw/vorm8lsww/like.png");
  375. background-repeat:no-repeat;
  376. background-position: 0px 0px;
  377. z-index: 1000000;
  378. -webkit-transition:1s;
  379.  
  380. -webkit-transition-duration:1s;
  381. }
  382.  
  383. .mj:hover {
  384. opacity: 1;
  385. -webkit-transition-duration:1s;
  386.  
  387. }
  388.  
  389. .entry:hover .mj{
  390. opacity: 0.8;
  391. webkit-transition-duration:1s;
  392. }
  393.  
  394. .wutang {
  395. display:block;
  396. background-color:#ccc;
  397. padding:2px;
  398. margin-right:5px;
  399. max-width:25px;
  400. height:15px;
  401. }
  402.  
  403. .title{
  404. font-family: consolas;
  405. font-size: 14px;
  406. line-height:15px;
  407. color: {color:Title};
  408. font-weight: normal;
  409. padding:0px 0px 0px 0px;
  410. }
  411.  
  412.  
  413. a img{border: 0px;}
  414.  
  415. blockquote{
  416. padding:2px 2px 2px 5px;
  417. margin:4px 4px 4px 7px;
  418. border-left: 4px solid #dddddd;
  419. }
  420.  
  421. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  422.  
  423. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  424. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  425.  
  426. .notes img{width:10px; position:relative; top:3px;}
  427. <--ses-->
  428. small{font-size: 90%;}
  429.  
  430.  
  431. .caption img {
  432. max-width: 100%;
  433. }
  434.  
  435. {CustomCSS}
  436.  
  437.  
  438. </style>
  439.  
  440.  
  441. {block:IndexPage}
  442. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  443. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  444.  
  445. <script type="text/javascript">
  446. $(window).load(function () {
  447. var $content = $('#posts');
  448. $content.masonry({itemSelector: '.entry'}),
  449. $content.infinitescroll({
  450. navSelector : 'div#pagination',
  451. nextSelector : 'div#pagination a#nextPage',
  452. itemSelector : '.entry',
  453. loading: {
  454. finishedMsg: '',
  455. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  456. },
  457. bufferPx : 600,
  458. debug : false,
  459. },
  460. // call masonry as a callback.
  461. function( newElements ) {
  462. var $newElems = $( newElements );
  463. $newElems.hide();
  464. // ensure that images load before adding to masonry layout
  465. $newElems.imagesLoaded(function(){
  466. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  467.  
  468.  
  469. });
  470. });
  471. });
  472. </script>
  473.  
  474. {/block:IndexPage}
  475.  
  476. <title>{title}</title>
  477.  
  478. <link rel="shortcut icon" href="{Favicon}">
  479. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  480. <meta name="viewport" content="width=820" />
  481.  
  482. </style>
  483.  
  484. </head>
  485. <body>
  486.  
  487. <div id="side">
  488. </div>
  489.  
  490. <div style="position:fixed !important;right:1px;top:24px;"><a href="http://static.tumblr.com/ht0hldm/7Qambbwyq/install.png"></a></div>
  491.  
  492. <div class="wrapper">
  493. <div style="position:fixed;right:0px;top:28px;">
  494. </span>
  495. </div>
  496.  
  497. <div id="sidebar">
  498.  
  499. <a href="/"><div class="blogtitle">{Title}</div></a>
  500.  
  501. <br><div style="text-align: center;">{Description}</div>
  502.  
  503. <br><div style="text-align: center;"><div class="links"><a href="/">home</a>
  504. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  505. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  506. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  507. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  508. <a href="http://wavethemes.tumblr.com/">theme</a>
  509. </div>
  510. </div>
  511.  
  512. </div>
  513.  
  514. <div id="posts">
  515.  
  516. {block:Posts}
  517. <div class="entry">
  518.  
  519. {block:Text}
  520. {block:Title}<span class="title">{Title}</span>{/block:Title}
  521. <div class="caption"><span class="entrytext">{Body}</span></div>
  522. {/block:Text}
  523.  
  524. {block:Link}
  525. <a href="{URL}" class="title">{Name}</a>
  526. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  527. {block:Link}
  528.  
  529.  
  530. {block:Photo}
  531. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}
  532. {/block:IndexPage}
  533. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="607"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  534. {block:IndexPage}
  535. <div class="tweek" style="display:Block;">
  536. <div style="margin-left:36px;margin-top:-35px;"><div id="craig"><a href="{Permalink}"><div style="opacity:1;">{NoteCount}</div></a></div>
  537. <div id="craig"><a href="{ReblogURL}">reblog</a></div></div>
  538. <span class="mj"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" id="likeimage{PostID}" style="opacity:1;"/></a></span>
  539. </div>
  540. {/block:IndexPage}
  541. {/block:Photo}
  542.  
  543.  
  544.  
  545. {block:Photoset}
  546. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  547. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  548. {/block:Photoset}
  549.  
  550. {block:Quote}
  551. {Quote}</span>
  552. {block:Source}{Source}{/block:Source}
  553. {/block:Quote}
  554.  
  555. {block:Chat}
  556. {block:Title}<span class="title">{Title}</span>{/block:Title}
  557. <ul class="chat">
  558. {block:Lines}
  559. <li class="user_{UserNumber}">
  560. {block:Label}
  561. <span class="label">{Label}</span>
  562. {/block:Label}
  563.  
  564. {Line}
  565. </li>
  566. {/block:Lines}
  567. </ul>
  568. {/block:Chat}
  569.  
  570. {block:Audio}
  571. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  572. {block:IndexPage}
  573. <div class="caption">
  574. {caption}</div>{/block:IndexPage}
  575. {/block:Audio}
  576.  
  577. {block:Video}
  578. <center>
  579. {block:IndexPage}
  580. {Video-250}
  581. {/block:IndexPage}
  582. </center>
  583. {block:PermalinkPage}
  584. <center>{Video-500}</center>
  585. {/block:PermalinkPage}
  586. {block:Video}
  587.  
  588. {block:Answer}
  589. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  590. <strong>{Asker} asked: {Question}</strong>
  591. <div class="caption">
  592. <div style="margin-top: 10px;">{Answer}</div></div>
  593. {/block:Answer}
  594.  
  595. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  596.  
  597.  
  598. {block:PermalinkPage}
  599. {block:Date}
  600. {block:Caption}{Caption}{/block:Caption}<center>
  601. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  602. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  603. {/block:Date}
  604.  
  605. {/block:PermalinkPage}
  606.  
  607. {block:PostNotes}{PostNotes}
  608. {/block:PostNotes}
  609. </div>
  610.  
  611.  
  612. {/block:Posts}
  613. </div>
  614. </div>
  615. {block:IndexPage}
  616. {block:Pagination}
  617. <div id="pagination">
  618. {block:NextPage}
  619. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  620. {/block:NextPage}
  621. {block:PreviousPage}
  622. <a href="{PreviousPage}">&larr;&nbsp;</a>
  623. {/block:PreviousPage}
  624. </div>
  625. {/block:Pagination}
  626. {/block:IndexPage}
  627. </div>
  628.  
  629. <script type="text/javascript">
  630.  
  631. $('.show').click(function(e){
  632. e.preventDefault();
  633. $('.panel').stop(true,true);
  634. var target = $(this).attr('href');
  635. if($('.panel').is(':visible')){
  636. if($(target).is(':visible')){
  637. $(target).slideUp();
  638. return false;
  639. }else{
  640. $('.panel:visible').slideUp(400, function(){
  641. $(target).slideDown();
  642. });
  643. }
  644. }else {
  645. $(target).slideDown();
  646. }
  647. });
  648.  
  649. </script>
  650. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  651. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  652.  
  653. </body>
  654. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://hateable.tumblr.com">hateable</a></div>
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement