Advertisement
Guest User

ROSIE THEME

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