Cloudlog/assets/css/sattimers.css

31 行
260 B
CSS

2023-09-19 20:11:52 +08:00
.title {
2023-11-15 18:57:22 +08:00
text-align: center;
color: #bbb;
2023-09-19 20:11:52 +08:00
}
.active {
2023-11-15 18:57:22 +08:00
color: #3fb618;
margin-bottom: 10px;
2023-09-19 20:11:52 +08:00
}
.timedout {
2023-11-15 18:57:22 +08:00
color: #f00;
2023-09-19 20:11:52 +08:00
}
.nonfunctional {
2023-11-15 18:57:22 +08:00
color: #555;
2023-09-19 20:11:52 +08:00
}
.timeout {
2023-11-15 18:57:22 +08:00
color: #bbb;
2023-09-19 20:11:52 +08:00
}
.expired {
2023-11-15 18:57:22 +08:00
color: #555;
2023-09-19 20:11:52 +08:00
}
.emoji {
2023-11-15 18:57:22 +08:00
font-size: 1.2em;
margin: 0;
2023-09-19 20:11:52 +08:00
}