52 lines
765 B
CSS
52 lines
765 B
CSS
.steamdb_options_link .ico16 {
|
|
background: none;
|
|
}
|
|
|
|
.steamdb_options_link:hover .ico16 {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.steamdb_downtime {
|
|
color: #fff;
|
|
background-color: #c0392b;
|
|
line-height: 24px;
|
|
padding: 10px;
|
|
font-family:
|
|
system-ui,
|
|
-apple-system,
|
|
"Segoe UI",
|
|
Roboto,
|
|
"Helvetica Neue",
|
|
"Noto Sans",
|
|
"Liberation Sans",
|
|
Arial,
|
|
sans-serif;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.steamdb_downtime a {
|
|
text-decoration: underline;
|
|
color: #ffee58;
|
|
}
|
|
|
|
.steamdb_downtime a:focus,
|
|
.steamdb_downtime a:hover {
|
|
color: #99fff5;
|
|
}
|
|
|
|
.steamdb_trade_error {
|
|
margin-top: 2em;
|
|
color: #ffee58;
|
|
}
|
|
|
|
.steamdb_trade_error_explained {
|
|
font-style: italic;
|
|
font-size: 90%;
|
|
color: #ccc;
|
|
}
|
|
|
|
.steamdb_trade_error_explained:hover {
|
|
text-decoration: underline;
|
|
}
|