This stylesheet changes the theme of animeloads to a darkmode, and removes the background image.
this theme is not fully tested, expect bugs! contributions and forks are wellcome
anime-loads.org Dark theme by merlinux-source

Details
Authormerlinux-source
LicenseNo License
Categoryanimeloads, anime
Created
Updated
Code size2.0 kB
Code checksumaeec333f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name anime-loads.org Dark theme
@version 20220610.13.10
@namespace userstyles.world/user/merlinux-source
@description This stylesheet changes the theme of animeloads to a darkmode, and removes the background image.
this theme is not fully tested, expect bugs! contributions and forks are wellcome
@author merlinux-source
@license No License
==/UserStyle== */
@-moz-document domain("anime-loads.org") {
body {
background-color: #1c1b1b;
background-image: url("") !important;
color: white !important;
}
#main,
.jumbotron,
.list-group-item{
background-color: #201f1fe0 !important;
color: white !important;
}
.captcha-holder.captcha-theme-light {
border: 5px solid #1c1b1b;
}
.captcha-holder.captcha-theme-light .captcha-modal__header span {
border-color: #201f1fe0;
}
.captcha-holder.captcha-theme-light .captcha-modal__icons .captcha-image {
border-color: #201f1fe0;
background-color: #b3b3b3 !important;
}
#header {
border-bottom: 15px solid #0b0b0be6;
}
#search_input {
background-color: transparent !important;
color: white;
border: 1px solid #fbfbfbad !important;
}
#list img,
table, #index .carousel img{
border: 5px solid #fbfbfb1a !important;
}
.panel,
.thumbnail,
.caption {
background-color: #1c1b1be6 !important;
color: white !important;
}
.panel-default,
.thumbnail {
border-color: #3e3333;
}
.btn-default:focus,
.btn-default:hover {
color: #265a88 !important;
background-color: #265a8854;
background-position: 0 28px;
text-shadow: 0 2px 2px #265a88d9 !important;
}
.btn-default,
.btn-default {
color: white !important;
background-color: transparent;
background-position: 0 28px;
}
.oval-speech::after {
visibility: hidden;
}
.oval-speech p, .oval-speech span, .oval-speech a, .search-dropdown-name, .search-dropdown-name > span, .caret, .fa, .fas {
background-color: transparent !Important;
}
}