d2tools/res/dark.css

64 lines
1.0 KiB
CSS
Raw Normal View History

2021-03-31 14:52:20 +00:00
body {
background-color: #333 !important;
2021-03-31 14:52:20 +00:00
color: #eee;
}
.container-top {
background: #222;
color: #eee;
border: none;
}
input, select{
background: url(/img/button.png) !important;
background-size: contain;
color: #eee !important;
font-weight: bold;
text-align: center !important;
2021-03-31 14:52:20 +00:00
}
option {
background: #333;
color: #eee;
text-align: center;
2021-03-31 14:52:20 +00:00
}
.row {
background: none;
color: #eee;
}
.col-2,.col-3,.col-4 {
background: none !important;
}
.sortby {
background: #434;
padding: 20px;
}
.viewonly {
background: #656;
}
#search{
background: url(/img/button_long.png) !important;
background-size: cover;
color: #eee;
height: 36px;
text-align: center;
}
.props input {
margin: 15px 0;
width: 178px;
background-color: #222 !important;
color: #ddd !important;
font-weight: bold;
2021-03-31 14:52:20 +00:00
}
.props {
background: transparent;
2021-03-31 14:52:20 +00:00
color: white;
font-weight: bold;
}
.uniqueitems-select {
background: url(/img/button_long.png) !important;
background-size: cover;
color: #eee;
height: 36px;
width: 420px;
text-align: center;
}