5b76e0f
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | BSOD {
align: center middle;
background: blue;
color: white;
}
BSOD>Static {
width: 70;
}
#title {
content-align-horizontal: center;
text-style: reverse;
}
#any-key {
content-align-horizontal: center;
}
|