Christmas
Alzo's Habitica Christmas by You-Gao
Details
AuthorYou-Gao
LicenseCC-BY-4.0
Categoryhabitica.com
Created
Updated
Size4.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document url-prefix("https://habitica.com/") {
/* ==UserStyle==
@name Alzo's Habitica Christmas
@version 1.0.0
@description Christmas
@author alzo
@license CC-BY-4.0
@namespace https://github.com/You-Gao/
==/UserStyle== */
body {
--text-secondary-color: #fff;
}
/* Stolen */
.diamond-btn:not(#create-task-btn) .svg-icon path,
.btn.btn-secondary .svg-icon path {
fill: var(--text-secondary-color);
}
.collapse-checklist .svg-icon path {
fill: var(--text-secondary-color) !important;
}
.close-icon svg path,
.slider-button .svg-icon path,
.drawer-toggle-icon.svg-icon path {
stroke: var(--text-secondary-color) !important;
}
.close {
color: var(--text-secondary-color) !important;
}
.vdp-datepicker__calendar header .next:after {
border-left-color: var(--text-secondary-color) !important;
}
.vdp-datepicker__calendar header .prev:after {
border-right-color: var(--text-secondary-color) !important;
}
#members-modal .modal-body .dropdown-menu li .dropdown-item {
fill: var(--text-secondary-color) !important;
}
#members-modal .modal-body .dropdown-menu li .dropdown-item svg path {
fill: var(--text-secondary-color) !important;
}
/* Radio button */
.custom-control .custom-control-label:before {
border-color: var(--text-secondary-color) !important;
}
/* End Stolen */
.habitica-menu {
background: #fff !important;
}
.tasks-list {
background: #1c1616 !important;
}
.task-content{
background: #1E792C !important;
}
.item {
background: #1E792C !important;
}
body, footer {
background: #1E792C !important;
color: #000000 !important;
}
.filter, .filter.active, .character-name, .column-title, .ml-75, .btn, .topbar-item, .item-with-icon, footer a, footer h1, footer h2, footer h3, footer, footer p{
color: #fff !important;
}
.topbar-item>a[data-v-5708119a]{
color: #fff !important;
}
.price.gold[data-v-47d0720e] {
background-color: rgb(255 255 255 / 26%);
}
.task-title, .icons, .task-title {
color: #ffb3be !important;
}
.column-background .small-text, .column-background h3, .icon-habit, .collapse-checklist .svg-icon, .task-notes {
color: #ccd3ff !important;
}
.d-inline-flex .collapse-checklist .svg-icon svg path, .checklist-item {
color: #ffffff !important;
fill: #ffffff !important; /* Change color to red */
}
.custom-control.custom-checkbox.checklist-item input[type="checkbox"], .checklist-item, .custom-checkbox, .custom-control-input, .custom-control, .collapse-checklist .svg-icon path {
accent-color: #ffffff !important;
color: #ffffff !important;
fill: #ffffff !important;
}
#members-modal .modal-body .dropdown-menu li .dropdown-item svg path {
fill: #ffffff !important;
}
.quick-add {
color: #fff !important;
background: #242020 !important;
}
.form-control {
color: #fff !important;
background: #242020 !important;
}
.btn-secondary {
color: #808080 !important;
background: #242020 !important;
}
.badge-purple, .badge-default {
background: #60bd61 !important;
}
/* Equiipment */
.group .items {
background: rgba(255, 255, 255, .26) !important;
}
/* Inventory */
.page-header, .sub-header, h2, h4, h3, .dropdown-label, .custom-control-label, .empty-state {
color: #fff !important;
}
.secondary-menu, .standard-sidebar {
background: #185221 !important;
}
.nav-link.active {
color: #fff !important;
}
.nav-link {
color: #c0bdbd !important;
}
/* Tasks */
.task-best-control-bg {
background: #ff000b !important;
}
.task-better-control-bg {
background: #f9565d !important;
}
.task-good-control-bg {
background: #fb9397 !important;
}
.task-neutral-control-bg {
background: #808080 !important;
}
.task-bad-control-bg {
background: #506ff9 !important;
}
.task-worst-control-bg {
background: #002fff !important;
}
.task-disabled-habit-control-bg {
background: #000 !important;
}
.task-disabled-daily-todo-control-bg {
background: #000 !important;
}
.collapse-checklist {
padding: 2px 6px;
border-radius: 1px;
background-color: #e83a53 !important;
font-size: 10px;
line-height: 1.2;
text-align: center;
color: #ccd3ff !important;
border: 1px solid transparent;
cursor: pointer;
}
}