modules always on
modules by doomersson

Details
Authordoomersson
LicenseNo License
Categorytankionline.com
Created
Updated
Code size3.7 kB
Code checksum65f11cf3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name modules
@version 20240705.00.24
@namespace ?
==/UserStyle== */
@-moz-document domain("tankionline.com") {
}
.BattleTabStatisticComponentStyle-resistanceModuleCell {
min-width: 10em;
width: 10em !important;
visibility: unset !important;
}
.Common-flexSpaceBetweenAlignCenterColumn {
background-color:#0000;
border-radius: 0.5em;
}
.Common-itemStyle {
background-color: rgba(0, 0, 0, 0);
}
.ListItemsComponentStyle-itemsListContainer, .ListItemsComponentStyle-itemsListContainer > .ListItemsComponentStyle-itemsWrapper > div {
background: transparent;
}
.Common-flexStartAlignStartColumn {
right: 0rem !important;
}
.GarageCommonStyle-animatedBlurredRightBlock {
top: -2em !important;
}
.CssCommonAnimations-appearFromLeft {
animation: fadeInFromRight 0.2s ease-out;
}
@keyframes fadeInFromRight {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInFromRight {
animation: fadeInFromRight 0.5s ease-out;
}
.BattleFinishStyle-container {
position: absolute;
background: rgba(0, 0, 0, 0); /*end screen opacity*/
}
.BattleKillBoardComponentStyle-tableContainer table{align-items:center!important;height:42em!important;width:100em!important}.BattleKillBoardComponentStyle-tableContainer table td,.BattleKillBoardComponentStyle-tableContainer table th{box-sizing:border-box!important;flex-shrink:0!important;margin:0!important;max-width:unset!important;min-width:unset!important}.BattleKillBoardComponentStyle-tableContainer table tr{width:49.5em!important}.BattleKillBoardComponentStyle-tableContainer table tr>*{width:9.28%!important}.BattleKillBoardComponentStyle-tableContainer table tr>*>*{margin:0!important}.BattleKillBoardComponentStyle-tableContainer table tr>:first-child{width:35%!important}.BattleKillBoardComponentStyle-tableContainer table>thead{padding-right:1em!important}.BattleKillBoardComponentStyle-tableContainer table>thead>tr{pointer-events:none!important}.BattleKillBoardComponentStyle-tableContainer table>thead>tr>:first-child{padding-left:.75em!important}.BattleKillBoardComponentStyle-tableContainer table>thead>tr>th>:nth-child(2){display:none!important}.BattleKillBoardComponentStyle-tableContainer table>tbody{display:grid!important;gap:.3em 1em!important;grid-auto-flow:column!important;grid-auto-rows:min-content!important;grid-template-columns:1fr 1fr!important;padding-right:1em!important;width:100%!important}.BattleKillBoardComponentStyle-tableContainer table>tbody>tr{grid-column:1/2!important;height:2.5em!important}.BattleKillBoardComponentStyle-tableContainer table>tbody>tr#enemyCommand{grid-column:2/3!important}.BattleKillBoardComponentStyle-tableContainer table>tbody>tr#rowSpace,.BattleKillBoardComponentStyle-tableContainer table>tbody>tr#teamRowSpace{display:none!important}.BattleKillBoardComponentStyle-tableContainer table:not(:has(>tbody>#teamRowSpace)){width:50em!important}.BattleKillBoardComponentStyle-tableContainer table:not(:has(>tbody>#teamRowSpace)) tr{grid-column:1/2!important;width:50em!important}.BattleKillBoardComponentStyle-tableContainer table:not(:has(>tbody>#teamRowSpace))>thead>:nth-child(2){display:none!important}.BattleKillBoardComponentStyle-tableContainer table:not(:has(>tbody>#teamRowSpace))>tbody{grid-template-columns:1fr!important}.BattleResultNavigationComponentStyle-commonBlockButtonNextLeave{flex-direction:row!important;height:8.125em!important;width:17em!important}.BattleResultNavigationComponentStyle-commonBlockButtonNextLeave>:first-child{margin-bottom:0!important;margin-right:.5em!important}