Skip to content

Beautify habitica by pealpool

Details

Authorpealpool

LicenseNo License

Categoryuserstyles

Created

Updated

Size985 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Coding Now!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           habitica.com
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */

@-moz-document domain("habitica.com")
{
body{
	background-image: url(https://w.wallhaven.cc/full/x8/wallhaven-x87kll.jpg);
	background-position: 50% 88%;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: 3440px auto;
}

.pending-health-bar{
	background-size: 12px 12px;
	animation: animate 8s linear infinite;
	background-image: linear-gradient(  135deg, #ffb445, #ffb445 25%, #ffd391 25%, #ffd391 50%, #ffb445 50%, #ffb445 75%, #ffd391 75%, #ffd391 100%  );
}
@keyframes animate{
	0%{
		background-position:100px 0;
	}
	100%{
	}
}

.progress{
	overflow: visible;
}

.container-fluid{
	background: #f9f9f9e3;
}

.tasks-list{
	background: none !important;
	border: 1px solid #c6c6c6;
}

#app-header{
	background-image: url(https://w.wallhaven.cc/full/x8/wallhaven-x87kll.jpg)!important;
}

}

Reviews

No reviews yet.