more
This commit is contained in:
21
panorama/layout/custom_game/frames/message/message.css
Normal file
21
panorama/layout/custom_game/frames/message/message.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user