2021-05-19 16:05:01 +05:00
|
|
|
.event_message {
|
2022-10-10 13:47:42 +05:00
|
|
|
font-size: 14px;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event_message_off {
|
2022-10-10 13:47:42 +05:00
|
|
|
color: #505050;
|
|
|
|
background: #b5b5b5;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event_message_disabled {
|
2022-10-10 13:47:42 +05:00
|
|
|
color: #656565;
|
|
|
|
background: #b5b5b5;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event_message_1 {
|
2022-10-10 13:47:42 +05:00
|
|
|
color: white;
|
|
|
|
background: #ff3737;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event_message_2 {
|
2022-10-10 13:47:42 +05:00
|
|
|
color: black;
|
|
|
|
background: gold;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.event_message_3,
|
|
|
|
.event_message_3:hover {
|
2022-10-10 13:47:42 +05:00
|
|
|
color: #c0c0c0;
|
|
|
|
background: #505060;
|
|
|
|
height: 1px;
|
|
|
|
}
|