The Division 2 Builds Printable style
The Division 2 Builds Printable style by efrainleet
Details
Authorefrainleet
LicenseNo License
Categoryhttps://mxswat.github.io/mx-division-builds/
Created
Updated
Size1.3 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 The Division 2 Builds Printable style
@version 20220616.11.00
@namespace userstyles.world/user/efrainleet
@description The Division 2 Builds Printable style
@author efrainleet
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mxswat.github.io/mx-division-builds/"), url-prefix("") {
#app, body, html, .tile {
background: white;
}
.tile,
.gear-name,
.weapon-name {
border: 2px black solid;
border-radius: 5px;
overflow: hidden;
}
span,
input::placeholder,
.general-stats-col {
color: black;
}
.general-stats-col {
font-size: 12px;
line-height: 12px;
}
.general-stats-col > span {
margin:0;
height: fit-content;
}
.gear-name:after,
.weapon-name:after,
.spec-and-stats,
.news,
.dps-chart,
.weapon-stats-container ,
.ttk {
display: none !important;
}
.grid-container {
grid-template-columns: 0;
}
.inventory-gui {
width: 90vw;
}
img.img-slot-bg {
filter: invert(1);
}
.mod-stat.selected {
height: 10px;
padding-top: 0;
font-size: 12px;
}
.slot-element {
margin: 0;
}
/* addons */
/* 1. top tool bar */
/* .tile.toolbar-container { display: none !important;} */
/* 2. Background Names */
/* .gear-name, .weapon-name { background: white !important;} */
}