Darkmode风格 久看不累
配装详情点开后,只保留了一行珠子,反正技能上面也有
这样仅三行就能一眼看到配装所需的所有信息
装备:发动技能:装饰品
mhrise.wiki-db.com darkmode by selfenough
Details
Authorselfenough
LicenseNo License
Categorydarkmode
Created
Updated
Size3.9 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 mhrise.wiki-db.com - 2022/7/11 09:44:50
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://mhrise.wiki-db.com/sim/?hl=zh-hans") {
/* 在此插入代码... */
body {
font-size: 16px;
background-color: #303641;
background-image: url(/e/background.png);
background-attachment: fixed;
background-repeat: repeat;
background-size: 120px;
width: 100vw;
height: 100vh;
color: #e3f2fd;
overflow-x: hidden;
}
div {
font-size: 14px;
}
div select {
background-color: #292d36!important;
border-radius: 8px!important;
cursor: pointer!important;
margin: 0 7px!important;
color: #e3f2fd!important;
position: relative!important;
border: 0!important;
border-color: #292d36!important;
}
.panel-default {
background-color: #3f495c!important;
border-color: #3f495c!important;
}
header {
display: none;
}
td:hover, tr:hover, th:hover {
background-color: #354053;
}
td, th {
padding: 0;
background-color: #292d36;
font-size: 14px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-top: 1px solid #78909c38!important;
}
.nav-tabs>li.active>a {
color: #e3f2fd!important;
background-color: #3e4a64!important;
border: none!important;
}
.nav-tabs {
border-bottom: 1px solid #78909c38!important;
}
#limit, #mindef {
background-color: #292d36!important;
padding: 4px!important;
border-radius: 8px!important;
cursor: pointer!important;
color: #e3f2fd!important;
position: relative!important;
border: 0!important;
border-color: #292d36!important;
}
button {
border-radius: 15px!important;
background-color: #3f495c!important;
border: none!important;
padding: 0 18px!important;
line-height: 30px!important;
}
button:hover {
background-color: #ffc107!important;
}
label {
color: #f0f8ff;
margin: 0 7px!important;
}
footer {
display: none;
}
a:focus, a:hover {
text-decoration: none!important;
color: #e3f2fd;
}
.nav-tabs>li>a {
margin-right: 2px!important;
border-radius: 8px 8px 0 0!important;
cursor: pointer!important;
}
.nav-tabs>li>a:hover {
background-color: #292d36!important;
color: #e3f2fd;
border: 0;
outline: none;
}
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
background-color: #292d36;
border-radius: 9px;
margin-top: 5px;
}
.table>tbody+tbody {
border-top: 10px solid #303641;
border-radius: 6px;
}
.table .table {
background-color: #292d36;
}
br+div.table-responsive table.table-striped:nth-child(2){
display: none;
}
br+div.table-responsive table.table-striped tr:nth-child(1) {
display: none;
}
br+div.table-responsive table.table-striped tr:nth-child(2) {
display: none;
} br+div.table-responsive table.table-striped tr:nth-child(3) {
display: none;
} br+div.table-responsive table.table-striped tr:nth-child(4) {
display: none;
} br+div.table-responsive table.table-striped tr:nth-child(5) {
display: none;
} br+div.table-responsive table.table-striped tr:nth-child(6) {
display: none;
} br+div.table-responsive table.table-striped tr:nth-child(7) {
display: none;
}
input[type="text"] {
border-radius: 25px;
background: #3f495c;
border: 0;
padding-left: 15px;
margin-left: 20px;
}
}