Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <meta content="no" http-equiv="imagetoolbar">
- <meta name="text:Music Player Code" content="Paste you code here. ♥Music Player Code">
- <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;
- }
- div.nav a{
- background: #ffcfcf;
- color: #fff;
- font-family:calibri;
- display:block;
- width: 150px;
- height: 13px;
- font-size:10px;
- text-align: center;
- padding-top:2px;
- margin-left:2px;
- margin-top:2px;
- position:relative;
- text-align: center;
- z-index:1;
- font-weight:bold;
- -moz-border-radius:7px;
- -webkit-border-radius:7px;
- display: inline-block;
- text-transform: highercase;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- div.nav a:hover{
- background-image:url(http://media.tumblr.com/tumblr_lqcgly3lv31qlzq96.png); letter-spacing:1px; color: #000;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .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;
- }
- div#content{
- float:right;
- position:absolute;
- width:375px;
- background: #FFF;
- padding:5px;
- }
- div#entry{
- width:375px;
- float:left;
- margin: -5px 0px 5px 5px;
- padding: 5px;
- background-color: ;
- overflow:hidden;
- }
- h2 {
- font-family: "girlsareweird";
- font-size:35px;
- margin-bottom:1px;
- }
- h3{
- font-family: "halohandletter";
- font-size:35px;
- margin-bottom:-2px;
- color: #ffbfbf;
- text-shadow: 0px 0px 2px #ffa9a9;
- }
- .permalink{ text-align:right; border-top:2px solid #FFABAB; padding-right:10px; padding-top:3px; width:380px; color:#FFABAB; float:right; margin-top:5px;}
- </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;"><!-- BEGIN CBOX - www.cbox.ws - v001 -->
- <div id="cboxdiv" style="text-align: center; line-height: 0">
- <div><iframe frameborder="0" width="190" height="155" src="http://www7.cbox.ws/box/?boxid=572496&boxtag=9by728&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain7-572496" style="border: 0px solid;" id="cboxmain7-572496"></iframe></div>
- <div><iframe frameborder="0" width="200" height="75" src="http://www7.cbox.ws/box/?boxid=572496&boxtag=9by728&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform7-572496" style="border: 0px solid;border-top:0px" id="cboxform7-572496"></iframe></div>
- </div>
- <!-- END CBOX --> </div>
- <div style="position:absolute; left:290px; top:180px; overflow: auto; height:335px; width:415px;">
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- <span class="entrytext">{Body}</span>
- {/block:Text}
- {block:Link}
- <a href="{URL}"><h3>{Name}</h3></a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="360px"/></a>{LinkCloseTag}<br>
- {/block:Photo}
- {block:Quote}
- <h3>{Quote}</h3>
- {block:Source}{Source}{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <centeR><div style="width:500px; height:20px;"><div style="float:left">{AudioPlayerwhite}</div><div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}<center>
- {Video-500}<BR>
- {block:Caption}{Caption}{/block:Caption}</center>
- {block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-40}" align="left" style="float: left; margin: 1px 4px 0 0;border-radius: 40px; box-shadow: 0px 0px 2px 2px #F2E4D5;">
- <div class="bubble"><span></span>{Asker}: {Question} </div>
- <center>{Answer}</center>
- {/block:Answer}
- <span class="permalink"><a href="{Permalink}">
- {block:Date}posted {TimeAgo} | {NoteCountWithLabel} | <a href="{reblogurl}" target="_blank">re-love</a>{/block:Date}</a></span>
- {block:PostNotes}
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- </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 src="http://media.tumblr.com/tumblr_lna209Q3UE1qdlkyg.gif" align="left">{Description}
- </div>
- <div class=h1>Navigate</div>
- <div class=h3>
- <div class="nav"><a href="/ask">MESSAGE</a></div>
- <div class="nav"><a href="/submit">SUBMIT</a></div>
- <div class="nav"><a href="/archive">ARCHIVE</a></div>
- <div class="nav"><a href="http://flaffi.tumblr.com">CREDITS</a></div>
- </div>
- <div class=h1>Melodies</div>
- <div class=h3>
- <center><img src="http://i192.photobucket.com/albums/z53/mggjiang/music.gif" border="0" alt=""></center><br>{text:Music Player Code}
- </div>
- <div class=h1>Many Thanks</div>
- <div class=h3>
- Converted: <a href="http://www.flaffi.tumblr.com"> Flaffi</a><br>
- Designer: <a href="http://www.blogskins.com/me/bluepink-">BLUEpink-</a><br>
- Basecodes: <a href="http://th-moomoos.blogspot.com">MOOOx-</a><a href="http://blogskins.com/me/mooox-love">LOVE</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