This commit is contained in:
2021-11-10 01:04:06 -05:00
parent 9ee7e31bde
commit f2d8b29206
34 changed files with 4498 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.MessageRoot{
width: 100%;
height: 100%;
}
#Content {
margin: 300px 100px;
vertical-align: bottom;
flow-children: down;
}
.Message {
padding: 5px;
}
.Message Label {
color: #fff;
width: 500px;
text-shadow: #000 0px 0px 2px 2.0;
font-size: 20px;
}