Advertisement
wildthemes

jazz theme

Nov 20th, 2012
9,730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!--
  2. jazz theme by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
  3.  
  4. <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
  5.  
  6. taking credits off/stealing/using my themes as a basecode is illegal.
  7. -->
  8.  
  9.  
  10.  
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13.  
  14. <head>
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/QDcmcmi8j/infinitescrolling.txt"></script><link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Hover" content="#000000f"/>
  23. <meta name="color:Font" content="#000000"/>
  24. <meta name="if:Kewl font" content="0"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Scrollbar" content="#cccccc"/>
  27. <meta name="if:faded" content="1"/>
  28. <meta name="image:Background" content= "0"/>
  29. <meta name="if:Show banner" content="0"/>
  30. <meta name="if:Three Columns" content="0"/>
  31. <meta name="if:Four Columns" content="0"/>
  32. <meta name="if:Five Columns" content="0"/>
  33.  
  34. <meta name="if:custom cursor" content="1">
  35.  
  36. <meta name="if:Show blog title" content="1"/>
  37. <meta name="image:Banner" content=" "/>
  38. <meta name="if:Rainbow Links" content= "0"/>
  39. <meta name="text:Link One Title" content="link1" />
  40. <meta name="text:Link One" content="" />
  41. <meta name="text:Link Two Title" content="link2" />
  42. <meta name="text:Link Two" content="" />
  43. <meta name="text:Link Three Title" content="link3" />
  44. <meta name="text:Link Three" content="" />
  45. <meta name="text:Link Four Title" content="link4" />
  46. <meta name="text:Link Four" content="" />
  47. <meta name="text:Link Five Title" content="link5" />
  48. <meta name="text:Link Five" content="" />
  49. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css"><link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  50.  
  51. <style type="text/css">
  52.  
  53. {block:ifcustomcursor}
  54.  
  55. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  56.  
  57. {/block:ifcustomcursor}
  58.  
  59. #tumblr_controls{
  60. position:absolute !important;
  61. -webkit-filter: invert(100%)
  62. }
  63.  
  64.  
  65.  
  66. ::-webkit-scrollbar-thumb:vertical {
  67. background-color:{color:link};
  68. height:auto;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:horizontal {
  72. background-color:transparent;
  73. height:1px !important;
  74. }
  75.  
  76. ::-webkit-scrollbar {
  77. height:auto;
  78. width:10px;
  79. background-color:#fff;
  80. border:1px solid #eeeeee;
  81. }
  82. .wrapper{
  83. margin: 0px auto;
  84. width: 802px;
  85. }
  86.  
  87. .header{
  88. float: left;
  89. width: 100%;
  90. }
  91.  
  92. .left{
  93. float: left;
  94. margin-right: 20px;
  95. width: 802px;
  96. }
  97.  
  98. .right{
  99. float: right;
  100. width: 200px;
  101. background-color: {color:Background};
  102. }
  103.  
  104. body {
  105. padding: 0px;
  106. margin: 0px;
  107. font-family: {block:ifKewlfont}'overlock'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 10px;letter-spacing:1px; {/block:ifnotKewlfont};
  108. color:{color:Font};
  109. line-height:12px;
  110. background-image:url({image:Background});
  111. background-attachment: fixed;
  112. background-repeat: repeat;
  113. background-color: {color:Background};
  114.  
  115. }
  116.  
  117. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  118. a:hover {color:{color:Hover};
  119. text-shadow:#888 0px 0px 6px;
  120.  
  121. -webkit-transition: all 0.3s ease-out;
  122. -moz-transition: all 0.3s ease-out;color 0.5s;
  123. }
  124.  
  125.  
  126.  
  127. #descp {
  128. z-index:1;
  129. text-align:center;
  130. margin-left:60px;
  131. width:699px;
  132. background:transparent;
  133.  
  134. }
  135.  
  136.  
  137.  
  138.  
  139. #posts {
  140. width:800px;
  141. {block:ifThreeColumns}width:900px;{/block:ifThreeColumns}
  142. {block:ifFourColumns}width:1200px;{/block:ifFourColumns}
  143. {block:ifFiveColumns}width:1350px;{/block:ifFiveColumns}
  144.  
  145. margin-left:410px;
  146. {block:ifThreeColumns}margin-left:310px;{/block:ifThreeColumns}
  147. {block:ifFourColumns}margin-left:180px;{/block:ifFourColumns}
  148. {block:ifFiveColumns}margin-left:5px;{/block:ifFiveColumns}
  149.  
  150. margin-top: 0px;
  151. {block:PermalinkPage}
  152. margin-left:300px;
  153. width: 400px;
  154. {/block:PermalinkPage}
  155. text-align: center;
  156. }
  157.  
  158.  
  159. .entry {
  160. overflow: hidden;
  161. float: left;
  162. {block:indexpage}
  163. width: 280px;
  164. {block:ifThreeColumns}width:250px;{/block:ifThreeColumns}
  165. {block:ifFourColumns}width:250px;{/block:ifFourColumns}
  166. {block:ifFiveColumns}width:260px;{/block:ifFiveColumns}
  167.  
  168. margin-bottom: 3px;
  169. margin:5px;
  170.  
  171. {/block:indexpage}
  172. {block:PermalinkPage}
  173. width: 700px;
  174. margin-bottom: 3px;
  175. margin-top: 3px;
  176. {/block:PermalinkPage}
  177. display: block;
  178. background:{color:Background};
  179. {block:iffaded}
  180. opacity: 0.8;
  181. filter: alpha(opacity = 80);
  182. {/block:iffaded}
  183. }
  184.  
  185. .entry img {
  186. display: block;
  187. }
  188.  
  189. .entry:hover {-webkit-transition: opacity 0.10s linear; opacity: 0.8;
  190. transition: all 0.10s linear;
  191. {block:iffaded}
  192. opacity: 1.0;
  193. filter: alpha(opacity = 100);
  194. {/block:iffaded}
  195. }
  196.  
  197.  
  198. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  199.  
  200.  
  201.  
  202. @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
  203. #blogtitle{
  204. font-family: titz;
  205. font-size:55px;
  206. text-transform:uppercase;
  207. top:0px;
  208. width:100%;
  209. letter-spacing:2px;
  210. text-align:center;
  211. margin-left:00px;
  212. line-height:71px;
  213. color:{color:Link};
  214.  
  215. }
  216.  
  217.  
  218. @font-face { font-family: titz; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  219.  
  220. #blogtitle:hover {
  221. color:{color:Hover};
  222. -moz-transition: all 0.3s ease-out;color 0.5s
  223. text-shadow: 0 0 0.1em #030303, 0 0 0.1em #030303,
  224. 0 0 0.1em #030303-moz-transition: all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;}
  225.  
  226. .title{
  227. font-size: 20px;
  228. line-height:21px;
  229. padding: 2px;
  230. color: {color:Font};
  231. font-family: 'quicksandlight';
  232. text-transform:uppercase;
  233.  
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242. #infscr-loading{
  243. bottom: -70px;
  244. position: absolute;
  245. left: 50%;
  246. margin-left:-8px;
  247. width:16px;
  248. height:11px;
  249. overflow:hidden;
  250. margin-bottom: 50px;
  251. }
  252. .wildthemes a {color:{color:Body font};}
  253.  
  254. .entry .wildthemes{
  255. background:white;
  256.  
  257. position:absolute;
  258. height:20px;
  259. padding:5px;
  260. bottom:0px;
  261. overflow:hidden;
  262. font-family:calibri; letter-spacing:1px; text-transform: uppercase;
  263. font-size: 9px;
  264. line-height:22px;
  265. text-align:center;
  266. width:100%;
  267. opacity:0.0;
  268. -webkit-transition: all 0.3s linear;
  269. -moz-transition: all 0.3s linear;
  270. transition: all 0.3s linear;
  271. }
  272. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  273.  
  274.  
  275. .entry:hover .wildthemes{
  276.  
  277. overflow:visible;
  278. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  279. transition: all 0.4s linear;
  280. background-color:white;
  281. height: 20px;
  282.  
  283.  
  284. opacity:0.8;
  285.  
  286. -webkit-transition: all 0.3s linear;
  287. -moz-transition: all 0.3s linear;
  288. }
  289.  
  290.  
  291. .entry:hover .details {
  292. opacity: 1.0;
  293. margin:12px 0px 0px 0px;
  294. filter: alpha(opacity = 100);
  295. -webkit-transition: all .25s ease-in-out;
  296. -moz-transition: all .25s ease-in-out;
  297. -o-transition: all .25s ease-in-out;
  298. transition: all .25s ease-in-out;
  299. }
  300.  
  301.  
  302. .permahover {
  303. text-align: right;
  304. line-height:200%;
  305. opacity: 0.0;
  306. filter: alpha(opacity = 0);
  307. font-size: 9px;
  308. line-height: 9px;
  309. text-transform: uppercase;
  310. }
  311.  
  312. .entry:hover .permahover {
  313. text-align: center;
  314. opacity: 1;
  315. filter: alpha(opacity = 50);
  316.  
  317.  
  318. }
  319.  
  320. .text {
  321. padding: 0px;
  322. }
  323.  
  324.  
  325.  
  326. .entry:hover .textperma {
  327. opacity: 1;
  328. filter: alpha(opacity = 100);
  329. -webkit-transition: all ease-in 250ms;
  330. -moz-transition: all ease-in 250ms;
  331. -o-transition: all ease-in 250ms;
  332. -ms-transition: all ease-in 250ms;
  333. transition: all ease-in 250ms;
  334. }
  335.  
  336.  
  337.  
  338. blockquote{
  339. padding:0px 0px 2px 5px;
  340. margin:0px 0px 2px 10px;
  341. border-left: 1px dotted #555555;
  342. }
  343.  
  344.  
  345.  
  346. #description {
  347. position: fixed;
  348. width: 300px;
  349. opacity: 0;
  350. text-align: center;
  351. transition: all 0.9s ease-out;
  352. -o-transition-transition: all 0.9s ease-out;
  353. -webkit-transition: all 0.9s ease-out;
  354. -moz-transition: all 0.9s ease-out;
  355. }
  356.  
  357. #blogtitle:hover #description{
  358. opacity: 1;
  359. transition: all 0.9s ease-out;
  360. -o-transition-transition: all 0.9s ease-out;
  361. -webkit-transition: all 0.9s ease-out;
  362. -moz-transition: all 0.9s ease-out;
  363.  
  364. }
  365.  
  366.  
  367.  
  368. </style>
  369. {block:ifrainbowlinks}
  370. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  371. "></script>{/block:ifrainbowlinks}
  372.  
  373. {block:IndexPage}
  374. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  375. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  376.  
  377. <script type="text/javascript">
  378. $(window).load(function () {
  379. var $content = $('#posts');
  380. $content.masonry({itemSelector: '.entry'}),
  381. $content.infinitescroll({
  382. navSelector : 'div#pagination',
  383. nextSelector : 'div#pagination a#nextPage',
  384. itemSelector : '.entry',
  385. loading: {
  386. finishedMsg: '',
  387. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  388. },
  389. bufferPx : 600,
  390. debug : false,
  391. },
  392. // call masonry as a callback.
  393. function( newElements ) {
  394. var $newElems = $( newElements );
  395. $newElems.hide();
  396. // ensure that images load before adding to masonry layout
  397. $newElems.imagesLoaded(function(){
  398. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  399.  
  400.  
  401. });
  402. });
  403. });
  404. </script>
  405.  
  406. {/block:IndexPage}
  407.  
  408. <title>{title}</title>
  409.  
  410. <link rel="shortcut icon" href="{Favicon}">
  411. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  412. <meta name="viewport" content="width=820" />
  413.  
  414. </head>
  415. <body>
  416.  
  417. <div class="wrapper">
  418. <div class="header">
  419. </div>
  420.  
  421.  
  422.  
  423. {block:ifShowbanner}
  424. <a href="/"><img src="{image:Banner}" width="800"/></a>
  425. {/block:ifShowbanner}
  426. {block:ifShowblogtitle}
  427. <div id="blogtitle">
  428. <a href="/">{Title}</a>
  429.  
  430. </div>{/block:IfShowblogtitle}
  431. <div id="descp">{Description}
  432. <br><Br>
  433. <p><select onchange='location=this.options[this.selectedIndex].value;' style='width:140px;background-color:white;border:#eee 1px solid;font-family: {block:ifKewlfont}'overlock'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 10px;letter-spacing:1px; {/block:ifnotKewlfont};
  434. height:20px; '>
  435.  
  436. <option>navigation</option>
  437.  
  438. <option value="/">home</option>
  439. <option value="/ask">inbox</option>
  440. {block:ifLinkOneTitle}<option value="{text:Link One}">{text:Link One Title}</option> {/block:ifLinkOneTitle}
  441.  
  442. {block:ifLinkTwoTitle}<option value="{text:Link Two}">{text:Link Two Title}</option> {/block:ifLinkTwoTitle}
  443.  
  444. {block:ifLinkThreeTitle}<option value="{text:Link Three}">{text:Link Three Title}</option> {/block:ifLinkThreeTitle}
  445.  
  446. {block:ifLinkFourTitle}<option value="{text:Link Four}">{text:Link Four Title}</option> {/block:ifLinkFourTitle}
  447.  
  448. {block:ifLinkFiveTitle}<option value="{text:Link Five}">{text:Link Five Title}</option> {/block:ifLinkFiveTitle}
  449. <option value="http://wildthemes.tumblr.com/">theme credit</option>
  450.  
  451. </select>
  452. <br>
  453. </center>
  454.  
  455. </div>
  456. </div>
  457. <div class="left">
  458. <div id="posts">
  459.  
  460.  
  461. {block:Posts}
  462. <div class="entry">
  463.  
  464.  
  465. {block:Answer}
  466. <div style= "background-color: #eee; border: 1px solid #444444; text-align; center; padding: 2px;">
  467. <b>{Asker}</b>: {Question}
  468. </div>
  469. {Answer}
  470. <br><br>
  471. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  472. {/block:Answer}
  473.  
  474. {block:Text}
  475. <div class="text">
  476. {block:Title}
  477. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  478. {/block:Title}
  479. {Body}
  480. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  481. {block:IndexPage}
  482.  
  483. {/block:IndexPage}
  484. </div>
  485. {/block:Text}
  486.  
  487.  
  488. {block:Link}
  489. <div class="text">
  490. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  491. {block:Description}
  492. <div class="description">{Description}</div>
  493. {/block:Description}
  494. <p>
  495. {block:IndexPage}
  496. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  497.  
  498. {/block:IndexPage}
  499.  
  500. </div>{/block:Link}
  501.  
  502.  
  503. {block:Photo}
  504. {block:indexpage} <div class="wildthemes"><a href="{permalink}">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog</a> - posted {timeago}</div>
  505.  
  506. <img src="{PhotoURL-HighRes}" width="100%"/>
  507. {/block:indexpage}
  508. {block:IndexPage}
  509.  
  510.  
  511.  
  512.  
  513.  
  514. {/block:IndexPage}
  515. {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" width="100%"/>
  516. {/block:PermalinkPage}
  517. {/block:Photo}
  518.  
  519.  
  520.  
  521. {block:Photoset}
  522. {block:IndexPage}
  523. <center>
  524. {Photoset-250}</center>
  525. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  526.  
  527. {/block:IndexPage}
  528. {block:PermalinkPage}
  529. <center>
  530. {Photoset-500}</center>
  531. {/block:PermalinkPage}
  532. {/block:Photoset}
  533.  
  534. {block:Quote}
  535. <div class="text">
  536. <div class="title"> "{Quote}" </div>
  537. {block:Source}
  538. <div style="text-align:right; line-height:12px;">- {Source}</div>
  539. {/block:Source}
  540. {block:IndexPage}
  541. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  542.  
  543. {/block:IndexPage}
  544. </div>{/block:Quote}
  545.  
  546. {block:Chat}
  547. <div class="text">
  548. {block:Title}
  549. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  550. {/block:Title}
  551. <ul class="chat">
  552. {block:Lines}
  553. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  554. {Line} </li>
  555. {/block:Lines}
  556. </ul>
  557. {block:IndexPage}
  558. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  559.  
  560. {/block:IndexPage}
  561. </div>{/block:Chat}
  562.  
  563.  
  564.  
  565. {Line}
  566. </li>
  567. {/block:Lines}
  568. </ul>
  569. {/block:Chat}
  570.  
  571. {block:Audio}
  572. <div class="text">
  573. {AudioPlayerGrey}
  574. {block:Caption}
  575. {Caption}
  576. {/block:Caption}
  577. {block:IndexPage}
  578. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  579.  
  580. {/block:IndexPage}
  581. </div>{/block:Audio}
  582.  
  583.  
  584.  
  585.  
  586. {block:Video}
  587. {block:IndexPage}
  588. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  589. <center>
  590. {Video-250}</center>
  591. {/block:IndexPage}
  592. {block:PermalinkPage}
  593. <center>
  594. {Video-500}</center>
  595. {/block:PermalinkPage}
  596. {block:Video}
  597.  
  598. {block:PermalinkPage}<br>
  599. {block:Date}
  600. {block:Caption}{Caption}{/block:Caption}<br><hr>
  601. <center>
  602. Posted {TimeAgo} at {12HourWithZero}:{Minutes}{AmPm} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} & tagged as: {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  603. {/block:Date}</div><br><br>
  604. {/block:PermalinkPage}
  605.  
  606. {block:PostNotes}{PostNotes}
  607. {/block:PostNotes}
  608. </div>
  609.  
  610.  
  611. {/block:Posts}
  612. </div>
  613. </div>
  614. {block:IndexPage}
  615. {block:Pagination}
  616.  
  617. <div id="pagination">
  618. {block:NextPage}
  619. <a id="nextPage" href="{NextPage}"></a>
  620. {/block:NextPage}
  621. {block:PreviousPage}
  622. <a href="{PreviousPage}"></a>
  623. {/block:PreviousPage}
  624. </div>
  625. {/block:Pagination}
  626. {/block:IndexPage}
  627. </div>
  628.  
  629.  
  630. </body>
  631. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement