Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Converted and Tweaked by:
- http://jackie09kawaii.tumblr.com
- http://jackie09kawaii.tumblr.com
- http://jackie09kawaii.tumblr.com
- DO NOT REMOVE THIS CREDIT SECTION OKAY!
- -->
- <meta content="no" http-equiv="imagetoolbar">
- <script type="text/javascript">
- /***********************************************
- * Disable select-text script- � Dynamic Drive (www.dynamicdrive.com)
- * This notice MUST stay intact for legal use
- * Visit http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- //form tags to omit in NS6+:
- var omitformtags=["input", "textarea", "select"]
- omitformtags=omitformtags.join("|")
- function disableselect(e){
- if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
- return false
- }
- function reEnable(){
- return true
- }
- if (typeof document.onselectstart!="undefined")
- document.onselectstart=new Function ("return false")
- else{
- document.onmousedown=disableselect
- document.onmouseup=reEnable
- }
- </script>
- <style>
- <!--
- .skin{
- position:absolute;
- width:130px;
- border:1px solid #FFAFB4;
- background-color: white;
- line-height:12px;
- color: #6C3F36;
- cursor:crosshair;
- font-size:8pt;
- font-family:Tahoma;
- padding-bottom:5px;
- padding-top:5px;
- padding-left:5px;
- padding-right:2px;
- z-index:50;
- visibility:hidden;
- }
- .menuitems{
- padding-left:30px;
- padding-right:30px;
- }
- -->
- </style>
- <div id="ie5menu" class="skin" onMouseover="highlightie5(event)" onMouseout="lowlightie5(event)" onClick="jumptoie5(event)" display:none>
- No right click here.<br>
- If you want anything,<br>
- just ASK me :)<br>
- Thank You!<br>
- </div>
- <script language="JavaScript1.2">
- //set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
- var display_url=0
- var ie5=document.all&&document.getElementById
- var ns6=document.getElementById&&!document.all
- if (ie5||ns6)
- var menuobj=document.getElementById("ie5menu")
- function showmenuie5(e){
- //Find out how close the mouse is to the corner of the window
- var rightedge=ie5? document.body.clientWidth-event.clientX : window.innerWidth-e.clientX
- var bottomedge=ie5? document.body.clientHeight-event.clientY : window.innerHeight-e.clientY
- //if the horizontal distance isn't enough to accomodate the width of the context menu
- if (rightedge<menuobj.offsetWidth)
- //move the horizontal position of the menu to the left by it's width
- menuobj.style.left=ie5? document.body.scrollLeft+event.clientX-menuobj.offsetWidth : window.pageXOffset+e.clientX-menuobj.offsetWidth
- else
- //position the horizontal position of the menu where the mouse was clicked
- menuobj.style.left=ie5? document.body.scrollLeft+event.clientX : window.pageXOffset+e.clientX
- //same concept with the vertical position
- if (bottomedge<menuobj.offsetHeight)
- menuobj.style.top=ie5? document.body.scrollTop+event.clientY-menuobj.offsetHeight : window.pageYOffset+e.clientY-menuobj.offsetHeight
- else
- menuobj.style.top=ie5? document.body.scrollTop+event.clientY : window.pageYOffset+e.clientY
- menuobj.style.visibility="visible"
- return false
- }
- function hidemenuie5(e){
- menuobj.style.visibility="hidden"
- }
- function highlightie5(e){
- var firingobj=ie5? event.srcElement : e.target
- if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
- if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node
- firingobj.style.backgroundColor="highlight"
- firingobj.style.color="E6E4E5"
- if (display_url==1)
- window.status=event.srcElement.url
- }
- }
- function lowlightie5(e){
- var firingobj=ie5? event.srcElement : e.target
- if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
- if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node
- firingobj.style.backgroundColor=""
- firingobj.style.color="826A92"
- window.status=''
- }
- }
- function jumptoie5(e){
- var firingobj=ie5? event.srcElement : e.target
- if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
- if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode
- if (firingobj.getAttribute("target"))
- window.open(firingobj.getAttribute("url"),firingobj.getAttribute("target"))
- else
- window.location=firingobj.getAttribute("url")
- }
- }
- if (ie5||ns6){
- menuobj.style.display=''
- document.oncontextmenu=showmenuie5
- document.onclick=hidemenuie5
- }
- </script>
- <html>
- <head>
- <title>My Kawaii Bloggie</title>
- <script>
- window.defaultStatus=" Welcome! You are currently @ url.blogspot.com "</script>
- <!-- --><style type="text/css">@import url(http://www2.blogger.com/css/navbar/classic.css);
- div.b-mobile {display:none;}
- </style>
- </head>
- <style type="text/css">
- A:link
- { text-decoration:none; color: silver;}
- A:visited
- { text-decoration:none; color: silver;}
- A:active
- { text-decoration:none; border: 1px solid pink; cursor: crosshair; color: pink;}
- A:hover
- { text-decoration:none; border: 1px solid silver; cursor: crosshair; color: pink ;}
- b { text-decoration: bold; color: pink; }
- u { text-decoration: underline; border-bottom: 1px solid pink; }
- s { text-decoration: strikeout; color: #6C3F36; }
- body
- {
- background:url(none);
- background-color: #ffffff;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position:top left;
- font-family: verdana;
- color: #000000;
- font-size: 8pt;
- line-height: 15px;
- text-align: justify;
- margin: 0px;
- scrollbar-face-color:white;
- scrollbar-shadow-color: #FFAFB4;
- scrollbar-highlight-color: #FFAFB4;
- scrollbar-3dlight-color: #FFAFB4;
- scrollbar-darkshadow-color: #FFAFB4;
- scrollbar-track-color: white;
- scrollbar-arrow-color: #FFAFB4;}
- textarea{
- border: 1px solid #FFAFB4;
- color: #6C3F36;
- font-family: tahoma;
- font-size: 8pt;
- line-height: 13px;
- padding: 7px;
- }
- blockquote{
- background: white;
- border : 2px dashed pink;
- color: #6C3F36;
- font-family: tahoma;
- font-size: 8pt;
- line-height: 13px;
- padding: 7px;
- }
- .h1 {
- font-family: "tahoma";
- font-size: 15pt;
- line-height: 10px;
- color: pink;
- background:none;
- text-align: left;
- font-weight:none;
- text-align:center;
- padding:5px;
- border-bottom:2px dotted #FF8899;
- }
- .h2 {
- font-family: "tahoma";
- font-size: 15pt;
- line-height: 10px;
- color: pink;
- background:none;
- text-align: left;
- font-weight:none;
- text-align:center;
- padding:5px;
- border-bottom:2px dotted #FF8899;
- }
- .h3 {
- font-family:tahoma;
- font-weight: none;
- font-size: 11px;
- background-color:none;
- color: #6C3F36;
- filter:alpha(opacity=80);
- padding: 10px;
- }
- .h4 {
- font-family:tahoma;
- font-weight: none;
- font-size: 11px;
- background-color:none;
- color: #6C3F36;
- filter:alpha(opacity=80);
- border-color:none;
- text-align:left;
- padding: 10px;
- }
- #navbar-iframe {
- height: 0px;
- visibility: hidden;
- display: none;
- }
- </style>
- <div id=image style="position:absolute; border:0px double black; top: 0; left: 0;">
- <img src="http://i192.photobucket.com/albums/z53/mggjiang/lovecandied-1.jpg"></div>
- </div>
- <div style="position:absolute; left:745px; top:180px; overflow: auto; height:300px; width:208px;">
- <br> Tagboard code here :)<br>
- Recommended Cbox.
- Get your own Cbox <a href="http://www.cbox.ws">here</a><br>Width - 208px </div>
- <div style="position:absolute; left:290px; top:180px; overflow: auto; height:335px; width:415px;">
- <br>
- <center>
- {block:Posts}
- {block:Text}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>text post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- {block:Title}
- <p id="posttitle"><a href="{Permalink}">{Title}</a></p>
- {/block:Title}
- <p>{Body}</p>
- </li><br><br>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Text}
- {block:Photo}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>photo post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- {LinkOpenTag}<img src="{PhotoURL-400}"
- alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </li>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Photo}
- {block:Quote}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>quote post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- <p class="qcontainer">
- <span class="quote">“{Quote}”</span>
- {block:Source}
- <span class="source"><br><i>{Source}</i></span>
- {/block:Source}
- </p>
- </li>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Quote}
- {block:Link}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>link post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- <p><a href="{URL}" id="postlink" {Target}>{Name}</a></p>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </li>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Link}
- {block:Chat}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>chat post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- {block:Title}
- <p id="posttitle"><a href="{Permalink}">{Title}</a></p>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- {/block:Lines}
- </ul>
- </li></li>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Chat}
- {block:Video}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>video post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- {Video-400}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </li>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Video}
- {block:Audio}
- <li id="each">
- <div id="box"><a href="{Permalink}"><b>audio post</b> {ShortDayOfWeek},
- {ShortMonth}. {DayOfMonthWithZero}, {Year}</a></div>
- <p align="center">{AudioPlayerBlack}</p>
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </li>
- <img src="http://i858.photobucket.com/albums/ab148/SuperNyappyOfLove/Kawaii%20Stuff/Pixels/th1153920n4krc2drq7.gif"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br><br>
- {/block:Audio}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {/block:Posts}
- </ol>
- <center>{block:PreviousPage}<a href="{PreviousPage}"><font size="5">previous</a></font> {/block:PreviousPage}♥{block:NextPage} <a href="{NextPage}"><font size="5">next</a></font>{/block:NextPage}{/block:Pagination}</center>
- </div>
- <div align=right><img src="http://i192.photobucket.com/albums/z53/mggjiang/105.gif" border="0" alt=""><br></div></div></div><br><br></div>
- </Blogger>
- </div>
- <br><br>
- <div style="position:absolute; left:40px; top:180px; overflow: auto; height:335px; width:210px;">
- <br>
- <div class=h1>♥Site-mistress</div>
- <div class=h3>
- <img style="border:0px" <img src="{PortraitURL-128}"></center><br>
- {Description}
- <br><br>
- </div>
- <div class=h1>♥Navigations</div>
- <div class=h3>
- <br><center><form action="http://www.myspacegens.com/handler.php?gen=redirect" method="post"><select name="url" style="width: 150px; height: 20px; font-size: 11px; background-color: #FFE8E8; color: #957E64;"><option>Choose Below. :)</option><option value="/">HOME</option><option value="YOUR TUMBLR URL/ask">Ask Me</option><option value="FACEBOOK URL">Facebook</option><option value="http://www.myspacegens.com/handler.php?gen=redirect">get Yours!</option></select> <input type="submit" style="border-color: #FFE8E8; color: F97282; background-color: {color:box color};" value="GO"></form></center>
- </div>
- <div class=h1>Many Thanks</div>
- <div class=h3>
- Converted and Tweaked: <a href="http://jackie09kawaii.tumblr.com">pinkmissy</a><br>
- Designer: <a href="http://www.blogskins.com/me/bluepink-">%BLUE.pink-</a><br>
- Basecodes: <a href="http://th-moomoos.blogspot.com">%MOOOx-</a><a href="http://blogskins.com/me/mooox-love">LOVE</a><br>
- Inspirations: <a href="http://www.blogskins.com/me/x-taintedlove">x-taintedlove</a><br>
- Materials: <a href="http://www.lovecandied.com">Lovecandied</a><br>
- <img src="http://i192.photobucket.com/albums/z53/mggjiang/901.gif" border="0" alt=""></div><br>
- <style>body, a:hover{cursor: url(http://milky.geocities.jp/mairo_hime/c/1.ani);}</style>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement