Advertisement
Guest User

Closet Theme

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