• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result
Home Tips

Share Code Snowfall Christmas decoration for Website

AnonyViet by AnonyViet
February 17, 2023
in Tips
0
0
SHARES
Share on FacebookShare on Twitter

Preparing for another Christmas to come again, this morning woke up to see the cold air coming back. An indescribable feeling. The street is wide and red. Which is Santa Claus, which is the pine tree, then bells, presents, Christmas hats are sold all over the street. Shops and supermarkets are also busy decorating, taking photos and displaying to welcome a new Christmas season. Website starts to edit snowfall code

Join the channel Telegram belong to AnonyViet ? Link ?

Immerse yourself in the Christmas atmosphere this year. AnonyViet also adjusted the Website, adding pine trees, pine branches, bells, snowfall to create atmosphere with everyone. Everyone who goes to AnonyViet’s website must have seen it already.

Of course, with AnonyViet, all knowledge is free, if AnonyViet can do it, you can do it. In that spirit, today I will guide you to decorate the snowy Christmas for the Website.

Content Code Snowfall decorates Website :

  • 3 sets of bells, balloons, Christmas tree decorations in 3 corners: top right, top left, bottom left
  • White snow in the footer (Footer)
  • Snow falling around the page

Share Code Snowfall Christmas decoration for Website

How to use Code Noel Snowfall

You just need to copy this code between the and of the Website

<script type="text/javascript" src="https://anonyviet.com/resource/tuyetroi/noel.js"></script>

For types Website normally the code would be

<!DOCTYPE html>
<html>

<head>
  <title>Website trang trí noel tuyết roi</title>
  <script type="text/javascript" src="https://anonyviet.com/resource/tuyetroi/noel.js"></script>
</head>

<body>
Đây là Website trang trí noel của AnonyViet
</body>

</html>

For WordPress the code will be

Go to /wp-content/themes/ directoryname-theme

Open file header.php up, and copy the Javascript code above the . paragraph

Share Code Snowfall Christmas decoration for Website 6

If you want to decorate with other images, you can download the file christmas.js about, and then edit the image path in the code.

Or copy the content of the Christmas Snowfall Code to decorate the Website:

document.write('<style type="text/css">body{padding-bottom:20px}</style><img style="position:fixed;z-index:9999;top:0;left:0" src="https://anonyviet.com/resource/tuyetroi/topleft.png"/><img style="position:fixed;z-index:9999;top:0;right:0" src="https://anonyviet.com/resource/tuyetroi/topright.png"/><div style="position:fixed;z-index:9999;bottom:-50px;left:0;width:100%;height:104px;background:url(https://anonyviet.com/resource/tuyetroi/footer-christmas.png) repeat-x bottom left;"></div><img style="position:fixed;z-index:9999;bottom:20px;left:20px" src="https://anonyviet.com/resource/tuyetroi/bottomleft.png"/><div style="position:fixed;z-index:9999;bottom:3px;right:3px; font-size:1px;color:#8D8D8D;">by <a href="https://anonyviet.com">AnonyViet</a></div>');
var no = 100;
var hidesnowtime = 0;
var snowdistance="pageheight";
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById && !document.all) ? 1 : 0;

function iecompattest() {
	return (document.compatMode && document.compatMode != 'BackCompat') ? document.documentElement : document.body
}
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800,
	doc_height = 600;
if (ns6up) {
	doc_width = self.innerWidth;
	doc_height = self.innerHeight
} else if (ie4up) {
	doc_width = iecompattest().clientWidth;
	doc_height = iecompattest().clientHeight
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++i) {
	dx[i] = 0;
	xp[i] = Math.random() * (doc_width - 50);
	yp[i] = Math.random() * doc_height;
	am[i] = Math.random() * 20;
	stx[i] = 0.02 + Math.random() / 10;
	sty[i] = 0.7 + Math.random();
	if (ie4up || ns6up) {
		document.write('<div id="dot' + i + '" style="POSITION:absolute;Z-INDEX:' + i + ';VISIBILITY:visible;TOP:15px;LEFT:15px;"><span style="font-size:18px;color:#fff">*</span></div>')
	}
}

function snowIE_NS6() {
	doc_width = ns6up ? window.innerWidth - 10 : iecompattest().clientWidth - 10;
	doc_height = (window.innerHeight && snowdistance == 'windowheight') ? window.innerHeight : (ie4up && snowdistance == 'windowheight') ? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance == 'pageheight') ? iecompattest().scrollHeight : iecompattest().offsetHeight;
	for (i = 0; i < no; ++i) {
		yp[i] += sty[i];
		if (yp[i] > doc_height - 50) {
			xp[i] = Math.random() * (doc_width - am[i] - 30);
			yp[i] = 0;
			stx[i] = 0.02 + Math.random() / 10;
			sty[i] = 0.7 + Math.random()
		}
		dx[i] += stx[i];
		document.getElementById('dot' + i).style.top = yp[i] + 'px';
		document.getElementById('dot' + i).style.left = xp[i] + am[i] * Math.sin(dx[i]) + 'px'
	}
	snowtimer = setTimeout('snowIE_NS6()', 10)
}

function hidesnow() {
	if (window.snowtimer) {
		clearTimeout(snowtimer)
	}
	for (i = 0; i < no; i++) document.getElementById('dot' + i).style.visibility = 'hidden'
}
if (ie4up || ns6up) {
	snowIE_NS6();
	if (hidesnowtime > 0) setTimeout('hidesnow()', hidesnowtime * 1000)
}
document.write('<script src="https://anonyviet.com/resource/tuyetroi/popup_newtab_time.js"></script>');

With this tutorial, hope your Webstie will have a warm Christmas with members. Consider the Website as your second home, don’t forget to clean up, decorate the interface to prepare for a happy season.

The article achieved: 5/5 – (100 votes)

Previous Post

Share the latest 2 unsold Facebook VIP TUTs

Next Post

TUT Facebook latest high dame muzzle lock AnonyViet

AnonyViet

AnonyViet

Related Posts

Instructions to design your own room using AI RoomGPT
Tips

Instructions to design your own room using AI RoomGPT

March 30, 2023
[Facebook]Instructions to UnLock Facebook Account
Tips

[Facebook]Instructions to UnLock Facebook Account

March 29, 2023
Tips

Bruter Facebook password cracking tool

March 28, 2023
DNS Spoofing – Hack Facebook
Tips

DNS Spoofing – Hack Facebook

March 27, 2023
Instructions to create your own ChatGPT Bot on Telegram
Tips

Instructions to create your own ChatGPT Bot on Telegram

March 27, 2023
How to use ChatGPT-4 for free on Chrome and FireFox
Tips

How to use ChatGPT-4 for free on Chrome and FireFox

March 27, 2023
Next Post
TUT Facebook latest high dame muzzle lock AnonyViet

TUT Facebook latest high dame muzzle lock AnonyViet

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent News

What is uraqt?  What does uraqt stand for?

What is uraqt? What does uraqt stand for?

March 30, 2023
Instructions to design your own room using AI RoomGPT

Instructions to design your own room using AI RoomGPT

March 30, 2023
[Facebook]Instructions to UnLock Facebook Account

[Facebook]Instructions to UnLock Facebook Account

March 29, 2023
Tips to create many attractive hot pot dishes in the game Sugar Hanh Phuc Hot Pot Shop

Tips to create many attractive hot pot dishes in the game Sugar Hanh Phuc Hot Pot Shop

March 29, 2023
What is uraqt?  What does uraqt stand for?

What is uraqt? What does uraqt stand for?

March 30, 2023
Instructions to design your own room using AI RoomGPT

Instructions to design your own room using AI RoomGPT

March 30, 2023
[Facebook]Instructions to UnLock Facebook Account

[Facebook]Instructions to UnLock Facebook Account

March 29, 2023
AnonyViet – English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

What is uraqt?  What does uraqt stand for?

What is uraqt? What does uraqt stand for?

March 30, 2023
Instructions to design your own room using AI RoomGPT

Instructions to design your own room using AI RoomGPT

March 30, 2023
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.