ลำดับตอนที่ #2
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #2 : [ไอดี] โค้ดไอดีไดยะ
//
var colour="#fabbbf";
var sparkles=95;
/****************************
* Tinkerbell Magic Sparkle *
* (c) 2005 mf2fm web-design *
* DON'T EDIT BELOW THIS BOX *
****************************/
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var tiny=new Array();
var star=new Array();
var starv=new Array();
var starx=new Array();
var stary=new Array();
var tinyx=new Array();
var tinyy=new Array();
var tinyv=new Array();
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
for (var i=0; i
var rats=createDiv(3, 3);
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
var rats=createDiv(5, 5);
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
var rlef=createDiv(1, 5);
var rdow=createDiv(5, 1);
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="2px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="2px";
document.body.appendChild(star[i]=rats);
}
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c
star[c].style.left=(starx[c]=x)+"px";
star[c].style.top=(stary[c]=y)+"px";
star[c].style.clip="rect(0px, 5px, 5px, 0px)";
star[c].style.visibility="visible";
starv[c]=50;
break;
}
}
for (c=0; c
<$BlogDateHeaderDate$>
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
}
setTimeout("sparkle()", 40);
}
function update_star(i) {
if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
}
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
}
}
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
}
}
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
}
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i] &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;cke:body&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {
tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
}
}
else tiny[i].style.visibility="hidden";
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
}
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
}
// ]]>
#navbar-iframe {height: 0px; display:none}
body{
font-family:Helvetica;
font-size:11px;
color:#858585;
background-color:#e3e3e3;
background: url(http://i136.photobucket.com/albums/q200/Cheerio249/Blogskin%20Icons/white-grey-background.jpg)}
a:link, a:visited, a:active{
text-decoration:none;
font-family:Helvetica;
font-size:11px;
color:#FFB6B6;}
a:hover{
cursor:pointer;
filter: alpha(opacity="50"); opacity: 0.5;
-webkit-transition:0.5s;
-webkit-transition-duration:0.5s;}
a.frens{
font-family:Helvetica;
font-size:10px;
background-color:#eee;
color:#ff5e87;
text-transform:uppercase;
width:75px;
padding:3px;
margin:3px;
text-align:center;
display:inline-block;}
a.frens:hover{
filter: alpha(opacity="50"); opacity: 0.5;
-webkit-transition:0.5s;}
b, bold, strong{color:#FFB6B6;}
i{font-family:Georgia;}
u{color:#666; text-decoration: none; border-bottom: 2px #FFB6B6 solid;}
s{color:#FFB6B6;}
#main{
top:5px;
left:5px;
width:575px;
background-color:#fcfcfc;
font-family:Helvetica;
font-size:11px;
color:#858585;
letter-spacing:1px;
position:absolute;
padding:5px;}
#navigations{
background:none;
text-align:center;
font-family:Courier New;
font-size:15px;
word-spacing:10px;
letter-spacing:1px;
color:#fff;
width:550px;}
.naviheader{
top:255px;
left:230px;
height:auto;
width:550px;
text-align:center;
position:fixed;
background-color:#000;
padding:5px;}
.h1{
font-family:charlemagne std;
font-size:22px;
color:#FFB6B6;
text-transform:uppercase;
letter-spacing:-2px;}
.h1:first-letter{
font-family:charlemagne std;
font-size:32px;
font-style:italic;
color:#FFB6B6;
text-transform:uppercase;
letter-spacing:-2px;}
.h2{
font-family:Georgia;
font-size:22px;
color:#a4a4a4;
text-transform:uppercase;
letter-spacing:-2px;}
.h2:first-letter{
font-family:Georgia;
font-size:32px;
font-style:italic;
color:#a4a4a4;
text-transform:uppercase;
letter-spacing:-2px;}
.h3{
font-family:Courier New;
font-size:11px;
letter-spacing:1px;
color:#666;
text-transform:lowercase;
padding-bottom:5px;
border-bottom:1px solid #959595;}
::-moz-selection{background-color:transparent; color:#fc83a2;}
blockquote{
font-family:Helvetica;
font-size:11px;
color:#454545;
padding:10px;
background-color:#eee;
-moz-border-radius:20px 0px 20px 0px;
-webkit-border-radius:20px 0px 20px 0px;}
blockquote:hover{
color:#000;
padding:10px;
background-color:#d5d5d5;
-moz-border-radius:0px 20px 0px 20px;
-webkit-border-radius:0px 20px 0px 20px;
-webkit-transition:0.5s;
-webkit-transition-duration:0.5s;}
img{filter:alpha(opacity=80) moz-opacity:.8; opacity:.8;}
img:hover{-webkit-transition:1s; -webkit-transition-duration:1s; filter:alpha(opacity=100); moz-opacity:1.0; opacity:1.0;}
img.icons{width:100px; float:right; padding-left:10px; padding-top:15px;}
. Memories of the Past .
OTSUKI SAMA
​เย์ฮายยยยมินนะ​~! นุ้ว์​แป้นสวยมา​แบ้ววว
​เ้าอ​ไอีื่อ ​แป้ ่ะ​ ะ​​เรียอะ​​ไร็​ไ้​โน๊ะ​ อายุ15 ึ้นม4 อยู่​โรา
ำ​​เือน​เป็นนี้​เหวี่ยี้วีนนินึ​เนอะ​อย่าิ้ม่อม​เี๋ยวระ​​เบิ:)
ุยอะ​​ไรับ​เรา็​ไ้่ะ​ ​โนสน ​โน​แร์ ​เ๋อะ​​ไม่มี
​แ่​เป็นนุยสบายๆ​น้า​เรียนๆ​สวยๆ​ส​ไล์นน่ารั หลัว​เอนินึ​โปร​เรียม​ใ-3-
​เป็นิ่อนิ​เมะ​่ะ​ รัหนุ่ม2Dั​เลยรันะ​ะ​ุ้บๆ​ ว่าๆ​็นั่​แ่ฟิ อ่านมัะ​ ู​เมะ​
​เป็นสาววาย้วย่ามาพรั่นัน​ไ้นะ​ <3 อิอิ​แบ​แบ
ู่อวยที่อบสุ​เบสสุู่ที่​เราอบหลัๆ​าหลาย​เรื่อ็มี
มิาวะ​ อิทสึ​เมย์ ​แำ​ อิิารา ​โอ​โ​โ​โร ​โออิา​เ ​โอ้ยนับ​ไม่หม​แ้555555
อนิ​เมะ​ที่อบนถึั้นิ่อนนี้็มีมามายิ่หลาย​เรื่อ่ะ​ ​แ่หลัๆ​ที่ิ่​ไม่​เลิ็มี
kuroko no basket , Daimond no ace , Haikyuu , osomatsu-san
, prince of tennis , Yowamushi pedal , Oofuri , Gintama บลาๆ​อีมามาย
​ใรอยามา​เม้ามอย็​แอมาน้า! หรือมี​เมะ​อะ​​ไร​แนะ​นำ​็มาุยัลลลลล
รั้นี้​แ่​ไอี​ไยะ​​เพราะ​อวามิ่​ไม่​ไหววว ฮืออออออออมันี​เหลือ​เิน
รัพว​เธอั​เลยยยยยยยะ​ิ่ลอ​ไปฮือออออออออออออ รั่ะ​ <3
มุมบ่น รำ​าสุ​เ๋อมา*
อนนี้ห​แฝำ​ลัฟี​เวอร์​เหรอ!?
​ใ่!ั้น็ิ่/ทำ​หน้าริั ​โอ้ยยยอิิาราือมันีมา
ถึะ​บ​ไป​แล้ว​แ่อนที่25ยัรารึอยู่​ในหัว
อะ​​ไรนะ​! ทำ​รุสั้น​ไป​เลย..
​เอาับที่​เสีย​ไปาอนที่24ืนมานะ​!!!
THX.
<$BlogItemTitle$>
<$BlogItemBody$>
<$BlogItemDateTime$>
About The Girl
Her name is Alicia.
This shall be her short and sweet introduction.
These are the little things that make her world go round.
Vintage photographs. Long bus rides. Fancy ribbons. Warm cappucino. Pretty bags. Beach cycling. Decorating cupcakes. Falling in love. Hearing your favorite song on the radio. Scrolling in the rain. Lying in bed listening to the rain outside. Milkshakes. Bubble baths. Giggling. Long convo’s late at night. The beach. Running through sprinklers. Laughing at an inside joke. Laughing at yourself. Laughing so hard your stomach hurts. Laughing for absolutely no reason at all. Just plain laughing. Having someone tell you that you’re beautiful. Friends. Accidentally overhearing someone say something nice about you. Waking up and realizing you still have a few hours left to sleep. First kisses. Making new friends or spending time with old ones. Playing with a new puppy. Sweet dreams. Hot chocolate. Road trips with friends. Making chocolate chip cookies. Holding hands with someone you care about. Watching the sunrise. Watching a sunset. Getting out of bed in the morning after sleeping in and looking out the window to see its sunny, birds are chirping, and kids are playing. Knowing that somebody misses you.
Introduce yourself and add your loves and hates right here.
bold italic underlined strikethrough
Make A Wish
Place your wishlist here.
Chat With Me
Place your tagboard here.
Suggested size is width 550px and height 500px.
If it's too big for you, feel free to change the size as and when you wish to.
Fly Far Away
Beginning My Past
Your site's information on
how did it start, when did it start and why did it start
goes here.
Read More Junk
Place your other stuff here.
For example, your blogskin contest and awards etc.