21 lines
259 B
CSS
21 lines
259 B
CSS
.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;
|
|
} |