Removed some unneeded stuff to better use pager space.
Alto-Shaam - DHR by ashralis
Details
Authorashralis
LicenseNo License
Categoryhalodev
Created
Updated
Size830 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Alto-Shaam - DHR
@version 20220909.13.12
@namespace userstyles.world/user/ashralis
@description Removed some unneeded stuff to better use pager space.
@author ashralis
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://halodev/Component_Portal/SerialInquery.aspx") {
#KDD_Item textarea {
height: 60px;
}
#KDD_Item tr td:nth-child(1),
#KDD_Item tr td:nth-child(2),
#KDD_Item tr td:nth-child(3),
#KDD_Item tr td:nth-child(4) {
display: none;
}
#KDD_Item tr td:nth-child(6) {
font-weight: 600;
}
#UPER > br,
#UPER h2:first-child,
#UPER h3:nth-child(7) {
display: none;
}
#UPER div:nth-child(12) {
display: flex !important;
}
input.altologo {
display: none;
}
#TravFile {
background-color: goldenrod;
}
#Nav_Navbar {
display: none;
}
}