Cleans up Lexicanum and removes empty spaces. Preview image shows current (at time of writing) on the left, and style applied on the right.
Lexicanum (Clean) by shanix
Details
Authorshanix
LicenseNo License
Categorywh40k.lexicanum.com
Created
Updated
Size907 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 wh40k.lexicanum.com
@version 20241005.15.30
@namespace ?
==/UserStyle== */
@-moz-document domain("wh40k.lexicanum.com") {
/* Hides empty space beneath Lexicanum image in sidebar */
#sidebar-ad[style] {
padding-top: 20px !important;
min-height: 0px !important;
}
/* Hides empty space beneath search box in sidebar */
#sidebar-ad:not([style]) {
display: none;
}
/* Removes most of the empty space above the page */
.mw-body {
margin: 20px 0 0 340px !important;
}
/* Moves the page tabs to above the page */
#p-cactions {
top: 90px !important;
}
/* Moves the login details to above the page */
#p-personal {
margin-top: -80px !important;
}
/* Removes empty space above logo */
#p-logo {
top: 90px !important;
}
/* Keeps sidebar from overlapping with logo */
#p-navigation {
padding-top: 50px;
}
}