Advertisement
Guest User

James Dean Theme

a guest
Jan 3rd, 2014
1,085
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.62 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. <!--
  6.  
  7. JAMES DEAN THEME BY CAULIFLORUS FOR PAINTBRUSHTHEMES
  8.  
  9. don't steal this please and keep the description short, thanks :')
  10.  
  11. -->
  12.  
  13. <head>
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/95njt7t/WY7lqgdrx/backtotop_arrowblk.png" border="0"></a>
  16.  
  17. <script type="text/javascript"
  18.  
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21.  
  22.  
  23. <script type="text/javascript"
  24.  
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26.  
  27.  
  28.  
  29. <title>{title}</title>
  30.  
  31.  
  32.  
  33. <link rel="shortcut icon" href="{Favicon}">
  34.  
  35.  
  36.  
  37. <meta name="color:Background" content="#eee"/>
  38.  
  39. <meta name="color:Sidebar" content="#fff"/>
  40.  
  41. <meta name="color:Text" content="#AAA"/>
  42.  
  43. <meta name="color:Hover" content="#a0a0a0"/>
  44.  
  45. <meta name="color:Link" content="#777676"/>
  46.  
  47. <meta name="color:blog title" content="#eee"/>
  48.  
  49. <meta name="image:Left Background" content""/>
  50.  
  51. <meta name="image:Right Background" content""/>
  52.  
  53. <meta name="image:Sidebar" content=""/>
  54.  
  55. <meta name="text:Link 1 URL" content=""/>
  56.  
  57. <meta name="text:Link 1 Title" content=""/>
  58.  
  59. <meta name="text:Link 2 URL" content="/">
  60.  
  61. <meta name="text:Link 2 Title" content=""/>
  62.  
  63. <meta name="text:Link 3 URL" content=""/>
  64.  
  65. <meta name="text:Link 3 Title" content=""/>
  66.  
  67. <meta name="text:Link 4 URL" content=""/>
  68.  
  69. <meta name="text:Link 4 Title" content=""/>
  70.  
  71.  
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77.  
  78.  
  79. #scrollToTop:link,#scrollToTop:visited {
  80. color: transparent;
  81. background-color: transparent;
  82. display: none;
  83. position: fixed;
  84. bottom: 5px;
  85. right: 15px; }
  86.  
  87.  
  88.  
  89. iframe#tumblr_controls{
  90. top: 1px !important;
  91. margin: 0 0 0 0;
  92. right: 6px !important;
  93. position: fixed !important;
  94. }
  95.  
  96.  
  97.  
  98. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  99.  
  100.  
  101.  
  102. ::-webkit-scrollbar-thumb { background-color:black; }
  103.  
  104.  
  105.  
  106. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  107.  
  108.  
  109.  
  110. #tumblr_controls{
  111.  
  112. position:fixed !important;
  113.  
  114. }
  115.  
  116.  
  117.  
  118.  
  119. body {
  120. background-color:{color:background};
  121.  
  122. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  123.  
  124. background-attachment: fixed;
  125.  
  126. background-position: bottom 0px left 0px, bottom 0px right 10px, top left, top left;
  127.  
  128. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  129.  
  130. padding: 0px;
  131.  
  132. margin: 0px;
  133.  
  134. color:{color:text};
  135.  
  136. font-family: consolas;
  137.  
  138. font-size: 10px;
  139.  
  140. line-height:9px;
  141.  
  142. text-align: left;
  143.  
  144. }
  145.  
  146.  
  147.  
  148. a:link, a:active, a:visited{
  149.  
  150. color:{color:link};
  151.  
  152. text-decoration: none;
  153.  
  154. -webkit-transition: color 0.4s ease-out;
  155.  
  156. -moz-transition: color 0.4s ease-out;
  157.  
  158. }
  159.  
  160.  
  161.  
  162. a:hover{
  163.  
  164. color:{color:Hover};
  165.  
  166. -webkit-transition: color 0.4s ease-out;
  167.  
  168. -moz-transition: color 0.4s ease-out;
  169.  
  170. }
  171.  
  172.  
  173.  
  174.  
  175.  
  176. .entry {
  177.  
  178. float:left;
  179.  
  180. margin-left:30px;
  181.  
  182. margin-top:10px;
  183.  
  184. text-align: left;
  185.  
  186. padding-top:10px;
  187.  
  188. padding-left:8px;
  189.  
  190. padding-right:8px;
  191.  
  192. padding-bottom:30px;
  193.  
  194.  
  195. {block:IndexPage}
  196.  
  197. width:160px;
  198.  
  199. {/block:IndexPage}
  200.  
  201. {block:PermalinkPage}
  202.  
  203. width:330px;
  204.  
  205. margin-left:60px;
  206.  
  207. {/block:PermalinkPage}
  208.  
  209. }
  210.  
  211. .entry:hover .perms {
  212. opacity:1;
  213. z-index:999999;
  214. padding-top:4px;}
  215.  
  216.  
  217.  
  218.  
  219. blockquote {
  220.  
  221. padding-left:5px;
  222.  
  223. padding-top:3px;padding-right:5px;
  224.  
  225. padding-bottom:3px;margin-left:0px;margin-right:0px;
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232. }
  233.  
  234. #titlebar{
  235.  
  236. z-index:999999999999999;
  237.  
  238. position:fixed;
  239.  
  240. width:130px;
  241.  
  242. height:5000px;
  243.  
  244. color:{color:text};
  245.  
  246. z-index:10;
  247.  
  248. overflow:hidden;
  249.  
  250. text-align:center;
  251.  
  252. margin-left:830px;
  253.  
  254. background-color:{color:sidebar};
  255.  
  256. padding:5px;
  257.  
  258.  
  259.  
  260. }
  261.  
  262. img{
  263.  
  264. {block:IndexPage}
  265.  
  266. max-width: 200px;
  267. border-radius:3px;
  268. opacity:0.9;
  269. border:solid #fff 10px;
  270.  
  271. {/block:IndexPage}
  272.  
  273. }
  274. img:hover{
  275. opacity:0.9;
  276. }
  277.  
  278.  
  279. #linkbar{
  280.  
  281. z-index:999999999999999;
  282.  
  283. position:fixed;
  284.  
  285. width:50px;
  286.  
  287. height:5000px;
  288.  
  289. color:{color:text};
  290.  
  291. z-index:10;
  292.  
  293. overflow:hidden;
  294.  
  295. text-align:center;
  296.  
  297. margin-left:290px;
  298.  
  299. background-color:{color:sidebar};
  300.  
  301. padding:5px;
  302.  
  303.  
  304.  
  305. }
  306.  
  307. #dashes{
  308.  
  309. z-index:999999999999999;
  310.  
  311. position:fixed;
  312.  
  313. width:3px;
  314.  
  315. height:5000px;
  316.  
  317. color:{color:text};
  318.  
  319. z-index:10;
  320.  
  321. margin-left:240px;
  322.  
  323. background-color:{color:sidebar};
  324.  
  325. padding:5px;
  326.  
  327.  
  328.  
  329. }
  330.  
  331.  
  332.  
  333.  
  334. #posts {
  335.  
  336. width: 600px;
  337.  
  338. margin-left:360px;
  339.  
  340. padding:9px;
  341.  
  342.  
  343.  
  344. }
  345.  
  346.  
  347. #sidebar img{
  348. padding:5px;
  349. background:#fff;
  350. width:100px;
  351. -webkit-transition: all .5s ease;
  352. -moz-transition: all .5s ease;
  353. -o-transition: all .5s ease;
  354. transition: all .5s ease;
  355.  
  356. }
  357.  
  358.  
  359.  
  360. .entry .textperma{
  361.  
  362. display: block;
  363.  
  364. -webkit-transition-duration: .75s;top:0px;
  365.  
  366. text-transform: lowercase;
  367.  
  368. text-align:center;
  369.  
  370. font-style:italic;
  371.  
  372. opacity:0.0;
  373.  
  374. margin: 2px;
  375.  
  376. margin-top:-15px;
  377.  
  378. -webkit-transition-duration:0.6s;
  379.  
  380. }
  381.  
  382.  
  383.  
  384. .entry:hover .textperma{
  385. -webkit-transition-duration: .75s;top:0px;
  386.  
  387. opacity:1.0;
  388.  
  389. margin-top:0px;
  390.  
  391. margin: 2px;
  392.  
  393. }
  394.  
  395.  
  396.  
  397. .title{
  398.  
  399. font-family:consolas;
  400.  
  401. font-size:11px;
  402.  
  403. line-height:9px;
  404.  
  405. color: {color:text};
  406.  
  407. font-weight: normal;
  408.  
  409. text-transform:uppercase;
  410.  
  411. }
  412.  
  413. .links{
  414. font-family: "consolas";
  415. padding-top:200px;
  416. text-transform:uppercase;
  417. margin:4px;
  418. font-size:10px;}
  419.  
  420. .description{
  421. font-family:"consolas";
  422. border-top:3px double #eee;
  423. border-bottom:3px double #eee;
  424. padding:4px;
  425. font-size: 8px}
  426.  
  427. </style>
  428.  
  429.  
  430.  
  431. {block:IndexPage}
  432.  
  433. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  434.  
  435. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  436.  
  437.  
  438.  
  439. <script type="text/javascript">
  440.  
  441. $(window).load(function () {
  442.  
  443. var $content = $('#posts');
  444.  
  445. $content.masonry({itemSelector: '.entry'}),
  446.  
  447. $content.infinitescroll({
  448.  
  449. navSelector : 'div#pagination',
  450.  
  451. nextSelector : 'div#pagination a#nextPage',
  452.  
  453. itemSelector : '.entry',
  454.  
  455. loading: {
  456.  
  457. finishedMsg: '',
  458.  
  459. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  460.  
  461. },
  462.  
  463. bufferPx : 600,
  464.  
  465. debug : false,
  466.  
  467. },
  468.  
  469. // call masonry as a callback.
  470.  
  471. function( newElements ) {
  472.  
  473. var $newElems = $( newElements );
  474.  
  475. $newElems.hide();
  476.  
  477. // ensure that images load before adding to masonry layout
  478.  
  479. $newElems.imagesLoaded(function(){
  480.  
  481. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  482.  
  483.  
  484.  
  485.  
  486.  
  487. });
  488.  
  489. });
  490.  
  491. });
  492.  
  493. </script>
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. {/block:IndexPage}
  502.  
  503.  
  504.  
  505. <title>{title}</title>
  506.  
  507.  
  508.  
  509. <link rel="shortcut icon" href="http://media.tumblr.com/368da0c17baf1aa799edca315159fba7/tumblr_inline_mqsby8a58G1qz4rgp.gif">
  510.  
  511. <meta name="viewport" content="width=820" />
  512.  
  513.  
  514.  
  515.  
  516.  
  517. </head>
  518.  
  519.  
  520.  
  521. <body>
  522.  
  523.  
  524.  
  525.  
  526.  
  527. <div class="wrapper">
  528.  
  529. <div class="header">
  530.  
  531. </div>
  532.  
  533. <div id="linkbar">
  534. <div class="links">
  535. {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a> {/block:ifLink1Title} <br> <br>
  536. {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a> {/block:ifLink2Title} <br> <br>
  537. {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a> {/block:ifLink3Title} <br> <br>
  538. {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a> {/block:ifLink4Title} <br> <br>
  539. <a href="http://cauliflorus.tumblr.com">Credit</a>
  540. </div>
  541. </div>
  542.  
  543. <div id="titlebar">
  544. <div style="padding-top:170px;"><a href="/"><img src="{image:sidebar}" width=100%></a>
  545. <br>
  546. <div class="description">
  547. <i>{description}</i>
  548.  
  549. </div>
  550. </div>
  551. </div>
  552.  
  553. <div id="dashes">
  554. </div>
  555.  
  556.  
  557. <div class="content">
  558.  
  559.  
  560.  
  561. <div class="left">
  562.  
  563.  
  564.  
  565. <div id="posts">
  566.  
  567.  
  568.  
  569. {block:Posts}
  570.  
  571. <div class="entry">
  572.  
  573.  
  574.  
  575. {block:Text}
  576.  
  577. {block:Title}<span class="title">{Title}</span>{/block:Title}
  578.  
  579. <span class="entrytext">{Body}</span></a>
  580.  
  581. {/block:Text}
  582.  
  583.  
  584.  
  585. {block:Link}
  586.  
  587. <a href="{URL}" class="title">{Name}</a>
  588.  
  589. {block:Description}{Description}{/block:Description}
  590.  
  591. {block:Link}
  592.  
  593.  
  594.  
  595. {block:Photo}
  596.  
  597. {block:IndexPage}{LinkOpenTag}
  598.  
  599. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="160"/></a></div>{LinkCloseTag}{/block:IndexPage}
  600.  
  601. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="330"/></a>{LinkCloseTag}{/block:PermalinkPage}
  602.  
  603. {block:IndexPage}
  604.  
  605. {/block:IndexPage}
  606.  
  607. {/block:Photo}
  608.  
  609.  
  610.  
  611. {block:Photoset}
  612.  
  613. <center>{Photoset-250}</center></span>
  614.  
  615. {/block:Photoset}
  616.  
  617.  
  618.  
  619. {block:Quote}
  620.  
  621. <span class="title">{Quote}</span><br />
  622.  
  623. {block:Source}{Source}{/block:Source}
  624.  
  625. {/block:Quote}
  626.  
  627.  
  628.  
  629. {block:Chat}
  630.  
  631. {block:Title}<span class="title">{Title}</span>{/block:Title}
  632.  
  633. {block:Lines}
  634.  
  635. <li class="user_{UserNumber}">
  636.  
  637. {block:Label}
  638.  
  639. <b><span class="label">{Label}</b></span>
  640.  
  641. {/block:Label}
  642.  
  643.  
  644.  
  645. {Line}
  646.  
  647. </li>
  648.  
  649. {/block:Lines}
  650.  
  651. </ul>
  652.  
  653. {/block:Chat}
  654.  
  655.  
  656.  
  657. {block:Audio}{AudioPlayergrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  658.  
  659. {block:IndexPage}
  660.  
  661. <div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{Permalink}">{DayofMonth} {ShortMonth}</a></span></a></div>
  662.  
  663. {/block:IndexPage}
  664.  
  665. {/block:Audio}
  666.  
  667.  
  668.  
  669. {block:Video}
  670.  
  671. <center>
  672.  
  673. <div class="videoperma">{Video-250}</div><BR>
  674.  
  675. {block:Caption}{Caption}</a>{/block:Caption}</center>
  676.  
  677. {block:Video}
  678.  
  679.  
  680.  
  681. {block:PermalinkPage}
  682.  
  683. <center>
  684.  
  685. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  686.  
  687.  
  688.  
  689. {/block:PermalinkPage}
  690.  
  691.  
  692.  
  693. {block:PostNotes}{PostNotes}
  694.  
  695. {/block:PostNotes}
  696.  
  697. </div>
  698.  
  699.  
  700.  
  701. {/block:Posts}
  702.  
  703. </div>
  704.  
  705. </div>
  706.  
  707. {block:IndexPage}
  708.  
  709. {block:Pagination}
  710.  
  711. <div id="pagination">
  712.  
  713. {block:NextPage}
  714.  
  715. <a id="nextPage" href="{NextPage}"> </a>
  716.  
  717. {/block:NextPage}
  718.  
  719. {block:PreviousPage}
  720.  
  721. <a href="{PreviousPage}"> </a>
  722.  
  723. {/block:PreviousPage}
  724.  
  725. </div>
  726.  
  727. {/block:Pagination}
  728.  
  729. {/block:IndexPage}
  730.  
  731. </div>
  732.  
  733.  
  734. </body>
  735.  
  736.  
  737.  
  738. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement