Torque3D/Templates/Empty/game/web/styles.css
2012-09-19 11:29:55 -04:00

36 lines
541 B
CSS

body {
background-position: top center;
background-color: White;
margin: 0px;
text-align: center; /* for IE */
font-size: 18px;
color: #FFFFFF;
}
#torqueLogo {
position: absolute;
left: 0px;
margin-top: 2px;
}
div#main {
width: 802px;
margin: 0px auto;
color: black;
font-weight: bold;
font-size: 22px;
font-family: Arial;
text-align: left; /* counter the body center */
}
div#gameobject {
margin: 18px 0px 18px;
border:1px solid #393E42;
width: 800px;
height: 600px;
}