Better view
DEUPS.site by khashashin
Details
Authorkhashashin
LicenseNo License
Categorydeups, gibb
Created
Updated
Size626 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 DEUPS.site
@version 20220327.17.54
@namespace userstyles.world/user/khashashin
@description Better view
@author khashashin
@license No License
==/UserStyle== */
@-moz-document url("https://deups.iet-gibb.ch/practice/*"), url("http://deups.iet-gibb.ch/practice/*") {
.top-nav {
display: none;
}
body > main > div > div.section {
padding: 0 2em !important;
}
body > main > div > div > div:nth-child(1) {
position: sticky;
top: 0;
background-color: white;
z-index: 3;
}
body > main > div > div > div > div > table > tbody > td.word {
padding: 0;
}
}