ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    Toffee Code Id Dream [CLOSE]

    ลำดับตอนที่ #85 : I Love Peach

    • เนื้อหานิยายตอนนี้เปิดให้อ่าน
    • 268
      1
      1 ต.ค. 55

    B B
    I Love Peach

    Skin thumbnail




     

     

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
     
    <title>I Love Peach</title>
     
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
        </script>
     <script type='text/javascript' language='Javascript'>
        var scrolltotop={
        //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
        //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (1=top).
        setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
        controlHTML: '<img src="http://i595.photobucket.com/albums/tt38/love_fiffy/kurum1.gif"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
        controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ center of window corner
        anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
        state: {isvisible:false, shouldvisible:false},
        scrollup:function(){
        if (!this.cssfixedsupport) //if control is positioned using JavaScript
        this.$control.css({opacity:0}) //hide control immediately after clicking it
        var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
        if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
        dest=jQuery('#'+dest).offset().top
        else
        dest=0
        this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
        },
        keepfixed:function(){
        var $window=jQuery(window)
        var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
        var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
        this.$control.css({left:controlx+'px', top:controly+'px'})
        },
        togglecontrol:function(){
        var scrolltop=jQuery(window).scrollTop()
        if (!this.cssfixedsupport)
        this.keepfixed()
        this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
        if (this.state.shouldvisible && !this.state.isvisible){
        this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
        this.state.isvisible=true
        }
        else if (this.state.shouldvisible==false && this.state.isvisible){
        this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
        this.state.isvisible=false
        }
        },
        init:function(){
        jQuery(document).ready(function($){
        var mainobj=scrolltotop
        var iebrws=document.all
        mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
        mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
        mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
        .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
        .attr({title:'Up'})
        .click(function(){mainobj.scrollup(); return false})
        .appendTo('body')
        if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
        mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
        mainobj.togglecontrol()
        $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
        mainobj.scrollup()
        return false
        })
        $(window).bind('scroll resize', function(e){
        mainobj.togglecontrol()
        })
        })
        }
        }
        scrolltotop.init()
    </script>
     
     
    <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Patrick+Hand' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Snippet' rel='stylesheet' type='text/css'>
     
    <style type="text/css"> body, a, a:hover { cursor:url(http://i595.photobucket.com/albums/tt38/love_fiffy/hana2.gif), auto }</style>
     
    <style type="text/css">
    #navbar-iframe {display: none;}
    @font-face { font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
     
    body {
    background-color:#f9f9f9; background-image:url('http://assets.tumblr.com/images/x.gif'); background-attachment:fixed; background-repeat:no-repeat; background-position: right top;
    background-attachment:fixed;
    font-family: 'Cuprum', sans-serif ; color:#666;
    font-size:12px;
    line-height:100%
    text-align:justify;letter-spacing:1px;}
     
     
    a.linkies {
    font-family: tahoma;
    font-size:12px;
    background:#C3D4C2;
    color:#C8C8A9;
    width:50px;
    padding:3px;
    margin:3px;
    text-align:center;
    display:inline-block;
    -webkit-transition: .2s;
    cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;}
    a:hover{ text-decoration: none; color: #dea2b0;}
    a:link,a:visited{color: #D6B7A5; font-style: normal; text-decoration: none; font-family: patrick hand; font-size: 11px; border: 0px; } 
    b { color: #D6B7A5; cursor: help; }
    i { color: #E2DFA1; cursor: help; }
    u { color: gray; border-bottom: 2px #D5DED9 solid; text-decoration: none; cursor: help; }
    s { color: #EB7591; cursor: help; }
     blockquote {color:#000000;background-color: #ffffff;border:1px dashed #FAAFBE;padding:8px;border-radius:10px;}
    blockquote:hover {background:url('');border-top:1px dashed #FAAFBE;border-bottom:1px dashed #FAAFBE;
    border-left:7px solid #FAAFBE;border-right:7px solid #FAAFBE;
    padding:8px;-moz-border-radius: 3em 3em 3em 3em;border-radius: 3em 3em 3em 3em;}
     
    .topcloud {
    width: 620px;
    left: 480px;
    top: 0px;
    height: 162px;
    position: fixed;
    font-size: 30px;
    font-family:"Amatic SC";
    padding: 15px;
    padding-top: 10px;
    text-align: center;
    background-image: url('http://i50.tinypic.com/3358tbt.png');
    background-repeat: no-repeat;
    }
     
    .bottomcloud {
    width: 620px;
    left: 480px;
    font-size: 30px;
    font-family:"Amatic SC";
    bottom: 0px;
    text-align: center;
    height: 17px;
    position: fixed;
    padding: 15px;
    padding-top: 50px;
    background-image: url('http://i49.tinypic.com/xkup1w.png');
    background-repeat: no-repeat;
    }
     
    .clouda {
    width: 290px;
    left: 162px;
    top: 168px;
    height: 162px;
    position: fixed;
    font-size: 30px;
    font-family:"Amatic SC";
    padding: 15px;
    padding-top: 10px;
    text-align: center;
    background-image: url('http://i595.photobucket.com/albums/tt38/love_fiffy/ioo.png');
    background-repeat: no-repeat;
    }
    .cloudb {
    width: 290px;
    left: 159px;
    font-size: 30px;
    font-family:"Amatic SC";
    bottom: 43px;
    text-align: center;
    height: 15px;
    position: fixed;
    padding: 15px;
    padding-top: 50px;
    background-image: url('http://i595.photobucket.com/albums/tt38/love_fiffy/ioo.png');
    background-repeat: no-repeat;
    }
     
    #entries {background-color:#FFFFFF;
    margin-left:500px;
    margin-top:30px;
    margin-bottom:20px;-webkit-box-shadow: 4px 2px  #F2EDDE,  -4px 0 2px #F2EDDE;   
    -moz-box-shadow: 4px 0 2px #F2EDDE,  -4px 0 2px #F2EDDE;   
    box-shadow: 4px 0 2px #F2EDDE,  -4px 0 2px #F2EDDE; 
    width:610px;}
     
     
     
    #sbar {width: 500px; height: auto;}
     
    #simg {padding:5px 5px 5px 5px; background-color:# }
     
    #simg img {max-width:100%; height:auto; ;
    opacity:1;margin-bottom:20px;-webkit-box-shadow: 4px 2px  #CCCCCC,  -4px 0 2px #CCCCCC;   
    -moz-box-shadow: 4px 0 2px #CCCCCC,  -4px 0 2px #CCCCCC;   
    box-shadow: 4px 0 2px #CCCCCC,  -4px 0 2px #CCCCCC; }
     
    #sidebar {
    background-image: url('');
    margin-top: 70px;
    width:250px;
    height: auto;
    margin-left:180px;
    position:fixed;
    overflow:hidden;
    background-color: ;
    padding:3px;}
     
    #linkyes {
    text-align:center;
    width: 238px;
    padding: 0px;
    position:fixed;
    z-index:4;
    background: #fffcf8;
    margin-top:80px;
    -webkit-transition: all 0.6s ease; opacity: 0.4;}
     
    #linkyes a{
    height:12px;
    display: inline-block;
    color:#8d7a7a;
    font-family:tinytots;
    font-size:10px;
    padding: 3px;
    letter-spacing:1px;}
     
    #linkyes a:hover {
    color:#ADE6DA;}
     
    #linkyes:hover {
    display: inline-block;
    color:#f1beb0;
    background:#fffcf8;
    opacity:1; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
     
    #title {
    width: 250px;
    font-size: 30px;
    color:#b6a38e;
    font-family:"Amatic SC";
    letter-spacing:1px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color:#E2EFED}
     
    #posts{
    overflow:hidden;
    background-color: #ffffff;
    padding: 30px; }
     
    img{filter: alpha(opacity=70); opacity:.70; -webkit-transition-duration: .50s;border-radius: 18px;}
    img:hover{opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);border-radius: 7px;}
     
    .h1 {font-family: Miniver;font-size: 20px;color: #b3b45;text-align: left;background: #f7f7f7;border-left: 8px solid #F8DBCC;}
    .h2 {color: #ECE5CE;font-family: Snippet; font-size: 11px; letter-spacing: 1px;text-transform:uppercase;}
         
    ::-webkit-scrollbar {height:12px;width: 8px;background: #ffffff;}
    ::-webkit-scrollbar-thumb {background-color: #ECE8E2;-moz-border-radius: 10px;border-radius: 10px;}
    ::-moz-selection {background-color:transparent; color:#b6a38e;}
    ::selection {background-color:transparent; color:#b6a38e;}
     
     
     
    </style></head>
     
    <body>
    <div id="sidebar">
     
    <div id="simg">
    <div id="linkyes">
    <div class="clouda">
    <a class="linkyes" onClick="document.getElementById('posts').innerHTML=document.getElementById('entry').innerHTML">entries</a>&middot;
     
     
    <a class="linkyes" onClick="document.getElementById('posts').innerHTML=document.getElementById('profile').innerHTML">about</a>&middot;
     
     
    <a class="linkyes" onClick="document.getElementById('posts').innerHTML=document.getElementById('archive').innerHTML">other</a>&middot;
     
     
    <a class="rainlinks" href="http://pipielovenumnum.cbox.ws" target="_blank">Tagboard</a>
    <div class="cloudb"></div>
    </div>
    <img src="http://i595.photobucket.com/albums/tt38/love_fiffy/tumblr_kv0g76o71J1qzgvkeo1_400_large.jpg"/></div>
     
     
     
     
    </div></div></div></div>
     
    <div id="entries">
    <div id="posts">
    <Blogger>
    <div class="h1"><span style="font-style:normal;"></span><$BlogItemTitle$> </div>
    <div class="h2"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> @ <$BlogItemDateTime$> <b>|</b> <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>><$BlogItemCommentCount$> comments</a> ✿</BlogItemCommentsEnabled></div>
    <br>
    <br>
    <$BlogItemBody$>
    <br>
    </Blogger>
    </div>
     
    <div class="topcloud"><font style="font-family:"Amatic SC"; font-size: 30 px;">Why don't I ever get sick of you !</font>
    <div class="bottomcloud">"How can i explain this feeling ?"</div>
     
    <div id="entry" style="display: none;">
    <div id="posts">
    <Blogger>
    <div class="h1"><span style="font-style:normal;"></span><$BlogItemTitle$> </div>
    <div class="h2"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> @ <$BlogItemDateTime$> <b>|</b> <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>><$BlogItemCommentCount$> comments</a> ✿</BlogItemCommentsEnabled></div>
    <br>
    <$BlogItemBody$>
    <br>
    </Blogger>
    </div></div>
     
    <div id="profile" style="display: none;">
    <div class="entry">
    <div class="h1">Profile</div>
    <img src="http://i595.photobucket.com/albums/tt38/love_fiffy/DSC00124-1.jpg" style="float: left; margin: 5px;">
    <br>
    <br>
    <font color="#C7E2DB">The Writer:</font> Pipie Panini <br>
    <font color="#C7E2DB">Born Day:</font> 09 December 1994 <br>
    <font color="#C7E2DB">Country:</font> Malaysia <br>
    <font color="#C7E2DB">Fav Color:</font> Blue , Pink and other soft color .<br>
    <br>
    I don't express my feeling well. 
    Can be quite shy too ^▵^ 
    I have a very Hot-temper.
    I am childish .. i don't like people yield at me . 
    Yielding make my tears drop .
    And i rely on my friends alot. 
    Who hate science and doesn't talk alot. 
    I'm slow, so do be patient with me.
     
    I prefer English than Malay . My Malay suck .
    I like taking photos but my mother ask me to improve it . 
    I have a big passion for web-designing. 
    Sometimes i think i'm not good enough. 
    I don't have alot of things to say, 
    I listen and nod. There's nothing i know much. 
     
    <b>I ♡ Num Num</b>
    <br>
    <br>
    <font color="#C7E2DB">Fav Foods and Drinks:</font> Prawn or Chicken with mayonnaise , Children Nestum , Milo Ping , Tiramisu , Mocha Smoothie .<br>
    <font color="#C7E2DB">Fav Artist:</font> Miss A , Iu , Apink , 2NE1 , After School , BigBang , Zee Avi , Estrella , Yuna , G.na<br>
    <font color="#C7E2DB">Fav things :</font> Meeting people , relaxing , watching cartoon , on9 , texting , calling , shopping , decorating .<br>
    <br>
    <br>
    <div class="h1">Profile</div>
    <img src="http://i595.photobucket.com/albums/tt38/love_fiffy/DSC00505-1.jpg" style="float: left; margin: 5px;">
    <br>
    <font color="#C7E2DB">Nickname:</font> Numpapie <br>
    <font color="#C7E2DB">Special Date:</font> 03 October 2011 <br>
    <font color="#C7E2DB">Journey:</font> 8 months <br>
    <font color="#C7E2DB">Hope:</font> Hope we will last until the end of the world.<br>
    <br>
    Numpapie is our nickname which combine our name together ... Num2x , Paninie and Pipie . We both love to watch Chowder so we decide to call each other num2x and Paninie . We start our love journey on the 3rd of October 2011 . This is the longest relationship i had ever have in my life and i guess i am the most luckiest girl in the world .. hmmm i guess . There are a lot of magic that happen between us during this relationship i can't really explain it but maybe it is faith . I know him since 2008 and we use to be adopt sibling . He always tries his best to make me feel happy and he always manage to draw a smile on my fice when i'm upset . He always fulfill my wish .. Seriously i love him so much . Allah please make him mine and   me his . Amin .
    <br>
    <br>
    <br>
    <br>
    </div>
    <div id="archive" style="display: none;">
    <div class="h1">Time travel.</div>  <br>                
    <b>Monthly Archives</b>
    <BloggerArchives><a href="<$BlogArchiveURL$>"><br>
    <$BlogArchiveName$></a>
    </BloggerArchives><br><br>
    <b>Recent Entries</b><Br>
    <BloggerPreviousItems>
    <li><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$></a></li>
    </BloggerPreviousItems>
    <br>
    <br>
    <div class="h1">Nothing Better Than You</div>
    <br><center>
    <a href="http://myheartwillsinghisname.blogspot.com/" target="_blank">Apple</a> ♣
    <a href="http://bitemerockstar.blogspot.com/" target="_blank">Amy</a> ♣
    <a href="http://passion-paradox.blogspot.com/" target="_blank">Claudia</a> ♣
    <a href="http://saddnessalwaysinmylife.blogspot.com/" target="_blank">Carly</a> ♣
    <a href="http://f-allingyou.blogspot.com/" target="_blank">Denise</a> ♣
    <a href="http://www.heyuan1996.blogspot.com/" target="_blank">HY</a> ♣
    <a href="http://you-walked-away-flawlessly.blogspot.com/" target="_blank">Jia Xing</a> ♣
    <a href="http://14thdecember.blogspot.com/" target="_blank">Kim Ng</a> ♣
    <a href="http://letthaprincess.blogspot.com/" target="_blank">Lettha</a> ♣
    <a href="http://www.mochafrappes.com/" target="_blank">Linda</a> ♣
    <a href="http://www.xoxolove-e.blogspot.com/" target="_blank">Lisa</a> ♣
    <a href="http://white-fairytales.blogspot.com/" target="_blank">Mary</a> ♣
    <a href="http://itsmerana.blogspot.com/" target="_blank">Rana</a> ♣
    <a href="http://rainymartini.blogspot.com/" target="_blank">Rainy</a> ♣</center>
    <br>
    <div class="h1">Better Find Me Here</div>
    <br>
    <center><u>Website:</u> <a href="http://www.facebook.com/profile.php?id=100001221496991">Facebook</a> ✹ <a href="https://twitter.com/#!/xxxpipiexxxx">Twitter</a> ✹ <a href="http://fiffiedaylife.tumblr.com/">Tumblr</a> ✹ <a href="http://www.blogskins.com/me/numpapie" target="_blank">Blogskin</a> ✹ <a href="http://pipiewishland.blogspot.com/" target="_blank">2nd Blog</a></center>
    <br>
    <br>
    <div class="h1">Creditorial Section</div>
    <br>
    Designer; | <a href="http://pipielovenumnum.blogspot.com/" target="_blank">Pipie</a> <a href="http://www.blogskins.com/me/numpapie" target="_blank">Panini</a>.<br>
      Coding help;<a href="http://capturedmemories71.blogspot.com/">Liyana</a> <a href="http://www.blogskins.com/me/VansX">VansX</a> / <a href="http://blogskins.com/me/m-eister">ten</a><a href="http://tentylers.blogspot.com">tylers</a>.<br>
    <br>
    <br>
    </div>
    </div></div>
     
     
    <style type="text/css"> body, a, a:hover { cursor:url(http://i595.photobucket.com/albums/tt38/love_fiffy/icon/kurum7.gif), auto }</style>
     
    <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
    <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
    <script type="text/javascript">
    SCMMusicPlayer.init("{'playback':{'autostart':'true','shuffle':'false','volume':'50'},'playlist':[{'title':'peach','url':'http://www.youtube.com/watch?v=Rg-KEkcLI9I'}],'placement':'bottom','showplaylist':'false'}");
    </script>
    <!--End of SCM Music Player script-->
     
    <script type="text/javascript" language="javascript" charset="euc-jp" src="http://www.hapinemu.net/fobp/bp092/bp092.js"></script><p><a href="http://www.hapinemu.net/blogparts/"></p>





    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

    นิยายที่ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×