Advertisement
Guest User

CAKE THEME

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