Don't like ads? PRO users don't see any ads ;-)
Guest

Float in Reverie Theme

By: a guest on Apr 23rd, 2012  |  syntax: None  |  size: 25.03 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  4. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  5. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  6. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  7.  
  8. <!-- float in reverie by itsdeluxe (www.itsdeluxe.tumblr.com) -->
  9.  
  10. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  11. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  12. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  13. <!--WARNING DO NOT REMOVE THIS CREDIT!-->
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?setting1=value1&setting2=value2&setting3=value3&time=60"></script><script>jQuery.noConflict();</script>
  18.  
  19. <head>
  20.  
  21. <script type="text/javascript">
  22.  
  23.  
  24.  
  25. function tb8_makeArray(n){
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. this.length = n;
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. return this.length;
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. }
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. tb8_messages = new tb8_makeArray(1);
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. tb8_messages[0] = " float in reverie ";
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. tb8_rptType = 'infinite';
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. tb8_rptNbr = 1;
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. tb8_speed = 100;
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. tb8_delay = 3000;
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. var tb8_counter=1;
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132. var tb8_currMsg=0;
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. var tb8_tekst ="";
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. var tb8_i=0;
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. var tb8_TID = null;
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. function tb8_pisi(){
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. document.title = tb8_tekst;
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. tb8_sp=tb8_speed;
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. tb8_i++;
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. if (tb8_i==tb8_messages[tb8_currMsg].length){
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. }
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228. if (tb8_currMsg == tb8_messages.length){
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. clearTimeout(tb8_TID);
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252. return;
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260. }
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. tb8_counter++;
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. tb8_currMsg = 0;
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284. }
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. }
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. tb8_pisi()
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. function tb8_makeArray(n){
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328. this.length = n;
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. return this.length;
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. }
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. tb8_messages = new tb8_makeArray(1);
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369. tb8_messages[0] = " Float in reverie ";
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. tb8_rptType = 'infinite';
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. tb8_rptNbr = 1;
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397. tb8_speed = 100;
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405. tb8_delay = 3000;
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413. var tb8_counter=1;
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421. var tb8_currMsg=0;
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. var tb8_tekst ="";
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437. var tb8_i=0;
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445. var tb8_TID = null;
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453. function tb8_pisi(){
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469. document.title = tb8_tekst;
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. tb8_sp=tb8_speed;
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. tb8_i++;
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493. if (tb8_i==tb8_messages[tb8_currMsg].length){
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. }
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517. if (tb8_currMsg == tb8_messages.length){
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533. clearTimeout(tb8_TID);
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. return;
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. }
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557. tb8_counter++;
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565. tb8_currMsg = 0;
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573. }
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589. }
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. tb8_pisi()
  598.  
  599.  
  600.  
  601. </script>
  602.  
  603. <script>
  604. //** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location.
  605. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com
  606. //** v1.1 (April 7th, 10'):
  607. //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
  608. //** 2) Fixes scroll animation not working in Opera.
  609.  
  610.  
  611. var scrolltotop={
  612. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  613. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  614. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  615. controlHTML: '<img src="http://media.tumblr.com/tumblr_lqpu4pFKFI1qaj7nf.jpg" style="filter:alpha(opacity=70); -moz-opacity:0.7;"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  616. controlattrs: {offsetx:25, offsety:95}, //offset of control relative to right/ bottom of window corner
  617. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  618.  
  619. state: {isvisible:false, shouldvisible:false},
  620.  
  621. scrollup:function(){
  622. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  623. this.$control.css({opacity:0}) //hide control immediately after clicking it
  624. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  625. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  626. dest=jQuery('#'+dest).offset().top
  627. else
  628. dest=0
  629. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  630. },
  631.  
  632. keepfixed:function(){
  633. var $window=jQuery(window)
  634. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  635. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  636. this.$control.css({left:controlx+'px', top:controly+'px'})
  637. },
  638.  
  639. togglecontrol:function(){
  640. var scrolltop=jQuery(window).scrollTop()
  641. if (!this.cssfixedsupport)
  642. this.keepfixed()
  643. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  644. if (this.state.shouldvisible && !this.state.isvisible){
  645. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  646. this.state.isvisible=true
  647. }
  648. else if (this.state.shouldvisible==false && this.state.isvisible){
  649. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  650. this.state.isvisible=false
  651. }
  652. },
  653.  
  654. init:function(){
  655. jQuery(document).ready(function($){
  656. var mainobj=scrolltotop
  657. var iebrws=document.all
  658. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  659. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  660. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  661. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  662. .attr({title:'Scroll To Top'})
  663. .click(function(){mainobj.scrollup(); return false})
  664. .appendTo('body')
  665. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  666. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  667. mainobj.togglecontrol()
  668. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  669. mainobj.scrollup()
  670. return false
  671. })
  672. $(window).bind('scroll resize', function(e){
  673. mainobj.togglecontrol()
  674. })
  675. })
  676. }
  677. }
  678.  
  679. scrolltotop.init()
  680. </script>
  681.  
  682.  
  683.     <!-- DEFAULT VARIABLES -->
  684.  
  685. <meta name="if:Disable right click" content="1"/>
  686. <meta name="color:Box" content="pink" />
  687. <meta name="color:Asker Background" content="#EDDBC9" />
  688. <meta name="image:Background" content="" />
  689. <meta name="font:Body" content="Trebuchet MS" />
  690. <meta name="font:Links" content="Trebuchet MS" />
  691. <meta name="if:Description" content="1"/>
  692. <meta name="if:title" content="1"/>
  693. <meta name="if:Ask" content="1"/>
  694. <meta name="if:Submit" content="1"/>
  695. <meta name="if:Notes" content="1"/>
  696. <meta name="if:EnablePagination" content="1" />
  697.  
  698.  
  699.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  700.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  701.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  702.     <link rel="shortcut icon" href="{Favicon}" />
  703.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  704.     <style type="text/css">
  705.  
  706.  
  707. body{
  708. color: gray;
  709. background-image: url(http://i33.photobucket.com/albums/d84/flickmobile/Backgrounds/bk8.png);
  710. background-color: #ECD5CA;
  711. background-position: center;
  712. background-attachment:fixed;
  713. background-repeat: repeat;
  714. font-family:{font:body};
  715. font-size: 8.5px;
  716. line-height: 1;
  717. text-align:justify;
  718. padding-top:3px;
  719. text-transform:lowercase;
  720. cursor: url(http://media.tumblr.com/tumblr_loq2q1sxaX1qfoi4t.png), progress !important;} a:hover{cursor: url(http://media.tumblr.com/tumblr_loq2q1sxaX1qfoi4t.png), progress !important;
  721. }
  722.  
  723.  
  724. a:link, a:active, a:visited{
  725. color: gray;
  726.  font-family: {font:Links};
  727.  text-transform: lowercase;
  728. text-decoration:none;
  729. font-size: 10px;
  730. cursor: url(http://media.tumblr.com/tumblr_loq2q1sxaX1qfoi4t.png), progress !important;} a:hover{cursor: url(http://media.tumblr.com/tumblr_loq2q1sxaX1qfoi4t.png), progress !important;
  731. }
  732. a:hover{
  733. color: auto;
  734. text-decoration: none;
  735. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  736. }
  737.  
  738.  
  739. .linkbox {margin-top:5px;font-size:10px;text-transform: ;}
  740. .linkbox a {margin-top:5px;font-size:10px;text-transform: ;}
  741.  
  742. .navi a {color: {color:Links}; font-family: {font:Links}; text-transform: lowercase; text-decoration: none; font-size: 12px;background-color:{color:box};text-align:right;display:block;padding:1px; border-right: solid 10px gray; border-left: solid 10px gray; }
  743.  
  744. .navi a:hover {color: white;background-color: gray;display:block; border-right: solid 60px white; border-left: solid 60px white; text-align: center;}
  745.  
  746.  
  747. div#cre{
  748. overflow: auto;
  749. padding-left:3px;
  750. padding-right:3px;
  751. padding-top:3px;
  752. padding-bottom:2px;
  753. background-color: gray;
  754. -moz-border-radius:5px;
  755. -webkit-border-radius:5px;
  756. border: 1px solid gray;
  757. -moz-box-shadow: 0 0 5px {color:shadow};
  758. -webkit-box-shadow: 0 0 5px {color:shadow};
  759. box-shadow: 0 0 5px {color:shadow};
  760. }
  761.  
  762. div.na{
  763. color: gray;
  764. font-family: {font:Links};
  765. font-size:15px;
  766. line-height:18px;
  767. letter-spacing:px;
  768. font-weight:normal;
  769. text-align:left;}
  770.  
  771. div.maincenter{
  772. margin-top: 265px;
  773. margin-bottom:-10px;
  774. margin-left: 550px;
  775. padding:5px;
  776. padding-top:-150px;
  777. width:60%;
  778. float:left;
  779. background-color: trans;
  780. position: absolute;
  781. }
  782.  
  783. div#main{
  784.     width: 90%;
  785.     height: 900%;
  786. margin-top: 0px;
  787. margin-bottom:-10px;
  788. margin-left: 300px;
  789. padding:5px;
  790. padding-top:-150px;
  791. width:620px;
  792. float: center;
  793. background-color: #F0DDD5;
  794. position: absolute;
  795. border: 1px solid #E0BBA9;
  796. }
  797.  
  798. div.sidebar {
  799. float: left;
  800. margin: 80px;
  801. width: 30%;
  802. margin-top:55px;
  803. margin-left: 5px;
  804. overflow: auto;
  805. position: absolute;
  806. text-align:justify;
  807. text-transform:{text:Text transform};
  808. border-top: 1px solid #E0BBA9;
  809. border-bottom: 1px solid #E0BBA9;
  810. padding: 5px;
  811. }
  812.  
  813.  
  814. .heart {display : block; font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 15px;text-indent : 5px; vertical-align : middle; background:
  815. url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
  816. padding-bottom : 2px;}
  817.  
  818. .heart:hover {display : block; font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 15px; text-indent : 5px; vertical-align : middle; background : url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left; padding-left : 10px; padding-bottom : 2px;}
  819.  
  820. .entryboxx{
  821. background-color:{color:entrybox};
  822. float:center;
  823. margin: 5px;
  824. overflow:hidden;
  825. padding:5px;
  826.  
  827. width:300px;
  828.  
  829. {block:permalinkpage}
  830. width:300px;
  831. height:100%;
  832. margin-bottom:10px;
  833. {/block:permalinkpage}
  834.  
  835. -moz-border-radius:0px;
  836. -webkit-border-radius:0px;
  837. -moz-box-shadow: 0 0 5px {color:shadow};
  838. -webkit-box-shadow: 0 0 5px {color:shadow};
  839. box-shadow: 0 0 5px {color:shadow};
  840. }
  841.  
  842. .entryboxx:hover .permapic {
  843. opacity: .8;
  844. transition: opacity 0.5s;
  845. -moz-transition: opacity 0.5s;
  846. -webkit-transition: opacity 0.5s;
  847. -o-transition: opacity 0.5s;
  848. font-family: trebuchet ms;
  849. }
  850.  
  851.  
  852. div.cred{
  853. font-size:10px;
  854. -moz-border-radius:10px; border-radius:10px;
  855. z-index:9;
  856. display:block;
  857. position: fixed;
  858. left:-14px;
  859. top:5px;
  860. padding:6px;
  861. padding-left:20px;
  862. background-image:url(http://static.tumblr.com/j4dtzbm/Amxlg5cp4/transparentg.png);
  863. background-color: trans;
  864.  
  865. }
  866.  
  867. .sub, .sub a { font-family: {font:Title}; }
  868. .sub img { vertical-align: text-bottom; }
  869. .odd { background-color: white; padding: 1px; }
  870. .even { padding: 1px; }
  871. .audioplayer { padding-left: 12px;background-color:#000; }
  872. .playcount {float: right;clear: both;padding-top: 7px;padding-right: 20px;color: white;text-shadow: none;font-size:10px;text-transform:;}
  873.  
  874.  
  875.  
  876.  
  877. .permalink{
  878. background-color: white;
  879. display: block;
  880. color: white;
  881. font-family:trebuchet ms;
  882. margin-bottom:5px;
  883. padding:1px;
  884. opacity: .8;
  885. text-align: center;
  886. }
  887.  
  888. .permalink:hover{
  889.     color: auto;
  890.     -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
  891.  
  892. #paginacaoml {font-family: verdana;font-size: 11px; font-weight: bold;-moz-border-radius: 10px; -webkit-border-radius:10px;}
  893.  
  894. #paginacaoml a {background: #000;margin: 1px; padding: 2px 5px; color: #fff; text-decoration: none;-moz-border-radius: 10px; -webkit-border-radius:10px;}
  895.  
  896. #paginacaoml a:hover {background: #fff; border: none;color:#000;text-decoration: none;}
  897.  
  898. #paginacaoml span.pagina_atual {background: #eee;margin: 1px; padding: 2px 5px; color: #666; text-decoration: none; -moz-border-radius: 10px; -webkit-border-radius:10px; }
  899.  
  900. #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #777; text-decoration: none;}
  901.  
  902.  
  903. blockquote {
  904. background-color: {color:box};
  905. padding:0px;
  906. padding-left:5px;
  907. margin:5px;
  908. border-left:1px solid gray;
  909. border-bottom:0px solid gray;
  910. }
  911. b, strong{color:{color:title};}
  912. i, em {color: {color:link};}
  913. p{margin-top:3px; margin-bottom:3px;}
  914. blockquote img{ display:block; width:100%;}
  915. blockquote p {padding:0px; margin:0px;}
  916. blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  917. a img{border:none;display: block;}
  918. .user_1 .label, .user_4 .label, .user_7 .label {color: black;}
  919. .user_2 .label, .user_5 .label, .user_8 .label {color: black;}
  920. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  921. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  922. .notes img{width:10px; position:relative; top:1px;}
  923. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  924. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  925.         </style>
  926.     <style type="text/css">{CustomCSS}</style>
  927. </head>
  928. <body>
  929.  
  930. <script language=JavaScript>
  931. <!--
  932.  
  933. //Disable right mouse click Script
  934. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  935. //For full source code, visit http://www.dynamicdrive.com
  936.  
  937. var message="";
  938.  
  939. ///////////////////////////////////
  940. function clickIE4(){
  941. if (event.button==2){
  942. alert(message);
  943. return false;
  944. }
  945. }
  946.  
  947. function clickNS4(e){
  948. if (document.layers||document.getElementById&&!document.all){
  949. if (e.which==2||e.which==3){
  950. alert(message);
  951. return false;
  952. }
  953. }
  954. }
  955.  
  956. if (document.layers){
  957. document.captureEvents(Event.MOUSEDOWN);
  958. document.onmousedown=clickNS4;
  959. }
  960. else if (document.all&&!document.getElementById){
  961. document.onmousedown=clickIE4;
  962. }
  963.  
  964. document.oncontextmenu=new Function("return false")
  965.  
  966. // -->
  967. </script>
  968.  
  969. <!-- DO NOT DELETE THEME CREDIT OR YOU WILL BE REPORTED -->
  970.  
  971. <div class="cred">
  972.  
  973. <font color="white">Theme by</font></b> <a href="http://itsdeluxe.tumblr.com"><font color="#EEE5DD">Itsdeluxe</font></a>
  974. </div>
  975.  
  976. <div id="main">
  977.  
  978. <center><IMG STYLE="position:relative; TOP:0px; LEFT: 0px; float: center; width: 100%; height: 200px;  "  src="http://i43.tinypic.com/ivzwy8.jpg" >
  979. </center>
  980.  
  981.  
  982.  
  983. <div class="sidebar">
  984.  
  985.  
  986. <a href="/"><img style="float: left" src="http://28.media.tumblr.com/tumblr_lvps5bQGZw1qej768o1_500.jpg" width="50px"/></a>
  987.  
  988. <font style="font-family: arial; font-size: 6pt; font-color: #DFDFDF; letter-spacing: 1px;
  989. text-transform: uppercase; margin-left: 5px;">
  990. This space is so much free for you to edit. Write anything you want here.
  991.  
  992. <br><br>Features:
  993. <br>1. With cute pagination
  994. <br>2. Disable right click
  995. <br>3. Disable select
  996. <br>4. Cute Navigation
  997. <br>5. With header
  998. <br>6. cute cursor
  999. <br>7. moving tab text
  1000. </font>
  1001.  
  1002. <br><br><br><font style="font-family: script mt bold; font-size: 8pt; font-color: #DFDFDF; letter-spacing: 1px;
  1003. text-transform: uppercase; margin-left: 5px; font-weight: bold; ;">
  1004. <center><u>NAVIGATION</u></center>
  1005. </font>
  1006. <br>
  1007. <div class="heart"><a href="/">RELOAD</a> </div>
  1008. <div class="heart"><a href="/ask">ASK</a> </div>
  1009. <div class="heart"><a href="/archive">ARCHIVE</a> </div>
  1010. <div class="heart">LINK 1</div>
  1011. <div class="heart">LINK 2 </div
  1012. <div class="heart"><a href="http://itsdeluxe.tumblr.com"><font size="1">theme by Itsdeluxe</font></a>
  1013.  
  1014.  
  1015. </center>
  1016.  
  1017. </div>
  1018.  
  1019. </div>
  1020.  
  1021.  
  1022. </div>
  1023.  
  1024. <div class="maincenter">
  1025.  
  1026.  
  1027. {block:Posts}
  1028. <div class="entryboxx">
  1029.  
  1030. <div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> <img src="http://i52.tinypic.com/1zeeheb.jpg"> <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  1031. {/block:Date}
  1032. </a></div>
  1033.  
  1034. {block:Text}{block:Title}<div class="h2">{Title}</div>{/block:Title}
  1035.  
  1036. {Body}{/block:Text}
  1037.  
  1038. {block:Photoset}<center>{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  1039.  
  1040. {block:Photo}{block:IndexPage}<center>
  1041. <a href="{ReblogURL}" target="_blank" class="details"><img src="{PhotoURL-400}" width="400"></a></center>{/block:IndexPage}
  1042.  
  1043.  
  1044. {block:PermalinkPage}
  1045. {LinkOpenTag}
  1046. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500/>
  1047. {LinkCloseTag}
  1048. {/block:PermalinkPage}
  1049. {/block:Photo}
  1050.  
  1051. {block:Link}
  1052. <a href="{URL}" class="h2">{Name}</a>
  1053. {block:Description}{Description}{/block:Description}
  1054. {block:Link}
  1055.  
  1056. {block:Quote}
  1057. <div class="h2">{Quote}</div>
  1058. {block:Source}{Source}{/block:Source}
  1059. {/block:Quote}
  1060.  
  1061. {block:Chat}
  1062. {block:Title}<div class="h2">{Title}</div>{/block:Title}
  1063. <ul class="chat">
  1064. {block:Lines}
  1065. <li class="user_{UserNumber}">
  1066. {block:Label}
  1067. <span class="label">{Label}</span>
  1068. {/block:Label}
  1069.  
  1070. {Line}
  1071. </li>
  1072. {/block:Lines}
  1073. </ul>
  1074.  
  1075. {/block:Chat}
  1076.  
  1077. {block:Audio}
  1078. <centeR><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;">
  1079.  
  1080. {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}
  1081.  
  1082. </div></div></center><BR>
  1083. {block:Caption}{Caption}{/block:Caption}
  1084. {/block:Audio}
  1085.  
  1086. {block:Video}<center>
  1087. {Video-250}<BR>
  1088. {block:Caption}{Caption}{/block:Caption}</center>
  1089. {block:Video}
  1090.  
  1091. {block:Answer}    <img src="{AskerPortraitURL-64}" align="left" style="padding:2px; border:1px dashed {color:button}"/><div class="bubbles">{Asker} asked <b>{Question}</b></div><br>{/block:Answer}
  1092.  
  1093.  
  1094.  
  1095. {block:PermalinkPage}
  1096. {block:PostNotes}
  1097. {block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  1098. <div class="notes">{PostNotes}</div>
  1099. {/block:PostNotes}
  1100. {/block:PermalinkPage}
  1101.  
  1102. </div>
  1103. {/block:Posts}
  1104. <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination} </div>
  1105. </div>
  1106.  
  1107. <script type="text/javascript">
  1108. // <![CDATA[
  1109. var colour="tan";
  1110. var sparkles=450;
  1111.  
  1112. /****************************
  1113. *  Tinkerbell Magic Sparkle *
  1114. * (c) 2005 mf2fm web-design *
  1115. *  http://www.mf2fm.com/rv  *
  1116. * DON'T EDIT BELOW THIS BOX *
  1117. ****************************/
  1118. var x=ox=400;
  1119. var y=oy=300;
  1120. var swide=800;
  1121. var shigh=600;
  1122. var sleft=sdown=0;
  1123. var tiny=new Array();
  1124. var star=new Array();
  1125. var starv=new Array();
  1126. var starx=new Array();
  1127. var stary=new Array();
  1128. var tinyx=new Array();
  1129. var tinyy=new Array();
  1130. var tinyv=new Array();
  1131.  
  1132. window.onload=function() { if (document.getElementById) {
  1133.   var i, rats, rlef, rdow;
  1134.   for (var i=0; i<sparkles; i++) {
  1135.     var rats=createDiv(3, 3);
  1136.     rats.style.visibility="hidden";
  1137.     document.body.appendChild(tiny[i]=rats);
  1138.     starv[i]=0;
  1139.     tinyv[i]=0;
  1140.     var rats=createDiv(5, 5);
  1141.     rats.style.backgroundColor="transparent";
  1142.     rats.style.visibility="hidden";
  1143.     var rlef=createDiv(1, 5);
  1144.     var rdow=createDiv(5, 1);
  1145.     rats.appendChild(rlef);
  1146.     rats.appendChild(rdow);
  1147.     rlef.style.top="2px";
  1148.     rlef.style.left="0px";
  1149.     rdow.style.top="0px";
  1150.     rdow.style.left="2px";
  1151.     document.body.appendChild(star[i]=rats);
  1152.   }
  1153.   set_width();
  1154.   sparkle();
  1155. }}
  1156.  
  1157. function sparkle() {
  1158.   var c;
  1159.   if (x!=ox || y!=oy) {
  1160.     ox=x;
  1161.     oy=y;
  1162.     for (c=0; c<sparkles; c++) if (!starv[c]) {
  1163.       star[c].style.left=(starx[c]=x)+"px";
  1164.       star[c].style.top=(stary[c]=y)+"px";
  1165.       star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  1166.       star[c].style.visibility="visible";
  1167.       starv[c]=50;
  1168.       break;
  1169.     }
  1170.   }
  1171.   for (c=0; c<sparkles; c++) {
  1172.     if (starv[c]) update_star(c);
  1173.     if (tinyv[c]) update_tiny(c);
  1174.   }
  1175.   setTimeout("sparkle()", 40);
  1176. }
  1177.  
  1178. function update_star(i) {
  1179.   if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  1180.   if (starv[i]) {
  1181.     stary[i]+=1+Math.random()*3;
  1182.     if (stary[i]<shigh+sdown) {
  1183.       star[i].style.top=stary[i]+"px";
  1184.       starx[i]+=(i%5-2)/5;
  1185.       star[i].style.left=starx[i]+"px";
  1186.     }
  1187.     else {
  1188.       star[i].style.visibility="hidden";
  1189.       starv[i]=0;
  1190.       return;
  1191.     }
  1192.   }
  1193.   else {
  1194.     tinyv[i]=50;
  1195.     tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  1196.     tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  1197.     tiny[i].style.width="2px";
  1198.     tiny[i].style.height="2px";
  1199.     star[i].style.visibility="hidden";
  1200.     tiny[i].style.visibility="visible"
  1201.   }
  1202. }
  1203.  
  1204. function update_tiny(i) {
  1205.   if (--tinyv[i]==25) {
  1206.     tiny[i].style.width="1px";
  1207.     tiny[i].style.height="1px";
  1208.   }
  1209.   if (tinyv[i]) {
  1210.     tinyy[i]+=1+Math.random()*3;
  1211.     if (tinyy[i]<shigh+sdown) {
  1212.       tiny[i].style.top=tinyy[i]+"px";
  1213.       tinyx[i]+=(i%5-2)/5;
  1214.       tiny[i].style.left=tinyx[i]+"px";
  1215.     }
  1216.     else {
  1217.       tiny[i].style.visibility="hidden";
  1218.       tinyv[i]=0;
  1219.       return;
  1220.     }
  1221.   }
  1222.   else tiny[i].style.visibility="hidden";
  1223. }
  1224.  
  1225. document.onmousemove=mouse;
  1226. function mouse(e) {
  1227.   set_scroll();
  1228.   y=(e)?e.pageY:event.y+sdown;
  1229.   x=(e)?e.pageX:event.x+sleft;
  1230. }
  1231.  
  1232. function set_scroll() {
  1233.   if (typeof(self.pageYOffset)=="number") {
  1234.     sdown=self.pageYOffset;
  1235.     sleft=self.pageXOffset;
  1236.   }
  1237.   else if (document.body.scrollTop || document.body.scrollLeft) {
  1238.     sdown=document.body.scrollTop;
  1239.     sleft=document.body.scrollLeft;
  1240.   }
  1241.   else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  1242.     sleft=document.documentElement.scrollLeft;
  1243.     sdown=document.documentElement.scrollTop;
  1244.   }
  1245.   else {
  1246.     sdown=0;
  1247.     sleft=0;
  1248.   }
  1249. }
  1250.  
  1251. window.onresize=set_width;
  1252. function set_width() {
  1253.   if (typeof(self.innerWidth)=="number") {
  1254.     swide=self.innerWidth;
  1255.     shigh=self.innerHeight;
  1256.   }
  1257.   else if (document.documentElement && document.documentElement.clientWidth) {
  1258.     swide=document.documentElement.clientWidth;
  1259.     shigh=document.documentElement.clientHeight;
  1260.   }
  1261.   else if (document.body.clientWidth) {
  1262.     swide=document.body.clientWidth;
  1263.     shigh=document.body.clientHeight;
  1264.   }
  1265. }
  1266.  
  1267. function createDiv(height, width) {
  1268.   var div=document.createElement("div");
  1269.   div.style.position="absolute";
  1270.   div.style.height=height+"px";
  1271.   div.style.width=width+"px";
  1272.   div.style.overflow="hidden";
  1273.   div.style.backgroundColor=colour;
  1274.   return (div);
  1275. }
  1276. // ]]>
  1277. </script>
  1278.  
  1279. <SCRIPT TYPE="text/javascript">
  1280.  
  1281. <!--
  1282.  
  1283. //Disable select-text script (IE4+, NS6+)
  1284.  
  1285. //visit http://www..arch.scriptmania.com/scripts/
  1286.  
  1287. ///////////////////////////////////
  1288.  
  1289. function disableselect(e){
  1290.  
  1291. return false
  1292.  
  1293. }
  1294.  
  1295. function reEnable(){
  1296.  
  1297. return true
  1298.  
  1299. }
  1300.  
  1301. //if IE4+
  1302.  
  1303. document.onselectstart=new Function ("return false")
  1304.  
  1305. //if NS6
  1306.  
  1307. if (window.sidebar){
  1308.  
  1309. document.onmousedown=disableselect
  1310.  
  1311. document.onclick=reEnable
  1312.  
  1313. }
  1314.  
  1315. // -->
  1316.  
  1317. </SCRIPT>
  1318.  
  1319.  
  1320. </div>
  1321.  
  1322.  
  1323. </body>
  1324. </html>