Only thing it does is change the background colour and the comic strip size (width).
KaliScan Personal Style by Nobepico
Details
AuthorNobepico
LicenseNo License
Categorykaliscan
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name KaliScan Personal Style
@version 20241103.02.08
@namespace https://userstyles.world/user/Nobepico
@description One of many styles I made for comic sites to have a standardized look. At least for me.
@author Nobepico
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://kaliscan.io/manga/") {
.go-to-top {
display: none;
}
.dark-mode .layout {
background: hsl(210 10% 5%);
}
body.dark-mode .main-container.viewer {
background: hsl(210 10% 5%) !important;
}
body.dark-mode .chapter__actions li > a:not(.dropdown-item) {
background-color: hsl(210 10% 15%) !important;
}
.dark-mode .box,
body.dark-mode .chapter__actions-wrapper,
body.dark-mode .breadcrumbs-wrapper,
body.dark-mode .header .top-bar,
.dark-mode .layout .header .bottom-bar {
background: hsl(210 10% 5%);
}
.box {
display: none;
}
.container {
background-color: hsl(210 10% 5%) !important;
}
.reading-box .chapter-image img {
width: 700px
}
#footer {
background: hsl(210 10% 5%);
}
}